OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 64742f84: Merge "show duration instead of remaining time." into klp-dev
Chris Wren [Tue, 29 Oct 2013 17:39:28 +0000 (10:39 -0700)]
am 64742f84: Merge "show duration instead of remaining time." into klp-dev

* commit '64742f8469ce270b6ecf437a624b69dde7a5a056':
  show duration instead of remaining time.

10 years agoam 5ab93d87: Merge "reduce garbage generation in KeyguardTransportControlView." into...
Chris Wren [Tue, 29 Oct 2013 17:39:25 +0000 (10:39 -0700)]
am 5ab93d87: Merge "reduce garbage generation in KeyguardTransportControlView." into klp-dev

* commit '5ab93d873f95256fdcddb8a78fa3c4a6697ec01a':
  reduce garbage generation in KeyguardTransportControlView.

10 years agoMerge "show duration instead of remaining time." into klp-dev
Chris Wren [Tue, 29 Oct 2013 17:37:29 +0000 (17:37 +0000)]
Merge "show duration instead of remaining time." into klp-dev

10 years agoMerge "reduce garbage generation in KeyguardTransportControlView." into klp-dev
Chris Wren [Tue, 29 Oct 2013 17:37:13 +0000 (17:37 +0000)]
Merge "reduce garbage generation in KeyguardTransportControlView." into klp-dev

10 years agoshow duration instead of remaining time.
Chris Wren [Tue, 29 Oct 2013 17:19:54 +0000 (13:19 -0400)]
show duration instead of remaining time.

Bug: 11351406
Change-Id: I1238408c439f9cd12382d9a0889321bbb75618d3

10 years agoreduce garbage generation in KeyguardTransportControlView.
Chris Wren [Tue, 29 Oct 2013 17:04:00 +0000 (13:04 -0400)]
reduce garbage generation in KeyguardTransportControlView.

Bug: 11243508
Change-Id: I8315c27faf935d2465b3ce9e958e6edee00a4d4d

10 years agoam ac5d3827: Merge "Share pack historical sorting using wrong keys." into klp-dev
Svetoslav [Tue, 29 Oct 2013 15:28:45 +0000 (08:28 -0700)]
am ac5d3827: Merge "Share pack historical sorting using wrong keys." into klp-dev

* commit 'ac5d3827409dff757531347c5232bb34ea727274':
  Share pack historical sorting using wrong keys.

10 years agoam 86bfb3af: Merge "Not show share targets that cannot be launched." into klp-dev
Svetoslav [Tue, 29 Oct 2013 15:25:18 +0000 (08:25 -0700)]
am 86bfb3af: Merge "Not show share targets that cannot be launched." into klp-dev

* commit '86bfb3af4296a1263cb2c01a9e87b5b20015fedb':
  Not show share targets that cannot be launched.

10 years agoMerge "Share pack historical sorting using wrong keys." into klp-dev
Svetoslav [Tue, 29 Oct 2013 15:24:14 +0000 (15:24 +0000)]
Merge "Share pack historical sorting using wrong keys." into klp-dev

10 years agoMerge "Not show share targets that cannot be launched." into klp-dev
Svetoslav [Tue, 29 Oct 2013 15:23:26 +0000 (15:23 +0000)]
Merge "Not show share targets that cannot be launched." into klp-dev

10 years agoam 2b5297a4: Merge "Load wallpaper images on a bg thread" into klp-dev
Michael Jurka [Tue, 29 Oct 2013 11:56:17 +0000 (04:56 -0700)]
am 2b5297a4: Merge "Load wallpaper images on a bg thread" into klp-dev

* commit '2b5297a40024e9cf136919d3ea0e88cb4ccfa27c':
  Load wallpaper images on a bg thread

10 years agoMerge "Load wallpaper images on a bg thread" into klp-dev
Michael Jurka [Tue, 29 Oct 2013 11:41:47 +0000 (11:41 +0000)]
Merge "Load wallpaper images on a bg thread" into klp-dev

10 years agoShare pack historical sorting using wrong keys.
Svetoslav [Tue, 29 Oct 2013 01:38:14 +0000 (18:38 -0700)]
Share pack historical sorting using wrong keys.

The ActivityChooserModel keeps a history of the last fifty
share targets and based on past usage orders the targets in
the UI. The soring implementation is using a map for improving
performance. However, the activities in this map were keyed
on the package name but there maybe more that one share
target per package. Thus, the sorting was generating bad
results. Now the unique component name is used.

bug:11195578

Change-Id: I8c7018fea168b7253ddbe57b477028368726e75e

10 years agoam 7fd5c53c: Merge "Displaying Bitmaps Efficiently Training - updates for KitKat...
Adam Koch [Tue, 29 Oct 2013 00:18:28 +0000 (17:18 -0700)]
am 7fd5c53c: Merge "Displaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes Bug: 10411797" into klp-dev

* commit '7fd5c53c4507995da1e1f1300a2f9def30bffce8':
  Displaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes Bug: 10411797

10 years agoMerge "Displaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes...
Adam Koch [Tue, 29 Oct 2013 00:17:02 +0000 (00:17 +0000)]
Merge "Displaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes Bug: 10411797" into klp-dev

10 years agoDisplaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes
Adam Koch [Fri, 25 Oct 2013 19:28:41 +0000 (15:28 -0400)]
Displaying Bitmaps Efficiently Training - updates for KitKat inBitmap changes
Bug: 10411797

Change-Id: I720d3ade42da31400a6cc7c7ce9e15793f836363

10 years agoam 099d842b: Update javadoc to fix the build.
Svetoslav [Mon, 28 Oct 2013 23:34:55 +0000 (16:34 -0700)]
am 099d842b: Update javadoc to fix the build.

* commit '099d842bdac481ea94527ab1f702342e41dca440':
  Update javadoc to fix the build.

10 years agoNot show share targets that cannot be launched.
Svetoslav [Mon, 28 Oct 2013 22:22:14 +0000 (15:22 -0700)]
Not show share targets that cannot be launched.

This changes filters out share targets that we cannot start
because the target does not properly implement the SEND protocol
and has either share target activity hidden or requires a
permission to launch it. Also the code that launches the share
target activity catches the runtime exception and shows an error
message. Note that being able to launch an activity in a moment
of time is not a guarantee that one can do that latter. Hence,
being able to launch an activity while building the share UI
does not guarantee that one can launch it when selecting the
share target.

bug:11402139

Change-Id: Id35732510755b2eeb9eccacc046d289c2f2ee856

10 years agoUpdate javadoc to fix the build.
Svetoslav [Mon, 28 Oct 2013 22:56:48 +0000 (15:56 -0700)]
Update javadoc to fix the build.

Change-Id: Ib6e8c17f10a7f17785876681baf8fb07eac9af55

10 years agoam 714ba345: Merge "Complete implementation of the advanced print options." into...
Svetoslav [Mon, 28 Oct 2013 22:09:12 +0000 (15:09 -0700)]
am 714ba345: Merge "Complete implementation of the advanced print options." into klp-dev

* commit '714ba34556572d36b1f9f8d9b860c4da24da6361':
  Complete implementation of the advanced print options.

10 years agoMerge "Complete implementation of the advanced print options." into klp-dev
Svetoslav [Mon, 28 Oct 2013 22:07:03 +0000 (22:07 +0000)]
Merge "Complete implementation of the advanced print options." into klp-dev

10 years agoam 66b753b0: Merge "MediaPlayer: MTP: update state only based on source events" into...
Lajos Molnar [Mon, 28 Oct 2013 22:02:35 +0000 (15:02 -0700)]
am 66b753b0: Merge "MediaPlayer: MTP: update state only based on source events" into klp-dev

* commit '66b753b06bb265d3f5b25244856f8d827a9dc5af':
  MediaPlayer: MTP: update state only based on source events

10 years agoam 3a702cb5: Merge "Fix issue #11391003: Allow dumpsys meminfo to be used with native...
Dianne Hackborn [Mon, 28 Oct 2013 22:02:32 +0000 (15:02 -0700)]
am 3a702cb5: Merge "Fix issue #11391003: Allow dumpsys meminfo to be used with native processes" into klp-dev

* commit '3a702cb5d7eac0d8504c67145dded5d45a9c1027':
  Fix issue #11391003: Allow dumpsys meminfo to be used with native processes

10 years agoMerge "MediaPlayer: MTP: update state only based on source events" into klp-dev
Lajos Molnar [Mon, 28 Oct 2013 21:59:55 +0000 (21:59 +0000)]
Merge "MediaPlayer: MTP: update state only based on source events" into klp-dev

10 years agoMerge "Fix issue #11391003: Allow dumpsys meminfo to be used with native processes...
Dianne Hackborn [Mon, 28 Oct 2013 21:59:18 +0000 (21:59 +0000)]
Merge "Fix issue #11391003: Allow dumpsys meminfo to be used with native processes" into klp-dev

10 years agoam 170735d4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:37:55 +0000 (12:37 -0700)]
am 170735d4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '170735d46001659e64522f451681a0618685efc6':
  Import translations. DO NOT MERGE

10 years agoam c98c6cc6: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:37:51 +0000 (12:37 -0700)]
am c98c6cc6: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit 'c98c6cc64916e57010e005902dbd304a6c811f95':
  Import translations. DO NOT MERGE

10 years agoam 9b16d131: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:37:48 +0000 (12:37 -0700)]
am 9b16d131: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev

* commit '9b16d1313fc1c81e356c0dcb39d0bf8f67b90161':
  Import translations. DO NOT MERGE

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:34:13 +0000 (19:34 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:33:46 +0000 (19:33 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 28 Oct 2013 19:33:31 +0000 (19:33 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoComplete implementation of the advanced print options.
Svetoslav [Sat, 26 Oct 2013 01:57:43 +0000 (18:57 -0700)]
Complete implementation of the advanced print options.

1. Implemented the advanced printer options integration. Now a print service
    may declare an advanced print options activity which may be launched by
    the user if the current printer supports advanced print options. These options
    are visible only to the print service that added them and it is the only party
    that will interpret the options.

2. Fixed a couple of bugs in the saved print jobs parsing. One was that if there
    are more than one page range, a half of the print job properties was not
    properly parsed. The other was that the media size constructor was using
    incorrect argument order, thus creating a media size with wring width.

3. Fixed and edge case where old print jobs and their docs can get stuck in
    the spooler. If the app did not write the requested pages we were not showing
    an error message, rather just finish the activity without canceling the print
    job and this print job is stuck in the spooler. Now we show an error message
    and the user may retry, cancel. If the user cancels the print job is also
    cancelled, thus no leftover in the spooler.

4. Fixed the background color of the print dialog to meet UX spec.

bug:11241800

Change-Id: I352440bc86aec824a805883fc9579d96a06d11e6

10 years agoam ad7c57db: Merge "Always re-evaluate kernel alarm setpoints when a new alarm is...
Christopher Tate [Mon, 28 Oct 2013 18:18:21 +0000 (11:18 -0700)]
am ad7c57db: Merge "Always re-evaluate kernel alarm setpoints when a new alarm is added" into klp-dev

* commit 'ad7c57db25ac4fc919a92a215ec2a4609c0f91a9':
  Always re-evaluate kernel alarm setpoints when a new alarm is added

10 years agoMerge "Always re-evaluate kernel alarm setpoints when a new alarm is added" into...
Christopher Tate [Mon, 28 Oct 2013 18:16:27 +0000 (18:16 +0000)]
Merge "Always re-evaluate kernel alarm setpoints when a new alarm is added" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 28 Oct 2013 17:45:56 +0000 (10:45 -0700)]
Import translations. DO NOT MERGE

Change-Id: I1ef363e676ff75e85aece9789cdb7c86b55281d3
Auto-generated-cl: translation import

10 years agoAlways re-evaluate kernel alarm setpoints when a new alarm is added
Christopher Tate [Sat, 26 Oct 2013 03:18:03 +0000 (20:18 -0700)]
Always re-evaluate kernel alarm setpoints when a new alarm is added

...even if the new one is later than some other existing alarms.

Bug 11392699

Change-Id: I80dccd76300acb4729f0337665b91e897a770571

10 years agoam 2ead7510: Merge "Do not show roaming icon for Videotron operator when access Canad...
Vineeta Srivastava [Mon, 28 Oct 2013 16:51:27 +0000 (09:51 -0700)]
am 2ead7510: Merge "Do not show roaming icon for Videotron operator when access Canada network" into klp-dev

* commit '2ead75109cf21223b7754fc3906c86d2fbd145cb':
  Do not show roaming icon for Videotron operator when access Canada network

10 years agoMerge "Do not show roaming icon for Videotron operator when access Canada network...
Vineeta Srivastava [Mon, 28 Oct 2013 16:48:53 +0000 (16:48 +0000)]
Merge "Do not show roaming icon for Videotron operator when access Canada network" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 28 Oct 2013 16:47:23 +0000 (09:47 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ic80d15c427e2f67465a6c45ab08d0ffcb618ae62
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 28 Oct 2013 16:19:49 +0000 (09:19 -0700)]
Import translations. DO NOT MERGE

Change-Id: I74c7510762c6c2591784ea2997695449f8aa2e53
Auto-generated-cl: translation import

10 years agoMediaPlayer: MTP: update state only based on source events
Lajos Molnar [Mon, 28 Oct 2013 14:16:41 +0000 (07:16 -0700)]
MediaPlayer: MTP: update state only based on source events

State only depends on events from the MediaPlayer (this includes
the pseudo-event from MTP recovery mechanism.)

Change-Id: Idd62a773d2386ad6bfbfe417412c2e2ff09b3600
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 11412881

10 years agoam 10e509dc: Merge "Use inotify to update DocumentsUI." into klp-dev
Jeff Sharkey [Mon, 28 Oct 2013 16:14:37 +0000 (09:14 -0700)]
am 10e509dc: Merge "Use inotify to update DocumentsUI." into klp-dev

* commit '10e509dcc20da34b79bc4616cc795a3720ddad49':
  Use inotify to update DocumentsUI.

10 years agoMerge "Use inotify to update DocumentsUI." into klp-dev
Jeff Sharkey [Mon, 28 Oct 2013 16:12:16 +0000 (16:12 +0000)]
Merge "Use inotify to update DocumentsUI." into klp-dev

10 years agoDo not show roaming icon for Videotron operator when access Canada network
Sungmin Choi [Thu, 17 Oct 2013 01:33:38 +0000 (18:33 -0700)]
Do not show roaming icon for Videotron operator when access Canada network

Bug: 11260638
Change-Id: I70b3c2c190707b41ca04110851b7c9581d1c196f

10 years agoam dfe0d9a0: Merge "Change order of operations so flag is not overwritten" into klp-dev
Craig Mautner [Mon, 28 Oct 2013 14:40:47 +0000 (07:40 -0700)]
am dfe0d9a0: Merge "Change order of operations so flag is not overwritten" into klp-dev

* commit 'dfe0d9a040707c72aab20c54718d0b5f1bab56ff':
  Change order of operations so flag is not overwritten

10 years agoMerge "Change order of operations so flag is not overwritten" into klp-dev
Craig Mautner [Mon, 28 Oct 2013 14:38:31 +0000 (14:38 +0000)]
Merge "Change order of operations so flag is not overwritten" into klp-dev

10 years agoLoad wallpaper images on a bg thread
Michael Jurka [Mon, 28 Oct 2013 13:37:37 +0000 (14:37 +0100)]
Load wallpaper images on a bg thread

Bug: 11134758

10 years agoam 334d98f1: am 9e4514cd: am 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1
Siva Velusamy [Sat, 26 Oct 2013 01:46:14 +0000 (18:46 -0700)]
am 334d98f1: am 9e4514cd: am 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1

* commit '334d98f1ece949414b94924a5bc852810e0bf367':
  Update AS download page for v0.3.1

10 years agoam 9e4514cd: am 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1
Siva Velusamy [Sat, 26 Oct 2013 01:42:42 +0000 (18:42 -0700)]
am 9e4514cd: am 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1

* commit '9e4514cd06592dc5cc81638699dc9d17065d42d2':
  Update AS download page for v0.3.1

10 years agoam 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1
Siva Velusamy [Sat, 26 Oct 2013 01:40:40 +0000 (18:40 -0700)]
am 4062ae2e: am 3ebe71cb: Update AS download page for v0.3.1

* commit '4062ae2ef958b009e8c2850ad249e45df1d476aa':
  Update AS download page for v0.3.1

10 years agoam 3ebe71cb: Update AS download page for v0.3.1
Siva Velusamy [Sat, 26 Oct 2013 01:37:35 +0000 (18:37 -0700)]
am 3ebe71cb: Update AS download page for v0.3.1

* commit '3ebe71cb933d99461dfb3702fb4977f966df3713':
  Update AS download page for v0.3.1

10 years agoam 6364c26c: Merge "Un-deprecate setInexactRepeating() and tweak docs" into klp-dev
Christopher Tate [Sat, 26 Oct 2013 01:13:36 +0000 (18:13 -0700)]
am 6364c26c: Merge "Un-deprecate setInexactRepeating() and tweak docs" into klp-dev

* commit '6364c26cb385ea654b7c8af8a1ef2f5cb4a556c2':
  Un-deprecate setInexactRepeating() and tweak docs

10 years agoam 80f103ae: Merge "Extra to always show advanced devices." into klp-dev
Jeff Sharkey [Sat, 26 Oct 2013 01:13:33 +0000 (18:13 -0700)]
am 80f103ae: Merge "Extra to always show advanced devices." into klp-dev

* commit '80f103ae12c4eb90fc2e06a6921dde2f092a181b':
  Extra to always show advanced devices.

10 years agoUse inotify to update DocumentsUI.
Jeff Sharkey [Sat, 26 Oct 2013 00:12:49 +0000 (17:12 -0700)]
Use inotify to update DocumentsUI.

While user is actively looking at a directory, subscribe to inotify
events and notify of content changes to trigger requeries.  Reference
count the observers, since multiple cursors are regularly open during
requeries.

Fix leaking cursors on activity rotation; crazy loader ID generation
is no longer needed.

Bug: 10999396
Change-Id: Iddeb08a056fee80c93df8499874705bcd213a1e2

10 years agoMerge "Un-deprecate setInexactRepeating() and tweak docs" into klp-dev
Christopher Tate [Sat, 26 Oct 2013 00:42:01 +0000 (00:42 +0000)]
Merge "Un-deprecate setInexactRepeating() and tweak docs" into klp-dev

10 years agoUpdate AS download page for v0.3.1
Siva Velusamy [Sat, 26 Oct 2013 00:14:55 +0000 (17:14 -0700)]
Update AS download page for v0.3.1

Change-Id: Ie9ba2f69d4e1398dd566f1b2024843f88d250dda

10 years agoMerge "Extra to always show advanced devices." into klp-dev
Jeff Sharkey [Sat, 26 Oct 2013 00:24:04 +0000 (00:24 +0000)]
Merge "Extra to always show advanced devices." into klp-dev

10 years agoUn-deprecate setInexactRepeating() and tweak docs
Christopher Tate [Fri, 25 Oct 2013 23:14:38 +0000 (16:14 -0700)]
Un-deprecate setInexactRepeating() and tweak docs

Bug 10461371

Change-Id: Ic62a0e94c83c0c7b50e21a7bee19c3d92255d231

10 years agoFix issue #11391003: Allow dumpsys meminfo to be used with native processes
Dianne Hackborn [Fri, 25 Oct 2013 23:32:41 +0000 (16:32 -0700)]
Fix issue #11391003: Allow dumpsys meminfo to be used with native processes

Change-Id: I005e4dc763deafac95dc3aa6261c06d1808fdaff

10 years agoExtra to always show advanced devices.
Jeff Sharkey [Fri, 25 Oct 2013 23:30:54 +0000 (16:30 -0700)]
Extra to always show advanced devices.

Also always lower-case extension to extract MIME type correctly,
we may want to fix in MimeUtils at some point.

Bug: 11354402
Change-Id: I77d0c06a663cd0c4320c41553ff1980b6f9a7778

10 years agoam 19d79659: Merge "Fix issue #11374840: adb shell am startservice not working any...
Dianne Hackborn [Fri, 25 Oct 2013 22:32:21 +0000 (15:32 -0700)]
am 19d79659: Merge "Fix issue #11374840: adb shell am startservice not working any more" into klp-dev

* commit '19d79659ee4c0e85775422ccbed3fa14c82fa66b':
  Fix issue #11374840: adb shell am startservice not working any more

10 years agoMerge "Fix issue #11374840: adb shell am startservice not working any more" into...
Dianne Hackborn [Fri, 25 Oct 2013 22:30:35 +0000 (22:30 +0000)]
Merge "Fix issue #11374840: adb shell am startservice not working any more" into klp-dev

10 years agoam c802a661: Merge "Trace: add ALOGVs for easier debugging" into klp-dev
Igor Murashkin [Fri, 25 Oct 2013 22:15:12 +0000 (15:15 -0700)]
am c802a661: Merge "Trace: add ALOGVs for easier debugging" into klp-dev

* commit 'c802a6614095660bccfd0cdf4f15404ad1863b76':
  Trace: add ALOGVs for easier debugging

10 years agoMerge "Trace: add ALOGVs for easier debugging" into klp-dev
Igor Murashkin [Fri, 25 Oct 2013 22:11:06 +0000 (22:11 +0000)]
Merge "Trace: add ALOGVs for easier debugging" into klp-dev

10 years agoam 6aedab9b: Merge "DOCS: document API 19+ Alarm Manager API and behaviors" into...
Christopher Tate [Fri, 25 Oct 2013 22:02:53 +0000 (15:02 -0700)]
am 6aedab9b: Merge "DOCS: document API 19+ Alarm Manager API and behaviors" into klp-dev

* commit '6aedab9b64b0ba23ffb760f5b6b8c45675372030':
  DOCS: document API 19+ Alarm Manager API and behaviors

10 years agoMerge "DOCS: document API 19+ Alarm Manager API and behaviors" into klp-dev
Christopher Tate [Fri, 25 Oct 2013 21:59:41 +0000 (21:59 +0000)]
Merge "DOCS: document API 19+ Alarm Manager API and behaviors" into klp-dev

10 years agoam 21657181: Merge "Add a method to set a list of uids for a wake lock" into klp-dev
Marco Nelissen [Fri, 25 Oct 2013 21:58:12 +0000 (14:58 -0700)]
am 21657181: Merge "Add a method to set a list of uids for a wake lock" into klp-dev

* commit '2165718153c1288dee7e106f0c61d952f515600b':
  Add a method to set a list of uids for a wake lock

10 years agoMerge "Add a method to set a list of uids for a wake lock" into klp-dev
Marco Nelissen [Fri, 25 Oct 2013 21:55:55 +0000 (21:55 +0000)]
Merge "Add a method to set a list of uids for a wake lock" into klp-dev

10 years agoFix issue #11374840: adb shell am startservice not working any more
Dianne Hackborn [Fri, 25 Oct 2013 21:34:18 +0000 (14:34 -0700)]
Fix issue #11374840: adb shell am startservice not working any more

The startService() and stopServie() calls had a redundant check for
the incoming user ID being valid, but with its own custom implementation
that doesn't match the normal handleIncomingUser flow.  In fact, for
both of these we are going to do handleIncomingUser anyway when we get
to retrieveServiceLocked(), so there was just no need for this.

Change-Id: I14409a03781a14a5f1a786aceb31dcc77efb062c

10 years agoDOCS: document API 19+ Alarm Manager API and behaviors
Christopher Tate [Fri, 25 Oct 2013 20:59:44 +0000 (13:59 -0700)]
DOCS: document API 19+ Alarm Manager API and behaviors

Bug 9941334

Change-Id: I65473bd62f7113c74ed6277d61db56c76441ff1b

10 years agoam 2a40da55: Merge "Update the documentaton of the android.print package." into klp-dev
Svetoslav Ganov [Fri, 25 Oct 2013 20:51:45 +0000 (13:51 -0700)]
am 2a40da55: Merge "Update the documentaton of the android.print package." into klp-dev

* commit '2a40da558b267b91ed0b0c9090656bdc02db2833':
  Update the documentaton of the android.print package.

10 years agoMerge "Update the documentaton of the android.print package." into klp-dev
Svetoslav Ganov [Fri, 25 Oct 2013 20:48:45 +0000 (20:48 +0000)]
Merge "Update the documentaton of the android.print package." into klp-dev

10 years agoam d4249251: Merge "Limit RemoteControlClient generation ID changes" into klp-dev
Jean-Michel Trivi [Fri, 25 Oct 2013 20:43:06 +0000 (13:43 -0700)]
am d4249251: Merge "Limit RemoteControlClient generation ID changes" into klp-dev

* commit 'd4249251e0a707d4fbc617b7556cb4c8c5163132':
  Limit RemoteControlClient generation ID changes

10 years agoMerge "Limit RemoteControlClient generation ID changes" into klp-dev
Jean-Michel Trivi [Fri, 25 Oct 2013 20:41:39 +0000 (20:41 +0000)]
Merge "Limit RemoteControlClient generation ID changes" into klp-dev

10 years agoam 4a7f3ada: Merge "Optimize system bar background drawable." into klp-dev
John Spurlock [Fri, 25 Oct 2013 20:36:31 +0000 (13:36 -0700)]
am 4a7f3ada: Merge "Optimize system bar background drawable." into klp-dev

* commit '4a7f3adaf08e65eceaad0e69f8edcdbcb897011a':
  Optimize system bar background drawable.

10 years agoMerge "Optimize system bar background drawable." into klp-dev
John Spurlock [Fri, 25 Oct 2013 20:33:35 +0000 (20:33 +0000)]
Merge "Optimize system bar background drawable." into klp-dev

10 years agoam f3b5b37b: Merge "Reset our status bar window fade color on screen off." into klp-dev
John Spurlock [Fri, 25 Oct 2013 20:27:52 +0000 (13:27 -0700)]
am f3b5b37b: Merge "Reset our status bar window fade color on screen off." into klp-dev

* commit 'f3b5b37b14c49cfe9a74abd25afa5e071ec55b51':
  Reset our status bar window fade color on screen off.

10 years agoMerge "Reset our status bar window fade color on screen off." into klp-dev
John Spurlock [Fri, 25 Oct 2013 20:25:08 +0000 (20:25 +0000)]
Merge "Reset our status bar window fade color on screen off." into klp-dev

10 years agoam ac4bf7fd: Merge "Skip writing PFD status when comm is closed." into klp-dev
Jeff Sharkey [Fri, 25 Oct 2013 20:22:12 +0000 (13:22 -0700)]
am ac4bf7fd: Merge "Skip writing PFD status when comm is closed." into klp-dev

* commit 'ac4bf7fd9ade1bf8448b67feb3935bf4620714d5':
  Skip writing PFD status when comm is closed.

10 years agoMerge "Skip writing PFD status when comm is closed." into klp-dev
Jeff Sharkey [Fri, 25 Oct 2013 20:17:02 +0000 (20:17 +0000)]
Merge "Skip writing PFD status when comm is closed." into klp-dev

10 years agoam d4d170de: Merge "Do not take screenshots when launching activities..." into klp-dev
Craig Mautner [Fri, 25 Oct 2013 20:12:05 +0000 (13:12 -0700)]
am d4d170de: Merge "Do not take screenshots when launching activities..." into klp-dev

* commit 'd4d170de39fffe70aaa39c70d6936465e0adb6ee':
  Do not take screenshots when launching activities...

10 years agoam 5357f8fd: Merge "Remove \'?\' icon in layout for "Forgot pattern" button" into...
Jim Miller [Fri, 25 Oct 2013 20:12:02 +0000 (13:12 -0700)]
am 5357f8fd: Merge "Remove \'?\' icon in layout for "Forgot pattern" button" into klp-dev

* commit '5357f8fd24bc578a1a584cac9c1943227816ea05':
  Remove '?' icon in layout for "Forgot pattern" button

10 years agoMerge "Do not take screenshots when launching activities..." into klp-dev
Craig Mautner [Fri, 25 Oct 2013 20:09:20 +0000 (20:09 +0000)]
Merge "Do not take screenshots when launching activities..." into klp-dev

10 years agoMerge "Remove '?' icon in layout for "Forgot pattern" button" into klp-dev
Jim Miller [Fri, 25 Oct 2013 20:08:39 +0000 (20:08 +0000)]
Merge "Remove '?' icon in layout for "Forgot pattern" button" into klp-dev

10 years agoAdd a method to set a list of uids for a wake lock
Marco Nelissen [Wed, 16 Oct 2013 17:57:05 +0000 (10:57 -0700)]
Add a method to set a list of uids for a wake lock

Cherrypicked from master.

b/9464621

Change-Id: Ia6a9d36d55129ae87d3ec070fbf10dc02f4b6cb4

10 years agoam df033aed: Merge "Fix issue #11290095: Parcel change causing crashing in KLP.....
Dianne Hackborn [Fri, 25 Oct 2013 19:18:16 +0000 (12:18 -0700)]
am df033aed: Merge "Fix issue #11290095: Parcel change causing crashing in KLP..." into klp-dev

* commit 'df033aed9d403993ca65a54cc4bfbdbe36f376bb':
  Fix issue #11290095: Parcel change causing crashing in KLP...

10 years agoMerge "Fix issue #11290095: Parcel change causing crashing in KLP..." into klp-dev
Dianne Hackborn [Fri, 25 Oct 2013 19:15:44 +0000 (19:15 +0000)]
Merge "Fix issue #11290095: Parcel change causing crashing in KLP..." into klp-dev

10 years agoChange order of operations so flag is not overwritten
Craig Mautner [Fri, 25 Oct 2013 18:54:37 +0000 (11:54 -0700)]
Change order of operations so flag is not overwritten

The effects of the flag, Intent.FLAG_ACTIVITY_TASK_ON_HOME was being
overwritten by the call immediately after it was set. Changing the
order of operations leaves the effect intact.

Fixes bug 11376962.

Change-Id: I27371e0efeb0c08d1e14514a9e3a63157f6d34d8

10 years agoSkip writing PFD status when comm is closed.
Jeff Sharkey [Fri, 25 Oct 2013 17:22:18 +0000 (10:22 -0700)]
Skip writing PFD status when comm is closed.

If the remote side of PFD has already written a status message, then
they've also closed their end of the comm FD, and we're going to
EPIPE if we try sending our own status.  So, skip writing status if
a remote status is present.

Only one end of the openFile() comm socket needs to be blocking,
otherwise detachFd() would end up blocking forever.

Bug: 11385467
Change-Id: I346d40cc1ca4a6683cec4c2d2b7db2b32ac94a55

10 years agoUpdate the documentaton of the android.print package.
Svetoslav Ganov [Fri, 25 Oct 2013 01:04:39 +0000 (18:04 -0700)]
Update the documentaton of the android.print package.

bug:10551786
bug:10551697
bug:10705082
bug:10741641
bug:11318976
bug:10550979
bug:10551761

Change-Id: I46ceb66a69b6d32d6b417356178f67f2e25e891a

10 years agoReset our status bar window fade color on screen off.
John Spurlock [Fri, 25 Oct 2013 18:25:09 +0000 (14:25 -0400)]
Reset our status bar window fade color on screen off.

Previously, turning the screen off with the panel expanded would
run one time through panelExpansionChanged, leaving the background
in an intermediate state.

This has probably been around for a while, only uncovered now
that we can see it (if the status bar is translucent).

Bug:11357145
Change-Id: I55b768696c8791f82265a61d2c0f665503ad8bb0

10 years agoam ec646dc9: Merge "Change yMax of Roboto fonts from 2146 to 2163" into klp-dev
Raph Levien [Fri, 25 Oct 2013 18:04:48 +0000 (11:04 -0700)]
am ec646dc9: Merge "Change yMax of Roboto fonts from 2146 to 2163" into klp-dev

* commit 'ec646dc9cf08d288d516521a45f343a0fd529e01':
  Change yMax of Roboto fonts from 2146 to 2163

10 years agoMerge "Change yMax of Roboto fonts from 2146 to 2163" into klp-dev
Raph Levien [Fri, 25 Oct 2013 18:03:02 +0000 (18:03 +0000)]
Merge "Change yMax of Roboto fonts from 2146 to 2163" into klp-dev

10 years agoFix issue #11290095: Parcel change causing crashing in KLP...
Dianne Hackborn [Fri, 25 Oct 2013 17:41:50 +0000 (10:41 -0700)]
Fix issue #11290095: Parcel change causing crashing in KLP...

...when reading from empty byte[]

Better handling of empty bundles and parcels.

Change-Id: Ie9182e43a52b8f163e8fb20bd1d110e0832683e6

10 years agoam 215add2e: Merge "Hide TransitionManager default transition methods" into klp-dev
Adam Powell [Fri, 25 Oct 2013 17:06:17 +0000 (10:06 -0700)]
am 215add2e: Merge "Hide TransitionManager default transition methods" into klp-dev

* commit '215add2eb5f1ec6185723465e608fd3bd431dc31':
  Hide TransitionManager default transition methods

10 years agoMerge "Hide TransitionManager default transition methods" into klp-dev
Adam Powell [Fri, 25 Oct 2013 17:04:09 +0000 (17:04 +0000)]
Merge "Hide TransitionManager default transition methods" into klp-dev

10 years agoam 604cfc2d: Merge "Enhance pin/puk support" into klp-dev
Wink Saville [Fri, 25 Oct 2013 16:43:00 +0000 (09:43 -0700)]
am 604cfc2d: Merge "Enhance pin/puk support" into klp-dev

* commit '604cfc2de963c17ed53fef745b93e3afcfd5a5f8':
  Enhance pin/puk support

10 years agoam 7c900126: Doc fix: update Displaying Bitmaps training class code snippet Bug:...
Adam Koch [Fri, 25 Oct 2013 16:42:56 +0000 (09:42 -0700)]
am 7c900126: Doc fix: update Displaying Bitmaps training class code snippet Bug: 11372790

* commit '7c900126c4591b6ba8e1017f858bf326a4c1b867':
  Doc fix: update Displaying Bitmaps training class code snippet Bug: 11372790

10 years agoMerge "Enhance pin/puk support" into klp-dev
Wink Saville [Fri, 25 Oct 2013 16:40:55 +0000 (16:40 +0000)]
Merge "Enhance pin/puk support" into klp-dev

10 years agoDoc fix: update Displaying Bitmaps training class code snippet
Adam Koch [Fri, 25 Oct 2013 14:14:55 +0000 (10:14 -0400)]
Doc fix: update Displaying Bitmaps training class code snippet
Bug: 11372790

Change-Id: Ifb484b03ac4085eeccadb1602dace37690dc2d6b