Brian Muramatsu
61d698f5fb
am a6c1b346
: Merge "Add optional regulatory info page" into jb-mr1-dev
...
* commit 'a6c1b346ae0fc92170eb09f90c71b9c3d25d53eb':
Add optional regulatory info page
2012-09-18 15:14:31 -07:00
Jeff Sharkey
fda48e39d3
Always show auto-sync; user-specific storage.
...
Auto-sync is per-user, so show it to all users. Also create user-
specific path when showing misc storage items.
Bug: 7179485, 7177335
Change-Id: I9f6029e22d519a5516a0f1a76e6aa55db3c2832c
2012-09-18 15:09:35 -07:00
Brian Muramatsu
a6c1b346ae
Merge "Add optional regulatory info page" into jb-mr1-dev
2012-09-18 14:59:36 -07:00
Adam Cohen
1003b5b14c
am 2a111678
: am 7956e726
: Merge "Tweaking mechanism for adding keyguard widgets" into jb-mr1-dev
...
* commit '2a1116788636175fa4e502a4e6102cf71f8c8dba':
Tweaking mechanism for adding keyguard widgets
2012-09-18 14:58:46 -07:00
Dianne Hackborn
9706ccab84
am d9c029f8
: am 9ba3d227
: Merge "Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails..." into jb-mr1-dev
...
* commit 'd9c029f8372057d14d52fee5e6e842926b8c3b6f':
Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails...
2012-09-18 14:54:11 -07:00
Adam Cohen
2a11167886
am 7956e726
: Merge "Tweaking mechanism for adding keyguard widgets" into jb-mr1-dev
...
* commit '7956e7263afd2007dc4262dc3c79dc74b14e8bf6':
Tweaking mechanism for adding keyguard widgets
2012-09-18 14:54:09 -07:00
Dianne Hackborn
d9c029f837
am 9ba3d227
: Merge "Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails..." into jb-mr1-dev
...
* commit '9ba3d227e37b49412fe146b43f15aabb1da0d008':
Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails...
2012-09-18 14:51:45 -07:00
Adam Cohen
7956e7263a
Merge "Tweaking mechanism for adding keyguard widgets" into jb-mr1-dev
2012-09-18 14:47:09 -07:00
Andy Stadler
1490075dff
Rename file to satisfy strict Java requirement
...
There is no code change, the classname is OK, it was just the
filename that needed a tweak.
Original code was Change-Id: I381ed96f6b57f414bbaccd694f55d2b992e330a4
Change-Id: I14f2009cff186647a736b1183acf815713234dd5
2012-09-18 14:43:42 -07:00
Adam Cohen
1dd0024327
Tweaking mechanism for adding keyguard widgets
...
-> Fix for issue 7173877
-> Fix for issue 7173587
Change-Id: I266cafcf175c98e0c8a8401e11faa5dd2e2fa885
2012-09-18 14:41:47 -07:00
Dianne Hackborn
682298bc34
Fix issue #7178865 : Selecting an app from Settings > Apps>...
...
...all crashes on a secondary user
Change-Id: I977932bce3ea2816e4c9d1002488b658a96e3986
2012-09-18 14:28:58 -07:00
Dianne Hackborn
9ba3d227e3
Merge "Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails..." into jb-mr1-dev
2012-09-18 14:19:28 -07:00
Dianne Hackborn
9fae74f6c3
Fix issue #7050530 : NPE in Settings : settings.applications.RunningServiceDetails...
...
...addDetailViews(RunningServiceDetails.java:439)
Change-Id: Id4a110bacf4da1bec07272b3b75e8bf0986cab92
2012-09-18 14:17:36 -07:00
Michael Jurka
1fe9f6b19f
am 71e7bd69
: am 221e4356
: Merge "Fix cases where app widget ids were not being cleaned up" into jb-mr1-dev
...
* commit '71e7bd696f103493e7c0fb25305494eededbe936':
Fix cases where app widget ids were not being cleaned up
2012-09-18 13:29:43 -07:00
Michael Jurka
71e7bd696f
am 221e4356
: Merge "Fix cases where app widget ids were not being cleaned up" into jb-mr1-dev
...
* commit '221e4356e1cbf24dd32037800601df91c3b85c6d':
Fix cases where app widget ids were not being cleaned up
2012-09-18 13:27:25 -07:00
Michael Jurka
221e4356e1
Merge "Fix cases where app widget ids were not being cleaned up" into jb-mr1-dev
2012-09-18 13:25:57 -07:00
Dianne Hackborn
478c95e74d
am 09707bec
: am ba088af9
: Merge "Fix issue #7178865 : Selecting an app from Settings > Apps>..." into jb-mr1-dev
...
* commit '09707bec1e0a3781de92f308a0146679c19cb716':
Fix issue #7178865 : Selecting an app from Settings > Apps>...
2012-09-18 12:27:42 -07:00
Dianne Hackborn
09707bec1e
am ba088af9
: Merge "Fix issue #7178865 : Selecting an app from Settings > Apps>..." into jb-mr1-dev
...
* commit 'ba088af9af1d874adebf78273432d0f079960249':
Fix issue #7178865 : Selecting an app from Settings > Apps>...
2012-09-18 12:15:28 -07:00
Dianne Hackborn
ba088af9af
Merge "Fix issue #7178865 : Selecting an app from Settings > Apps>..." into jb-mr1-dev
2012-09-18 12:07:20 -07:00
Dianne Hackborn
0fca4296ac
Fix issue #7178865 : Selecting an app from Settings > Apps>...
...
...all crashes on a secondary user
Change-Id: I977932bce3ea2816e4c9d1002488b658a96e3986
2012-09-18 12:04:00 -07:00
Brian Muramatsu
a6dbaea2da
Add optional regulatory info page
...
Bug 7081675
If R.bools.config_show_regulatory_info is true, then show a "Regulatory
information" item on the "About phone" page. Show a DialogFragment
displaying the regulatory_info drawable if the item is clicked. Add a
1x1 blank regulatory_info drawable for devices that won't show this.
Change-Id: I5823d8969de038becf4911dce893dab5dbb23537
2012-09-18 11:46:35 -07:00
Amith Yamasani
5ab37a421b
am 0a072906
: am 3e3b75f2
: Merge "Add help menu for Users and Location access" into jb-mr1-dev
...
* commit '0a0729063d6a81a93377d7c086da834bcec9148d':
Add help menu for Users and Location access
2012-09-18 10:14:11 -07:00
Baligh Uddin
2ce34cdc19
am eba53953
: (-s ours) am 05bf34c2
: Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
...
* commit 'eba539531c4845e001c0d370887a69d8e901bdca':
Revert "Import translations. DO NOT MERGE"
2012-09-18 10:14:10 -07:00
Baligh Uddin
700b7e86cb
am 490ab8a6
: (-s ours) am fa69d3ed
: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '490ab8a6fb2f5b5fe379b214cf9959acba96a71b':
Import translations. DO NOT MERGE
2012-09-18 10:14:08 -07:00
Amith Yamasani
0a0729063d
am 3e3b75f2
: Merge "Add help menu for Users and Location access" into jb-mr1-dev
...
* commit '3e3b75f26f2ad91c40ba28d13af2838331113bca':
Add help menu for Users and Location access
2012-09-18 10:10:41 -07:00
Baligh Uddin
eba539531c
am 05bf34c2
: Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
...
* commit '05bf34c2559a8d800da18eabeb0214f559d4aeef':
Revert "Import translations. DO NOT MERGE"
2012-09-18 10:10:06 -07:00
Baligh Uddin
490ab8a6fb
am fa69d3ed
: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit 'fa69d3ed7518f81e6f6040fc4dbc5d5b479bcb2d':
Import translations. DO NOT MERGE
2012-09-18 10:10:03 -07:00
Amith Yamasani
3e3b75f26f
Merge "Add help menu for Users and Location access" into jb-mr1-dev
2012-09-18 09:55:21 -07:00
Amith Yamasani
38223dc458
Add help menu for Users and Location access
...
Bug: 7093415
Bug: 7130812
Change-Id: I44c68e846dcc5d98fc8b152f79d75140e151323a
2012-09-18 09:51:07 -07:00
Baligh Uddin
05bf34c255
Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
2012-09-18 07:24:53 -07:00
Baligh Uddin
23bc9fa844
Revert "Import translations. DO NOT MERGE"
...
Broke the build.
This reverts commit b4b2857236
Change-Id: I51f5f569d717bf0973e5e5a868e9fdc53ca80f99
2012-09-18 07:24:16 -07:00
Baligh Uddin
fa69d3ed75
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-09-18 07:03:37 -07:00
The Android Automerger
76ab476c11
merge in jb-mr1-release history after reset to jb-mr1-dev
2012-09-18 07:00:19 -07:00
Amith Yamasani
2a27fce5a4
am effc3ce9
: am 766a0683
: Merge "Use Bitmap instead of ParcelFileDescriptor to get the user\'s icon." into jb-mr1-dev
...
* commit 'effc3ce9dd59e9ca20096f9c4183cadcb5957854':
Use Bitmap instead of ParcelFileDescriptor to get the user's icon.
2012-09-18 00:09:13 -07:00
Jim Miller
9ee46b1bf0
am 46ed7322
: am b9e1ff15
: Merge "Add flag to allow testing launcher widgets in keyguard." into jb-mr1-dev
...
* commit '46ed732203cc8e257ad86d8ed774815edb4996c8':
Add flag to allow testing launcher widgets in keyguard.
2012-09-18 00:09:12 -07:00
Amith Yamasani
a9f4ca2f39
am f4822081
: am 64c6ee20
: Merge "Use UserManager.getUserIcon() to get the user\'s avatar." into jb-mr1-dev
...
* commit 'f4822081e3097bdc85d548b192bf52f9cec012e7':
Use UserManager.getUserIcon() to get the user's avatar.
2012-09-18 00:09:10 -07:00
Amith Yamasani
effc3ce9dd
am 766a0683
: Merge "Use Bitmap instead of ParcelFileDescriptor to get the user\'s icon." into jb-mr1-dev
...
* commit '766a0683cf2dda8fb3dee51fcd2111d6ce81e774':
Use Bitmap instead of ParcelFileDescriptor to get the user's icon.
2012-09-18 00:05:16 -07:00
Jim Miller
46ed732203
am b9e1ff15
: Merge "Add flag to allow testing launcher widgets in keyguard." into jb-mr1-dev
...
* commit 'b9e1ff15f5483513fc8ab8026cc461e9f97d5e73':
Add flag to allow testing launcher widgets in keyguard.
2012-09-18 00:05:07 -07:00
Amith Yamasani
f4822081e3
am 64c6ee20
: Merge "Use UserManager.getUserIcon() to get the user\'s avatar." into jb-mr1-dev
...
* commit '64c6ee20bae6cbf868ec4a0a3ffc7ce6fd10bdd6':
Use UserManager.getUserIcon() to get the user's avatar.
2012-09-18 00:04:22 -07:00
Amith Yamasani
766a0683cf
Merge "Use Bitmap instead of ParcelFileDescriptor to get the user's icon." into jb-mr1-dev
2012-09-17 22:53:37 -07:00
Amith Yamasani
f34a85d5d5
Use Bitmap instead of ParcelFileDescriptor to get the user's icon.
...
Change-Id: I1dd7261b47ba98a2a0834dbfb8c22de369e6cc58
2012-09-17 22:47:37 -07:00
Jim Miller
b9e1ff15f5
Merge "Add flag to allow testing launcher widgets in keyguard." into jb-mr1-dev
2012-09-17 22:30:07 -07:00
Jim Miller
f8f6217f96
Add flag to allow testing launcher widgets in keyguard.
...
Change-Id: I10fc3f6557dba9261b898d7b123d1391c1afdf06
2012-09-17 21:02:25 -07:00
Amith Yamasani
64c6ee20ba
Merge "Use UserManager.getUserIcon() to get the user's avatar." into jb-mr1-dev
2012-09-17 18:34:34 -07:00
Michael Jurka
3028051ba8
Fix cases where app widget ids were not being cleaned up
...
Change-Id: Ie3f1ba0cc0fe459ae9fff2665c2ff4aa76e95994
2012-09-17 17:56:37 -07:00
Baligh Uddin
b4b2857236
Import translations. DO NOT MERGE
...
Change-Id: I4bbb7366b1791f33b685903e419dfee6ffcbc2f8
Auto-generated-cl: translation import
2012-09-17 15:27:01 -07:00
Baligh Uddin
125010cd16
am 27a6c5a1
: (-s ours) am d0d925d9
: Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
...
* commit '27a6c5a19215f666c91b92bbb2dedab5b2f48044':
Revert "Import translations. DO NOT MERGE"
2012-09-17 14:53:17 -07:00
Baligh Uddin
4378df5810
am 612cafa0
: (-s ours) am 0cbc30f0
: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '612cafa05657d3b8e52d39a48e231db61b9ded3f':
Import translations. DO NOT MERGE
2012-09-17 14:53:05 -07:00
Robert Greenwalt
932f86c916
am 5c2c39c3
: am bdb9fc86
: Merge "Must initialize the new atomic.." into jb-mr1-dev
...
* commit '5c2c39c3e10ce1115ab8530f23c09fa73a251ab3':
Must initialize the new atomic..
2012-09-17 14:46:21 -07:00
Amith Yamasani
d7fbecc647
am 1921b442
: am 582ab169
: Merge "More user management ui work" into jb-mr1-dev
...
* commit '1921b442ab47041592bc7b4a81f5bcedda120ddf':
More user management ui work
2012-09-17 14:46:15 -07:00