Alexandra Gherghina
edbfedf58f
Merge "Splits out ACTION_MAIN intent filter for Settings and doesn't forward it." into lmp-dev
2014-09-08 19:13:10 +00:00
Carlos Valdivia
690ce1b325
Merge "SECURITY: Don't pass a usable Pending Intent to 3rd parties." into lmp-dev
2014-09-08 18:21:03 +00:00
Jim Miller
1f389c1996
Merge "Fix problem where rotating the device doesn't launch TrustAgent pref" into lmp-dev
2014-09-08 08:26:14 +00:00
Alexandra Gherghina
80cd373263
Merge "Reset Settings task when using the user switcher" into lmp-dev
2014-09-08 08:04:44 +00:00
Alexandra Gherghina
dc3193ca63
Merge "Obeying Settings.EXTRA_AUTHORITIES extra for SYNC_SETTINGS" into lmp-dev
2014-09-08 08:03:40 +00:00
Carlos Valdivia
f5d3e74ecc
SECURITY: Don't pass a usable Pending Intent to 3rd parties.
...
Unfortunately the Settings app has super powers. We shouldn't let
untrusted 3rd party authenticators re-purpose those powers to their own
nefarious ends. This means that we shouldn't pass along PendingIntents
that can have addressing information (component, action, category)
filled in by third parties.
Bug: 17356824
Change-Id: I397d26c5f465ddfb0e58bbc66cd44756e58cc507
2014-09-07 17:45:58 -07:00
Amith Yamasani
30c50b15d0
Use correct API for badging
...
Bug: 17414778
Change-Id: Ieb9890751c3071088b9f5aab48053e767f78bfe5
2014-09-07 15:38:09 -07:00
Jim Miller
250b9bee68
Fix problem where rotating the device doesn't launch TrustAgent pref
...
This fixes a bug where the TrustAgent intent was being lost when
the device configurtion changes. It used to depend on a view that
gets recreated. Instead, we persist the actual launch intent
which works across activity restarts.
Fixes bug 17040470
Change-Id: Ia1c93867254cfdc27683a767cf41fe74dbb97db0
2014-09-07 14:30:38 -07:00
Fabrice Di Meglio
b5cc01342e
Merge "Fix bug #15890188 wifi toggle on-off switch missing after skipping setup wizard" into lmp-dev
2014-09-05 21:12:51 +00:00
Fabrice Di Meglio
92239ed799
Fix bug #15890188 wifi toggle on-off switch missing after skipping setup wizard
...
- remove any reference to the Switch and use the SwitchBar API instead
- set the initial state of the SwitchBar depending on the WifiManager
Change-Id: I556bf8a007892c057edf7c6c144f71b2dcfe4f99
2014-09-05 14:08:58 -07:00
PauloftheWest
c7fafa25c2
Merge "Material design updates for Bluetooth Settings dialog." into lmp-dev
2014-09-05 20:48:56 +00:00
Barnaby James
3c6f7a3339
Merge "Remove intent filter for Airplane mode voice activity." into lmp-dev
2014-09-05 19:59:21 +00:00
Amith Yamasani
9164862936
Merge "Follow API change for method name" into lmp-dev
2014-09-05 19:44:22 +00:00
PauloftheWest
8677d04512
Material design updates for Bluetooth Settings dialog.
...
Bug: 17140512
Change-Id: I93dd89c3f12d8abe2041dd68faef8daf981252fb
2014-09-05 10:29:17 -07:00
Amith Yamasani
375baea456
Follow API change for method name
...
Bug: 17389920
Change-Id: I5c5bdacd863f84c503e7a16dc611feda36bc462f
2014-09-05 10:23:04 -07:00
Svetoslav
fd3a3d7929
Merge "Fix an occasional crash in print job state fragment in Settings." into lmp-dev
2014-09-05 17:10:06 +00:00
Svetoslav
527ecccce8
Merge "Update Settings due to API changes." into lmp-dev
2014-09-05 17:09:15 +00:00
Jorim Jaggi
f7cdbc3a68
Merge "Remove weird divider from confirm_lock_pattern" into lmp-dev
2014-09-05 16:06:26 +00:00
Jorim Jaggi
d3a2ec0cbb
Remove weird divider from confirm_lock_pattern
...
Bug: 16686614
Change-Id: I5b62a220181e384328a3b27e05a218a5984e23d1
2014-09-05 17:56:17 +02:00
Alexandra Gherghina
af0d9540c2
Obeying Settings.EXTRA_AUTHORITIES extra for SYNC_SETTINGS
...
Bug: 17188306
Change-Id: I00481c6c4f346b6f4037554296735f4323cbbcfb
2014-09-05 16:46:54 +01:00
Alexandra Gherghina
51712241f5
Fix typo in intent filter
...
Bug: 16647771
Change-Id: I44c46a92fee23f78591677f7ea399fd963b4df16
2014-09-05 16:32:15 +01:00
Alexandra Gherghina
9b6ab1584c
Merge "Update Settings cross-profile intent filters upon OTA" into lmp-dev
2014-09-05 15:26:59 +00:00
Alexandra Gherghina
c4916832d0
Update Settings cross-profile intent filters upon OTA
...
Bug: 16647771
Change-Id: I2e23d26b425bde5339221851ac54aab760dc1cc9
2014-09-05 15:27:04 +01:00
Dan Sandler
8aed3e3f9e
Only fetch titles of ringtones coming from the MediaStore.
...
As a fallback we attempt to get DISPLAY_NAME from the
provider. Any other URIs probably don't have titles.
Bug: 14093281
Change-Id: I39adbad52ef6dcc1686cbc738457b55c33948bd6
2014-09-05 13:59:31 +00:00
Alexandra Gherghina
05dec7fc69
Splits out ACTION_MAIN intent filter for Settings and doesn't
...
forward it.
This is required so that general queries for ACTION_MAIN apps
do not get stuck with the IntentForwarderActivity.
Bug: 17053933
Change-Id: Ie04e2b29f2467e14fd82d27c1e94d93eda90f4c1
2014-09-05 14:58:04 +01:00
Alexandra Gherghina
56645002b2
Reset Settings task when using the user switcher
...
Bug: 17294618
Change-Id: I8bd9d7226e52017938828f3bc195cc995fe80b20
2014-09-05 11:39:39 +01:00
Barnaby James
cec8e2fe78
Remove intent filter for Airplane mode voice activity.
...
Change-Id: I7f217350fdb51c2a88c92777d33c021dd32cd07e
Bug: 17398731
2014-09-04 21:59:09 -07:00
Wink Saville
aa188b539b
Merge "More cleanup prior to unhiding" into lmp-dev
2014-09-05 03:40:35 +00:00
Svetoslav
4a361df54b
Fix an occasional crash in print job state fragment in Settings.
...
There is a NPE in the print settings if the following occurs:
We open the print job state UI in settings for an ongoing print
job (now we have action bar buttons for cancel and restart);
now the print job gets completed and we update the UI and
since the print job is not longer present we nullify the current
job reference and finish the activity. But since activity
is not finished immediately there is an opportunity for the
user to click on the action bar options which results in NPE.
The fix is to not update the print job instance in the update
UI method if the job is not available, i.e. the update method
does not mutate state if the job is no longer present, as we
are finishing and performing an operation on a finished job will
have no effect.
bug:17387134
Change-Id: I501ed1e05b8b70584b3299a16e93ead5ab7f155f
2014-09-04 19:54:21 -07:00
Svetoslav
39f82a7c98
Update Settings due to API changes.
...
bug:17390424
Change-Id: I25dfa40cc5109260d48dbe5f33274b162912d059
2014-09-04 18:00:23 -07:00
Wink Saville
78b36ba35e
More cleanup prior to unhiding
...
Rename public SubInfoRecord instance variables
Change-Id: I25a56d779c63a3f483d7a43c5c123404bf489fa3
2014-09-04 15:36:49 -07:00
Fabrice Di Meglio
0535ed559e
Merge "Fix bug #17393417 Developer Options are not indexed after activating them" into lmp-dev
2014-09-04 22:09:19 +00:00
Fabrice Di Meglio
f91b4dbc33
Fix bug #17393417 Developer Options are not indexed after activating them
...
- add forceUpdate field copy in the UpdateData copy constructor
Change-Id: I245ce76bf9798c359219e153d2af9d08e7e11903
2014-09-04 15:04:23 -07:00
PauloftheWest
4a1b7b5f94
Merge "Bug fix: Toggling Bluetooth off then on will now initiate a scan." into lmp-dev
2014-09-04 21:25:05 +00:00
PauloftheWest
6a1a6a943a
Bug fix: Toggling Bluetooth off then on will now initiate a scan.
...
Bug: 17380015
Change-Id: Ie07d9a4f737df32aba7e400b028144f7a81cb37e
2014-09-04 14:10:24 -07:00
Chris Wren
0a59607e5e
Merge "Implement per-app sensitivity settings toggle." into lmp-dev
2014-09-04 20:38:40 +00:00
Fabrice Di Meglio
ed1175cf0c
Merge "Increase the delay for the Search result Ripple effect to happen" into lmp-dev
2014-09-04 20:06:23 +00:00
Fabrice Di Meglio
eced780ff5
Increase the delay for the Search result Ripple effect to happen
...
- will actually make the Ripple look better and a bit longer
(it was showing and disappearing a bit too fast)
See bug: #14974443
Change-Id: I7a0354c679cfa8d9596bcb957c922b8dcf88f0e3
2014-09-04 13:04:56 -07:00
Andres Morales
5c9a3b0d87
Merge "New black drawables for tap and pay" into lmp-dev
2014-09-04 19:31:57 +00:00
Andres Morales
1c09186d64
Merge "Fix issue with wifi passwords >16 chars" into lmp-dev
2014-09-04 19:31:48 +00:00
Andres Morales
7c5d31f8e7
New black drawables for tap and pay
...
Much more visible than the white ones on a white bg
Bug:17155785
Change-Id: I1c135ca819ee6734289777b3e694c7548777cb84
2014-09-04 12:11:26 -07:00
Andres Morales
3902c785b0
Fix issue with wifi passwords >16 chars
...
Wasn't calculating their length in hex properly
Bug:17369745
Change-Id: I7652c10a2e0704877ad113fcbc04007845a862e3
2014-09-04 11:42:53 -07:00
Baligh Uddin
87c7cec8ea
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-04 18:34:46 +00:00
PauloftheWest
0e73c521bd
Merge "Material theme updates for Bluetooth Device picker." into lmp-dev
2014-09-04 17:50:00 +00:00
PauloftheWest
92de681ec3
Merge "Fix the truncating of Bluetooth icons." into lmp-dev
2014-09-04 17:34:17 +00:00
PauloftheWest
e32220eedc
Material theme updates for Bluetooth Device picker.
...
Bug: 17303554
Change-Id: I6eba8654ffb95ff6a9e31c43f8e2ba93df79280d
2014-09-04 10:16:09 -07:00
Fabrice Di Meglio
5a8a75d98b
Merge "Fix bug #17358371 Wallpaper attributions in "Legal Information" section of Settings" into lmp-dev
2014-09-04 17:01:16 +00:00
Chris Wren
3d903185c7
Implement per-app sensitivity settings toggle.
...
Change-Id: Iaa1de63b720bf93bdf432117604740e509fe3ab0
Depends-On: I2d5cf6782273744cbf9b309dec76780cc0a4c39e
Bug: 16324353
2014-09-04 11:37:18 -04:00
PauloftheWest
a7aef13fbb
Fix the truncating of Bluetooth icons.
...
Bug: 17347150
Change-Id: Iad6bec51bf9327ee0c6752ddaa161aec3b4ff590
2014-09-04 08:27:32 -07:00
Chris Wren
ee846f8828
missing dep. Revert "Implement per-app sensitivity settings toggle."
...
This reverts commit 56131de741
.
Change-Id: I409dbf4495f95ff37d2a47168cdbc4131a80d42e
2014-09-04 15:49:58 +02:00