117508 Commits

Author SHA1 Message Date
Dianne Hackborn
59bf3be7d1 am 2e3ede74: Merge "Maybe fix issue #11634365: Leaking restarting services" into klp-dev
* commit '2e3ede74978d14f7bd853c3228864280d99a438e':
  Maybe fix issue #11634365: Leaking restarting services
2013-11-14 15:00:58 -08:00
Christopher Tate
99437f252b Merge "Ensure recipient can be launched before attempting broadcast delivery" into klp-dev 2013-11-14 22:59:20 +00:00
Dianne Hackborn
2e3ede7497 Merge "Maybe fix issue #11634365: Leaking restarting services" into klp-dev 2013-11-14 22:56:14 +00:00
Katie McCormick
9db6e7c6d0 am fb828c8c: Merge "Doc Update: add immersive mode to sysui class." into klp-docs
* commit 'fb828c8cc5deaeaf523fee219196b8759e0bfb33':
  Doc Update: add immersive mode to sysui class.
2013-11-14 22:50:27 +00:00
Katie McCormick
fb828c8cc5 Merge "Doc Update: add immersive mode to sysui class." into klp-docs 2013-11-14 22:47:11 +00:00
Dianne Hackborn
ddc19e9847 Maybe fix issue #11634365: Leaking restarting services
It looks like we could add services to the restart list because
they end up left in the process's list of running services after
they have been removed from the main activity list, and we can
trip up on them there when the app is being force stopped.

Change-Id: I79805b67fcf5b593430dc5c856c97927e1a54a57
2013-11-14 14:32:17 -08:00
Jim Miller
299422baeb Don't show keyguard until the device has been provisioned.
This fixes a bug where we'd show keyguard on top of setup.

Fixes bug 11689756

Change-Id: I38ecdafc00fc34fdd79e3ac517042a1e5eea93de
2013-11-14 14:15:02 -08:00
Katie McCormick
467f5db879 Doc Update: add immersive mode to sysui class.
Change-Id: I809d95e14b04099d40302b03ca75a7f8f671c22c
2013-11-14 14:12:58 -08:00
Jean-Michel Trivi
dc6da58aa7 am 2a96fc1f: Merge "Fix RemoteController update in RemoteControlClient registration" into klp-dev
* commit '2a96fc1f516f7ac7fcbf5bd8c8c4fe8c7b2a8a7f':
  Fix RemoteController update in RemoteControlClient registration
2013-11-14 13:42:27 -08:00
Jean-Michel Trivi
2a96fc1f51 Merge "Fix RemoteController update in RemoteControlClient registration" into klp-dev 2013-11-14 21:32:41 +00:00
Scott Main
92caa0c7aa am c5cdd541: remove device list for nexus devices, clarify its needed for adb
* commit 'c5cdd5411204632494c77d7638acd21b19b16c88':
  remove device list for nexus devices, clarify its needed for adb
2013-11-14 20:40:23 +00:00
Christopher Tate
ba629da331 Ensure recipient can be launched before attempting broadcast delivery
User removal or eviction inherently races with broadcast delivery.  This
patch introduces a latest-possible recheck of the availbility of the
target application before attempting to send it a broadcast.

Once the process has actually been spun up the system is essentially
committed to presenting it as a running application, and there is no
later check of the availability of the app: the failure mode for
continuing to attempt delivery is a crash *in the app process*,
and is user-visible.

We now check the app+userid existence of the intended recipient
just prior to committing to launch its process for receipt, and
if it is no longer available we simply skip that receiver and
continue normally.

Bug 11652784
Bug 11272019
Bug 8263020

Change-Id: Ib19ba2af493250890db7371c1a9f853772db1af0
2013-11-14 12:37:31 -08:00
Scott Main
c5cdd54112 remove device list for nexus devices, clarify its needed for adb
Change-Id: Ia4ec153e09a0644eeaeb1f78150b795b74afdf80
2013-11-14 11:48:43 -08:00
Scott Main
bcad854065 am 91d60268: am a48de700: Merge "clarification to the uses-configuration tag to discourage its use." into klp-docs
* commit '91d6026894cd118f1fa1236c28c8384272ea7421':
  clarification to the uses-configuration tag to discourage its use.
2013-11-14 11:25:19 -08:00
Scott Main
91d6026894 am a48de700: Merge "clarification to the uses-configuration tag to discourage its use." into klp-docs
* commit 'a48de70003219d042ecc03f67561965ffd6bb02e':
  clarification to the uses-configuration tag to discourage its use.
2013-11-14 19:20:16 +00:00
Scott Main
a48de70003 Merge "clarification to the uses-configuration tag to discourage its use." into klp-docs 2013-11-14 19:17:01 +00:00
Jeff Sharkey
be20c89731 am 601fbc7a: am 24fe066e: Merge "Fix am argument ordering documentation." into klp-dev
* commit '601fbc7a82f325971905b6083e1c54776aa87a6d':
  Fix am argument ordering documentation.
2013-11-14 11:08:19 -08:00
Jeff Sharkey
601fbc7a82 am 24fe066e: Merge "Fix am argument ordering documentation." into klp-dev
* commit '24fe066ee2ea6d6ea9e30e6f323dad6960c24177':
  Fix am argument ordering documentation.
2013-11-14 11:03:57 -08:00
Jeff Sharkey
24fe066ee2 Merge "Fix am argument ordering documentation." into klp-dev 2013-11-14 19:01:07 +00:00
Jeff Sharkey
7625c84045 Fix am argument ordering documentation.
Bug: 11690520
Change-Id: I84b10a6eb6e6404212ab9737e7cee1f1ad4d5309
2013-11-14 10:57:55 -08:00
Joe Fernandez
8c5505565e am 71c0d757: am c4af2806: Merge "docs: Support Library setup docs fix" into klp-docs
* commit '71c0d75770fd2c8d0b94e730604d14965b905b62':
  docs: Support Library setup docs fix
2013-11-14 09:34:01 -08:00
Joe Fernandez
71c0d75770 am c4af2806: Merge "docs: Support Library setup docs fix" into klp-docs
* commit 'c4af28067889c057615137ef02de32abc4a1e8f9':
  docs: Support Library setup docs fix
2013-11-14 17:29:29 +00:00
Matthew Williams
72402f9de7 am 09d8e3cf: am c68bb182: Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev
* commit '09d8e3cf4e411b016ee65d8328dd7a443c9de0ff':
  SyncManager now returns copy on getCurrentSyncs()
2013-11-14 09:27:26 -08:00
Joe Fernandez
c4af280678 Merge "docs: Support Library setup docs fix" into klp-docs 2013-11-14 17:25:45 +00:00
Matthew Williams
09d8e3cf4e am c68bb182: Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev
* commit 'c68bb18244aa12d19bea9f9d59f2fe0d81478904':
  SyncManager now returns copy on getCurrentSyncs()
2013-11-14 09:23:32 -08:00
Matthew Williams
c68bb18244 Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev 2013-11-14 17:18:58 +00:00
Scott Main
d1b0af8285 am 3f6d9630: am 34aab81a: Merge "add information about required meta-data for gcore bug: 11553131" into klp-docs
* commit '3f6d9630e8a8d7b5b3040d510885e10fca6e4efc':
  add information about required meta-data for gcore bug: 11553131
2013-11-13 23:38:02 -08:00
Scott Main
3f6d9630e8 am 34aab81a: Merge "add information about required meta-data for gcore bug: 11553131" into klp-docs
* commit '34aab81a255545a029dc436bd63dd275a6ef3aa5':
  add information about required meta-data for gcore bug: 11553131
2013-11-14 07:32:22 +00:00
Scott Main
34aab81a25 Merge "add information about required meta-data for gcore bug: 11553131" into klp-docs 2013-11-14 07:28:58 +00:00
Satoshi Kataoka
b97e102c4b am 1b570b57: am 5fd5aa3d: Fix compatibility issue on InputMethodSubtype
* commit '1b570b571a63311f7f7d5b7cc5e17b3103fa8af9':
  Fix compatibility issue on InputMethodSubtype
2013-11-13 22:28:47 -08:00
Satoshi Kataoka
1b570b571a am 5fd5aa3d: Fix compatibility issue on InputMethodSubtype
* commit '5fd5aa3d066fc12c92b5b6541d85ac243556223f':
  Fix compatibility issue on InputMethodSubtype
2013-11-13 22:25:01 -08:00
Jean Chalard
86a35ab4e7 am 94be0049: am 4863e686: Merge "[DO NOT MERGE] Improve documentation for InputType and EditorInfo." into klp-docs
* commit '94be004960d5cabacb5da4a98e08b02d174b0ba7':
  [DO NOT MERGE] Improve documentation for InputType and EditorInfo.
2013-11-13 22:11:48 -08:00
Satoshi Kataoka
5fd5aa3d06 Fix compatibility issue on InputMethodSubtype
Bug: 11032428
Change-Id: If722bbbfb69d00e1830007582d46a33319203eea
2013-11-14 15:08:39 +09:00
Jean Chalard
94be004960 am 4863e686: Merge "[DO NOT MERGE] Improve documentation for InputType and EditorInfo." into klp-docs
* commit '4863e686d8db10537a1131732672da5203245788':
  [DO NOT MERGE] Improve documentation for InputType and EditorInfo.
2013-11-14 06:08:28 +00:00
Jean Chalard
4863e686d8 Merge "[DO NOT MERGE] Improve documentation for InputType and EditorInfo." into klp-docs 2013-11-14 06:04:15 +00:00
Scott Main
f0373abef9 add information about required meta-data for gcore
bug: 11553131

Change-Id: Ie3890c7894a017fc28e4a094a0e1ec3ac9f8c043
2013-11-13 21:45:35 -08:00
Jean-Michel Trivi
320ad9fa1d Fix RemoteController update in RemoteControlClient registration
A regression was introduced when trying to limit the number of
 internal synchronization generation IDs that caused RCC
 information to be shown only for applications that requested
 audio focus after media button receiver and RCC registration,
 (such as Play Music), not for applications that requested focus
 first (such as Play Movies).
The correct behavior is to always check and update the
 RemoteControllers (seen by MediaFocusControl as RCD interfaces)
 whenever a RemoteControlClient is registered (even if it's a
 re-registration) when it is associated when an entry at the top
 of the remote control stack.

Bug 11657655

Change-Id: I30716e2028f7f718a31e13401b191178735229ff
2013-11-13 20:06:41 -08:00
Adam Powell
73a4aeb9ff am 75ae8983: am 48d2bcf2: Reset padding flags when set programmatically or implicitly from background
* commit '75ae89837615fa9cebd6cbb051213c025c48bcf6':
  Reset padding flags when set programmatically or implicitly from background
2013-11-13 19:45:21 -08:00
Adam Powell
75ae898376 am 48d2bcf2: Reset padding flags when set programmatically or implicitly from background
* commit '48d2bcf2ce2305356c5a4f0dfbb928dc5a4c8331':
  Reset padding flags when set programmatically or implicitly from background
2013-11-13 19:41:07 -08:00
Adam Powell
48d2bcf2ce Reset padding flags when set programmatically or implicitly from background
Bug 11673480

Change-Id: I4f33c7ae46e937302e625bf1f3260adb25843645
2013-11-13 19:21:50 -08:00
Matthew Williams
a7456e46f4 SyncManager now returns copy on getCurrentSyncs()
Bug:11559103
Added a new getCurrentSyncsCopy() that is public. The other version
is needed for internal SSE calls.

Change-Id: I0287f039a6f75abf04b65b85cb30f78353aeef4f
2013-11-13 18:17:54 -08:00
Scott Main
c71a22255d clarification to the uses-configuration tag to discourage its use.
Change-Id: I5ee9ca93e8debaf2dfb8f1018b77af4486f1e516
2013-11-13 18:03:06 -08:00
Jim Miller
71fb32e080 am 5305fe3f: am 39af5a78: Merge "Don\'t set up external displays from binder thread" into klp-dev
* commit '5305fe3f0971274d90d875cfbeffdb18e3b03f09':
  Don't set up external displays from binder thread
2013-11-13 17:54:11 -08:00
Svetoslav
5880b363a6 am fe666e84: am 4e041150: Merge "Avoid NPE and add a warning log if a printing app misbehaves." into klp-dev
* commit 'fe666e848a1672a414bad93c105fa876f6c9f4de':
  Avoid NPE and add a warning log if a printing app misbehaves.
2013-11-13 17:54:08 -08:00
Jim Miller
fdf7c36daa am 378c804d: am c8867b28: Merge "Report keyguard as initially showing and secure until we know" into klp-dev
* commit '378c804d652f32547d3fe460842e5720b57bd9f1':
  Report keyguard as initially showing and secure until we know
2013-11-13 17:54:04 -08:00
Robert Greenwalt
d4257e8f46 resolved conflicts for merge of ec9e8933 to klp-dev-plus-aosp
Change-Id: I220a034cf3293a4a29d8683f20812adac112bddd
2013-11-13 17:50:35 -08:00
Jim Miller
5305fe3f09 am 39af5a78: Merge "Don\'t set up external displays from binder thread" into klp-dev
* commit '39af5a78c073d01539625a9fbbb8511747e2f048':
  Don't set up external displays from binder thread
2013-11-13 17:50:26 -08:00
Svetoslav
fe666e848a am 4e041150: Merge "Avoid NPE and add a warning log if a printing app misbehaves." into klp-dev
* commit '4e04115052a66d5a7836c5e7a9bfc1a5d6f3784b':
  Avoid NPE and add a warning log if a printing app misbehaves.
2013-11-13 17:50:22 -08:00
Jim Miller
378c804d65 am c8867b28: Merge "Report keyguard as initially showing and secure until we know" into klp-dev
* commit 'c8867b2807b6d7ffcd3c2f935d1fe8c857a9ef8d':
  Report keyguard as initially showing and secure until we know
2013-11-13 17:50:18 -08:00
Jim Miller
39af5a78c0 Merge "Don't set up external displays from binder thread" into klp-dev 2013-11-14 01:47:32 +00:00