Selim Cinek
89faff1dac
Closing the QS when tapping on the notifications now.
...
Bug: 15394230
Change-Id: Ib9f750db69529afc0d56685fb88a13d183b0d3d5
2014-06-20 00:27:37 +00:00
Selim Cinek
00a78899af
Merge "Scrimming the notifications when QS is open."
2014-06-20 00:11:43 +00:00
Selim Cinek
f54090e9bb
Scrimming the notifications when QS is open.
...
Bug: 15394230
Change-Id: I4234bde0259ef296db73a43f69a765dbde5ddacd
2014-06-19 17:20:44 -07:00
RoboErik
939f04f971
Remove dead code from keyguard
...
This only removes the pieces that are directly dependent on
IRemoteControlDisplay. There is still code for the transport controls
UI that could be removed.
Change-Id: I0ee4921fcba9aee8d8efcd16e2198a2000147416
2014-06-19 23:02:57 +00:00
Adrian Roos
cdf74c2881
Merge "Implement keyguard user switcher"
2014-06-19 20:37:59 +00:00
Adrian Roos
8ddb2da875
Implement keyguard user switcher
...
Bug: 15545213
Change-Id: I2d18cc3c83d76991fe11fc4bff7e8eecc25df4b5
2014-06-19 15:47:46 -07:00
Winson Chung
47d1206fb8
Merge "Toggling Recents from home should actually toggle Recents instead of launching the first task."
2014-06-19 00:17:11 +00:00
Winson Chung
1f76132d4d
Toggling Recents from home should actually toggle Recents instead of launching the first task.
...
Change-Id: Id60c54839c9f13299ec8d514e73e37c10735f30c
2014-06-18 18:21:42 -07:00
Winson Chung
7ab650cb43
Adding start delay to the task view transforms.
...
- Adding slight delay to task bar buttons to allow touch feedback to show
Change-Id: I9f31ca378541fc34c7b741840c7f038340684b13
2014-06-18 14:30:32 -07:00
Baligh Uddin
9211f148a4
Merge "Import translations. DO NOT MERGE"
2014-06-18 18:28:24 +00:00
Baligh Uddin
de978fe283
Merge "Import translations. DO NOT MERGE"
2014-06-18 22:47:18 +00:00
Baligh Uddin
cb70d53859
Merge "Import translations. DO NOT MERGE"
2014-06-19 00:17:11 +00:00
Baligh Uddin
e1f7f2a78a
Merge "Import translations. DO NOT MERGE"
2014-06-18 18:28:24 +00:00
RoboErik
d3c8642dae
Remove some more old code and fix Media command
...
Removes some more hidden apis from AudioService/Manager. This also
fixes up Media.java to support commands for the new service to help
with debugging. Also fixes a couple bugs that were found while fixing
up Media.
Change-Id: I68e4aa80a4de430b98236aafc883664b9432c62b
2014-06-19 10:37:00 -07:00
Baligh Uddin
16d24bf417
Import translations. DO NOT MERGE
...
Change-Id: Ib613546e110970b008f942f4291f6ccb8283847c
Auto-generated-cl: translation import
2014-06-18 10:25:37 -07:00
Baligh Uddin
7835f79b54
Import translations. DO NOT MERGE
...
Change-Id: I7e78e5e9d8a5517ce9c6587869b82c0be2f59e4f
Auto-generated-cl: translation import
2014-06-18 10:15:41 -07:00
Baligh Uddin
b8b4998e71
Import translations. DO NOT MERGE
...
Change-Id: I7f81acd62d7f32ba75bfa2e4a963d5de438f26f9
Auto-generated-cl: translation import
2014-06-18 09:41:46 -07:00
Baligh Uddin
e52ee5688d
Import translations. DO NOT MERGE
...
Change-Id: I78454917ebab5e086504ea688c5b6b05991bb27d
Auto-generated-cl: translation import
2014-06-18 09:37:07 -07:00
Winson Chung
c4de2caaaf
Merge "Adding start delay to the task view transforms."
2014-06-18 18:28:24 +00:00
Jeff Sharkey
275e085d5a
Stronger PackageParser contract, more split work.
...
Require that method callers always provide relevant paths, instead of
relying on constructor. Move DisplayMetrics to be an overall parser
parameter, and move PARSE_TRUSTED_OVERLAY to flags.
Parse split APKs and apply deterministic ordering based on split
names. Assert consistent package name and version code across all
split APKs in a package, and enforce unique split names and required
base APK.
Collect certificates for split APKs, enforcing they're all signed
consistently. Better flow control and resource cleanup when
collecting certs. Refactor validation code so it's easier to reason
about. Cleaner maintenance of read buffer when draining stream
contents.
Change-Id: I8bc8c62095fbb933227b9e76ad8771f4b1246fe8
2014-06-18 16:04:13 -07:00
John Spurlock
a0388bb6ff
Battery saver notifications should be public.
...
Bug:15713445
Change-Id: I2ed0e47bcc3120baf85c8529b7ef15756e215ea7
2014-06-18 09:40:00 -04:00
Winson Chung
1275842377
Merge "Re-enabling task based filtering in Recents using package name."
2014-06-17 20:49:29 +00:00
Winson Chung
e0e45bc26d
Re-enabling task based filtering in Recents using package name.
...
- Also front-loading creating the new thumbnail when animating up from Recents
2014-06-18 00:59:29 +00:00
Winson Chung
06795630f6
Adding status bar scrim, reducing extra work updating configuration values.
...
- Making the app icon larger for tapping
2014-06-17 16:37:56 -07:00
Winson Chung
90dcb62575
Merge "Adding status bar scrim, reducing extra work updating configuration values."
2014-06-17 20:55:27 +00:00
Winson Chung
95483fd2d3
Merge "Ensuring that null thumbnails have an opaque background."
2014-06-17 22:59:52 +00:00
Jorim Jaggi
16b414f46f
Merge "Fix bug when Keyguard gets hidden."
2014-06-17 22:59:52 +00:00
Jorim Jaggi
53c68a44ac
Fix bug when Keyguard gets hidden.
...
We make sure in Keyguard that we only hide ourselves in
startKeyguardExitAnimation ourselves when we requested a hide.
In addition, this change also fixes a bug in WindowAnimator that
it should only call startKeyguardExitAnimation when Keyguard actually
requested a hide.
Bug: 15676717
Change-Id: I2279cccb9916985b7e9a2f41137878be5782cb9c
2014-06-17 15:28:05 -07:00
Christoph Studer
5ced68ba2f
am cf24e6de: SysUI: Hide grouped notifications
...
* commit 'cf24e6de68cff14970e57069febd5d6c41c264f4':
SysUI: Hide grouped notifications
2014-06-17 23:20:54 +00:00
Christoph Studer
c08cd7cc65
SysUI: Hide grouped notifications
...
Drop grouped notification received from NoMan.
Bug: 15188947
Change-Id: I8bdb99abd216d771d435d18b2018c843e7750d18
2014-06-17 23:14:12 +00:00
Selim Cinek
aebc0cd596
Merge "Fixed a bug with overscrolling on the bottom."
2014-06-17 20:42:58 +00:00
Selim Cinek
fed1ab6222
Fixed a bug with overscrolling on the bottom.
...
When overscrolling on the buttom, we now take the normal rubberband
factor again.
Change-Id: I615c84ee925b69d1ee995a56ffb2e4291c18c43d
2014-06-17 14:10:33 -07:00
Winson Chung
c9567c07dd
Ensuring that null thumbnails have an opaque background.
...
- Preventing multiple object allocations when updating the stack/clip state.
- Removing double animation of nav bar when launching task
Change-Id: Id12009717135db67bc0ce0e05940dd1c8d6fb5b3
2014-06-17 10:39:33 -07:00
Baligh Uddin
22669d0024
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
2014-06-17 05:00:50 +00:00
Jorim Jaggi
129e7ac809
Fix paddings for user switch and status bar icons.
...
Bug: 15540707
Change-Id: If7288d032b9625e0fbb5b657afcf680d178e63ee
(cherry picked from commit 5d545e7c89231ac80ab2b666bd83f63bcf54f78f)
2014-06-17 10:36:31 -07:00
John Spurlock
64d1fbfa06
Merge "QS: Update embedded vol panel when re-attached to window."
2014-06-17 03:54:31 +00:00
John Spurlock
5de966790f
QS: Update embedded vol panel when re-attached to window.
...
We intentionally drop interim updates when the panel is not
visible, but we should catch up when it becomes visible again.
Not a problem for the dialog panel, since it is torn down / recreated
each time.
Bug:15573750
Change-Id: I717b5d459acb25f9610222e9913d7b8eb71cdd00
2014-06-17 11:25:21 -04:00
Baligh Uddin
d31899bb76
Merge "Import translations. DO NOT MERGE"
2014-06-17 04:56:28 +00:00
Winson Chung
969f586533
Tweaking enter/scrim animations/styles. Fixing issue with clipping not saving layers.
...
Change-Id: I476c68d7df4a8fc59ca3d9be3f99526089183ec2
2014-06-16 19:11:29 -07:00
Selim Cinek
4e456bee15
Fixed that the top card casts a shadow on the second
...
Bug: 15531609
Bug: 15381356
Change-Id: I0a85e43ac9c4330349fa46b3f00f7c0cf231520f
2014-06-17 00:46:16 +00:00
Selim Cinek
b688bf7ceb
Fixed a bug where the device could not be unlocked.
...
When the Notifications could be scrolled, the shade could not
be closed.
Bug: 15643474
Change-Id: I59b9f55c0290da7683ce7fd40effc4b5413e4267
2014-06-16 16:36:51 -07:00
Baligh Uddin
d5d8b88873
Import translations. DO NOT MERGE
...
Change-Id: I77aefc3b2ea919ca7e667fc55b43badb2c43ddbf
Auto-generated-cl: translation import
2014-06-16 10:12:38 -07:00
Baligh Uddin
35c18d9fc9
Import translations. DO NOT MERGE
...
Change-Id: Ic6b3eb6f14875072b5fbce1db22aacbf3027044e
Auto-generated-cl: translation import
2014-06-16 10:10:26 -07:00
Selim Cinek
ea8a3d2510
Merge "Fixed a bug in the scrolling logic"
2014-06-16 22:12:26 +00:00
Selim Cinek
94d46abc76
am 7cf7969c: Fixed a bug where the device could not be unlocked.
...
* commit '7cf7969c23caf59b9fd0fccb21e6b3ca3b966823':
Fixed a bug where the device could not be unlocked.
2014-06-16 23:47:37 +00:00
Selim Cinek
48e746c3c8
Fixed a bug in the scrolling logic
...
When the user overflung to go to the quicksettings panel the
scroll logic remained active and was not reset.
Change-Id: Iab733f3525d5465c5dc583559d0acbc350274171
2014-06-16 23:06:49 +00:00
Baligh Uddin
9aa192c210
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
2014-06-12 03:30:50 +00:00
Baligh Uddin
7a5ae205fc
Import translations. DO NOT MERGE
...
Change-Id: Ic5be9149b760c096c0c850e8a9a0f60bd62d819c
Auto-generated-cl: translation import
2014-06-13 12:01:20 -07:00
Winson Chung
47f166dd8c
Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)
...
Change-Id: Ie25f0037a4f8bf8c3069d50e3a0ad670125be9a1
2014-06-13 16:01:05 +00:00
Baligh Uddin
da8a64b80b
Import translations. DO NOT MERGE
...
Change-Id: Ibdd11bf4b5a0ebb0394400688dd0e38a70660a62
Auto-generated-cl: translation import
2014-06-13 07:20:46 -07:00