Salvador Martinez
60bd509d4e
Added guard to logging in AsyncTask
...
am: 030eeeee6d
Change-Id: I5ad7dec889004484117a621a18e61c477c0c94d6
2016-08-25 19:59:34 +00:00
Salvador Martinez
030eeeee6d
Added guard to logging in AsyncTask
...
An async task was trying to get the context
in an InstrumentedFragment. This could return
null if the context disappears before the new
thread gets to that line. Logging will now
be aborted if context is null to avoid this.
Test: Manual/Monkey Stability Test
Bug: 31058928
Change-Id: Iae97d389e58a76b0f213a2749415501894ebf649
(cherry picked from commit 566b66e27c )
2016-08-25 17:45:24 +00:00
Doris Ling
773a2ab217
Fix crash in ChooseLockPassworkFragment.
...
am: f958f2e14e
Change-Id: I5df6a8989513347f6f55cc5fff9c54852c2a80ec
2016-08-25 02:00:57 +00:00
TreeHugger Robot
b6ad0f9349
Merge "Fix crash in ChooseLockPassworkFragment." into nyc-mr1-dev
2016-08-25 01:44:22 +00:00
Fan Zhang
bc6e2c49f0
Don't remove wifi preferences when updating AP to avoid GC.
...
am: 3f0e1344d3
Change-Id: I3062dbcb338d5068afbd8318e23a778659641744
2016-08-25 00:20:20 +00:00
Doris Ling
f958f2e14e
Fix crash in ChooseLockPassworkFragment.
...
Check for null activity when the handler receives messages to ensure
that the fragment is still attached to the activity.
Fixes: 31034901
Test: Manual - Manually try to update password, verify it works. Run
monkey test on settings package and verify no crash seen.
Change-Id: I9753729ee64458fa1bc25d78abc946d2563a5067
2016-08-24 17:17:52 -07:00
TreeHugger Robot
06609bec29
Merge "Don't remove wifi preferences when updating AP to avoid GC." into nyc-mr1-dev
2016-08-25 00:09:49 +00:00
Fan Zhang
3f0e1344d3
Don't remove wifi preferences when updating AP to avoid GC.
...
Bug: 30870531
Removing wifi preferences every time will force update create a new set
of preferences, which leads to higher chance of GC.
Change-Id: Ifea2f63a3b54fa0d5861fb34a348d81e99bcab68
2016-08-24 15:31:10 -07:00
Noah Wang
509449d34f
Inflate necessary previews upon user interaction instead of inflating everything on creation of the screen. This will improve the speed of opening the screen and refreshing screen upon commiting change.
...
am: 5666ddfe5d
Change-Id: I4df4b99664e4ce608efbcf909172e38e8b5cc86d
2016-08-24 21:27:03 +00:00
Noah Wang
eed4d98eca
Merge "Inflate necessary previews upon user interaction instead of inflating everything on creation of the screen. This will improve the speed of opening the screen and refreshing screen upon commiting change." into nyc-mr1-dev
2016-08-24 21:16:14 +00:00
Noah Wang
5666ddfe5d
Inflate necessary previews upon user interaction instead of
...
inflating everything on creation of the screen. This will
improve the speed of opening the screen and refreshing screen upon
commiting change.
Test: Manually tested by interacting with ViewPager and SeekBar.
Bug: 30697309
Change-Id: Ieb2fac95696b8be33fd508f3b75741529b68e946
2016-08-24 12:05:26 -07:00
Doris Ling
12967ed1a8
Fix animation video render issue when Settings->Moves is resumed from screen off.
...
am: 008ba4ec40
Change-Id: I48898d70a02a96a4fc76aa04bfeab309d6e9785f
2016-08-24 04:08:55 +00:00
Doris Ling
b88068a876
Merge "Fix animation video render issue when Settings->Moves is resumed from screen off." into nyc-mr1-dev
2016-08-24 04:05:39 +00:00
Fan Zhang
2fd3f18e27
Use isOemUnlockEnabled to drive oem unlocking toggle.
...
am: 83f91f61ae
Change-Id: I11d1210beaa26a0bad54e03f7a08817a3c500fe3
2016-08-24 00:36:10 +00:00
TreeHugger Robot
2c8178db3a
Merge "Use isOemUnlockEnabled to drive oem unlocking toggle." into nyc-mr1-dev
2016-08-24 00:31:54 +00:00
Svetoslav Ganov
a2c7515a3f
Only sync adapters with access can see an account - settings
...
am: 6f9bf1da90
Change-Id: Ia97c5fe3a1101b9472bc8370671fba838d59edf7
2016-08-23 23:35:21 +00:00
TreeHugger Robot
de090f3f85
Merge "Only sync adapters with access can see an account - settings" into nyc-mr1-dev
2016-08-23 23:26:48 +00:00
Yoshinori Hirano
9224414477
Show summary of "Add user" item
...
am: 2ce843b00e
Change-Id: I413ab13bbf58b7100348d20c02aeeff850a84639
2016-08-23 23:25:05 +00:00
Sudheer Shanka
acd34a9c72
Merge "Show summary of "Add user" item" into nyc-mr1-dev
2016-08-23 23:23:08 +00:00
Doris Ling
008ba4ec40
Fix animation video render issue when Settings->Moves is resumed from
...
screen off.
Re-initialize the animation video if necessary when the preference is
visible to the user.
Fixes: 31023261
Test: manual -
1. Go to Settings -> Moves and verify that the animation video are
displayed correctly on load.
2. Press power button to turn screen off, then on again. Verify when
Moves settings resumes, the animation video is displayed correctly.
3. Repeat #2 above but let display time out instead of turning off
screen by power button.
Change-Id: I0ee21d23a4c402b3a8463dca3b36fce67d651993
2016-08-23 16:08:34 -07:00
Doris Ling
f757d1ede8
Log settings suggestions events only once.
...
am: bfbb964cb1
Change-Id: If4e3e15b56c7e5a99eb54376c519019ff44d6a34
2016-08-23 22:18:00 +00:00
Fan Zhang
83f91f61ae
Use isOemUnlockEnabled to drive oem unlocking toggle.
...
Bug: 31031467
Test: manually turned on/off persistent_data_block
Change-Id: I21d18a898a220f9e46a53715d4b4fa01c7116e7f
2016-08-23 15:14:19 -07:00
Svetoslav Ganov
6f9bf1da90
Only sync adapters with access can see an account - settings
...
This change ensures that when the user tries to toggle a sync for a
sync adapter that doesn't have access to an account we show UI for
the user to approve the sync.
bug:28163381
Change-Id: I59802df6614572cf0eaf4b72a177beb111b87b34
2016-08-23 21:44:47 +00:00
Doris Ling
bfbb964cb1
Log settings suggestions events only once.
...
The show/hide settings suggestions events are logged every time Settings
is shown. Save the logged events into the state bundle so that when the
fragment is resumed, it does not re-log the suggestions events.
Also move the logging for the show suggestion event to when the suggestion
is loaded, as the suggestions can be empty when the fragment starts.
Change-Id: I644ea0012bad309e59fed0d48171915c955779cc
Fixes: 30108142
2016-08-23 13:25:06 -07:00
Rubin Xu
886af76fb3
Remove duplicated call to authenticationSucceeded()
...
am: 3a437490be
Change-Id: I929ab9d63c5100b30bfec87ee6be0b4d1164cc81
2016-08-23 16:22:49 +00:00
Rubin Xu
7425b2d677
Do not require MANAGE_DEVICE_ADMINS for showing admin-specifc policy transparency dialog
...
am: da9f9a0fab
Change-Id: I2a45a4530fdd25f372f08315a21ca92c453bcdd9
2016-08-23 16:07:36 +00:00
Doris Ling
0f7d5f36a3
Fix crash when selecting AppInfo for uninstalled app from Recents.
...
am: 7574b64910
Change-Id: I9ade2a06180e6464ab105c1a12c5383aa480f77a
2016-08-23 16:07:29 +00:00
Matthew Fritze
7444ee791c
Stop apps with Storage Managers from launching activity when disabled
...
am: 1051fe1e14
Change-Id: Ib2ae9dcbd034c36c44addfaea0bc84ebe3f2247b
2016-08-23 14:43:44 +00:00
Salvador Martinez
18d58269a8
Disabled BSM mode switch when plugged in
...
am: d4a6768880
Change-Id: I9e8116dd9413090145b7ef98b37db20706471c28
2016-08-23 14:43:42 +00:00
Salvador Martinez
56ebf2a051
Prevent wifi icon from disappearing
...
am: 5c0063af7e
Change-Id: I1039ce10631d7f792cae36c3a171d90df11a9e33
2016-08-23 14:43:36 +00:00
Rubin Xu
0948ce0cdb
Merge "Remove duplicated call to authenticationSucceeded()" into nyc-mr1-dev
2016-08-23 13:07:02 +00:00
Rubin Xu
7a4ecbac12
Merge "Do not require MANAGE_DEVICE_ADMINS for showing admin-specifc policy transparency dialog" into nyc-mr1-dev
2016-08-23 12:59:17 +00:00
Doris Ling
6cdd5fccd8
Merge "Fix crash when selecting AppInfo for uninstalled app from Recents." into nyc-mr1-dev
2016-08-23 01:51:21 +00:00
TreeHugger Robot
88d3cb7176
Merge "Stop apps with Storage Managers from launching activity when disabled" into nyc-mr1-dev
2016-08-22 22:24:15 +00:00
Salvador Martinez
8d47bdc773
can open settings with support tab by default
...
am: 12c5208ad0
Change-Id: Ic28fc68db3d971ccf48c5667875474d4c9060a7b
2016-08-22 22:20:54 +00:00
jackqdyulei
226ccfe62f
Make number in dialog highlighted
...
am: 7a78213776
Change-Id: I1b5fb80a2a38a1224d6aa586d1ff2065c4a2a32a
2016-08-22 22:20:52 +00:00
jackqdyulei
fbed8d95e9
Fix the nullpointer bug in monkey test.
...
am: 409c4708c1
Change-Id: I03e6e3a5951f587169d0b2758283bff069b925a2
2016-08-22 22:20:50 +00:00
Salvador Martinez
4c8776627b
Merge "Disabled BSM mode switch when plugged in" into nyc-mr1-dev
2016-08-22 21:56:21 +00:00
Salvador Martinez
89d138b724
Merge "Prevent wifi icon from disappearing" into nyc-mr1-dev
2016-08-22 21:55:18 +00:00
Salvador Martinez
5bd202e277
Merge "can open settings with support tab by default" into nyc-mr1-dev
2016-08-22 21:53:53 +00:00
Lei Yu
2363094863
Merge "Make number in dialog highlighted" into nyc-mr1-dev
2016-08-22 21:50:29 +00:00
Lei Yu
dd90acf2c0
Merge "Fix the nullpointer bug in monkey test." into nyc-mr1-dev
2016-08-22 21:49:56 +00:00
Fan Zhang
ede4f9d41f
Set oem unlock switch to reflect the actual state of device
...
am: 1ba24ca792
Change-Id: I77c374d43d6f78cf57cf2a1a9bb505538d86c9aa
2016-08-22 21:37:48 +00:00
Fan Zhang
2dd0275d66
Have a fallback package name when matching targetPackage.
...
am: 0c58131c37
Change-Id: I0c57b1a71c6388a3fdfc761b44b142abfdf40bcb
2016-08-22 21:37:43 +00:00
TreeHugger Robot
45fd5c4d4e
Merge "Set oem unlock switch to reflect the actual state of device" into nyc-mr1-dev
2016-08-22 21:32:44 +00:00
TreeHugger Robot
5a6fad7607
Merge "Have a fallback package name when matching targetPackage." into nyc-mr1-dev
2016-08-22 21:23:48 +00:00
Fan Zhang
c8b20343f0
When click conditional's title, expand/collapse content.
...
am: 89d7bca166
Change-Id: I7ee56f661cba9e9d79399b8f01fc05cf5a70b27a
2016-08-22 20:16:59 +00:00
Fan Zhang
0ae351771e
Hide default phone preference when there is no phone app.
...
am: dc1e04035b
Change-Id: I2b588c9a31f405f66c1603aacbe67798ac637dee
2016-08-22 20:05:30 +00:00
TreeHugger Robot
95c097e835
Merge "When click conditional's title, expand/collapse content." into nyc-mr1-dev
2016-08-22 20:01:17 +00:00
Fan Zhang
1ba24ca792
Set oem unlock switch to reflect the actual state of device
...
Bug: 30772025
Change-Id: I143ceafb36f2f2091683b29d02ee64c07e44bb15
(cherry picked from commit e98178bd58 )
2016-08-22 19:41:42 +00:00