Jason Monk
a8a029f8eb
Try to fix receiver crash
...
Change-Id: I98fcde7f4595d0bf90bf2a2b8ba96cb96519a008
Fixes: 28554650
2016-05-03 14:25:56 -04:00
Philip P. Moltmann
e0e7fa4501
Merge "Read disk ID from intent" into nyc-dev
2016-05-02 23:00:30 +00:00
Sudheer Shanka
57e6a9144a
Merge "Show app installer info even if it doesn't handle ACTION.APP_SHOW_INFO." into nyc-dev
2016-05-02 20:00:45 +00:00
Maurice Lam
0e4816efb9
Merge "Remove top padding only if illustration is present" into nyc-dev
2016-05-02 17:58:10 +00:00
Adrian Roos
820d7c85c7
Merge "Properly handle rotation in NotificationLockscreenPreference" into nyc-dev
2016-05-02 15:13:40 +00:00
Philip P. Moltmann
2fc2eb49a9
Read disk ID from intent
...
mDisk might be null, but we can recover the disk ID from the original
Intent.
Bug: 28177789
Change-Id: Ic3e33a60084c42eb0bb06145ad50a45077e650d0
2016-04-29 16:35:28 -07:00
Maurice Lam
4d227268c6
Remove top padding only if illustration is present
...
Bug: 28469515
Change-Id: Ifc41b09b2b1675b696291753ff68fe4a801c76c2
2016-04-29 15:07:40 -07:00
Adrian Roos
4bd42073d4
Properly handle rotation in NotificationLockscreenPreference
...
There were some issues because we didn't explicitly
track and restore the selected position upon rotating,
so the fragment's oppinion of which item was selected
didn't match the ListView's.
Change-Id: Ia86e25dab36b44931297f8bcc7bcb7d6974f4b76
Fixes: 27921546
2016-04-29 14:37:16 -07:00
Jason Monk
b60c7560af
Merge "Don't crash on Settings data usage" into nyc-dev
2016-04-29 18:54:08 +00:00
Jason Monk
bc4e200a59
Don't crash on Settings data usage
...
Consider Settings uid (SYSTEM_UID) to be an app.
Change-Id: Ia5cc7897eafdf3d654e8a23715bd25502097bab8
Fixes: 28193076
2016-04-29 14:06:10 -04:00
Jason Monk
a1fe122b99
Merge "Don't crash settings when out of space." into nyc-dev
2016-04-29 17:54:34 +00:00
Jason Monk
ef71f605f3
Don't crash settings when out of space.
...
Change-Id: I2e36fe845601558d789f38ae9f70d1a1684d8fd4
Fixes: 28198128
2016-04-29 13:51:08 -04:00
Mihai Niță
7dce005fab
Merge "Fix: accessibility actions move languages but don't update" into nyc-dev
2016-04-29 17:46:16 +00:00
Clara Bayarri
35bf932eb0
Merge "Remove Secure Startup option from Security Settings" into nyc-dev
2016-04-29 17:28:42 +00:00
Clara Bayarri
d2549ce663
Merge "Storage Settings shows hamburger instead of back arrow" into nyc-dev
2016-04-29 16:38:12 +00:00
Clara Bayarri
f534a66afd
Storage Settings shows hamburger instead of back arrow
...
When there is only internal storage, StorageSettings forwards
automatically to this sub settings page, causing the navigation
icon to be the back arrow. Fixed to make it a hamburger in this
case.
Bug: 28197210
Change-Id: Ief3f7daa3973332a800faa652261e2cfdec36e85
2016-04-29 16:58:09 +01:00
Julia Reynolds
e69d754865
Merge "Fix NPE in user settings." into nyc-dev
2016-04-29 14:29:18 +00:00
Shweta Chahar
19c01f0351
Merge "Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java" into nyc-dev
2016-04-29 13:29:10 +00:00
Julia Reynolds
8bda21a9d4
Fix NPE in user settings.
...
Bug: 28337026
Change-Id: I437874e8dd605b9a19318aafecf292303ee3ad58
2016-04-29 08:42:01 -04:00
Philip P. Moltmann
1ec941db0c
Handling of issues while migrating primary storage
...
Bug: 28177789
Change-Id: Icfbd048ddf0a1d55df1e7273d49727357b98a452
2016-04-28 14:44:53 -07:00
Julia Reynolds
05c6a2c007
Expand BT screen.
...
Bug: 27106877
Change-Id: I31100598f27d45b6a50351f14bd0d20cc6e27d9d
2016-04-28 14:27:02 -04:00
shwetachahar
7c0bc8ed76
Set the max for pitch seekbar in xml in sync with the max for pitch
...
seekbar in TextToSpeechSettings.java
Bug: 28257828
Change-Id: I8a114cf31d72eedf1ba03093364074bec7e7cdee
2016-04-28 16:09:18 +01:00
Jason Monk
6e51591853
Merge "Fix summary lifecycle" into nyc-dev
2016-04-28 14:51:59 +00:00
Jason Monk
8d8de14905
Fix summary lifecycle
...
Once more and probably not for all
Don't let multiple listening state changes get queued, this can cause
rapid changes like listening->not listening->listening. Also store
listening state on the worker thread now that we drop some state
messages and only notify summaries when there is a state change.
Change-Id: I93a5f364e9b35929f9088e044ebefd9be69740e6
Fixes: 28319383
2016-04-28 10:42:10 -04:00
Jason Monk
f96b5947f9
Merge "Fix search after upgrade" into nyc-dev
2016-04-28 14:13:44 +00:00
Jason Monk
18fbdd023b
Fix search after upgrade
...
Settings was dropping the search tables after upgrade but not
clearing the bit that says a full index has completed.
Change-Id: If49960b8cc07e72127bac211ae4d6c1f25b71c81
Fixes: 28414461
2016-04-28 10:08:29 -04:00
Jason Monk
6b421dd4f6
Merge "Default payment settings to disabled" into nyc-dev
2016-04-28 12:56:46 +00:00
Wei Wang
920cf0a7b3
Merge "Add an entry in developer options for location tools." into nyc-dev
2016-04-28 05:57:30 +00:00
Wei Wang
e1c1a13cba
Add an entry in developer options for location tools.
...
This is a temporary place holder for location dogfood tools, which will
be removed before ship.
Bug:28383982
Change-Id: I814c9a71044c2f73a6346bdd46ecd40375c984b8
2016-04-27 15:51:19 -07:00
TreeHugger Robot
aee8d8c7e1
Merge "Fix crash when recreating SecuritySubSettings" into nyc-dev
2016-04-27 22:40:05 +00:00
TreeHugger Robot
a21ac18b05
Merge "Implemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS." into nyc-dev
2016-04-27 21:15:59 +00:00
Adrian Roos
3686ef5e03
Fix crash when recreating SecuritySubSettings
...
Restoring instance state requires the items to be
there after onCreate.
Change-Id: Icef92bcbb168a0b4029a86b2b74235e344e2055e
Fixes: 27013071
2016-04-27 13:58:23 -07:00
Jason Monk
6b75f94b13
Default payment settings to disabled
...
Since it requires some hardware to be enabled.
Change-Id: I6d2a244211cb4c1fa7aadb76e5c2e4ff7459bcc4
Fixes: 28326451
2016-04-27 16:33:39 -04:00
Bill Yi
eb50d20504
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-04-27 19:44:13 +00:00
Felipe Leme
616ff3e6a4
Implemented IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS.
...
BUG: 26820898
Change-Id: I83613ce54e13470dafd6420eec0af252e5e39429
2016-04-27 12:33:57 -07:00
Jason Monk
51b1e0515d
Merge "Fix Settings Condition expand button a11y label" into nyc-dev
2016-04-27 19:15:59 +00:00
Julia Reynolds
ae35c38fe7
Merge "Show 'on the lockscreen' setting in more contexts." into nyc-dev
2016-04-27 18:27:04 +00:00
Julia Reynolds
21fd269ea3
Show 'on the lockscreen' setting in more contexts.
...
- For managed profile apps
- When 'auto' importance is on.
Bug: 28405255
Change-Id: Ia4c0bc6010f157cac18a828069bbcf54087fc663
2016-04-27 12:46:43 -04:00
Clara Bayarri
58440b2801
Fix Settings Condition expand button a11y label
...
Bug: 27276008
Change-Id: Ie62ed8a73b300948f053b5d35f344bce3b63869a
2016-04-27 16:54:22 +01:00
TreeHugger Robot
d76c723ebc
Merge "Fixed context reference." into nyc-dev
2016-04-27 14:53:08 +00:00
Abodunrinwa Toki
f7cd5bb4da
Merge "Make Settings dashboard items focusable." into nyc-dev
2016-04-27 13:41:01 +00:00
Clara Bayarri
e5103fe704
Merge "Fix SIM cards option displayed in RYU & N9 WiFi Settings" into nyc-dev
2016-04-27 13:34:15 +00:00
Clara Bayarri
e64f89c23c
Fix SIM cards option displayed in RYU & N9 WiFi Settings
...
Same as previously with Developer Settings, the Settings main
activity uses PackageManager to disable options that shouldn't
show up. Since this has a delay, these options show up initially
and disappear after a refresh. Disabling them by default makes
them not show up at all for devices that won't have them, but in
exchange makes them not be visible until the first refresh for
devices that do have them.
A more complete fix would involve having a way to initially
not depend on PackageManager for option visibilities.
Bug: 28308433
Change-Id: I6f5c2151a45878fb6c69a9f9971c29ebe65d9d8a
2016-04-27 12:33:56 +01:00
Bill Yi
2cb624ded0
Import translations. DO NOT MERGE
...
Change-Id: I4312c197fd1f3dbb02c0a68de07470924fb93369
Auto-generated-cl: translation import
2016-04-26 22:34:25 -07:00
TreeHugger Robot
3602edf29e
Merge "Remove -night qualified resources" into nyc-dev
2016-04-26 18:33:04 +00:00
Mihai Nita
2c2e435ff2
Fix: accessibility actions move languages but don't update
...
Also added a comment in onItemMove explaining why that method
does not call doTheUpdate().
Bug: 28173358
Change-Id: Ifdc00e70346149aeb09bd95ec21c7df2ccbaa996
2016-04-26 09:02:11 -07:00
Julia Reynolds
1e5d0e731e
Merge "Don't crash on apps only installed for other users." into nyc-dev
2016-04-26 15:28:20 +00:00
Julia Reynolds
e39066c309
Swap star tint.
...
Bug: 27558254
Change-Id: Iedcc61f326813047b50b1d68b4e82ac08ede5623
2016-04-26 09:17:47 -04:00
Julia Reynolds
175bba9ed9
Don't crash on apps only installed for other users.
...
Change-Id: I13d415441aa1c7d09df7adccd4e2d2f9bbd3dbfb
Fixes: 28151314
2016-04-25 16:45:49 -04:00
Daniel Sandler
321d45031b
Merge changes from topic 'qs-tiles' into nyc-dev
...
* changes:
Developer QS tile: GPU Profiling.
Developer QS tile: Show Layout.
2016-04-25 19:21:24 +00:00