Jim Miller
e2e945a887
am 40c4021a: Merge "third part apps can disable the secret lockscreen"
...
* commit '40c4021a70c56bcc4d6f6569d795dff52ab4e369':
third part apps can disable the secret lockscreen
2015-04-07 22:58:53 +00:00
Jim Miller
40c4021a70
Merge "third part apps can disable the secret lockscreen"
2015-04-07 22:41:19 +00:00
Jason Monk
4c1a49fc53
am 039013c2: Merge "Sort Bluetooth devices in quick settings by name"
...
* commit '039013c28ef634ab1b630292cc38fb57f206dffd':
Sort Bluetooth devices in quick settings by name
2015-03-25 14:25:10 +00:00
Jason Monk
039013c28e
Merge "Sort Bluetooth devices in quick settings by name"
2015-03-25 14:12:13 +00:00
Jason Monk
ba48885b92
am 4b7b21ec: Merge "systemui: Handle case when network has been lost"
...
* commit '4b7b21ec834cd307e3d122f2d517778b13242dfb':
systemui: Handle case when network has been lost
2015-03-24 20:10:22 +00:00
Jason Monk
4b7b21ec83
Merge "systemui: Handle case when network has been lost"
2015-03-24 19:57:49 +00:00
Mathias Jeppsson
a8f45e63c7
Sort Bluetooth devices in quick settings by name
...
To avoid Bluetooth devices moving randomly in list, sorting by name.
Change-Id: I4f8e9f98fa29f9670678a3bb6051a6fcf7ae0b9d
2015-03-24 16:11:10 +01:00
Michael Wright
b42baaa829
am 978cfc39: Merge "SystemUI needs the SET_WALLPAPER permission"
...
* commit '978cfc39a10e1b95f9d6dfb5c8e9eb58a10ce0ec':
SystemUI needs the SET_WALLPAPER permission
2015-03-23 15:55:53 +00:00
Samuel Asteberg
8d516a80a0
SystemUI needs the SET_WALLPAPER permission
...
If changing wallpaper when low on memory, retrieving the default
wallpaper may return null, which triggers error handling in
ImageWallpaper. This error handling tries to perform
WallpaperManager.clear(), but for that it needs SET_WALLPAPER
permission, which it does not have.
For users with apps that auto change wallpaper, this issue can
be frequent in low-memory conditions.
The solution is to add the permisson.
Change-Id: I81503c1667e3952c2dd15599969f7dcc51623e5b
2015-03-23 13:50:09 +01:00
longyu.huang
261ec767f3
third part apps can disable the secret lockscreen
...
[Preconditions]
set password or patten lockscreen
[operating steps]
1.install the app (eg QQBrowser) and connected wifi
2.wait a while,the weather notification will shown on statusbar
3.turn off screen,the weather notification will shown on lockscreen too.
4.click the search bar in weather notification,it will disable lockscreen.
5.press HOME button or kill QQBrowser in Recent apps,you can operate the phone
2015-03-23 03:07:02 -07:00
Dan Sandler
b509a809b2
am fbd99e9f: am 76620791: am b3a1b663: Merge "Avoid crashing on corrupted notifications." into lmp-mr1-dev
...
* commit 'fbd99e9fecea1cf467c082d2096cb1c3868685d4':
Avoid crashing on corrupted notifications.
2015-03-18 18:42:47 +00:00
Dan Sandler
7662079160
am b3a1b663: Merge "Avoid crashing on corrupted notifications." into lmp-mr1-dev
...
* commit 'b3a1b6632e403926fed995e851a8e44fc944c663':
Avoid crashing on corrupted notifications.
2015-03-18 18:29:48 +00:00
Geoff Mendal
54064f66c9
Import translations. DO NOT MERGE
...
Change-Id: Ifd3f512fcd1aabd685f10218eceda8f4f83bb116
Auto-generated-cl: translation import
2015-03-18 06:04:44 -07:00
Dan Sandler
06433bd9f3
Avoid crashing on corrupted notifications.
...
If a notification content view has an @id/icon or
@id/right_icon, we need to make sure those ImageViews
actually have a drawable inside.
Bug: 19487078
Change-Id: I4ef6c4a10926823aa8680628097ed150d9e717d4
2015-03-17 16:34:34 +00:00
Geoff Mendal
de4be3bc2c
Import translations. DO NOT MERGE
...
Change-Id: I17a68a6a20954432a352e132ac02cb0c9597e1d3
Auto-generated-cl: translation import
2015-03-16 05:52:00 -07:00
Raju Yadav
aedae722fd
systemui: Handle case when network has been lost
...
If the network is immediately lost after becoming
available the onAvailable callback may not yet
have finished and is working with a lost network.
In this case networkCapabilities may be null, so
handle that.
Change-Id: I588586ae0e844667cca4e2fd992d9694432a2198
2015-03-10 14:12:14 +00:00
Geoff Mendal
d7852b66ab
Import translations. DO NOT MERGE
...
Change-Id: I5057e9ae3a255e9315967eae49f71c862fd53290
Auto-generated-cl: translation import
2015-03-09 05:56:54 -07:00
Dan Sandler
eef3fbcf68
am 8deb6d95: am e6a4b445: am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '8deb6d95a73d5d6860fbfb2eb273cdbc49c5d2c9':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:31:04 +00:00
Dan Sandler
e6a4b44594
am 3581f4c9: Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
...
* commit '3581f4c91a77ecb9313f51a2d07ed88ff61d9299':
Avoid crashing on startup when policy forbids lockscreen camera.
2015-03-06 00:10:22 +00:00
Dan Sandler
3581f4c91a
Merge "Avoid crashing on startup when policy forbids lockscreen camera." into lmp-mr1-dev
2015-03-06 00:03:37 +00:00
John Spurlock
3bedeb0101
am bd438742: am b879e739: am c974ac11: MediaProjectionPermissionActivity: Fix NPE.
...
* commit 'bd438742870a51eacea3554376f671bd1be0e30c':
MediaProjectionPermissionActivity: Fix NPE.
2015-03-04 23:15:51 +00:00
John Spurlock
b879e7395f
am c974ac11: MediaProjectionPermissionActivity: Fix NPE.
...
* commit 'c974ac11f808968648d26e83a0b64a7fba02ad15':
MediaProjectionPermissionActivity: Fix NPE.
2015-03-04 23:01:26 +00:00
John Spurlock
c974ac11f8
MediaProjectionPermissionActivity: Fix NPE.
...
Avoid dismissing a null dialog.
Bug: 19492919
Change-Id: I6642bb5194d9818ff3db1266c7c78ed752e23ecf
(cherry picked from commit 3d332f4e67a484abe597576bf329d89655afe720)
2015-03-04 18:58:18 +00:00
Geoff Mendal
c70510298e
Import translations. DO NOT MERGE
...
Change-Id: I50787822a2df02ff61bfe4f7402b96dcd2cd43a7
Auto-generated-cl: translation import
2015-03-04 06:02:36 -08:00
Dan Sandler
e163a645dd
Avoid crashing on startup when policy forbids lockscreen camera.
...
Bug: 19554426
Change-Id: I5b2898d7d114de87d925b5eccc8e4b189e4713de
2015-03-03 16:06:28 -05:00
Geoff Mendal
341b04711d
Import translations. DO NOT MERGE
...
Change-Id: Icff770a9eb701279c5011e816970c69c58862174
Auto-generated-cl: translation import
2015-03-02 06:15:22 -08:00
Geoff Mendal
b17653a6a8
Import translations. DO NOT MERGE
...
Change-Id: I030ed9725292854138dabb8c6d9b67e5a7ef0aa6
Auto-generated-cl: translation import
2015-02-26 16:26:53 -08:00
Geoff Mendal
ecac2cb4d2
Import translations. DO NOT MERGE
...
Change-Id: I84339eebbf7a8e2332e85a104b85ec740a25d6f1
Auto-generated-cl: translation import
2015-02-25 06:08:29 -08:00
Geoff Mendal
954759b363
Import translations. DO NOT MERGE
...
Change-Id: I06d6d60e4d09ad158c554e6c8e3865f06895db56
Auto-generated-cl: translation import
2015-02-23 06:18:26 -08:00
Adrian Roos
309b71e530
am 823bf307: am b5e787c1: am 26b0d973: Merge "Fix change IME content description" into lmp-mr1-dev
...
* commit '823bf307a248f332f708fd8b359008df837722eb':
Fix change IME content description
2015-02-20 14:46:45 +00:00
Adrian Roos
823bf307a2
am b5e787c1: am 26b0d973: Merge "Fix change IME content description" into lmp-mr1-dev
...
* commit 'b5e787c1c5a1845e0b8de53f1452a7a6cdeb4c93':
Fix change IME content description
2015-02-20 14:39:30 +00:00
Adrian Roos
b5e787c1c5
am 26b0d973: Merge "Fix change IME content description" into lmp-mr1-dev
...
* commit '26b0d973d8c2b05e6141fb4808fbb0a28cb7f713':
Fix change IME content description
2015-02-20 14:32:44 +00:00
Adrian Roos
4a00263191
Fix change IME content description
...
Bug: 19434845
Change-Id: I28be1d8efb61d47abdce168b07a0846056eb650d
2015-02-19 18:21:52 +01:00
Jim Miller
9853ae6b88
am 3f711044: am 9c6c8df4: am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
...
* commit '3f711044a4a6cefa006a63052d785d3e1fb37576':
Fix accessibility focus bug in statusbar
2015-02-19 03:30:53 +00:00
Jim Miller
3f711044a4
am 9c6c8df4: am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
...
* commit '9c6c8df44c5c05badee895e95d8f2460f95e0ec0':
Fix accessibility focus bug in statusbar
2015-02-19 03:24:38 +00:00
Jim Miller
9c6c8df44c
am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
...
* commit '3dfd638921b3038c6df0e515478eb8bafccbf058':
Fix accessibility focus bug in statusbar
2015-02-19 03:17:58 +00:00
Jim Miller
33a054d6fc
Fix accessibility focus bug in statusbar
...
The notification_stack_scroller view of the new uber statusbar should
not be focusable for accessibility
Fixes bug 19296202
Change-Id: I1b3f43ee3c480c705044cb3d565c7c7f7019bcc3
2015-02-18 17:58:04 -08:00
Geoff Mendal
fabfcfd97e
Merge "Import translations. DO NOT MERGE" into lmp-mr1-modular-dev
2015-02-12 23:16:37 +00:00
Geoff Mendal
5e5c39abdb
Import translations. DO NOT MERGE
...
Change-Id: I57a4ac857f18a1e365e79198ac5de60748847add
Auto-generated-cl: translation import
2015-02-12 15:04:27 -08:00
Jim Miller
0bb60712f7
am 4bbd3cb3: am b1e80278: am b2ff8d9a: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
...
* commit '4bbd3cb3e8494de71ac5ac2aed49e6c56c3b9f68':
Fix accessibility focus bug in statusbar
2015-02-12 22:10:48 +00:00
Jim Miller
b1e80278f8
am b2ff8d9a: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
...
* commit 'b2ff8d9a3e5f279e7a60a12f9192e43081e2eef9':
Fix accessibility focus bug in statusbar
2015-02-12 21:55:06 +00:00
Jim Miller
959ea56f34
Fix accessibility focus bug in statusbar
...
The root view of the new uber statusbar should not be focusable.
Based on history, it looks like this was an oversight when this view
was refactored.
Fixes bug 19296202
Change-Id: Ib7f6908c30ab37384aa50f4fa4198c15593a96a4
2015-02-11 20:43:04 -08:00
John Spurlock
90fc289102
Doze: pulse less often. automerge: 618e420
...
automerge: 43c7741
* commit '43c7741c28c39aa4f5be1252af67c8b1e7bd84c3':
Doze: pulse less often.
2015-02-10 17:40:33 +00:00
John Spurlock
43c7741c28
Doze: pulse less often.
...
automerge: 618e420
* commit '618e420adf2ab2478f62891738320bb9cc5260ec':
Doze: pulse less often.
2015-02-10 17:32:27 +00:00
John Spurlock
618e420adf
Doze: pulse less often.
...
Remove the trailing pulse @ 2 minutes, and only allow 2 schedule resets.
Bug: 19330195
Change-Id: I492581c081fafd2a1e5e09f7cce08d7a14da6d6b
2015-02-10 09:23:29 -05:00
Jason Monk
ba87ba5e4c
am 3bbc5a11: Merge "Ellipsize QS detail items when needed" into lmp-mr1-dev
...
automerge: 6d72d46
* commit '6d72d46b4b6fe0ec72c24ea5369c6d92fd29ba52':
Ellipsize QS detail items when needed
2015-02-05 23:02:57 +00:00
Jason Monk
6d72d46b4b
am 3bbc5a11: Merge "Ellipsize QS detail items when needed" into lmp-mr1-dev
...
* commit '3bbc5a113403886b16d276f2438677c5381bfab6':
Ellipsize QS detail items when needed
2015-02-05 19:39:18 +00:00
Jason Monk
867874b06a
Ellipsize QS detail items when needed
...
Bug: 19262637
Change-Id: I395125a7c00e558e914aff9cf9c48a363435a9b2
2015-02-05 11:54:58 -05:00
Jorim Jaggi
83eaf6cc8c
am 515148dc: Merge "Send accessibility event when bouncer is shown" into lmp-mr1-dev
...
automerge: 2ffb340
* commit '2ffb3400f7922aba597b61cea91b82bcfc3d7e7d':
Send accessibility event when bouncer is shown
2015-02-02 19:30:34 +00:00
Jorim Jaggi
2ffb3400f7
am 515148dc: Merge "Send accessibility event when bouncer is shown" into lmp-mr1-dev
...
* commit '515148dcaaf5b63e69998d67958829d4347071ec':
Send accessibility event when bouncer is shown
2015-02-02 19:25:34 +00:00