OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Add missing member to string conversion - helps in debugging." into lmp-mr1-dev
Pavel Zhamaitsiak [Thu, 11 Dec 2014 04:47:19 +0000 (04:47 +0000)]
Merge "Add missing member to string conversion - helps in debugging." into lmp-mr1-dev

9 years agoMerge "adjust network switching thresholds Bug:18589301" into lmp-mr1-dev
vandwalle [Thu, 11 Dec 2014 03:18:40 +0000 (03:18 +0000)]
Merge "adjust network switching thresholds Bug:18589301" into lmp-mr1-dev

9 years agoam c0f96532: am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs
smain@google.com [Thu, 11 Dec 2014 02:56:17 +0000 (02:56 +0000)]
am c0f96532: am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs
automerge: e04a9fc

* commit 'e04a9fcc2edc4b2527c8233e16f823cec6fb58cc':
  add helpouts widget to wave 3 pages

9 years agoam 7e1b348a: am 4221d7e4: docs: Fix link for moved Android Studio index.
Luan Nguyen [Thu, 11 Dec 2014 02:54:57 +0000 (02:54 +0000)]
am 7e1b348a: am 4221d7e4: docs: Fix link for moved Android Studio index.
automerge: 75ec24e

* commit '75ec24e26900fa6e0def1f5e946be41614d8e520':
  docs: Fix link for moved Android Studio index.

9 years agoMerge "Fix issue #18706195: Improve label names of memory types" into lmp-mr1-dev
Dianne Hackborn [Thu, 11 Dec 2014 01:58:50 +0000 (01:58 +0000)]
Merge "Fix issue #18706195: Improve label names of memory types" into lmp-mr1-dev

9 years agoMerge "Don't preload textures for AssetAtlas" into lmp-mr1-dev
John Reck [Thu, 11 Dec 2014 01:12:29 +0000 (01:12 +0000)]
Merge "Don't preload textures for AssetAtlas" into lmp-mr1-dev

9 years agoDon't preload textures for AssetAtlas
John Reck [Thu, 11 Dec 2014 00:47:36 +0000 (16:47 -0800)]
Don't preload textures for AssetAtlas

Bug: 18317479

RenderNode::prepareSubTree calls prefetchAndMarkInUse
on every bitmapResoruce in the DisplayList. However,
this resulted in textures being uploaded for bitmaps
that would be drawn from the AssetAtlas instead.

To fix this we teach TextureCache about the AssetAtlas
so that calls to TextureCache return the Texture from
AssetAtlas if it exists. Thus usage of AssetAtlas
is now purely to allow for further optimizations via
draw merging instead of a requirement to get
any benefit at all.

Change-Id: I65282fa05bac46f4e93822b3467ffa0261ccf200

9 years agoFix issue #18706195: Improve label names of memory types
Dianne Hackborn [Thu, 11 Dec 2014 00:06:10 +0000 (16:06 -0800)]
Fix issue #18706195: Improve label names of memory types

Change-Id: Ia11153300e04aecd56baca9d4316ac362688d594

9 years agoFix build
Alan Viverette [Thu, 11 Dec 2014 00:28:43 +0000 (16:28 -0800)]
Fix build

Change-Id: I2efdf2790aa768eaaa6e7e0b80a9ad7b2ddf3cb9

9 years agoMerge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev
Alan Viverette [Thu, 11 Dec 2014 00:23:32 +0000 (00:23 +0000)]
Merge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev

9 years agoUpdate tint filter after setting gradient drawable state
Alan Viverette [Thu, 11 Dec 2014 00:00:43 +0000 (16:00 -0800)]
Update tint filter after setting gradient drawable state

BUG: 18706381
Change-Id: I7d664303c9b796243da6c55d1ea9482736aabf07

9 years agoMerge "Fixing major regressions in Recents with multi-user. (Bug 18574950)" into...
Winson Chung [Wed, 10 Dec 2014 23:54:38 +0000 (23:54 +0000)]
Merge "Fixing major regressions in Recents with multi-user. (Bug 18574950)" into lmp-mr1-dev

9 years agoam c0f96532: am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs
smain@google.com [Wed, 10 Dec 2014 23:49:17 +0000 (23:49 +0000)]
am c0f96532: am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs

* commit 'c0f96532caa62f477af33a271b546a7d0c932c36':
  add helpouts widget to wave 3 pages

9 years agoam 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs
smain@google.com [Wed, 10 Dec 2014 23:37:52 +0000 (23:37 +0000)]
am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs

* commit '8cd0bb2df377b2452d5b12ac5057143da4ecb899':
  add helpouts widget to wave 3 pages

9 years agoMerge "Adding a new hidden carrier API to mark GSM/CDMA networks as roaming/non-roami...
Shishir Agrawal [Wed, 10 Dec 2014 23:19:14 +0000 (23:19 +0000)]
Merge "Adding a new hidden carrier API to mark GSM/CDMA networks as roaming/non-roaming." into lmp-mr1-dev

9 years agoFixing major regressions in Recents with multi-user. (Bug 18574950)
Winson Chung [Tue, 9 Dec 2014 01:26:44 +0000 (17:26 -0800)]
Fixing major regressions in Recents with multi-user. (Bug 18574950)

In the process of front-loading a lot of the loading work, we moved logic
into AlternateRecentsComponent, which is not multi-user friendly.  This CL
proxies all the necessary events for non-primary users to their own SystemUI
process to ensure that they handle them correctly, and proxies visibility
changes back to the primary user (since that is the only process with the
right callbacks).

Change-Id: I9fed92214ac4d4e2309ad6ffc35d09b5726c2880

9 years agoMerge "add helpouts widget to wave 3 pages" into lmp-docs
smain@google.com [Wed, 10 Dec 2014 23:07:36 +0000 (23:07 +0000)]
Merge "add helpouts widget to wave 3 pages" into lmp-docs

9 years agoMerge "Stop guest user on exiting, to conserve resources" into lmp-mr1-dev
Amith Yamasani [Wed, 10 Dec 2014 22:54:27 +0000 (22:54 +0000)]
Merge "Stop guest user on exiting, to conserve resources" into lmp-mr1-dev

9 years agoMerge "Switch to libsigchain.a" into lmp-mr1-dev
Dmitriy Ivanov [Wed, 10 Dec 2014 22:24:44 +0000 (22:24 +0000)]
Merge "Switch to libsigchain.a" into lmp-mr1-dev

9 years agoStop guest user on exiting, to conserve resources
Amith Yamasani [Tue, 9 Dec 2014 20:30:04 +0000 (12:30 -0800)]
Stop guest user on exiting, to conserve resources

Bug: 18672730
Change-Id: I17bc26ce2e10ceebeb18b75565daf21aa7df7774

9 years agoam 7e1b348a: am 4221d7e4: docs: Fix link for moved Android Studio index.
Luan Nguyen [Wed, 10 Dec 2014 22:12:20 +0000 (22:12 +0000)]
am 7e1b348a: am 4221d7e4: docs: Fix link for moved Android Studio index.

* commit '7e1b348ac55d4368172809031808a39576d00eea':
  docs: Fix link for moved Android Studio index.

9 years agoMerge "Always call onDateChanged() when the date picker selection changes" into lmp...
Alan Viverette [Wed, 10 Dec 2014 22:06:12 +0000 (22:06 +0000)]
Merge "Always call onDateChanged() when the date picker selection changes" into lmp-mr1-dev

9 years agoam 4221d7e4: docs: Fix link for moved Android Studio index.
Luan Nguyen [Wed, 10 Dec 2014 22:04:20 +0000 (22:04 +0000)]
am 4221d7e4: docs: Fix link for moved Android Studio index.

* commit '4221d7e4cbcea9ea6be56322c7839f31b2afb828':
  docs: Fix link for moved Android Studio index.

9 years agoMerge "Fix issue #18683980: questions on LMK memory changes" into lmp-mr1-dev
Dianne Hackborn [Wed, 10 Dec 2014 21:56:07 +0000 (21:56 +0000)]
Merge "Fix issue #18683980: questions on LMK memory changes" into lmp-mr1-dev

9 years agoAvoid creating futures for drawables with no constant state
Alan Viverette [Wed, 10 Dec 2014 21:52:28 +0000 (13:52 -0800)]
Avoid creating futures for drawables with no constant state

We don't need to create futures for drawables without constant state,
since we only copy on mutate and we don't need to do any work on mutate()
for drawables without shared constant state. Also we would crash in that
case, so avoiding the NPE is nice too.

Rider: Also fixes elevations again.

BUG: 18696100
Change-Id: I4d7737f39ce3efc5830704e5ce412c540603e6ac

9 years agodocs: Fix link for moved Android Studio index.
Luan Nguyen [Wed, 10 Dec 2014 21:42:05 +0000 (13:42 -0800)]
docs: Fix link for moved Android Studio index.

Change-Id: Ia0c4cdcf05fddd12e0e50c2b6343809f80ab5f65

9 years agoMerge "Fix issue where non-resource attributes would cause obtainStyleAttributes...
Adam Lesinski [Wed, 10 Dec 2014 21:12:02 +0000 (21:12 +0000)]
Merge "Fix issue where non-resource attributes would cause obtainStyleAttributes to fail" into lmp-mr1-dev

9 years agoMerge "Handle policy change while keyguard disabled" into lmp-mr1-dev
Jason Monk [Wed, 10 Dec 2014 21:04:24 +0000 (21:04 +0000)]
Merge "Handle policy change while keyguard disabled" into lmp-mr1-dev

9 years agoMerge "Fix frame-allocated path lifecycles" into lmp-mr1-dev
Chris Craik [Wed, 10 Dec 2014 20:53:45 +0000 (20:53 +0000)]
Merge "Fix frame-allocated path lifecycles" into lmp-mr1-dev

9 years agoMerge "Only add successfully bound profile services to mProfileServices." into lmp...
Benjamin Franz [Wed, 10 Dec 2014 20:29:22 +0000 (20:29 +0000)]
Merge "Only add successfully bound profile services to mProfileServices." into lmp-mr1-dev

9 years agoFix frame-allocated path lifecycles
Chris Craik [Wed, 10 Dec 2014 00:54:03 +0000 (16:54 -0800)]
Fix frame-allocated path lifecycles

bug:18667472

Previously, we were allocating per-frame temporary paths within the
PlaybackStateStruct, but these are not safe as layers allocate these
transiently. Instead, move these to the OpenGLRenderer, which has
better define lifecycle.

Additionally, don't store SkPath objects directly in vector, since
they are then subject to relocation.

Change-Id: I8187ef542fcd5b030502bb75eb123ee26c0daa96

9 years agoam efab8b6f: am bdd6aabd: am d49977d9: Merge "docs: update debug menu for debugging...
Joe Fernandez [Wed, 10 Dec 2014 19:54:51 +0000 (19:54 +0000)]
am efab8b6f: am bdd6aabd: am d49977d9: Merge "docs: update debug menu for debugging-studio" into lmp-docs

* commit 'efab8b6fd50e2e4ad3adb03c4bca2bc531ae5d42':
  docs: update debug menu for debugging-studio

9 years agoam bdd6aabd: am d49977d9: Merge "docs: update debug menu for debugging-studio" into...
Joe Fernandez [Wed, 10 Dec 2014 19:47:11 +0000 (19:47 +0000)]
am bdd6aabd: am d49977d9: Merge "docs: update debug menu for debugging-studio" into lmp-docs

* commit 'bdd6aabd1fd98762b22bb347d24c99e2c388d166':
  docs: update debug menu for debugging-studio

9 years agoam 9727d191: am 534ae165: am 3454091d: Merge "docs:studio basic links" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:46:37 +0000 (19:46 +0000)]
am 9727d191: am 534ae165: am 3454091d: Merge "docs:studio basic links" into lmp-docs

* commit '9727d1910052e600ebcf417c9fe55436ecf2c9de':
  docs:studio basic links

9 years agoam d49977d9: Merge "docs: update debug menu for debugging-studio" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:38:28 +0000 (19:38 +0000)]
am d49977d9: Merge "docs: update debug menu for debugging-studio" into lmp-docs

* commit 'd49977d967d7db24466abba9a97084a955f56aff':
  docs: update debug menu for debugging-studio

9 years agoam 534ae165: am 3454091d: Merge "docs:studio basic links" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:38:17 +0000 (19:38 +0000)]
am 534ae165: am 3454091d: Merge "docs:studio basic links" into lmp-docs

* commit '534ae165f374d81335dc1b7742df1168c8d5ae36':
  docs:studio basic links

9 years agoMerge "Ignore accessibility overlay when computing window's interactive region."...
Svet Ganov [Wed, 10 Dec 2014 19:35:03 +0000 (19:35 +0000)]
Merge "Ignore accessibility overlay when computing window's interactive region." into lmp-mr1-dev

9 years agoMerge "docs: update debug menu for debugging-studio" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:31:10 +0000 (19:31 +0000)]
Merge "docs: update debug menu for debugging-studio" into lmp-docs

9 years agoam 3454091d: Merge "docs:studio basic links" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:30:37 +0000 (19:30 +0000)]
am 3454091d: Merge "docs:studio basic links" into lmp-docs

* commit '3454091dad65256730b714d8ce0f89c137c1c0c2':
  docs:studio basic links

9 years agoam c9e5c5f7: am 8a65df39: am 258da738: docs: Fix text on step 5 of the opt-in steps
Luan Nguyen [Wed, 10 Dec 2014 19:26:37 +0000 (19:26 +0000)]
am c9e5c5f7: am 8a65df39: am 258da738: docs: Fix text on step 5 of the opt-in steps

* commit 'c9e5c5f72a563c7b8e030a57cf586941d32006f4':
  docs: Fix text on step 5 of the opt-in steps

9 years agoAlways call onDateChanged() when the date picker selection changes
Alan Viverette [Wed, 10 Dec 2014 19:24:27 +0000 (11:24 -0800)]
Always call onDateChanged() when the date picker selection changes

BUG: 18703635
Change-Id: I2f71aa2e3e053cc8afd1bb84641a9fb29de89c72

9 years agoMerge "docs:studio basic links" into lmp-docs
Joe Fernandez [Wed, 10 Dec 2014 19:23:15 +0000 (19:23 +0000)]
Merge "docs:studio basic links" into lmp-docs

9 years agoam 8a65df39: am 258da738: docs: Fix text on step 5 of the opt-in steps
Luan Nguyen [Wed, 10 Dec 2014 19:19:05 +0000 (19:19 +0000)]
am 8a65df39: am 258da738: docs: Fix text on step 5 of the opt-in steps

* commit '8a65df39e6ad2fc357c8a327626f40588ce00553':
  docs: Fix text on step 5 of the opt-in steps

9 years agoMerge "NoMan: Apply audio restrictions when effects are disabled by listeners." into...
John Spurlock [Wed, 10 Dec 2014 19:14:25 +0000 (19:14 +0000)]
Merge "NoMan: Apply audio restrictions when effects are disabled by listeners." into lmp-mr1-dev

9 years agodocs: update debug menu for debugging-studio
Rich Slogar [Tue, 9 Dec 2014 01:25:48 +0000 (17:25 -0800)]
docs: update debug menu for debugging-studio

Change-Id: I04c71104b1ac9c0e4413c518ccd41ba3e6a90f8f

9 years agoam 258da738: docs: Fix text on step 5 of the opt-in steps
Luan Nguyen [Wed, 10 Dec 2014 19:10:41 +0000 (19:10 +0000)]
am 258da738: docs: Fix text on step 5 of the opt-in steps

* commit '258da738463f547eab859c21d32cbfe0f8345ae2':
  docs: Fix text on step 5 of the opt-in steps

9 years agoNoMan: Apply audio restrictions when effects are disabled by listeners.
John Spurlock [Wed, 10 Dec 2014 17:47:01 +0000 (12:47 -0500)]
NoMan: Apply audio restrictions when effects are disabled by listeners.

Bug: 17990185
Change-Id: Id946fab4dd27e2354919de6a98c009bc2e711240

9 years agoFix issue where non-resource attributes would cause obtainStyleAttributes to fail
Adam Lesinski [Wed, 10 Dec 2014 18:47:53 +0000 (10:47 -0800)]
Fix issue where non-resource attributes would cause obtainStyleAttributes to fail

A sentinal value of 0x00000000 was used to mark the first time an AttributeFinder
was used. If the resource ID of an attribute was also 0x00000000 (which occurs with
non-resource attributes, like 'style'), then it would be mistaken as the sentinel
start value.

Bug:18421787
Change-Id: I4be353e0f8c940cb6f262d155129f048dcc444ae

9 years agoMerge "Further work on issue #18640385: Add procstats test mode" into lmp-mr1-dev
Dianne Hackborn [Wed, 10 Dec 2014 18:37:49 +0000 (18:37 +0000)]
Merge "Further work on issue #18640385: Add procstats test mode" into lmp-mr1-dev

9 years agodocs: Fix text on step 5 of the opt-in steps
Luan Nguyen [Wed, 10 Dec 2014 18:37:43 +0000 (10:37 -0800)]
docs: Fix text on step 5 of the opt-in steps

Bug: 18702823
Change-Id: I294eb017592e896217d7eeea024aa32b9f4f1511

9 years agoFurther work on issue #18640385: Add procstats test mode
Dianne Hackborn [Wed, 10 Dec 2014 18:33:27 +0000 (10:33 -0800)]
Further work on issue #18640385: Add procstats test mode

Tune sampling periods:

- Lower minimum sample interval when in test mode.
- Add a check when sampling pss to make sure this is at least 1
  second since the pss changed, to reduce the amount of bad
  data (very small pss samples) that we see.

Change-Id: I624a7d0480f3f6b22d229744e028d13a2c7b0e89

9 years agoam 2bb00d52: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 18:31:30 +0000 (18:31 +0000)]
am 2bb00d52: (-s ours) Import translations. DO NOT MERGE

* commit '2bb00d5254b69d903728322cdd79fa2ce0fa491b':
  Import translations. DO NOT MERGE

9 years agoSwitch to libsigchain.a
Dmitriy Ivanov [Mon, 20 Oct 2014 21:14:39 +0000 (14:14 -0700)]
Switch to libsigchain.a

 Use LOCAL_WHOLE_STATIC_LIBRARIES to instruct static linker
 to export symbols from the static library.

(cherry picked from commit 5ba317cee071b718a163ab9acf2b6b4f6a337b39)

Bug: 18701723
Change-Id: Id9b567a1529574eab2225777f1f2a5ea10e540ad

9 years agoadd helpouts widget to wave 3 pages
smain@google.com [Wed, 10 Dec 2014 18:21:36 +0000 (10:21 -0800)]
add helpouts widget to wave 3 pages

Change-Id: I83c1a0af4975a4544a7f7dcb745bf5fbdf173c6e

9 years agodocs:studio basic links
Rich Slogar [Wed, 10 Dec 2014 18:04:26 +0000 (10:04 -0800)]
docs:studio basic links

Change-Id: Ib097530baa3035bc83eeb49a3e14eadbac58aca1

9 years agoAdd missing member to string conversion - helps in debugging.
Etan Cohen [Wed, 10 Dec 2014 18:08:20 +0000 (10:08 -0800)]
Add missing member to string conversion - helps in debugging.

Change-Id: I0c8b58f69adcd89038a2c320c9d75172b7a10d5c

9 years agoMerge "Update API and documentation for invalid subscriptions id's" into lmp-mr1-dev
Wink Saville [Wed, 10 Dec 2014 17:56:56 +0000 (17:56 +0000)]
Merge "Update API and documentation for invalid subscriptions id's" into lmp-mr1-dev

9 years agoFix issue #18683980: questions on LMK memory changes
Dianne Hackborn [Wed, 10 Dec 2014 17:56:48 +0000 (09:56 -0800)]
Fix issue #18683980: questions on LMK memory changes

Getting the denominator right is kind of important.

Change-Id: Iff02a0a95eccd1231042e4ea96011c8cee0fee02

9 years agoMerge "Fix issue #18665625 CTS:android.app.cts.InstrumentationTest#..." into lmp...
Dianne Hackborn [Wed, 10 Dec 2014 17:23:04 +0000 (17:23 +0000)]
Merge "Fix issue #18665625 CTS:android.app.cts.InstrumentationTest#..." into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 17:13:28 +0000 (09:13 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Wed, 10 Dec 2014 17:07:22 +0000 (17:07 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoOnly add successfully bound profile services to mProfileServices.
Benjamin Franz [Tue, 9 Dec 2014 18:58:45 +0000 (18:58 +0000)]
Only add successfully bound profile services to mProfileServices.

This causes crashes on all devices that disable the BluetoothHeadset
service when disabling bluetooth and thereby trying to unbind all
services.

Bug: 18669882
Change-Id: I48978a1556ead967c848c5bd9f6e001d38754b8d

9 years agoMerge "Add put/getBoolean/Array to PersistableBundle" into lmp-mr1-dev
Craig Mautner [Wed, 10 Dec 2014 16:56:13 +0000 (16:56 +0000)]
Merge "Add put/getBoolean/Array to PersistableBundle" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 16:40:30 +0000 (08:40 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Fix SysUI when an app started from the affordances crashes" into lmp-mr1-dev
Jorim Jaggi [Wed, 10 Dec 2014 16:32:18 +0000 (16:32 +0000)]
Merge "Fix SysUI when an app started from the affordances crashes" into lmp-mr1-dev

9 years agoFix SysUI when an app started from the affordances crashes
Jorim Jaggi [Mon, 8 Dec 2014 20:05:13 +0000 (21:05 +0100)]
Fix SysUI when an app started from the affordances crashes

- Fix infinite recursion in this case.
- If the app crashes, we are waiting for either setOccluded or
  hideKeyguard to be called. However, neither of these gets called
  in this case, so we recover from it by adding a timeout of 5
  seconds.

Bug: 18652789
Change-Id: Ib9a043f5692a8578703df1db08e1a6b9dcfbc742

9 years agoMerge "BluetoothControllerImpl: track bluetooth better" into lmp-mr1-dev
Dan Sandler [Wed, 10 Dec 2014 15:43:42 +0000 (15:43 +0000)]
Merge "BluetoothControllerImpl: track bluetooth better" into lmp-mr1-dev

9 years agoBluetoothControllerImpl: track bluetooth better
Jason Monk [Mon, 8 Dec 2014 21:36:16 +0000 (16:36 -0500)]
BluetoothControllerImpl: track bluetooth better

Match settings behavior better:
 - Get connection info from profiles so it is for all devices
   (CONNECTION_STATE_CHANGED only updates one)
 - Disconnect from all known connections so that 'x' does something
 - When device is disconnected without CONNECTION_STATE_CHANGED
   then find a new 'last' device that is connected
 - Listen to a bunch more broadcasts to make sure info is always
   up to date.

Bug: 18210666
Bug: 18638010
Change-Id: Ie003b67bbdd0d452b7472c644d90bca929e5cd29

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Wed, 10 Dec 2014 14:54:47 +0000 (14:54 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 14:52:52 +0000 (06:52 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Wed, 10 Dec 2014 14:30:39 +0000 (14:30 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 10 Dec 2014 14:26:53 +0000 (06:26 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev
Jason Monk [Wed, 10 Dec 2014 14:25:37 +0000 (14:25 +0000)]
Merge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev

9 years agoMerge "Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions." into lmp-mr1-dev
Erik Kline [Wed, 10 Dec 2014 07:29:43 +0000 (07:29 +0000)]
Merge "Re-remove CONNECTIVITY_CHANGE_DELAY and supporting functions." into lmp-mr1-dev

9 years agoam f49c37e7: am 933005e9: am 900efcc9: docs: Add details to Packaging Wearable apps.
Ricardo Cervera [Wed, 10 Dec 2014 05:57:22 +0000 (05:57 +0000)]
am f49c37e7: am 933005e9: am 900efcc9: docs: Add details to Packaging Wearable apps.

* commit 'f49c37e723b2f1b4f03cce0b205feb84e9c18648':
  docs: Add details to Packaging Wearable apps.

9 years agoam 5ff08052: am dfd05f0a: am 1832978c: Merge "docs: Update wording on Packaging requi...
Joe Fernandez [Wed, 10 Dec 2014 05:57:19 +0000 (05:57 +0000)]
am 5ff08052: am dfd05f0a: am 1832978c: Merge "docs: Update wording on Packaging requirement description. Add Watch Face requirement." into lmp-docs

* commit '5ff0805238787f938bf5bcadba46ac8f92e8d440':
  docs: Update wording on Packaging requirement description. Add Watch Face requirement.

9 years agoam 933005e9: am 900efcc9: docs: Add details to Packaging Wearable apps.
Ricardo Cervera [Wed, 10 Dec 2014 05:49:52 +0000 (05:49 +0000)]
am 933005e9: am 900efcc9: docs: Add details to Packaging Wearable apps.

* commit '933005e9e2912a5695ae8b1eeadcb77b05309d2d':
  docs: Add details to Packaging Wearable apps.

9 years agoam dfd05f0a: am 1832978c: Merge "docs: Update wording on Packaging requirement descri...
Joe Fernandez [Wed, 10 Dec 2014 05:49:49 +0000 (05:49 +0000)]
am dfd05f0a: am 1832978c: Merge "docs: Update wording on Packaging requirement description. Add Watch Face requirement." into lmp-docs

* commit 'dfd05f0a867a4c5f6d940aa41a11c034fb7934ab':
  docs: Update wording on Packaging requirement description. Add Watch Face requirement.

9 years agoam 504e213f: am ea15366a: am 26e21055: Merge "docs: Creating Custom Watch Faces train...
Ricardo Cervera [Wed, 10 Dec 2014 05:46:39 +0000 (05:46 +0000)]
am 504e213f: am ea15366a: am 26e21055: Merge "docs: Creating Custom Watch Faces training class." into lmp-docs

* commit '504e213fd514f7210eaa95df48620c26c0382487':
  docs: Creating Custom Watch Faces training class.

9 years agoam c0d08616: am c6361d8d: Merge "docs: Add details to Packaging Wearable apps." into...
Ricardo Cervera [Wed, 10 Dec 2014 05:46:34 +0000 (05:46 +0000)]
am c0d08616: am c6361d8d: Merge "docs: Add details to Packaging Wearable apps." into lmp-dev

* commit 'c0d08616f2280d7c7359bf27e33c0c012a906803':
  docs: Add details to Packaging Wearable apps.

9 years agoam 900efcc9: docs: Add details to Packaging Wearable apps.
Ricardo Cervera [Wed, 10 Dec 2014 05:43:00 +0000 (05:43 +0000)]
am 900efcc9: docs: Add details to Packaging Wearable apps.

* commit '900efcc91c980a0b30fc1d3017e33e30198b8eb8':
  docs: Add details to Packaging Wearable apps.

9 years agoam 1832978c: Merge "docs: Update wording on Packaging requirement description. Add...
Joe Fernandez [Wed, 10 Dec 2014 05:42:56 +0000 (05:42 +0000)]
am 1832978c: Merge "docs: Update wording on Packaging requirement description. Add Watch Face requirement." into lmp-docs

* commit '1832978cf6355515016139e453ced187f4b4e29d':
  docs: Update wording on Packaging requirement description. Add Watch Face requirement.

9 years agoam ea15366a: am 26e21055: Merge "docs: Creating Custom Watch Faces training class...
Ricardo Cervera [Wed, 10 Dec 2014 05:39:40 +0000 (05:39 +0000)]
am ea15366a: am 26e21055: Merge "docs: Creating Custom Watch Faces training class." into lmp-docs

* commit 'ea15366ae304844756ebdd3d0464b8f9f8d9ce9f':
  docs: Creating Custom Watch Faces training class.

9 years agoam c6361d8d: Merge "docs: Add details to Packaging Wearable apps." into lmp-dev
Ricardo Cervera [Wed, 10 Dec 2014 05:39:36 +0000 (05:39 +0000)]
am c6361d8d: Merge "docs: Add details to Packaging Wearable apps." into lmp-dev

* commit 'c6361d8df220200419b679ac573c06a86b5fd1ef':
  docs: Add details to Packaging Wearable apps.

9 years agodocs: Add details to Packaging Wearable apps.
Ricardo Cervera [Tue, 21 Oct 2014 20:04:05 +0000 (13:04 -0700)]
docs: Add details to Packaging Wearable apps.

Bug: 17943949

(cherry picked from commit 07c9c63e3dd7ee6c752abed3ba54faa949184ca8)

Change-Id: I765285b7e1a17928778ac161c73b2e48b82b54d6

9 years agoMerge "docs: Update wording on Packaging requirement description. Add Watch Face...
Joe Fernandez [Wed, 10 Dec 2014 05:35:20 +0000 (05:35 +0000)]
Merge "docs: Update wording on Packaging requirement description. Add Watch Face requirement." into lmp-docs

9 years agoam f94ee2c1: am ec656c51: am 0024f12d: Merge "docs: Design guidelines for watch faces...
Ricardo Cervera [Wed, 10 Dec 2014 05:34:57 +0000 (05:34 +0000)]
am f94ee2c1: am ec656c51: am 0024f12d: Merge "docs: Design guidelines for watch faces draft." into lmp-docs

* commit 'f94ee2c10ce168f6eef39cc25dd663bb8b79eac9':
  docs: Design guidelines for watch faces draft.

9 years agoam 26e21055: Merge "docs: Creating Custom Watch Faces training class." into lmp-docs
Ricardo Cervera [Wed, 10 Dec 2014 05:34:39 +0000 (05:34 +0000)]
am 26e21055: Merge "docs: Creating Custom Watch Faces training class." into lmp-docs

* commit '26e2105575939918e362f14b854176bc54e39b44':
  docs: Creating Custom Watch Faces training class.

9 years agoMerge "docs: Add details to Packaging Wearable apps." into lmp-dev
Ricardo Cervera [Wed, 10 Dec 2014 05:32:17 +0000 (05:32 +0000)]
Merge "docs: Add details to Packaging Wearable apps." into lmp-dev

9 years agoMerge "docs: Creating Custom Watch Faces training class." into lmp-docs
Ricardo Cervera [Wed, 10 Dec 2014 05:28:32 +0000 (05:28 +0000)]
Merge "docs: Creating Custom Watch Faces training class." into lmp-docs

9 years agoam ec656c51: am 0024f12d: Merge "docs: Design guidelines for watch faces draft."...
Ricardo Cervera [Wed, 10 Dec 2014 05:28:04 +0000 (05:28 +0000)]
am ec656c51: am 0024f12d: Merge "docs: Design guidelines for watch faces draft." into lmp-docs

* commit 'ec656c51eec62b8b6a8599675add07762f0587cd':
  docs: Design guidelines for watch faces draft.

9 years agodocs: Creating Custom Watch Faces training class.
Ricardo Cervera [Fri, 21 Nov 2014 19:47:40 +0000 (11:47 -0800)]
docs: Creating Custom Watch Faces training class.

Bug: 18338418
Bug: 18533881

Change-Id: I71d38c73b6a76c9bec8b646967a93d60b05c639b

9 years agoam 0024f12d: Merge "docs: Design guidelines for watch faces draft." into lmp-docs
Ricardo Cervera [Wed, 10 Dec 2014 05:21:30 +0000 (05:21 +0000)]
am 0024f12d: Merge "docs: Design guidelines for watch faces draft." into lmp-docs

* commit '0024f12dec948d25738c28175ac26d9829b6cd7b':
  docs: Design guidelines for watch faces draft.

9 years agoAdd recovery kmsg to dropbox
Patrick Tjin [Tue, 9 Dec 2014 20:57:03 +0000 (12:57 -0800)]
Add recovery kmsg to dropbox

Bug: 18642766

Change-Id: I10e4532904a3a8cac43bec7630b9a7a90c2424ba
Signed-off-by: Patrick Tjin <pattjin@google.com>
9 years agoMerge "docs: Design guidelines for watch faces draft." into lmp-docs
Ricardo Cervera [Wed, 10 Dec 2014 05:12:48 +0000 (05:12 +0000)]
Merge "docs: Design guidelines for watch faces draft." into lmp-docs

9 years agoFix issue #18665625 CTS:android.app.cts.InstrumentationTest#...
Dianne Hackborn [Wed, 10 Dec 2014 04:22:08 +0000 (20:22 -0800)]
Fix issue #18665625 CTS:android.app.cts.InstrumentationTest#...

...testCallActivityOnNewIntent test fails with LMP-MR1 Release.

Check for null.

Also fix some small issues with converting intents to/from intents.

Change-Id: Ic391cc57552635935af9a271b2d09353257f6d14

9 years agoam 5b16e21b: am 6554bb45: am 1a2308bb: Merge "misc updates related to Android Studio...
smain@google.com [Wed, 10 Dec 2014 03:53:26 +0000 (03:53 +0000)]
am 5b16e21b: am 6554bb45: am 1a2308bb: Merge "misc updates related to Android Studio. clarify a few doc titles for improved search results clarity. update "get started" page link to Android Studio, add First App link, and remove some biased language." into lmp-docs

* commit '5b16e21b9f1b750d66060a25fadfe35c3ebfed30':
  misc updates related to Android Studio. clarify a few doc titles for improved search results clarity. update "get started" page link to Android Studio, add First App link, and remove some biased language.

9 years agoam f8527c7f: am c3ae2596: am 1e824284: Merge "docs: Add Distributing to Android Wear...
Joe Fernandez [Wed, 10 Dec 2014 03:53:22 +0000 (03:53 +0000)]
am f8527c7f: am c3ae2596: am 1e824284: Merge "docs: Add Distributing to Android Wear doc" into lmp-docs

* commit 'f8527c7f82d1197a7ebaf9caf1a199165b47e353':
  docs: Add Distributing to Android Wear doc

9 years agoam 730a52d0: am eb09f898: am d412b9ab: Merge "docs: Add new classes to Wearable UI...
Ricardo Cervera [Wed, 10 Dec 2014 03:53:18 +0000 (03:53 +0000)]
am 730a52d0: am eb09f898: am d412b9ab: Merge "docs: Add new classes to Wearable UI library" into lmp-docs

* commit '730a52d0cc9c8644791b68530520460860719d1a':
  docs: Add new classes to Wearable UI library

9 years agoam 5edaf136: am be80b984: am 0d8f1417: Merge "docs: Add links to wearable support...
Ricardo Cervera [Wed, 10 Dec 2014 03:53:14 +0000 (03:53 +0000)]
am 5edaf136: am be80b984: am 0d8f1417: Merge "docs: Add links to wearable support zip for ADT" into lmp-docs

* commit '5edaf136c8c3b45dded99e69fad2b5f2fb3a57f2':
  docs: Add links to wearable support zip for ADT