OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 7056c7e7: Merge "Fix "blink" when going "back" quickly after entering Activity."
George Mount [Thu, 1 May 2014 14:18:22 +0000 (14:18 +0000)]
am 7056c7e7: Merge "Fix "blink" when going "back" quickly after entering Activity."

* commit '7056c7e7f4393cc80b450b38e327524db95832f6':
  Fix "blink" when going "back" quickly after entering Activity.

10 years agoMerge "Fix "blink" when going "back" quickly after entering Activity."
George Mount [Thu, 1 May 2014 14:13:00 +0000 (14:13 +0000)]
Merge "Fix "blink" when going "back" quickly after entering Activity."

10 years agoam 5d2b38a4: am 5bc12a1b: (-s ours) am a7b465ef: am d91358b2: Merge "Support per...
Narayan Kamath [Thu, 1 May 2014 14:10:29 +0000 (14:10 +0000)]
am 5d2b38a4: am 5bc12a1b: (-s ours) am a7b465ef: am d91358b2: Merge "Support per-package lib dirs for bundled apps"

* commit '5d2b38a4a569c8bcd6abcbdeb45207bd16d66879':
  Support per-package lib dirs for bundled apps

10 years agoam 5bc12a1b: (-s ours) am a7b465ef: am d91358b2: Merge "Support per-package lib dirs...
Narayan Kamath [Thu, 1 May 2014 14:06:37 +0000 (14:06 +0000)]
am 5bc12a1b: (-s ours) am a7b465ef: am d91358b2: Merge "Support per-package lib dirs for bundled apps"

* commit '5bc12a1b5dadfd504fb03875fad97cda8d39cf25':
  Support per-package lib dirs for bundled apps

10 years agoam eceea503: am 6af42aea: am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 14:04:37 +0000 (14:04 +0000)]
am eceea503: am 6af42aea: am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."

* commit 'eceea503c02075921516653c770483d987d9f36f':
  Implement FileUtils#contains.

10 years agoam 6af42aea: am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 14:00:25 +0000 (14:00 +0000)]
am 6af42aea: am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."

* commit '6af42aea725c2afd8e5fbff9bc33ba353c05e1a9':
  Implement FileUtils#contains.

10 years agoam a7b465ef: am d91358b2: Merge "Support per-package lib dirs for bundled apps"
Narayan Kamath [Thu, 1 May 2014 13:57:17 +0000 (13:57 +0000)]
am a7b465ef: am d91358b2: Merge "Support per-package lib dirs for bundled apps"

* commit 'a7b465efc4eede46b8dfc8932c6c30346e8e79de':
  Support per-package lib dirs for bundled apps

10 years agoam 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 13:57:13 +0000 (13:57 +0000)]
am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."

* commit '9f34234f1c0e39ee43c4a86e23d333ba2a30ec0e':
  Implement FileUtils#contains.

10 years agoam d91358b2: Merge "Support per-package lib dirs for bundled apps"
Narayan Kamath [Thu, 1 May 2014 13:52:59 +0000 (13:52 +0000)]
am d91358b2: Merge "Support per-package lib dirs for bundled apps"

* commit 'd91358b2b977ef7c3551a486f51475c0441aba6e':
  Support per-package lib dirs for bundled apps

10 years agoam b916d8ad: Merge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 13:52:55 +0000 (13:52 +0000)]
am b916d8ad: Merge "Implement FileUtils#contains."

* commit 'b916d8adffd7ea3588bc178e1ee03f68f0a409e5':
  Implement FileUtils#contains.

10 years agoMerge "Support per-package lib dirs for bundled apps"
Narayan Kamath [Thu, 1 May 2014 13:51:08 +0000 (13:51 +0000)]
Merge "Support per-package lib dirs for bundled apps"

10 years agoSupport per-package lib dirs for bundled apps
Narayan Kamath [Thu, 1 May 2014 12:35:34 +0000 (13:35 +0100)]
Support per-package lib dirs for bundled apps

Bundled apps can now use /system/lib/apkname or /system/lib64/apkname
in addition to the (globally shared) /system/lib and /system/lib64
directories.  Note that when an app is updated post hoc the update APK
will look to its normal library install directory in
/data/data/[packagename]/lib, so such updates must include *all*
needed libraries -- the private /system/lib/apkname dir will not be in
the path following such an update.

"apkname" here is the base name of the physical APK that holds the
package's code.  For example, if a 32-bit package is resident on disk
as /system/priv-app/SettingsProvider.apk then its app-specific lib
directory will be /system/lib/SettingsProvider

Bug 13170859

(cherry picked from commit addfbdc09ccf258395db8bfc510989a4c583f7ab)

Change-Id: Id82da78024a6325458b8b134d7d91ad0e5f0785e

10 years agoMerge "Implement FileUtils#contains."
Narayan Kamath [Thu, 1 May 2014 13:50:35 +0000 (13:50 +0000)]
Merge "Implement FileUtils#contains."

10 years agoImplement FileUtils#contains.
Narayan Kamath [Thu, 1 May 2014 13:01:44 +0000 (14:01 +0100)]
Implement FileUtils#contains.

Partial cherry-pick of changes 4ca728c0 and 21de56a9, which
can't be cherry-picked due to their large surface area.

Change-Id: Ife46e150d360cd5241dea93863141749233c1805

10 years agoam a5408fc3: am b6c04899: am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 11:04:19 +0000 (11:04 +0000)]
am a5408fc3: am b6c04899: am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."

* commit 'a5408fc31d7cfff8d55b8bb301cf5c3450a8ebfa':
  Fix x86 build in app_process.

10 years agoam c003cc70: am fd30a0e7: (-s ours) am ff34f6fa: am 27b03e62: Merge "Create arch...
Narayan Kamath [Thu, 1 May 2014 11:04:16 +0000 (11:04 +0000)]
am c003cc70: am fd30a0e7: (-s ours) am ff34f6fa: am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."

* commit 'c003cc70f2bcc98cd04a626eced7ef5358b4f34a':
  Create arch specific cache dirs during zygote startup.

10 years agoam b6c04899: am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 11:01:34 +0000 (11:01 +0000)]
am b6c04899: am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."

* commit 'b6c04899e1ed614985d638b55dafe2c20e7b673a':
  Fix x86 build in app_process.

10 years agoam fd30a0e7: (-s ours) am ff34f6fa: am 27b03e62: Merge "Create arch specific cache...
Narayan Kamath [Thu, 1 May 2014 11:01:30 +0000 (11:01 +0000)]
am fd30a0e7: (-s ours) am ff34f6fa: am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."

* commit 'fd30a0e7b747eb4b781ef8def3008626f14eddfe':
  Create arch specific cache dirs during zygote startup.

10 years agoam 169ebe98: Merge "Adds an enabled state in UserInfo instead of DevicePolicyManager"
Alexandra Gherghina [Thu, 1 May 2014 10:52:32 +0000 (10:52 +0000)]
am 169ebe98: Merge "Adds an enabled state in UserInfo instead of DevicePolicyManager"

* commit '169ebe98aeb8d1f725208da92585bc7a7a99aff8':
  Adds an enabled state in UserInfo instead of DevicePolicyManager

10 years agoMerge "Adds an enabled state in UserInfo instead of DevicePolicyManager"
Alexandra Gherghina [Thu, 1 May 2014 10:49:21 +0000 (10:49 +0000)]
Merge "Adds an enabled state in UserInfo instead of DevicePolicyManager"

10 years agoam c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 10:43:23 +0000 (10:43 +0000)]
am c8a045d4: am 41f40581: Merge "Fix x86 build in app_process."

* commit 'c8a045d451522adab5226b0063f3a15d34542bf7':
  Fix x86 build in app_process.

10 years agoam ff34f6fa: am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Thu, 1 May 2014 10:43:19 +0000 (10:43 +0000)]
am ff34f6fa: am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."

* commit 'ff34f6faaad21f5f72decc0b6a0bbde8dab68e29':
  Create arch specific cache dirs during zygote startup.

10 years agoam 41f40581: Merge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 10:39:55 +0000 (10:39 +0000)]
am 41f40581: Merge "Fix x86 build in app_process."

* commit '41f40581ee0284660d30be8ef28f6bf721c4ce10':
  Fix x86 build in app_process.

10 years agoam 27b03e62: Merge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Thu, 1 May 2014 10:39:52 +0000 (10:39 +0000)]
am 27b03e62: Merge "Create arch specific cache dirs during zygote startup."

* commit '27b03e6272479ed82762a4a5d6e4be4f26c1ed58':
  Create arch specific cache dirs during zygote startup.

10 years agoam fdbedeb6: Merge "Add unit tests for InputMethodSubtypeSwitchingController"
Yohei Yukawa [Thu, 1 May 2014 10:38:28 +0000 (10:38 +0000)]
am fdbedeb6: Merge "Add unit tests for InputMethodSubtypeSwitchingController"

* commit 'fdbedeb6f365fcbb9ab796ed5953d35ef3f3978a':
  Add unit tests for InputMethodSubtypeSwitchingController

10 years agoMerge "Fix x86 build in app_process."
Narayan Kamath [Thu, 1 May 2014 10:36:31 +0000 (10:36 +0000)]
Merge "Fix x86 build in app_process."

10 years agoMerge "Create arch specific cache dirs during zygote startup."
Narayan Kamath [Thu, 1 May 2014 10:36:27 +0000 (10:36 +0000)]
Merge "Create arch specific cache dirs during zygote startup."

10 years agoAdds an enabled state in UserInfo instead of DevicePolicyManager
Alexandra Gherghina [Wed, 9 Apr 2014 12:54:39 +0000 (13:54 +0100)]
Adds an enabled state in UserInfo instead of DevicePolicyManager

Bug: 14377459
Change-Id: Ib4ec43d87da96c3dddaf9b7ae1796f261863a182

10 years agoMerge "Add unit tests for InputMethodSubtypeSwitchingController"
Yohei Yukawa [Thu, 1 May 2014 10:34:05 +0000 (10:34 +0000)]
Merge "Add unit tests for InputMethodSubtypeSwitchingController"

10 years agoam 92ce2150: am 6c2e8062: am 70344223: am fbb0ab02: Merge "Fix broken logging in...
Narayan Kamath [Thu, 1 May 2014 10:31:01 +0000 (10:31 +0000)]
am 92ce2150: am 6c2e8062: am 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."

* commit '92ce2150a2716bd7b3804d9fc258bb1de82a9c44':
  Fix broken logging in Zygote.cpp.

10 years agoFix x86 build in app_process.
Narayan Kamath [Wed, 30 Apr 2014 15:45:07 +0000 (16:45 +0100)]
Fix x86 build in app_process.

Look for __i386__ and not __x86__.

(cherry picked from commit 47d526217b3fd0d17ba751c66d25cfaf1c6ed7cd)

Change-Id: I848ba351c378e59ab6744ca1983ae4463ae75ba4

10 years agoam 6c2e8062: am 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:27:18 +0000 (10:27 +0000)]
am 6c2e8062: am 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."

* commit '6c2e806200dc1a422aa681bfd78aae1eb8f1d508':
  Fix broken logging in Zygote.cpp.

10 years agoCreate arch specific cache dirs during zygote startup.
Narayan Kamath [Fri, 25 Apr 2014 10:43:22 +0000 (11:43 +0100)]
Create arch specific cache dirs during zygote startup.

The runtime expects them to exist before it's launched.
The boot image / art files are created during the first
zygote launch.

(cherry picked from commit da738713e4e2120a324e8ab6fd11aa0e54a3c66e)

Change-Id: I7472aa25c16a1cf95791af2bdf80ed0d73123872

10 years agoam 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:22:56 +0000 (10:22 +0000)]
am 70344223: am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."

* commit '703442238200c2f1a35b51e7aadc693322feb69d':
  Fix broken logging in Zygote.cpp.

10 years agoam fbb0ab02: Merge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:18:11 +0000 (10:18 +0000)]
am fbb0ab02: Merge "Fix broken logging in Zygote.cpp."

* commit 'fbb0ab02bed5c49159acb3dba6848a154e524169':
  Fix broken logging in Zygote.cpp.

10 years agoMerge "Fix broken logging in Zygote.cpp."
Narayan Kamath [Thu, 1 May 2014 10:15:00 +0000 (10:15 +0000)]
Merge "Fix broken logging in Zygote.cpp."

10 years agoAdd unit tests for InputMethodSubtypeSwitchingController
Yohei Yukawa [Thu, 1 May 2014 08:20:05 +0000 (17:20 +0900)]
Add unit tests for InputMethodSubtypeSwitchingController

This CL adds unit tests for InputMethodSubtypeSwitchingController
as a ground work to make it aware of
supportsSwitchingToNextInputMethod in a subsequent CL.

This CL never changes existing behavior.

BUG: 12981505
Change-Id: I3b2c46c47c7686b811fa248ad549f20875367425

10 years agoFix broken logging in Zygote.cpp.
Narayan Kamath [Mon, 14 Apr 2014 13:46:07 +0000 (14:46 +0100)]
Fix broken logging in Zygote.cpp.

- Differentiate between clean exits and signals.
- Change the logic for the waitpid warning. We should log it
  only if the *first* call to waitpid returned ECHILD.

Change-Id: I6bc50e4ffd100fb7f3f526d6b4056bed10b8045f

10 years agoam 27866552: am f05bef95: am b76f7b35: am 8873025b: am f26a7100: Merge "update wear...
Robert Ly [Thu, 1 May 2014 09:50:05 +0000 (09:50 +0000)]
am 27866552: am f05bef95: am b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

* commit '27866552e98a73b59c71efd795705e5f13af9da0':
  update wear stack notifications to coincide with devbyte code

10 years agoam f05bef95: am b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifica...
Robert Ly [Thu, 1 May 2014 09:45:33 +0000 (09:45 +0000)]
am f05bef95: am b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

* commit 'f05bef95fb1dd612f099fe54da71e308a16e79e8':
  update wear stack notifications to coincide with devbyte code

10 years agoam b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifications to...
Robert Ly [Thu, 1 May 2014 09:42:08 +0000 (09:42 +0000)]
am b76f7b35: am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

* commit 'b76f7b35db0040591492f026d0dc17678141b6cf':
  update wear stack notifications to coincide with devbyte code

10 years agoam 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with...
Robert Ly [Thu, 1 May 2014 09:37:01 +0000 (09:37 +0000)]
am 8873025b: am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

* commit '8873025b2a52ca1ecccfaa9840e82681e17900d4':
  update wear stack notifications to coincide with devbyte code

10 years agoam 4cd07224: Merge "Introduce forwarding intents across profiles."
Nicolas Prevot [Thu, 1 May 2014 09:20:35 +0000 (09:20 +0000)]
am 4cd07224: Merge "Introduce forwarding intents across profiles."

* commit '4cd07224df582d6b6f9be5b1d04ab65bbd00d3f7':
  Introduce forwarding intents across profiles.

10 years agoMerge "Introduce forwarding intents across profiles."
Nicolas Prevot [Thu, 1 May 2014 09:17:12 +0000 (09:17 +0000)]
Merge "Introduce forwarding intents across profiles."

10 years agoam f26a7100: Merge "update wear stack notifications to coincide with devbyte code...
Robert Ly [Thu, 1 May 2014 08:22:05 +0000 (08:22 +0000)]
am f26a7100: Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

* commit 'f26a71003de069355931eab340433ba8345ba3f7':
  update wear stack notifications to coincide with devbyte code

10 years agoMerge "update wear stack notifications to coincide with devbyte code" into klp-docs
Robert Ly [Thu, 1 May 2014 07:27:22 +0000 (07:27 +0000)]
Merge "update wear stack notifications to coincide with devbyte code" into klp-docs

10 years agoupdate wear stack notifications to coincide with devbyte code
Robert Ly [Thu, 1 May 2014 07:23:42 +0000 (00:23 -0700)]
update wear stack notifications to coincide with devbyte code

Change-Id: I4ccfc39eb47c938b9c1e9ba9309aaba54319f53b

10 years agoam 64752b29: Merge "Add more shadow control knobs"
Chris Craik [Thu, 1 May 2014 01:34:24 +0000 (01:34 +0000)]
am 64752b29: Merge "Add more shadow control knobs"

* commit '64752b29f945ef7f0073b17401d010148626c1ee':
  Add more shadow control knobs

10 years agoMerge "Add more shadow control knobs"
Chris Craik [Thu, 1 May 2014 01:31:11 +0000 (01:31 +0000)]
Merge "Add more shadow control knobs"

10 years agoAdd more shadow control knobs
Chris Craik [Thu, 1 May 2014 01:20:03 +0000 (18:20 -0700)]
Add more shadow control knobs

Change-Id: I1ff500bf429029a97b681ced9df652f4ee9f1332

10 years agoam 41686198: Merge "Disable Filtering."
Winson Chung [Thu, 1 May 2014 00:33:14 +0000 (00:33 +0000)]
am 41686198: Merge "Disable Filtering."

* commit '416861983345dbb0c6427b3b60ad2b63d94f6f36':
  Disable Filtering.

10 years agoMerge "Disable Filtering."
Winson Chung [Thu, 1 May 2014 00:27:31 +0000 (00:27 +0000)]
Merge "Disable Filtering."

10 years agoDisable Filtering.
Winson Chung [Thu, 1 May 2014 00:26:28 +0000 (17:26 -0700)]
Disable Filtering.

Change-Id: I5c3aaaead7883b639ba24b28c04c1cafec0275c4

10 years agoam 32493276: Merge "Add missing ifdefs"
John Reck [Thu, 1 May 2014 00:10:35 +0000 (00:10 +0000)]
am 32493276: Merge "Add missing ifdefs"

* commit '32493276b96c0126d66d211576f5e505a957803a':
  Add missing ifdefs

10 years agoMerge "Add missing ifdefs"
John Reck [Thu, 1 May 2014 00:07:44 +0000 (00:07 +0000)]
Merge "Add missing ifdefs"

10 years agoam 6417de6e: Merge "Fix MediaFocusControl index management for PlayerRecord"
Jean-Michel Trivi [Thu, 1 May 2014 00:01:51 +0000 (00:01 +0000)]
am 6417de6e: Merge "Fix MediaFocusControl index management for PlayerRecord"

* commit '6417de6e4770c5bac9967cb40cd1bd423654cee1':
  Fix MediaFocusControl index management for PlayerRecord

10 years agoAdd missing ifdefs
John Reck [Wed, 30 Apr 2014 23:59:40 +0000 (16:59 -0700)]
Add missing ifdefs

Change-Id: I1c7c66cf81a31b56e6ae65d34b7936f9e8beec29

10 years agoFix "blink" when going "back" quickly after entering Activity.
George Mount [Wed, 30 Apr 2014 23:59:31 +0000 (16:59 -0700)]
Fix "blink" when going "back" quickly after entering Activity.

Bug 14445508

Activity Transitions would occasionally blink to black when
going "back." This was caused because the convertToTranslucent
callback was slow to come and could occur during the exit
transition while going back.

Change-Id: I17db25197926399dc22b50c595416dfa7b32b026

10 years agoMerge "Fix MediaFocusControl index management for PlayerRecord"
Jean-Michel Trivi [Wed, 30 Apr 2014 23:58:02 +0000 (23:58 +0000)]
Merge "Fix MediaFocusControl index management for PlayerRecord"

10 years agoam 29b67abb: am 6824e4e3: am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release...
Ricardo Cervera [Wed, 30 Apr 2014 23:49:42 +0000 (23:49 +0000)]
am 29b67abb: am 6824e4e3: am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2

* commit '29b67abb61972124c74bf5473c7b4712d31eba99':
  docs: Added release notes for Android Studio 0.5.2

10 years agoam 6824e4e3: am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for...
Ricardo Cervera [Wed, 30 Apr 2014 23:44:50 +0000 (23:44 +0000)]
am 6824e4e3: am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2

* commit '6824e4e35164470c96cc4654afc88ccd179ac586':
  docs: Added release notes for Android Studio 0.5.2

10 years agoam e3f963cb: am fd955f14: am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudo...
Elliott Hughes [Wed, 30 Apr 2014 23:40:49 +0000 (23:40 +0000)]
am e3f963cb: am fd955f14: am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

* commit 'e3f963cb47e06577af33fa2b1e904fa4d5a947ae':
  Fixes issue causing pseudolocalization of strings in non-translatable resource files.

10 years agoam c6389dc4: am cd50f729: (-s ours) am c046c767: am c0c96012: am 4b5fa4d3: Fix class...
Deepanshu Gupta [Wed, 30 Apr 2014 23:40:46 +0000 (23:40 +0000)]
am c6389dc4: am cd50f729: (-s ours) am c046c767: am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]

* commit 'c6389dc46b0e00a6b1b066cd11e5b31c01f2514d':
  Fix class name for OverflowMenuButton [DO NOT MERGE]

10 years agoam cf0244ce: am 006c2110: am 11b715da: Merge "Make touch slop region smaller for...
Mindy Pereira [Wed, 30 Apr 2014 23:40:42 +0000 (23:40 +0000)]
am cf0244ce: am 006c2110: am 11b715da: Merge "Make touch slop region smaller for watch" into klp-modular-dev

* commit 'cf0244ce9912ca1b77e26018e978d562b550f286':
  Make touch slop region smaller for watch

10 years agoam fd955f14: am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization...
Elliott Hughes [Wed, 30 Apr 2014 23:35:39 +0000 (23:35 +0000)]
am fd955f14: am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

* commit 'fd955f14d6c87dffd1a20c36ad8001705495f831':
  Fixes issue causing pseudolocalization of strings in non-translatable resource files.

10 years agoam cd50f729: (-s ours) am c046c767: am c0c96012: am 4b5fa4d3: Fix class name for...
Deepanshu Gupta [Wed, 30 Apr 2014 23:35:07 +0000 (23:35 +0000)]
am cd50f729: (-s ours) am c046c767: am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]

* commit 'cd50f7294654bf04195d9d1078a984ff9462093c':
  Fix class name for OverflowMenuButton [DO NOT MERGE]

10 years agoam 006c2110: am 11b715da: Merge "Make touch slop region smaller for watch" into klp...
Mindy Pereira [Wed, 30 Apr 2014 23:34:56 +0000 (23:34 +0000)]
am 006c2110: am 11b715da: Merge "Make touch slop region smaller for watch" into klp-modular-dev

* commit '006c211056d3a7561d2d97abae369603cc48e63a':
  Make touch slop region smaller for watch

10 years agoam d404631d: am 474b0749: am 809c3698: am 54c3529b: Merge "WallpaperManager: add...
Michael Wright [Wed, 30 Apr 2014 23:32:55 +0000 (23:32 +0000)]
am d404631d: am 474b0749: am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

* commit 'd404631d178edef95170b89f9613318a989cbbfa':
  WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

10 years agoam 474b0749: am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer...
Michael Wright [Wed, 30 Apr 2014 23:28:28 +0000 (23:28 +0000)]
am 474b0749: am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

* commit '474b07497bf1a33ccc889d21287269cd40dc0cf4':
  WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

10 years agoam 1c7a408f: am f84493ec: am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in...
Elliott Hughes [Wed, 30 Apr 2014 23:25:38 +0000 (23:25 +0000)]
am 1c7a408f: am f84493ec: am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

* commit '1c7a408f286df710aeac8197282d93d699399643':
  Fix for native leaks in YuvToJpegEncoder.cpp

10 years agoam f84493ec: am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncode...
Elliott Hughes [Wed, 30 Apr 2014 23:19:03 +0000 (23:19 +0000)]
am f84493ec: am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

* commit 'f84493ec95bfce41106673645a3e56b185e54df5':
  Fix for native leaks in YuvToJpegEncoder.cpp

10 years agoam 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for Android Studio...
Ricardo Cervera [Wed, 30 Apr 2014 22:40:00 +0000 (22:40 +0000)]
am 8bef5ea7: am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2

* commit '8bef5ea70161586287ec06e9bd74b30604cd3f2c':
  docs: Added release notes for Android Studio 0.5.2

10 years agoFix MediaFocusControl index management for PlayerRecord
Jean-Michel Trivi [Tue, 29 Apr 2014 23:11:36 +0000 (16:11 -0700)]
Fix MediaFocusControl index management for PlayerRecord

When updating the PlayerRecord stack on playstate changes and
 media button event receiver registrations, evaluate the index
 of the stack entry to remove against the index of the last playing
 entry as this index was valid before the entry was removed.
 This affects the insertion index.

Change-Id: Iec58d2df6bcbd8f55925e9e0f9d48f698f7cf4e5

10 years agoam 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2
Ricardo Cervera [Wed, 30 Apr 2014 22:03:40 +0000 (22:03 +0000)]
am 27515952: am ba333f2f: docs: Added release notes for Android Studio 0.5.2

* commit '27515952f54a8c98eaec694ce74c3b9d9b152746':
  docs: Added release notes for Android Studio 0.5.2

10 years agoam ba333f2f: docs: Added release notes for Android Studio 0.5.2
Ricardo Cervera [Wed, 30 Apr 2014 21:59:19 +0000 (21:59 +0000)]
am ba333f2f: docs: Added release notes for Android Studio 0.5.2

* commit 'ba333f2f4c2ca5325b4df1b131c6c26a18beb877':
  docs: Added release notes for Android Studio 0.5.2

10 years agoam d77de686: Merge "Use resize, not reserve"
John Reck [Wed, 30 Apr 2014 21:51:10 +0000 (21:51 +0000)]
am d77de686: Merge "Use resize, not reserve"

* commit 'd77de686ed7f2ed262c535a786047af7ca10c8fe':
  Use resize, not reserve

10 years agoMerge "Use resize, not reserve"
John Reck [Wed, 30 Apr 2014 21:48:09 +0000 (21:48 +0000)]
Merge "Use resize, not reserve"

10 years agoam 1efcbb7b: Merge "Try to not start up chromium when not needed"
Kristian Monsen [Wed, 30 Apr 2014 21:45:35 +0000 (21:45 +0000)]
am 1efcbb7b: Merge "Try to not start up chromium when not needed"

* commit '1efcbb7bbdeac3540aa418de7c39f74da32d1a19':
  Try to not start up chromium when not needed

10 years agodocs: Added release notes for Android Studio 0.5.2
Ricardo Cervera [Tue, 29 Apr 2014 00:52:55 +0000 (17:52 -0700)]
docs: Added release notes for Android Studio 0.5.2

Change-Id: Ia364620d0ab14648b4db523890c529a0dc5b940d

10 years agoMerge "Try to not start up chromium when not needed"
Kristian Monsen [Wed, 30 Apr 2014 21:40:30 +0000 (21:40 +0000)]
Merge "Try to not start up chromium when not needed"

10 years agoam 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings...
Elliott Hughes [Wed, 30 Apr 2014 21:35:45 +0000 (21:35 +0000)]
am 6a6979ad: am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

* commit '6a6979ad17dfb492fb85a979e8f8688e4ed973b2':
  Fixes issue causing pseudolocalization of strings in non-translatable resource files.

10 years agoam 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translat...
Elliott Hughes [Wed, 30 Apr 2014 21:33:06 +0000 (21:33 +0000)]
am 86315c45: Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

* commit '86315c452b955bf0b874f45c1a2e15aedda91a52':
  Fixes issue causing pseudolocalization of strings in non-translatable resource files.

10 years agoMerge "Fixes issue causing pseudolocalization of strings in non-translatable resource...
Elliott Hughes [Wed, 30 Apr 2014 21:29:52 +0000 (21:29 +0000)]
Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files."

10 years agoUse resize, not reserve
John Reck [Wed, 30 Apr 2014 21:19:56 +0000 (14:19 -0700)]
Use resize, not reserve

Reserve ensures the underlying buffer is the correct size, but
iterating across it is not necessarily valid. Use resize() instead
to ensure that the iterator access is valid

Change-Id: I35ff5f4416bb94cf4ce2c6acf72ffd17ab3e523a

10 years agoam c046c767: am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO...
Deepanshu Gupta [Wed, 30 Apr 2014 20:38:49 +0000 (20:38 +0000)]
am c046c767: am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]

* commit 'c046c76739b210d912dae38bf945d60b8d69ab11':
  Fix class name for OverflowMenuButton [DO NOT MERGE]

10 years agoam c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]
Deepanshu Gupta [Wed, 30 Apr 2014 20:35:04 +0000 (20:35 +0000)]
am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]

* commit 'c0c96012c667d1d91d8f6b763df45e566cae0eaf':
  Fix class name for OverflowMenuButton [DO NOT MERGE]

10 years agoam 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]
Deepanshu Gupta [Wed, 30 Apr 2014 20:31:35 +0000 (20:31 +0000)]
am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]

* commit '4b5fa4d318e7efaffdc678e0cb8953ffc78c2b1e':
  Fix class name for OverflowMenuButton [DO NOT MERGE]

10 years agoam 11b715da: Merge "Make touch slop region smaller for watch" into klp-modular-dev
Mindy Pereira [Wed, 30 Apr 2014 19:46:07 +0000 (19:46 +0000)]
am 11b715da: Merge "Make touch slop region smaller for watch" into klp-modular-dev

* commit '11b715da9be818eb4a1c7a3d77b5d0c4ff03e5a2':
  Make touch slop region smaller for watch

10 years agoMerge "Make touch slop region smaller for watch" into klp-modular-dev
Mindy Pereira [Wed, 30 Apr 2014 19:43:58 +0000 (19:43 +0000)]
Merge "Make touch slop region smaller for watch" into klp-modular-dev

10 years agoam 894106ce: Make sure the FlpHardwareProvider is only advertised to GmsCore if the...
destradaa [Wed, 30 Apr 2014 19:31:46 +0000 (19:31 +0000)]
am 894106ce: Make sure the FlpHardwareProvider is only advertised to GmsCore if the platform supports it. b/14117917

* commit '894106ceb8a96033ec5caa17fa5b41cda2b5294b':
  Make sure the FlpHardwareProvider is only advertised to GmsCore if the platform supports it. b/14117917

10 years agoam 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCrop...
Michael Wright [Wed, 30 Apr 2014 19:11:05 +0000 (19:11 +0000)]
am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

* commit '809c369892ddbae908dc47e6a1032a768e9004cb':
  WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

10 years agoam 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
Elliott Hughes [Wed, 30 Apr 2014 19:07:01 +0000 (19:07 +0000)]
am 91ff3c18: am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

* commit '91ff3c18dbb61ed0087f741dd2bdf911ecf42fef':
  Fix for native leaks in YuvToJpegEncoder.cpp

10 years agoam 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpap...
Michael Wright [Wed, 30 Apr 2014 19:06:40 +0000 (19:06 +0000)]
am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

* commit '54c3529b4d3f86488799caa0e62a1f3929a79a39':
  WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent

10 years agoMerge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"
Michael Wright [Wed, 30 Apr 2014 19:02:56 +0000 (19:02 +0000)]
Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent"

10 years agoam 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"
Elliott Hughes [Wed, 30 Apr 2014 19:02:53 +0000 (19:02 +0000)]
am 7d3f9e97: Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

* commit '7d3f9e9730b100de4c0e643e13bf59bf54ef7819':
  Fix for native leaks in YuvToJpegEncoder.cpp

10 years agoMerge "Fix for native leaks in YuvToJpegEncoder.cpp"
Elliott Hughes [Wed, 30 Apr 2014 18:59:54 +0000 (18:59 +0000)]
Merge "Fix for native leaks in YuvToJpegEncoder.cpp"

10 years agoFixes issue causing pseudolocalization of strings
Igor Viarheichyk [Wed, 30 Apr 2014 18:56:42 +0000 (11:56 -0700)]
Fixes issue causing pseudolocalization of strings
in non-translatable resource files.

Change-Id: Ic8e5effc86226d5be00561ac71bab7695ef90376

10 years agoMake touch slop region smaller for watch
Mindy Pereira [Wed, 30 Apr 2014 18:36:59 +0000 (11:36 -0700)]
Make touch slop region smaller for watch

Change-Id: I3ebe8855b13648dea5f9a374ec4daae6271f22db

10 years agoMake sure the FlpHardwareProvider is only advertised to GmsCore if the platform suppo...
destradaa [Wed, 30 Apr 2014 18:29:11 +0000 (11:29 -0700)]
Make sure the FlpHardwareProvider is only advertised to GmsCore if the platform supports it.
b/14117917

Change-Id: Id6c2444893bcf192049e3233d1296eac16fcf826

10 years agoIntroduce forwarding intents across profiles.
Nicolas Prevot [Mon, 24 Mar 2014 13:44:38 +0000 (13:44 +0000)]
Introduce forwarding intents across profiles.

The package manager service maintains, for some user ids, a list of forwarding intent filters.
A forwarding intent filter is an intent filter with a destination (a user id).
If an intent matches the forwarding intent filter, then activities in the destination can also respond to the intent.

When the package manager service is asked for components that resolve an intent:
If the intent matches the forwarding intent filter, and at least one activity in the destination user can respond to the intent:
The package manager service also returns the IntentForwarderActivity.
This activity will forward the intent to the destination.

Change-Id: Id8957de3e4a4fdbc1e0dea073eadb45e04ef985a