George Mount
d8cdb8cc2c
Check for null Drawable in MoveImage
...
Bug 14676155
Change-Id: Ic8d2c3fc471a876f5369e743e60ffb0f238f3eed
2014-05-13 09:33:54 -07:00
Robert Greenwalt
82f421ad83
Merge "First pass on multinetwork framework"
2014-05-12 18:19:55 +00:00
Adam Lesinski
f000977620
Merge "Add support for building split APKs"
2014-05-12 18:12:35 +00:00
Robert Greenwalt
9ba9c58e4a
First pass on multinetwork framework
...
Starting to switch netd to use NetId.
Adding the Network identifying class
bug:13550136
Change-Id: Ie0db4fb17c9300bfafb63329adfa02339911b33d
2014-05-12 10:59:44 -07:00
Alan Viverette
1cb088c128
Merge "Support for hollow switch and seek bar thumbs"
2014-05-12 17:56:57 +00:00
Alan Viverette
661e63658d
Support for hollow switch and seek bar thumbs
...
Also cleans up AbsSeekBar.
Change-Id: I996ea90c732c1da6a801aad3079f6bb3692d5c67
2014-05-12 10:55:37 -07:00
Yorke Lee
033655636e
Merge "Fix nested scrolling bugs in AbsListView"
2014-05-12 17:53:51 +00:00
Yorke Lee
43943d8bbc
Fix nested scrolling bugs in AbsListView
...
* rawDeltaY should be offset by mMotionCorrection when passing it
to dispatchNestedPreScroll
* mScrollOffset should offset the next motion event, not the current
one
Bug: 14572732
Change-Id: Ib98f27d608b91706af4537e1cf9ad42adce121ea
2014-05-12 10:48:25 -07:00
Jean-Michel Trivi
bdad5cb124
Merge "Define audio attributes"
2014-05-12 17:47:20 +00:00
Robert Greenwalt
140d2d3e6b
Merge "Support multiple calls to AsyncChannel.disconnect"
2014-05-12 17:28:59 +00:00
Jean-Michel Trivi
d60e875a97
Define audio attributes
...
AudioAttributes is a class to associate a collection of attributes
describing information about an audio player.
Change-Id: I031aca1c79353abdfa0d7272c5dee0c2376c519a
2014-05-12 09:54:51 -07:00
Robert Greenwalt
e4f1960652
Merge "Turn down the logging."
2014-05-12 16:39:37 +00:00
Robert Greenwalt
b7fbb9b691
Support multiple calls to AsyncChannel.disconnect
...
prior to this you'd get a crash if you called it twice.
Change-Id: Ie066b1e00970e17b2ebab5c51a57a9a3459aee26
2014-05-12 09:12:56 -07:00
Robert Greenwalt
7f44ff8d6b
Turn down the logging.
...
Cut per-msg logging by 1/3 in NDC so we see that much more.
Change-Id: I406297d98f2649a88b16c7be3cf90757d009c762
2014-05-12 08:59:27 -07:00
Jeff Davidson
a9c4762697
Merge "Flush dump output before calling score cache dump() methods."
2014-05-12 15:37:33 +00:00
Jorim Jaggi
87db385943
Merge "Fix QuickSettings header state on Keyguard."
2014-05-12 15:35:59 +00:00
Jorim Jaggi
542576548c
Merge "Set primary color of SystemUI."
2014-05-12 13:26:18 +00:00
Jorim Jaggi
bc5f496e47
Fix QuickSettings header state on Keyguard.
...
It was in a weird state before when expanded. Now it is much better.
Change-Id: I17555b77c70720b6ead512e4ef61a62cc3a73318
2014-05-12 15:25:24 +02:00
Jorim Jaggi
890e1892fe
Set primary color of SystemUI.
...
Also fixes the weird color of the auto-brightness toggle.
Change-Id: I7d8a2a47d630c3ca910983158fbf80ed739e0326
2014-05-12 15:20:27 +02:00
Selim Cinek
bbd8bdf711
Merge "Corrected top stack logic of notifications again."
2014-05-12 13:12:39 +00:00
Selim Cinek
b96924ddbf
Corrected top stack logic of notifications again.
...
Change-Id: Ibf514f6ed446574ebe0bf7cfed692197123384f3
2014-05-12 15:11:25 +02:00
Jorim Jaggi
f056e35a34
Implement intermediate brigthness control on header.
...
This just reuses the views from BrigthnessDialog. Later, we will move
to a model where we only have one single slider.
Change-Id: Ib8116741802b7de930331648e50ff55fc869d7af
2014-05-12 15:10:13 +02:00
Jorim Jaggi
6612e3a338
Merge "Implement settings affordance in header."
2014-05-12 13:06:51 +00:00
Jorim Jaggi
13c1b1ff36
Implement settings affordance in header.
...
Also, the status icons are hidden when quick settings is expanded,
except for the battey indicator.
Change-Id: I6fb130c7eb73445b2ec2fdf9a9f3ec181d98033d
2014-05-12 15:03:27 +02:00
Selim Cinek
34c0a8d72a
Improved the notification stack logic further
...
The more card is now working correctly on the lock screen, as well
as any other small cards. The slow down zone for the bottom stack
was decreased to allow for more real estate in the scrolling area.
Also improved the padding handling.
Change-Id: I4816d8a96fc365083412e46af88e740a3fc735bc
2014-05-12 14:54:51 +02:00
Yohei Yukawa
c8d31963d6
Remove an unused member.
...
IMM#mCursorAnchorInfoBuilder was added in I61dec2f8fa671ba891d
but not used actually.
Change-Id: If320e2814cf977305f6a0bea890d562590620348
2014-05-12 18:30:36 +09:00
Adam Lesinski
fab50875b9
Add support for building split APKs
...
Build multiple APKs, each containing a disjoint subset
of configurations. These can then be loaded into the device
AssetManager and should operate as if they were never split.
Use the idea of building multiple sets of files, where each
set represents an APK. An ApkBuilder can place files
in a set based on its configuration, but you can actually
add directly to a set, in the case of the resources.arsc and
generated AndroidManifest.xml for splits.
Change-Id: Ic65d3f0ac1bbd290185695b9971d425c85ab1de3
2014-05-11 18:30:12 -07:00
Adam Powell
5fca504907
Merge "New, inkier EdgeEffect visual style"
2014-05-11 22:38:50 +00:00
Adam Powell
c501db9f44
New, inkier EdgeEffect visual style
...
Remove the two-part gradient and edge glow and replace it with a
circular ink-like style instead. This now follows the theme color
palette so that it can be more in tune with the app's overall visual
design.
Add API to EdgeEffect to specify a horizontal displacement for the
effect. This lets the larger middle section follow relevant touch
points.
Fix a bug that caused EdgeEffect pulls to stutter in ListView/GridView
as a result of some annoying state-fluttering.
Change-Id: Ief144b06bd9d3dbe85d3154585a703fa552b0808
2014-05-11 15:27:57 -07:00
Jorim Jaggi
cd402312a4
Merge "New clock design in header for expanded status bar."
2014-05-11 20:06:26 +00:00
Jorim Jaggi
3850805513
Merge "Make notification panel fullscreen on tablets."
2014-05-11 19:12:39 +00:00
Jorim Jaggi
740beb50aa
New clock design in header for expanded status bar.
...
Change-Id: I4fa103d80bc32e34388ab3e1c5a0003965fd47d1
2014-05-11 21:07:36 +02:00
Jorim Jaggi
e18c2cd810
Make notification panel fullscreen on tablets.
...
We only inset the notification themselves on tablets, and also the
header when not on the lockscreen (on the lockscreen, the header must
be full width so the icons are at the correct location).
Change-Id: I85c8a4559f59b016432dab4a73236352233d9159
2014-05-11 21:05:52 +02:00
Svetoslav
a500874265
Merge "Adding shell command execution to UiAutomation."
2014-05-11 17:37:17 +00:00
Jorim Jaggi
76aaef537a
Fix measure performance of whole status bar window #2 .
...
Change-Id: I4cbaa762d61e19016f925556c8e02720249dc22c
2014-05-11 17:07:28 +02:00
Jorim Jaggi
ddc52285ca
Revert "Simplify projection matrix management."
...
This reverts commit 0efaa71d5414287ed4beac0a88cf76f7e33a1e74.
2014-05-11 16:16:17 +02:00
Jorim Jaggi
7b51185362
Merge "Don't force black status bar when expanded."
2014-05-11 13:40:43 +00:00
Jorim Jaggi
fe051aa36b
Merge "Implement new multi-user affordance."
2014-05-11 13:40:14 +00:00
Jorim Jaggi
de19cc6f97
Merge "Real fix for recent SystemUI crash."
2014-05-11 13:37:35 +00:00
Jeff Sharkey
ef5a7d78ab
am ddba067f: am f521ee6f: am e3e2c471: Merge "Set ActionMode title to the number of selected files"
...
* commit 'ddba067f0fa1560ce3e1aff58d512824ac2e2d7d':
Set ActionMode title to the number of selected files
2014-05-10 19:49:20 +00:00
Jeff Sharkey
ddba067f0f
am f521ee6f: am e3e2c471: Merge "Set ActionMode title to the number of selected files"
...
* commit 'f521ee6fa9645bb944cf1f452cc40f4d8d580b4e':
Set ActionMode title to the number of selected files
2014-05-10 19:44:52 +00:00
Jeff Sharkey
f521ee6fa9
am e3e2c471: Merge "Set ActionMode title to the number of selected files"
...
* commit 'e3e2c471b2504335e99ed15975c3c5c9dfbf2795':
Set ActionMode title to the number of selected files
2014-05-10 19:42:02 +00:00
Jeff Sharkey
e3e2c471b2
Merge "Set ActionMode title to the number of selected files"
2014-05-10 19:39:39 +00:00
Elliott Hughes
cd1fed2506
Merge "Fix Os.link apicheck breakage."
2014-05-10 03:26:58 +00:00
Elliott Hughes
ff3ca6f61a
Fix Os.link apicheck breakage.
...
Change-Id: I4fa4c21b3c373e18209ea88d72714e4f7f8a7bb4
2014-05-09 20:25:38 -07:00
Robert Ly
2448b44e68
am 0932eb35: am 8028e4a0: am 1f14c107: am 0689fad8: Merge "docs: fix some notification code for wear stacks" into klp-docs
...
* commit '0932eb35ecdf02edeeedb6656cbf1fdc5288e518':
docs: fix some notification code for wear stacks
2014-05-10 03:14:21 +00:00
Robert Ly
0932eb35ec
am 8028e4a0: am 1f14c107: am 0689fad8: Merge "docs: fix some notification code for wear stacks" into klp-docs
...
* commit '8028e4a063b49aadfb08fab012d2388a7466a9a1':
docs: fix some notification code for wear stacks
2014-05-10 02:53:28 +00:00
Robert Ly
8028e4a063
am 1f14c107: am 0689fad8: Merge "docs: fix some notification code for wear stacks" into klp-docs
...
* commit '1f14c107f825a9a309b396f65fbfc92a4c57eb3d':
docs: fix some notification code for wear stacks
2014-05-10 02:48:57 +00:00
Robert Ly
1f14c107f8
am 0689fad8: Merge "docs: fix some notification code for wear stacks" into klp-docs
...
* commit '0689fad8cc51e136c9c4401ef40f0a8c0abf3ea9':
docs: fix some notification code for wear stacks
2014-05-10 02:43:52 +00:00
Robert Ly
0689fad8cc
Merge "docs: fix some notification code for wear stacks" into klp-docs
2014-05-10 02:40:40 +00:00