Winson Chung
5f623011db
Making QS scrollable and making numerous tweaks.
...
- Updating new assets (all line up)
- Updating brightness tile to reflect auto state
- Fixing network tile asset colors
- Adding press feedback
Change-Id: I857f141258eefec65243454cb69905cbd2a10bf6
2012-09-17 14:59:39 -07:00
Romain Guy
9f5f80e7a6
Merge "Fix modulation and gamma correction issues" into jb-mr1-dev
2012-09-17 12:51:08 -07:00
Amith Yamasani
e645324e6b
Merge "Add UserManager.getUserIcon()" into jb-mr1-dev
2012-09-17 12:46:01 -07:00
Amith Yamasani
3b49f07a45
Add UserManager.getUserIcon()
...
So that we don't abuse the setUserIcon() for reading. So the new method won't try
to create the file, only return it if it exists.
Change-Id: I7a81d3f1b29d14d37e71f531744ce39f21d827ac
2012-09-17 12:42:00 -07:00
Xavier Ducrohet
a41d5db235
am 79c95c3b: am 5de96035: am 31820a35: Merge "Add --output-text-symbols option to aapt."
...
* commit '79c95c3b50ff332f9c92430fd10a15eb648a0b02':
Add --output-text-symbols option to aapt.
2012-09-17 12:08:36 -07:00
Xavier Ducrohet
9ff22e41d0
am 8a67598e: am cc9747ed: am d7252571: Merge "Add --error-on-failed-insert option to aapt."
...
* commit '8a67598eb780560b7efe4e1d9944c7cbcf83bbb1':
Add --error-on-failed-insert option to aapt.
2012-09-17 12:08:29 -07:00
Xavier Ducrohet
79c95c3b50
am 5de96035: am 31820a35: Merge "Add --output-text-symbols option to aapt."
...
* commit '5de9603529ee01a416b5fa31074197565fde4482':
Add --output-text-symbols option to aapt.
2012-09-17 12:05:36 -07:00
Xavier Ducrohet
8a67598eb7
am cc9747ed: am d7252571: Merge "Add --error-on-failed-insert option to aapt."
...
* commit 'cc9747ed45302956a3ec9dd21f7b950b837dbfdd':
Add --error-on-failed-insert option to aapt.
2012-09-17 12:05:30 -07:00
Xavier Ducrohet
5de9603529
am 31820a35: Merge "Add --output-text-symbols option to aapt."
...
* commit '31820a35b2cf864a8dcb71d43e6fd21d54f49a2d':
Add --output-text-symbols option to aapt.
2012-09-17 12:03:19 -07:00
Xavier Ducrohet
cc9747ed45
am d7252571: Merge "Add --error-on-failed-insert option to aapt."
...
* commit 'd72525718ea7ef3e1f97cf557365b143c8919a5b':
Add --error-on-failed-insert option to aapt.
2012-09-17 12:03:12 -07:00
Craig Mautner
178af5948d
Add debug to help with b/7135184.
...
Change-Id: I0d3b60b3e123d35bd557d47e3344ebea1964380b
Conflicts:
services/java/com/android/server/wm/WindowAnimator.java
2012-09-17 11:33:25 -07:00
Irfan Sheriff
cc5dd18d15
Merge "Change order of ps and suspendmode calls" into jb-mr1-dev
2012-09-17 11:12:22 -07:00
Irfan Sheriff
9da603c2da
Change order of ps and suspendmode calls
...
Change-Id: I7872dbea7dc30c57960af95e86eb8e4c7f8e92dc
2012-09-17 11:07:00 -07:00
Xavier Ducrohet
31820a35b2
Merge "Add --output-text-symbols option to aapt."
2012-09-17 10:59:22 -07:00
Xavier Ducrohet
d72525718e
Merge "Add --error-on-failed-insert option to aapt."
2012-09-17 10:57:58 -07:00
Baligh Uddin
c71a57d6fa
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-09-17 10:06:21 -07:00
Baligh Uddin
5dbeb6a8ff
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-09-17 08:55:59 -07:00
Siva Velusamy
9d7657c5b5
Merge "PhoneStatusBar: Fix NPE while accessing quick settings." into jb-mr1-dev
2012-09-17 08:42:05 -07:00
Eino-Ville Talvala
b181909eef
Merge "Camera: Document face detection confidence recommendations." into jb-mr1-dev
2012-09-17 08:37:44 -07:00
Eric Laurent
39a37c3bb3
Merge "headphone volume limitation" into jb-mr1-dev
2012-09-17 08:16:01 -07:00
Irfan Sheriff
89c82814db
Merge "Add restoreCallingIdentity under finally" into jb-mr1-dev
2012-09-16 18:53:25 -07:00
Dianne Hackborn
8406d05b0f
Merge "New uninstall option to uninstall for all users." into jb-mr1-dev
2012-09-16 18:29:58 -07:00
Dianne Hackborn
6d235d8265
New uninstall option to uninstall for all users.
...
Change-Id: Ie8eb59564078069633a89fc8a92d4f8531baa1aa
2012-09-16 18:25:40 -07:00
Dianne Hackborn
443e474881
Merge "Fix issue #7175553 : GRANT_URI_PERMISSION doesn't apper to work on secondary user" into jb-mr1-dev
2012-09-16 18:07:14 -07:00
Irfan Sheriff
3d33a63391
Add restoreCallingIdentity under finally
...
Change-Id: I068b1a2fc93300aa9bd17da6933bc8c5f0a6b5e4
2012-09-16 17:59:13 -07:00
Eric Laurent
c34dcc1e1e
headphone volume limitation
...
Limit music volume when headphones or headset are inserted.
Display warning message when user wants to increase the volume
above a platform specific volume and request user acknowledgement
before proceeding.
TODO: exact wording of the warning message must be defined by UX.
Change-Id: I00f429f602534c6d8783126b929371c4d432e6e2
2012-09-16 17:44:45 -07:00
Irfan Sheriff
db831da426
Fix permission accessing getCurrentUser
...
Bug: 7174737
Change-Id: I0a6a9a46f4115743d16ada401cd67e3cf30fb380
2012-09-16 17:40:59 -07:00
Irfan Sheriff
61e8180b09
Merge "Fix suspend settings at boot" into jb-mr1-dev
2012-09-16 17:19:21 -07:00
Dianne Hackborn
11f0cb7d07
Fix issue #7175553 : GRANT_URI_PERMISSION doesn't apper to work on secondary user
...
Change-Id: I0ab372978f8599d0fe8d5da8aeb73965ab85797f
2012-09-16 17:12:34 -07:00
Adam Powell
fa9fc5bc15
Merge "Add a minimum height of 64dp for AlertDialog content" into jb-mr1-dev
2012-09-16 17:08:18 -07:00
Irfan Sheriff
1c045ec2b7
Fix suspend settings at boot
...
Bug: 7175460
Change-Id: Ibf5e063603866289b3dbae278bc384b833e4a75e
2012-09-16 17:04:48 -07:00
Adam Powell
489f3451e2
Add a minimum height of 64dp for AlertDialog content
...
Bug 7094388
Change-Id: Ia4316c9d9d5971734c8930fcb1c4cd6ae3661a94
2012-09-16 17:04:20 -07:00
Dianne Hackborn
b137c8065d
Merge "More adjustments to permissions." into jb-mr1-dev
2012-09-16 16:42:43 -07:00
Dianne Hackborn
2ca2c87871
More adjustments to permissions.
...
- New "cost money" flag can be put on a permission to
have this emphasized in the UI.
- Some further re-organization of permissions to better
match UX spec.
Change-Id: I450ac739eff6b90e7c7fc39589d68db82b61f897
2012-09-16 16:41:27 -07:00
Kenny Root
a40b2b3457
Merge "Add test for failed dexopt" into jb-mr1-dev
2012-09-16 16:35:57 -07:00
rich cannings
97e7c59c5f
Merge "Enable package verification" into jb-mr1-dev
2012-09-16 16:30:25 -07:00
Iliyan Malchev
86e85efe9b
Merge "Set backlight brightness in correct order." into jb-mr1-dev
2012-09-16 16:27:47 -07:00
Kenny Root
e15bdc2da4
Add test for failed dexopt
...
Bug: 7010829
Change-Id: Ie0616ff2c3739ad73733857de6d04243b2be2fca
2012-09-16 16:25:51 -07:00
rich cannings
36c67c236e
Enable package verification
...
Turn on package verification, if a verifier exists. Play app is a verifier.
Bug: 7064853
Change-Id: Id7d478a216d10b0a612678d6a9b0ee7f2037204a
2012-09-16 16:20:23 -07:00
Adam Powell
1f13a98cf2
Merge "Import panel background assets from UX" into jb-mr1-dev
2012-09-16 16:18:59 -07:00
Adam Powell
2d5b6e8204
Import panel background assets from UX
...
Change-Id: I13b890cf24d71fdcfeb329f6cbc276b780f3cb02
2012-09-16 16:17:40 -07:00
Jeff Brown
735f740fe8
Set backlight brightness in correct order.
...
Disable backlight before turning off the screen.
Enable backlight after turning on the screen.
Bug: 7016215
Change-Id: Idb763f85f7a40e852483c57e0a0d1b27eb943f08
2012-09-16 16:15:38 -07:00
rich cannings
42af7518f5
Merge "Add setting to change verifier visibility" into jb-mr1-dev
2012-09-16 15:48:23 -07:00
Adam Powell
89e68d783b
Merge "Create main activity intents as needed for TaskStackBuilder/Up nav" into jb-mr1-dev
2012-09-16 15:46:58 -07:00
Irfan Sheriff
3849490c63
Merge "Return empty scan results for background user" into jb-mr1-dev
2012-09-16 15:23:55 -07:00
Adam Powell
5a4010c054
Create main activity intents as needed for TaskStackBuilder/Up nav
...
If a generated parent intent targets an Activity that itself has no
parent specified, generate the intent using Intent.makeMainActivity
to gather the correct flags for the root intent of a task.
Bug 6457058
Change-Id: I8d4a3823eda752306da18c2c38fa7e57f0a33bf3
2012-09-16 15:15:46 -07:00
Ying Wang
df5bdd721b
Merge "Make librs_jni depend on libRSDriver to remove circular dependency" into jb-mr1-dev
2012-09-16 14:49:43 -07:00
Adam Cohen
6253985988
Merge "Second pass on Keyguard multi-user switcher" into jb-mr1-dev
2012-09-16 14:46:55 -07:00
Adam Cohen
24b351ab74
Second pass on Keyguard multi-user switcher
...
-> animating active user to inactive, fading out lock
selector, freezing screen, then switching users
-> for now, just using a fade, but this will likely
see iteration
Change-Id: I3acc0b53f2cbf132741e3e0529e2e53fa2824542
2012-09-16 14:46:02 -07:00
John Huang
4505a43f30
Merge "Add support for per-package policy for sending premium SMS." into jb-mr1-dev
2012-09-16 14:31:16 -07:00