OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Rename related users to profiles."
Kenny Guy [Wed, 2 Apr 2014 13:06:28 +0000 (13:06 +0000)]
Merge "Rename related users to profiles."

10 years agoRename related users to profiles.
Kenny Guy [Wed, 2 Apr 2014 12:29:20 +0000 (13:29 +0100)]
Rename related users to profiles.

Rename the related user concept as profiles.
When returning profiles of a user include the
user as a profile of itself.

Change-Id: Id5d4f29017b7ca6844632ce643f10331ad733e1d

10 years agoresolved conflicts for merge of 71ab4f4f to master
Narayan Kamath [Wed, 2 Apr 2014 10:50:57 +0000 (11:50 +0100)]
resolved conflicts for merge of 71ab4f4f to master

Change-Id: I888c231f7579523e12fbd68f820f0775019e51e0

10 years agoam ea9e5eca: am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:41:24 +0000 (10:41 +0000)]
am ea9e5eca: am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."

* commit 'ea9e5ecac1e5240370f0e3f998b9c8b159ee9320':
  Move zygote startup logic to the frameworks.

10 years agoam 17b1b8fe: Merge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:35:38 +0000 (10:35 +0000)]
am 17b1b8fe: Merge "Move zygote startup logic to the frameworks."

* commit '17b1b8fe8c0c8f05f2077acc82428881bf591a78':
  Move zygote startup logic to the frameworks.

10 years agoMerge "Move zygote startup logic to the frameworks."
Narayan Kamath [Wed, 2 Apr 2014 10:29:55 +0000 (10:29 +0000)]
Merge "Move zygote startup logic to the frameworks."

10 years agoMove zygote startup logic to the frameworks.
Narayan Kamath [Mon, 31 Mar 2014 12:41:26 +0000 (13:41 +0100)]
Move zygote startup logic to the frameworks.

The Zygote class is now in com.android.internal.os. It is
responsible for the vast majority of work before and after
the call to fork(). It calls back into the Runtime via
the new dalvik.system.ZygoteHooks class to allow the Runtime
to perform pre fork cleanup and post fork initialization.

The native code in Zygote.cpp is a direct and straightforward
port of the existing code in art. Most differences are
superficial, for example :
- We use C style logging (ALOGE) instead of stream based
  logging.
- We call env->FatalError() instead of using LOG(FATAL)

Change-Id: Ia101fb2af12d23894fe57e4134d2bc6d142e5059

10 years agoam 04c2a557: am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use...
Ricardo Cervera [Wed, 2 Apr 2014 00:27:51 +0000 (00:27 +0000)]
am 04c2a557: am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '04c2a5571620927f702af3707845b1b05769dc46':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK...
Ricardo Cervera [Wed, 2 Apr 2014 00:20:22 +0000 (00:20 +0000)]
am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit 'c013eaad574bcb40152d90105d6fbc82293cbb11':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to...
Ricardo Cervera [Wed, 2 Apr 2014 00:15:31 +0000 (00:15 +0000)]
am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '5a218b186735534925d7fedb63f1c78a3a3ff543':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your...
Ricardo Cervera [Wed, 2 Apr 2014 00:08:11 +0000 (00:08 +0000)]
am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

* commit '8e183798d573ad4777a5f01fd6db8f86ca0e120f':
  docs: Added notes to use the last SDK version to the Build your First App class.

10 years agoam 4a812147: am 875eff83: Merge "Add circular anti-aliasing mask to circular display...
Michael Kolb [Wed, 2 Apr 2014 00:03:29 +0000 (00:03 +0000)]
am 4a812147: am 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

* commit '4a8121478e5027bf61b5c711d6b1a748004edea2':
  Add circular anti-aliasing mask to circular display

10 years agoMerge "docs: Added notes to use the last SDK version to the Build your First App...
Ricardo Cervera [Wed, 2 Apr 2014 00:03:00 +0000 (00:03 +0000)]
Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs

10 years agoMerge "Rejigger the invalid-key checks at backup time"
Christopher Tate [Tue, 1 Apr 2014 23:45:24 +0000 (23:45 +0000)]
Merge "Rejigger the invalid-key checks at backup time"

10 years agoRejigger the invalid-key checks at backup time
Christopher Tate [Tue, 1 Apr 2014 17:38:29 +0000 (10:38 -0700)]
Rejigger the invalid-key checks at backup time

Bug 13732002

Change-Id: Ic8f71234d1bbc7420eaa8e1762b999d09f308d46

10 years agoMerge "Enabling filtering by base intent package."
Winson Chung [Tue, 1 Apr 2014 23:10:25 +0000 (23:10 +0000)]
Merge "Enabling filtering by base intent package."

10 years agoMerge "camera2: Fix out-of-date metadata test"
Igor Murashkin [Tue, 1 Apr 2014 23:01:45 +0000 (23:01 +0000)]
Merge "camera2: Fix out-of-date metadata test"

10 years agoam 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp...
Michael Kolb [Tue, 1 Apr 2014 22:54:30 +0000 (22:54 +0000)]
am 875eff83: Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

* commit '875eff832f9f496740ceba2f12de6f5423225274':
  Add circular anti-aliasing mask to circular display

10 years agoUse correct wifi batching parameter ranges.
Wei Wang [Thu, 20 Mar 2014 18:30:58 +0000 (11:30 -0700)]
Use correct wifi batching parameter ranges.

Note these are slightly adjusted capabilities of N5.

Cherry pick.

Change-Id: Ia6888f6a5a69d135ff7e3c87d9744e18265fb3bf

10 years agocamera2: Fix out-of-date metadata test
Igor Murashkin [Tue, 1 Apr 2014 22:50:48 +0000 (15:50 -0700)]
camera2: Fix out-of-date metadata test

* The tag android.sensor.calibrationTransform1 was renamed
  to android.sensor.calibrationTransform (1 removed)

Bug: 12002757
Change-Id: Ida0e37a30222f08d0d9bb3871717c74c21e428ac

10 years agoMerge "Add circular anti-aliasing mask to circular display" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 22:48:27 +0000 (22:48 +0000)]
Merge "Add circular anti-aliasing mask to circular display" into klp-modular-dev

10 years agoEnabling filtering by base intent package.
Winson Chung [Tue, 1 Apr 2014 21:04:48 +0000 (14:04 -0700)]
Enabling filtering by base intent package.

- Toggling recents now unfilters the current stack before dismissing recents

Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29

10 years agoAdd circular anti-aliasing mask to circular display
Michael Kolb [Wed, 26 Mar 2014 23:24:17 +0000 (16:24 -0700)]
Add circular anti-aliasing mask to circular display

  Bug: 13635645

  Add a 2 px wide anti-aliased circle as a Layer to WindowManagerService

Change-Id: Ic8d319ca43c222f5b2e69af896749b8f2018ce3e

10 years agoam 6dc8063d: am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into...
Jeff Tinker [Tue, 1 Apr 2014 22:23:21 +0000 (22:23 +0000)]
am 6dc8063d: am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

* commit '6dc8063d2a06017f249181b4b5b07c54ce645943':
  Support CAST V2 Authentication in MediaDrm

10 years agoresolved conflicts for merge of ffb22827 to master
Craig Mautner [Tue, 1 Apr 2014 22:20:16 +0000 (15:20 -0700)]
resolved conflicts for merge of ffb22827 to master

Change-Id: Ia01028203dfe87df91c828d681289e92b9371e3c

10 years agoam 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev
Jeff Tinker [Tue, 1 Apr 2014 22:00:49 +0000 (22:00 +0000)]
am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

* commit '433a063309ba9ff9cdce4f9688e027c642a79505':
  Support CAST V2 Authentication in MediaDrm

10 years agoam 2b6fe299: am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to...
Craig Mautner [Tue, 1 Apr 2014 21:56:55 +0000 (21:56 +0000)]
am 2b6fe299: am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit '2b6fe2990de78cfb64a27c19e5351cffe3ccb7d6':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoMerge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev
Jeff Tinker [Tue, 1 Apr 2014 21:54:29 +0000 (21:54 +0000)]
Merge "Support CAST V2 Authentication in MediaDrm" into klp-modular-dev

10 years agoMerge "Disable RenderThread"
John Reck [Tue, 1 Apr 2014 21:51:40 +0000 (21:51 +0000)]
Merge "Disable RenderThread"

10 years agoDisable RenderThread
John Reck [Tue, 1 Apr 2014 21:48:55 +0000 (14:48 -0700)]
Disable RenderThread

 Now that there's a half dozen bugs to fix, switch back
 to the stable renderer until the issues are addressed

Change-Id: I1513cf26717e8ab6b1a038e86ae9a40f5f1a3c50

10 years agoam c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 21:48:04 +0000 (21:48 +0000)]
am c70f15fe: am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit 'c70f15fe298655de02c2e72023fafe6fc33d2a55':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 21:41:15 +0000 (21:41 +0000)]
am 2fc798a2: resolved conflicts for merge of 8c6e6e73 to klp-dev

* commit '2fc798a2270cda98366776af489d45c1043e831d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoFix build after bad merge resolution
Michael Kolb [Tue, 1 Apr 2014 21:38:57 +0000 (14:38 -0700)]
Fix build after bad merge resolution

Change-Id: I4af3aae1114d31847fc13d56ab03af8c7ef74577

10 years agoMerge "Quantum style for RatingBar, alert dialog layouts"
Alan Viverette [Tue, 1 Apr 2014 21:27:03 +0000 (21:27 +0000)]
Merge "Quantum style for RatingBar, alert dialog layouts"

10 years agoSupport CAST V2 Authentication in MediaDrm
Jeff Tinker [Tue, 4 Mar 2014 21:17:11 +0000 (13:17 -0800)]
Support CAST V2 Authentication in MediaDrm

Java API version

Update frameworks to enable support for CAST
V2 Authentication in the DRM Plugin.

Change-Id: I23cfbbbc89c1226b7a3968ce8bc1e2d4bd41014a
related-to-bug: 12702350

10 years agoQuantum style for RatingBar, alert dialog layouts
Alan Viverette [Tue, 1 Apr 2014 21:24:49 +0000 (14:24 -0700)]
Quantum style for RatingBar, alert dialog layouts

Change-Id: I70cab4d32de44d41b08602bc11a09d451f267127

10 years agoMerge "Update SearchIndexables contract for allowing summary ON and OFF indexing"
Fabrice Di Meglio [Tue, 1 Apr 2014 21:17:02 +0000 (21:17 +0000)]
Merge "Update SearchIndexables contract for allowing summary ON and OFF indexing"

10 years agoresolved conflict for merge of 2c73e08d to master
Michael Kolb [Tue, 1 Apr 2014 21:06:11 +0000 (14:06 -0700)]
resolved conflict for merge of 2c73e08d to master

Change-Id: Iee2e1f773469db0ba26b153193945a6c246af151

10 years agoresolved conflicts for merge of 8c6e6e73 to klp-dev
Craig Mautner [Tue, 1 Apr 2014 20:57:37 +0000 (13:57 -0700)]
resolved conflicts for merge of 8c6e6e73 to klp-dev

Change-Id: I9fc9bc3d935e9e730ebca767d848b1c66203f3b4

10 years agoam 17bbd976: Merge "Add outset to decor view measuring" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 20:46:38 +0000 (20:46 +0000)]
am 17bbd976: Merge "Add outset to decor view measuring" into klp-modular-dev

* commit '17bbd976c0971f25447b2ce66117f08029dc2fa9':
  Add outset to decor view measuring

10 years agoMerge "Zen Mode QS tweaks."
John Spurlock [Tue, 1 Apr 2014 20:41:08 +0000 (20:41 +0000)]
Merge "Zen Mode QS tweaks."

10 years agoMerge "Add outset to decor view measuring" into klp-modular-dev
Michael Kolb [Tue, 1 Apr 2014 20:40:34 +0000 (20:40 +0000)]
Merge "Add outset to decor view measuring" into klp-modular-dev

10 years agoZen Mode QS tweaks.
John Spurlock [Tue, 1 Apr 2014 20:38:05 +0000 (16:38 -0400)]
Zen Mode QS tweaks.

 - Move settings button to the bottom.
 - Align title left.
 - Fix padding.
 - Auto-activate on dialog launch.

Bug:13670014
Change-Id: I5a88e97a84b66bf6200473c147b71cc7ceeb0b95

10 years agoam 13b75939: am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am...
Craig Mautner [Tue, 1 Apr 2014 20:01:32 +0000 (20:01 +0000)]
am 13b75939: am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '13b75939596eec63c096fe9e85643b8c42a40b12':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am...
Craig Mautner [Tue, 1 Apr 2014 19:54:59 +0000 (19:54 +0000)]
am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'd4d2aa519fb1a9d54c14da858a4ab7ab0880f34d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix...
Craig Mautner [Tue, 1 Apr 2014 19:49:36 +0000 (19:49 +0000)]
am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'efbe7cc0ff5c85cc7956bb3099402c7ebbe20591':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEY...
Craig Mautner [Tue, 1 Apr 2014 19:43:41 +0000 (19:43 +0000)]
am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'd1c82f8fc22216e9b544e3a3b521bcad05bc113d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 913c9036: am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link...
quddusc [Tue, 1 Apr 2014 19:38:31 +0000 (19:38 +0000)]
am 913c9036: am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit '913c903612b63e97b340f84dc742875672923f84':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam f80749c5: am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted...
Scott Main [Tue, 1 Apr 2014 19:38:27 +0000 (19:38 +0000)]
am f80749c5: am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'f80749c5c52de0609e27da216b7c6daf8e23a34a':
  laptop image with redacted

10 years agoam 402f2304: am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4...
Scott Main [Tue, 1 Apr 2014 19:38:23 +0000 (19:38 +0000)]
am 402f2304: am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '402f23046c4a624527937b61926d65a9935a9b60':
  dashbaord update for 4/1/14

10 years agoam 3b7432d2: am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on...
Ricardo Cervera [Tue, 1 Apr 2014 19:38:16 +0000 (19:38 +0000)]
am 3b7432d2: am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit '3b7432d2e4ddc9efda5cc38f9008d40d6b4ef951':
  docs: Renamed the document on building with Android Studio

10 years agoam 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not...
Craig Mautner [Tue, 1 Apr 2014 19:36:48 +0000 (19:36 +0000)]
am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '1cb3c1d381c389c7ef903c1a871ff695cd406da4':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:30:41 +0000 (19:30 +0000)]
am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit 'fc80fbe3d5b287c19e3dab89fc93ca4b8a812bb1':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google...
quddusc [Tue, 1 Apr 2014 19:29:52 +0000 (19:29 +0000)]
am f425e5ea: am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit 'f425e5ea05bf445ab97176fe4a79e54f976d22b8':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp...
Scott Main [Tue, 1 Apr 2014 19:29:45 +0000 (19:29 +0000)]
am c3796073: am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'c37960733aebed4ef4d64d72f7658534f9fd5698':
  laptop image with redacted

10 years agoam 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp...
Scott Main [Tue, 1 Apr 2014 19:29:41 +0000 (19:29 +0000)]
am 3bd0a44b: am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '3bd0a44bbf8de4dc1d190fffe91a10b8f1e2243f':
  dashbaord update for 4/1/14

10 years agoam bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with...
Ricardo Cervera [Tue, 1 Apr 2014 19:29:38 +0000 (19:29 +0000)]
am bb755da9: am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit 'bb755da9f7a2a4d3ea103afbc2140901d28e8f74':
  docs: Renamed the document on building with Android Studio

10 years agoam 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:24:23 +0000 (19:24 +0000)]
am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '7bd0b65233d0ef34114ecb93d734dfe4351f470d':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoam 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:18:36 +0000 (19:18 +0000)]
am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working

* commit '4bdab6bb4c55661d4915518b1190e30c4633c6a5':
  Fix FLAG_DISMISS_KEYGUARD not working

10 years agoFix FLAG_DISMISS_KEYGUARD not working
Craig Mautner [Tue, 1 Apr 2014 19:05:11 +0000 (12:05 -0700)]
Fix FLAG_DISMISS_KEYGUARD not working

Fixes bug 13672528.

Change-Id: I0292aee51d5d8755bbae926e5f0e6af1e22107dc

10 years agoMerge "MediaCodec: avoid silent array overflow in queueSecureInputBuffer()"
Lajos Molnar [Tue, 1 Apr 2014 18:41:39 +0000 (18:41 +0000)]
Merge "MediaCodec: avoid silent array overflow in queueSecureInputBuffer()"

10 years agoam c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs...
quddusc [Tue, 1 Apr 2014 18:30:33 +0000 (18:30 +0000)]
am c7f403f4: am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit 'c7f403f46d824c17f9bd1fb6447425eacc2cccfe':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoam 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301...
quddusc [Tue, 1 Apr 2014 18:24:38 +0000 (18:24 +0000)]
am 5321e9bd: Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

* commit '5321e9bd48db680c618a490fb38c060c3c05beba':
  docs: Fixed outdated link to Google Analytics docs. Bug: 13742301

10 years agoMerge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp...
quddusc [Tue, 1 Apr 2014 18:12:06 +0000 (18:12 +0000)]
Merge "docs: Fixed outdated link to Google Analytics docs. Bug: 13742301" into klp-docs

10 years agoam c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:59:12 +0000 (17:59 +0000)]
am c8b6feb2: am 35682006: Merge "laptop image with redacted" into klp-docs

* commit 'c8b6feb2007259cdc4053a9774e31847ee60d592':
  laptop image with redacted

10 years agoam a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:59:08 +0000 (17:59 +0000)]
am a7afd38f: am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit 'a7afd38f3021a15e0bd22674409c2cd6d83095c3':
  dashbaord update for 4/1/14

10 years agoHandle bad package name arguments sensically
Christopher Tate [Tue, 1 Apr 2014 17:49:33 +0000 (10:49 -0700)]
Handle bad package name arguments sensically

Don't blithly go ahead and assume package name arguments are non-null,
and don't continue to do a bunch of work after an early failure on
invalid non-null package names.

Bug 13745101

Change-Id: I12ccae343066b39162dedeb46dc58869f55be0ba

10 years agodocs: Fixed outdated link to Google Analytics docs.
quddusc [Tue, 1 Apr 2014 17:49:23 +0000 (10:49 -0700)]
docs: Fixed outdated link to Google Analytics docs.
Bug: 13742301

Change-Id: Idb439a38299be808cd1cd1d317d67efe78f785cc

10 years agoam 35682006: Merge "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:52:36 +0000 (17:52 +0000)]
am 35682006: Merge "laptop image with redacted" into klp-docs

* commit '356820063afa85c78dd7f7b9bce2b62169e490bc':
  laptop image with redacted

10 years agoam 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:52:33 +0000 (17:52 +0000)]
am 1afdbb93: Merge "dashbaord update for 4/1/14" into klp-docs

* commit '1afdbb93446cdc9238bf327155646950ae80dbe4':
  dashbaord update for 4/1/14

10 years agoMerge "Add stub getThemeAttributeId() to BridgeTypedArray"
Deepanshu Gupta [Tue, 1 Apr 2014 17:51:48 +0000 (17:51 +0000)]
Merge "Add stub getThemeAttributeId() to BridgeTypedArray"

10 years agoam c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio
Ricardo Cervera [Tue, 1 Apr 2014 17:49:40 +0000 (17:49 +0000)]
am c192cdd3: am cf96f815: docs: Renamed the document on building with Android Studio

* commit 'c192cdd3c4ad8696d5d77949984cf7e06445e051':
  docs: Renamed the document on building with Android Studio

10 years agoMerge "Don't ignore return value of setAuxEffectSendLevel()"
Glenn Kasten [Tue, 1 Apr 2014 17:49:39 +0000 (17:49 +0000)]
Merge "Don't ignore return value of setAuxEffectSendLevel()"

10 years agoMerge "laptop image with redacted" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:47:03 +0000 (17:47 +0000)]
Merge "laptop image with redacted" into klp-docs

10 years agoMerge "dashbaord update for 4/1/14" into klp-docs
Scott Main [Tue, 1 Apr 2014 17:46:37 +0000 (17:46 +0000)]
Merge "dashbaord update for 4/1/14" into klp-docs

10 years agodocs: Added notes to use the last SDK version to the Build your First App class.
Ricardo Cervera [Tue, 1 Apr 2014 17:46:16 +0000 (10:46 -0700)]
docs: Added notes to use the last SDK version to the Build your First App class.

Change-Id: I35820ff887b3d0f4ccc0ce7720576e3e692109b5

10 years agoam cf96f815: docs: Renamed the document on building with Android Studio
Ricardo Cervera [Tue, 1 Apr 2014 17:43:32 +0000 (17:43 +0000)]
am cf96f815: docs: Renamed the document on building with Android Studio

* commit 'cf96f815854b87f8a2304fbaf5030d574671e6e0':
  docs: Renamed the document on building with Android Studio

10 years agodashbaord update for 4/1/14
Scott Main [Tue, 1 Apr 2014 17:31:19 +0000 (10:31 -0700)]
dashbaord update for 4/1/14

Change-Id: Id38d8a448dc86afecc2e80dc6a5f4fdb26d7cc93

10 years agoAdd stub getThemeAttributeId() to BridgeTypedArray
Deepanshu Gupta [Wed, 26 Mar 2014 19:12:30 +0000 (12:12 -0700)]
Add stub getThemeAttributeId() to BridgeTypedArray

The method is used to obtain theme attribute IDs for drawables for
caching.

The changeset also fixes some minor style issues found by code
inspection.

Change-Id: Ib5fe05511397b5ec7cb8e64f6b2769ec2c355f41

10 years agodocs: Renamed the document on building with Android Studio
Ricardo Cervera [Tue, 1 Apr 2014 17:16:45 +0000 (10:16 -0700)]
docs: Renamed the document on building with Android Studio

Change-Id: Icc2d3562f8d77b593e7a7bac61675a5b15fcd535

10 years agoDon't ignore return value of setAuxEffectSendLevel()
Glenn Kasten [Fri, 28 Mar 2014 23:02:26 +0000 (16:02 -0700)]
Don't ignore return value of setAuxEffectSendLevel()

Change-Id: I1383c913304430146e6f40d89df623dd0d582e50

10 years agoMerge "Initial implementation of USB Audio output."
Paul McLean [Tue, 1 Apr 2014 16:15:47 +0000 (16:15 +0000)]
Merge "Initial implementation of USB Audio output."

10 years agoMerge "Quantum action bars, media route icon"
Alan Viverette [Tue, 1 Apr 2014 16:13:13 +0000 (16:13 +0000)]
Merge "Quantum action bars, media route icon"

10 years agoMerge "Use memcpy_to_i16_from_u8 from audioutils instead of C loop"
Glenn Kasten [Tue, 1 Apr 2014 15:31:10 +0000 (15:31 +0000)]
Merge "Use memcpy_to_i16_from_u8 from audioutils instead of C loop"

10 years agoMerge "Don't double prompt on booting encrypted device"
Paul Lawrence [Tue, 1 Apr 2014 15:07:09 +0000 (15:07 +0000)]
Merge "Don't double prompt on booting encrypted device"

10 years agoMerge "Fix visitFieldInsn in layoutlib_create."
Deepanshu Gupta [Tue, 1 Apr 2014 05:37:22 +0000 (05:37 +0000)]
Merge "Fix visitFieldInsn in layoutlib_create."

10 years agolaptop image with redacted
Scott Main [Tue, 1 Apr 2014 03:40:34 +0000 (20:40 -0700)]
laptop image with redacted

Change-Id: I89e6b37840757a53c38686a2cf69297e558ef6d0

10 years agoUpdate SearchIndexables contract for allowing summary ON and OFF indexing
Fabrice Di Meglio [Tue, 1 Apr 2014 02:45:04 +0000 (19:45 -0700)]
Update SearchIndexables contract for allowing summary ON and OFF indexing

- add summary ON and OFF indexing (for CheckBoxPreference)

Change-Id: I634cae653748d29e58fa2e696372efff08ce17d2

10 years agoFix visitFieldInsn in layoutlib_create.
Deepanshu Gupta [Tue, 1 Apr 2014 01:59:45 +0000 (18:59 -0700)]
Fix visitFieldInsn in layoutlib_create.

The bug caused some classes to be missed when computing the dependencies
of the existing classes.

Change-Id: I7285ff67e016ce5d73a8550501f49acc73cfadfa

10 years agoMerge "Clean up two wifi javadoc comments"
Brian Williammee [Tue, 1 Apr 2014 01:32:19 +0000 (01:32 +0000)]
Merge "Clean up two wifi javadoc comments"

10 years agoam a3e6f36f: (-s ours) am 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd...
Baligh Uddin [Tue, 1 Apr 2014 01:25:45 +0000 (01:25 +0000)]
am a3e6f36f: (-s ours) am 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translations. DO NOT MERGE

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

10 years agoam fb19fc61: am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.
Katie McCormick [Tue, 1 Apr 2014 01:25:41 +0000 (01:25 +0000)]
am fb19fc61: am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit 'fb19fc61f28bcff1b129d1a60913f5b8722f10cf':
  Doc Update: revert PendingIntent fix.

10 years agoMerge "Fix bug #13727850 Input values are not visible when setting up the lockscreen...
Fabrice Di Meglio [Tue, 1 Apr 2014 01:21:32 +0000 (01:21 +0000)]
Merge "Fix bug #13727850 Input values are not visible when setting up the lockscreen... ...security(PIN/Passwor/Pattern)."

10 years agoCamera2: Fix missing capture result callback issue
Zhijun He [Mon, 31 Mar 2014 23:11:33 +0000 (16:11 -0700)]
Camera2: Fix missing capture result callback issue

When configuring output right after submitting some capture request, the
waitUntilIdle clears the capture mCaptureListenerMap and
mRepeatingRequestIdDeletedList. This caused the listener is cleared before
the capture result is delivered to application side. Since the listener is
already removed properly, it is really not needed to clear them right after
idling the device.

It also doesn't make sense to add the repeating request id that has no
listener hooked up to the mRepeatingRequestIdDeletedList, this caused
out of sync between id deleted list and the mCaptureListenerMap for
repeating request.

Bug: 13730119
Change-Id: I94ab7a5515f841ffd97b103c2c1b71d92afd955a

10 years agoam c796ccaa: am 095ece10: am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture...
Jason Sams [Tue, 1 Apr 2014 00:24:57 +0000 (00:24 +0000)]
am c796ccaa: am 095ece10: am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem"

* commit 'c796ccaafb935592b98d5aaad2594791935f6530':
  Fix RenderScriptGL setSurfaceTexture problem

10 years agoam 7471a3b1: am adcb288e: am b1088bfe: Merge "update common intents guide to add...
Scott Main [Tue, 1 Apr 2014 00:24:53 +0000 (00:24 +0000)]
am 7471a3b1: am adcb288e: am b1088bfe: Merge "update common intents guide to add calendar and alarms." into klp-docs

* commit '7471a3b1ea3b722168ed3e932d4015750c913c0b':
  update common intents guide to add calendar and alarms.

10 years agoam ce0854cc: (-s ours) am ee800b04: (-s ours) Merge "Import translations. DO NOT...
Baligh Uddin [Tue, 1 Apr 2014 00:24:50 +0000 (00:24 +0000)]
am ce0854cc: (-s ours) am ee800b04: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev

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

10 years agoam 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translati...
Baligh Uddin [Tue, 1 Apr 2014 00:21:37 +0000 (00:21 +0000)]
am 8c3d3e82: (-s ours) am 53b3d44f: (-s ours) am dc5e02bd: (-s ours) Import translations. DO NOT MERGE

* commit '8c3d3e826932da75f5399baaf5bcbc3b1f3a9372':
  Import translations. DO NOT MERGE

10 years agoam 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.
Katie McCormick [Tue, 1 Apr 2014 00:21:34 +0000 (00:21 +0000)]
am 905a5b14: am 87d9d1a0: Doc Update: revert PendingIntent fix.

* commit '905a5b1477b3a1899ef389dbe081f9c70a4fe13d':
  Doc Update: revert PendingIntent fix.

10 years agoClean up two wifi javadoc comments
Brian Williammee [Tue, 1 Apr 2014 00:18:03 +0000 (17:18 -0700)]
Clean up two wifi javadoc comments

Remove references to TI drivers, and unnecessary uncertainty.

Change-Id: I74a01357264338df7c513684c6c752d1edb4ea4d