Amith Yamasani
5b8e5a7d4c
Merge "Improve user switching interstitial" into lmp-dev
2014-08-25 21:43:32 +00:00
Adam Lesinski
6b2416492e
Merge "PM: Load all splits when parsing an app manifest" into lmp-dev
2014-08-25 21:41:22 +00:00
Amith Yamasani
c2a8d151dc
Improve user switching interstitial
...
Layout and string changes.
Bug: 16661752
Change-Id: Ie24fe4683b91923ff357be054b7440fd1fc86ebb
2014-08-25 14:20:20 -07:00
RoboErik
cc3e5d5cd1
Merge "Ensure current volume is current" into lmp-dev
2014-08-25 20:20:54 +00:00
John Spurlock
faa9fb8b6a
Merge "PowerUI: Don't play sound on every update below level." into lmp-dev
2014-08-25 20:00:01 +00:00
John Spurlock
7290d192c8
PowerUI: Don't play sound on every update below level.
...
There are many paths to update the power notification. Use
PowerUI's playSound as a tripwire, and reset the value once applied.
Bug:17253062
Change-Id: Ica6a4c621f7047f8b52dee82cbfe1db5bc08247e
2014-08-25 15:45:43 -04:00
Michael Wright
f93afcf195
Merge "Remove Meta-Tab shortcut for Recents." into lmp-dev
2014-08-25 19:29:49 +00:00
Raph Levien
9897c73f12
Merge "Preserve paint parameters in Paint copy constructor" into lmp-dev
2014-08-25 19:16:42 +00:00
John Spurlock
c8d3a86ea4
Merge "Doze: Only doze as owner." into lmp-dev
2014-08-25 19:13:58 +00:00
Robert Greenwalt
69ef75c952
Merge "Update the http proxy on LinkProperty change." into lmp-dev
2014-08-25 19:05:00 +00:00
Paul Lawrence
4412e5c033
Merge "Show PIN screen with all PINs, not just simple ones" into lmp-dev
2014-08-25 18:53:28 +00:00
Paul Jensen
177cd38b00
Merge "Remove captive portal sign-in actions." into lmp-dev
2014-08-25 18:52:32 +00:00
Selim Cinek
00c2ff3df9
Merge "Fixed crash when tapping a notification" into lmp-dev
2014-08-25 18:49:36 +00:00
Selim Cinek
962821524c
Merge "Fixed a bug where the clipRect was not correctly reset" into lmp-dev
2014-08-25 18:48:15 +00:00
Selim Cinek
30a94d86f8
Merge "Fixed the navigation bar for LTR languages." into lmp-dev
2014-08-25 18:47:00 +00:00
Selim Cinek
6aaf217076
Fixed crash when tapping a notification
...
This was due to a reverse call of an animator.
Bug: 17253276
Change-Id: I9b27ce07c41a849925dd90e8a53834d0e86e5dde
2014-08-25 20:30:33 +02:00
Selim Cinek
c0f4c01321
Fixed a bug where the clipRect was not correctly reset
...
We now reset the cliprect of the notifications when the
view is removed from the scroller.
Bug: 17187780
Change-Id: Ifa5af0683186380f54dcb169a21d2ab41ceb98a7
2014-08-25 20:30:33 +02:00
Selim Cinek
17a327ad05
Fixed the navigation bar for LTR languages.
...
The navigation bar now correctly mirrors it's children even in
landscape and the tablet layout is correctly applied for LTR languages.
Also fixes some bugs where the buttons were invisible in landscape
with certain configurations.
Bug: 15280748
Change-Id: I27304d9468211a0975824c17e031e2b04b44f9e0
2014-08-25 20:30:32 +02:00
Brian Colonna
bdeb225b61
Merge "Bug 17250075: Turned off debugging for launching secure camera" into lmp-dev
2014-08-25 18:30:03 +00:00
John Spurlock
c6eed84855
Doze: Only doze as owner.
...
The SystemUI notification doze implementation needs to run in the
main systemui process.
Bug:16900344
Change-Id: I8b21609087a4bb971bff36fb463eb2482190cd8f
2014-08-25 14:17:27 -04:00
Paul Lawrence
396ac76fd3
Show PIN screen with all PINs, not just simple ones
...
Bug: 17194645
Change-Id: I8b8ccd2b7cf6dbfac567492387d4f4fd61258a34
2014-08-25 11:13:46 -07:00
Brian Colonna
124b775802
Bug 17250075: Turned off debugging for launching secure camera
...
Reduces log spam.
Change-Id: Icdf2e0154ec337ed4fad915ec7f404d94d522ea1
2014-08-25 13:54:39 -04:00
Svet Ganov
f2a778683d
Merge "RemoteViews service not unbound." into lmp-dev
2014-08-25 17:48:06 +00:00
Sandeep Siddhartha
07b4a6f42d
Remove the old API for creating hotword detector
...
To be submitted only when the prebuilts have been updated
Change-Id: I7136b6a492610e4673f005b2d1682ce90ddb43a5
2014-08-25 10:34:07 -07:00
Jae Seo
1a95b1a6f3
Merge "CEC: Log the current time instead when the timing information is empty" into lmp-dev
2014-08-25 17:25:41 +00:00
Michael Wright
0e47941d5e
Merge "Cancel pending meta actions when the key pressed *isn't* meta." into lmp-dev
2014-08-25 17:23:25 +00:00
Jae Seo
2220f6f8a6
CEC: Log the current time instead when the timing information is empty
...
Bug: 17237045
Change-Id: Iaa59167c23ce5b460ccfefcf31b6f579f8dda98a
2014-08-25 10:23:18 -07:00
Raph Levien
908040534d
Preserve paint parameters in Paint copy constructor
...
The copy constructor for Paint was setting default values for additional
parameters, rather than copying them from the original object, resulting
in incorrect locale in the software text drawing path.
Fix for bug 17149910 "Chinese font is used on IME even if the system
language is Japanese"
Change-Id: I25f377ce4e0ea66946a27ea46a2db524872ae36f
2014-08-25 09:36:29 -07:00
Sandeep Siddhartha
4b4d7efe52
Merge "Fix conversion of locale from BCP47 language tag" into lmp-dev
2014-08-25 16:18:55 +00:00
Baligh Uddin
73e6ae949c
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:25 +00:00
Baligh Uddin
1c3a3bcadf
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:07 +00:00
Baligh Uddin
0699cadcb4
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:06 +00:00
Baligh Uddin
25143d58a8
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:06 +00:00
Baligh Uddin
e477bc561f
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:01 +00:00
Baligh Uddin
aaee5b22d0
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:01 +00:00
Baligh Uddin
a33054584d
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:56 +00:00
Baligh Uddin
98e6a6822f
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:56 +00:00
Baligh Uddin
22c567f44e
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:51 +00:00
Jorim Jaggi
20060091e2
Merge "Fix password unlock method" into lmp-dev
2014-08-25 16:09:23 +00:00
Jorim Jaggi
e60982f536
Merge "Fix invisible security method" into lmp-dev
2014-08-25 16:09:12 +00:00
Jorim Jaggi
7af40415dc
Merge "Fix QS header animation for RTL" into lmp-dev
2014-08-25 15:22:43 +00:00
Jorim Jaggi
e070018b3e
Fix password unlock method
...
- Update layouts/assets to material
- Fix that the virtual keyboard didn't always come up
- Fix window layout of status bar window, so it's above the IME when
on Keyguard
Bug: 16957208
Change-Id: I1785af9ac73103abe6cd9968ed27582fbfc9a1d9
2014-08-25 17:21:05 +02:00
Jorim Jaggi
fb28c0e129
Fix invisible security method
...
Also fixes a bug where notification guts couldn't be launched from
Keyguard.
Bug: 17162095
Change-Id: I50395065e568ca01e837b0540d5edfd8bbd5797a
2014-08-25 17:20:43 +02:00
Selim Cinek
0db4f35e0b
Merge "Fixed a bug where animations were generated when closed." into lmp-dev
2014-08-25 14:17:13 +00:00
Jorim Jaggi
a8c97b3a63
Fix QS header animation for RTL
...
Bug: 17201391
Change-Id: I88a94df82ee23e4e5fe0b85c6be56e6014e66c1c
2014-08-25 16:03:22 +02:00
John Spurlock
6adf1588fd
Battery saver: Add period to last sentence of disclosure.
...
Bug:17166240
Change-Id: I254bc3e396a0d072c379f9b6305ac7c0ef132f6a
2014-08-25 09:03:29 -04:00
Selim Cinek
0e41dea0b3
Fixed a bug where animations were generated when closed.
...
Bug: 17248206
Change-Id: I4376e1eede125ade71c09b2c1cd6ae64ad617230
2014-08-25 13:55:06 +02:00
Selim Cinek
6e3de6d98f
Merge "Fixed a ltr bug where the buttons disappeared" into lmp-dev
2014-08-25 11:50:25 +00:00
Wonsik Kim
1c50575a38
Merge "TIF: define hidden channels columns as @SystemApi" into lmp-dev
2014-08-25 06:17:56 +00:00
Wonsik Kim
8d0b268e42
TIF: define hidden channels columns as @SystemApi
...
Bug: 17165479
Change-Id: Ic0b0bdbc440eb15e68e4a1a5fa15a4875b17d061
2014-08-25 14:21:40 +09:00