105805 Commits

Author SHA1 Message Date
Ashish Sharma
58100fb813 Merge "Do not allow 0 or smaller periodicity for syncs. b/9295383" into jb-mr2-dev 2013-06-10 20:15:59 +00:00
John Spurlock
a9221987c0 Merge "Save Notification large icon to extras." into jb-mr2-dev 2013-06-10 20:11:19 +00:00
Scott Main
fe7c2220a1 Merge "add NA message for any "signature" level permissions" into jb-mr2-dev 2013-06-10 19:21:17 +00:00
Ashish Sharma
59dc7a8e75 Do not allow 0 or smaller periodicity for syncs.
b/9295383

Change-Id: I5f758f4a033d74e42a04b214a6b70b94d394280d
(cherry picked from commit 4970974d74a2986a333e645a5c141ef5f9a753cc)
2013-06-10 19:14:52 +00:00
Chris Craik
cb5d644fb8 Merge "Workaround possible use after delete" into jb-mr2-dev 2013-06-10 19:12:19 +00:00
Scott Main
93e60b5b26 add NA message for any "signature" level permissions
Change-Id: If76e9e3b7ffc5d97422321db312a03869c407f08
2013-06-10 12:03:07 -07:00
Daniel Sandler
4e5694aaa7 Merge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID." into jb-mr2-dev 2013-06-10 18:31:51 +00:00
Chris Craik
9abddd54d4 Workaround possible use after delete
bug:9321162
Change-Id: Ic35af5b5925da56e9a143e6b33658831038f3b72
2013-06-10 11:30:37 -07:00
Romain Guy
7a6e129759 am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into jb-mr2-dev
* commit '8d8fc469952ffe3feb45e52388f2129f8dd5e40c':
  Don't orphan footers with transient state Bug #8725945
2013-06-10 10:26:57 -07:00
Romain Guy
8d8fc46995 Merge "Don't orphan footers with transient state Bug #8725945" into jb-mr2-dev 2013-06-10 17:23:25 +00:00
Wink Saville
45ac9645da Allow carrier provisioning to turn toggle radio power.
Previously CarrierProvisioning toggle airplane mode, but now that's
available only by the system.

Bug: 9356811
Change-Id: I5167f8614c07bafb688983a360a008f76403b2b8
2013-06-10 10:10:42 -07:00
Daniel Sandler
7c011302b6 Do not block notifications or toasts for SYSTEM_UID or PHONE_UID.
The specific bug is this: SIM PIN unlock attempt toasts are
sent from com.android.settings/.IccLockSettings which runs
as the phone process; NoMan wasn't having any of that and
was blocking the toasts.

With this change we treat SYSTEM_UID and PHONE_UID the same
for all security checks, and furthermore we guarantee that
all notifications and toasts from those UIDs will be
permitted.

Bug: 9098802
Change-Id: Idc788527aa2cb38e015fe92773766a514167999e
2013-06-10 12:19:16 -04:00
John Spurlock
bf563368e1 Save Notification large icon to extras.
This piece of semantic info was defined, cleared properly on
lightenPayload, but never saved.

Change-Id: Ib2c5372a57d2a01617e401231c150260d22b05d6
2013-06-10 11:45:17 -04:00
The Android Open Source Project
b72a220411 Reconcile with jb-mr2-zeroday-release - do not merge
Change-Id: I40b8952e805164e6d984273872241dc6be2ad80a
2013-06-10 08:13:45 -07:00
Baligh Uddin
eca9982412 Import translations. DO NOT MERGE
Change-Id: Iaa894cf0f19b3e153c980a9a48a92beb361124ec
Auto-generated-cl: translation import
2013-06-10 07:52:12 -07:00
The Android Automerger
f4a87a6ff1 merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev 2013-06-10 05:55:18 -07:00
Jeff Sharkey
e96a820771 am 56cd646a: Avoid logging sensitive data.
* commit '56cd646abeae51e806791f82ab0995fe047b1fe4':
  Avoid logging sensitive data.
2013-06-09 19:07:48 -07:00
The Android Automerger
8a63b45803 merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev 2013-06-09 05:55:38 -07:00
Jean-Michel Trivi
1b16cc3de5 Let RemoteControlDisplay know more about playback position
The BT stack needs to differentiate between applications that use
 the new RemoteControlClient APIs to pass a playback position but
 don't have one yet, and applications that use the legacy API and
 will never pass a position.

Bug 9294855

Change-Id: I05cba82a073e6e0aaea1d8bbf9cc8c99da715f58
2013-06-07 15:48:22 -07:00
Romain Guy
b7e0f7942b Don't orphan footers with transient state
Bug #8725945

Selecting text in an EditText causes the View to have transient
state. This would in turn cause the View to be removed from its
ListView parent. When removed, the EditText would lose its
AttachInfo, causing all sorts of problems. Headers and footers
must not be removed, only detached. This is the part of the fix
in AbsListView.

Fixing AbsListView triggered a second bug: when a View is removed
from the Window manager, it would keep its parent assigned, thus
making it impossible to add it again to the window manager. When
a ViewRootImpl goes through doDie(), it must set its content view's
parent to null to properly cleanup.

Change-Id: I0489daa74f8f7fcf85526f0928f8925ec30d4f42
2013-06-07 15:36:49 -07:00
Jeff Sharkey
56cd646abe Avoid logging sensitive data.
When building commands to send across NativeDaemonConnector, scrub
sensitive arguments to prevent them from being logged.

Bug: 8609800
Change-Id: I84b16791749264a010f7e59f9918f68d71bac6b9
2013-06-07 15:09:32 -07:00
Adam Powell
87c79d64ab am d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"
* commit 'd3cb6bcf0f63317d1078a2f897d4824ba91402a6':
  Fix incorrect fragment animation used for hiding fragments
2013-06-07 11:52:36 -07:00
Adam Powell
d3cb6bcf0f am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"
* commit '8152c7940a10f11a9edb16ae1daeca8a6fe2e6bb':
  Fix incorrect fragment animation used for hiding fragments
2013-06-07 11:49:32 -07:00
Adam Powell
8152c7940a Merge "Fix incorrect fragment animation used for hiding fragments" 2013-06-07 18:46:18 +00:00
Adam Powell
2756293910 Fix incorrect fragment animation used for hiding fragments
Mirror of support lib patch
https://android-review.googlesource.com/#/c/60032/ into
frameworks/base.

Change-Id: I8d1cb2e217721336674b8e3e2ef8722a8d9baefd
2013-06-07 10:19:22 -07:00
Scott Main
ad47f8c2dc am 00d17f7a: add attributes to accessibility service info
* commit '00d17f7aab54ef055d35da603dab5a7bae751876':
  add attributes to accessibility service info
2013-06-07 09:44:18 -07:00
Scott Main
00d17f7aab add attributes to accessibility service info
Change-Id: I3651544164f718003b8eb1235a7d723f1bcee5be
2013-06-06 18:37:59 -07:00
Daniel Sandler
2fe71d013f Add LTE overlays for signal strength indicators.
Note that operators that wish to show "4G" instead of "LTE"
on these networks can set config_show4GForLTE to true.

Bug: 9265513
Bug: 9265217
Change-Id: If7f3580da7266b0d0c62639e30684393d4e03392
2013-06-06 21:31:04 -04:00
Scott Main
cdad1772e1 am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
* commit 'b8e4d95c22e0f44aee5cb3001262b5154bf90cb7':
  add links to a couple intellij docs for Eclipse users
2013-06-06 17:55:15 -07:00
Scott Main
b8e4d95c22 am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
* commit 'a7ba45ec7cbaaa1dbfcd6601bb42abd5ea39547f':
  add links to a couple intellij docs for Eclipse users
2013-06-06 17:51:20 -07:00
Scott Main
a7ba45ec7c am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
* commit '7381c7e54b8dfb91b6fac5c7e00a62738c849135':
  add links to a couple intellij docs for Eclipse users
2013-06-06 15:40:05 -07:00
Scott Main
7381c7e54b am b2b216e7: add links to a couple intellij docs for Eclipse users
* commit 'b2b216e79880884f7ebbea6ee997fc88edc229fc':
  add links to a couple intellij docs for Eclipse users
2013-06-06 15:38:16 -07:00
Scott Main
b2b216e798 add links to a couple intellij docs for Eclipse users
Change-Id: I6f373c62781e9d4b6b296d92242f4296b1fe6fe4
2013-06-06 15:22:30 -07:00
Elliott Hughes
20c3a1b47a am 47aa51d0: am 70b74646: Merge "Track libcore changes."
* commit '47aa51d029b613a518a569eb798607f2fbda9330':
  Track libcore changes.
2013-06-06 13:56:03 -07:00
Elliott Hughes
47aa51d029 am 70b74646: Merge "Track libcore changes."
* commit '70b74646b8114b7ee9e35ce4283ecab8c8528dcc':
  Track libcore changes.
2013-06-06 13:53:54 -07:00
Elliott Hughes
70b74646b8 Merge "Track libcore changes." 2013-06-06 20:51:30 +00:00
Elliott Hughes
598a16f71e Track libcore changes.
Bug: 3484927
Change-Id: I3a3c4a9f0ad6055261f705987bc576cd28bebb46
2013-06-06 13:40:21 -07:00
Scott Main
c0b998d295 am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit '865047f80c04a2c539d6d5052fca5436dcb7e0e3':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:54:36 -07:00
Scott Main
865047f80c am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit '6e3c1222f06bf5b3be271a06e32d371c68fafb0e':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:51:53 -07:00
Scott Main
6e3c1222f0 am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit '47029086ca4fee758df1ee015d6534bd566647a1':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:49:35 -07:00
Scott Main
47029086ca am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
* commit '2f55af55fca237b8d675dbe5b1b7da1821d630fc':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:46:41 -07:00
Scott Main
2f55af55fc add redirects for UI guideline docs,
as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

Change-Id: I81edd9e30e8d522adb185c8dab8d303577ef6f01
2013-06-06 12:44:16 -07:00
Scott Main
bf0abee6ce am b4825b0e: am c090ce8c: am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and includ
* commit 'b4825b0e55b71ff0aca96a560802f3355e3db5a7':
  add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:09:56 -07:00
Scott Main
b4825b0e55 am c090ce8c: am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version,
* commit 'c090ce8c6f0d8c4fc176be4bb182548f11a3a13e':
  add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:07:14 -07:00
Scott Main
c090ce8c6f am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya k
* commit 'c51315674f27a12840c9e12d1ec7e0006bdba054':
  add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:05:37 -07:00
Scott Main
c51315674f am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony."
* commit '2d312a987aa768c148c16742d6ad622279fb6e42':
  add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:04:03 -07:00
Scott Main
2d312a987a Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony." into jb-mr1.1-ub-dev 2013-06-06 19:02:41 +00:00
Joe Malin
7b34346d48 am a2425f68: Merge "Doc bug B9297954: Fixes to Location APIs" into jb-mr2-dev
* commit 'a2425f6825a88fb04f3a22e018311bf2e2a5ac4e':
  Doc bug B9297954: Fixes to Location APIs
2013-06-06 10:53:36 -07:00
Dirk Dougherty
36631b44f2 am 758cedd1: am f1469855: am 86927797: am cf35c5e3: am 497584ed: am 16fdbd17: Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
* commit '758cedd116f1c6ea4b8b936a76cd77d592868209':
  Doc change: fix broken link to localization checklist.
2013-06-06 10:50:04 -07:00
Joe Malin
a2425f6825 Merge "Doc bug B9297954: Fixes to Location APIs" into jb-mr2-dev 2013-06-06 17:49:27 +00:00