OSDN Git Service

android-x86/frameworks-base.git
10 years agoam f08cd8c6: am 7d8262cb: am 22f66b76: Merge "Harden NsdManager against null-derefere...
Dave Platt [Tue, 4 Mar 2014 22:06:56 +0000 (22:06 +0000)]
am f08cd8c6: am 7d8262cb: am 22f66b76: Merge "Harden NsdManager against null-dereference crashes"

* commit 'f08cd8c656c4ea6a8c7bf8bafa3f8de72578ebca':
  Harden NsdManager against null-dereference crashes

10 years agoam 7d8262cb: am 22f66b76: Merge "Harden NsdManager against null-dereference crashes"
Dave Platt [Tue, 4 Mar 2014 22:02:55 +0000 (22:02 +0000)]
am 7d8262cb: am 22f66b76: Merge "Harden NsdManager against null-dereference crashes"

* commit '7d8262cb554c41892794f23b92e01b52458288bb':
  Harden NsdManager against null-dereference crashes

10 years agoam 22f66b76: Merge "Harden NsdManager against null-dereference crashes"
Dave Platt [Tue, 4 Mar 2014 21:59:57 +0000 (13:59 -0800)]
am 22f66b76: Merge "Harden NsdManager against null-dereference crashes"

* commit '22f66b76f5e49704f3be76ad3fff7e4b5456864d':
  Harden NsdManager against null-dereference crashes

10 years agoMerge "Harden NsdManager against null-dereference crashes"
Dave Platt [Tue, 4 Mar 2014 21:55:56 +0000 (21:55 +0000)]
Merge "Harden NsdManager against null-dereference crashes"

10 years agoam 11c51608: am bd79652a: Merge "Add swipe-to-dismiss support to PhoneWindow." into...
Will Haldean Brown [Tue, 4 Mar 2014 21:32:22 +0000 (21:32 +0000)]
am 11c51608: am bd79652a: Merge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev

* commit '11c51608ee1c368dd38b134603e85943629c6f44':
  Add swipe-to-dismiss support to PhoneWindow.

10 years agoam bd79652a: Merge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev
Will Haldean Brown [Tue, 4 Mar 2014 21:27:11 +0000 (21:27 +0000)]
am bd79652a: Merge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev

* commit 'bd79652a9afeee1e81f0f51d11e5869091f58af9':
  Add swipe-to-dismiss support to PhoneWindow.

10 years agoHarden NsdManager against null-dereference crashes
Dave Platt [Fri, 28 Feb 2014 00:16:20 +0000 (16:16 -0800)]
Harden NsdManager against null-dereference crashes

Due to race conditions or programming errors, the NsdManager
can attempt to process an asynchronous status message (and issue
a callback to the listener) after the listener has already been
removed from the NsdManager state.  This causes dereferencing of
null objects, and a crash.

Split out the three async-queue message cases:  these are ones
in which message.arg2 does not hold an NsdManager array index
and the code should not interpret this field as if it were.

Add an explicit check for "null listener" (the array index in the
message has already been released), log a warning, and exit early.

Safeguard accesses to the "NSD service type" string from a (possibly
null) NsdServiceInfo object... return a constant "?" string rather
than crashing.

Bug: 9016259

Change-Id: I40aabdfc65d86fdd0eaac7a1e7e56e6ff69796cf

10 years agoMerge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev
Will Haldean Brown [Tue, 4 Mar 2014 21:22:30 +0000 (21:22 +0000)]
Merge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev

10 years agoam 76ee9b72: am 3b869238: am c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel...
John Spurlock [Tue, 4 Mar 2014 20:42:41 +0000 (20:42 +0000)]
am 76ee9b72: am 3b869238: am c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev

* commit '76ee9b727a0ec0105a0aafa79f163f70b9533430':
  Volume panel should not clear system ui flags.

10 years agoam a12c0bf8: am ed7d7cba: am c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycli...
John Spurlock [Tue, 4 Mar 2014 20:42:39 +0000 (20:42 +0000)]
am a12c0bf8: am ed7d7cba: am c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit 'a12c0bf8944ab7fc5dbed1934f1bf03d242b8c6a':
  Show hideycling for non-primary users.

10 years agoam b61fde1f: am b85214bc: am 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights...
John Spurlock [Tue, 4 Mar 2014 20:42:37 +0000 (20:42 +0000)]
am b61fde1f: am b85214bc: am 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

* commit 'b61fde1f3d3352c510263d91b1654bcfd075c10d':
  Allow lights-out + bar icon dimming on low-end devices.

10 years agoam ca3af0d7: am a70d20f6: am 818f83d9: am bf7b64bd: am be659185: use min app launch...
Guang Zhu [Tue, 4 Mar 2014 20:42:33 +0000 (20:42 +0000)]
am ca3af0d7: am a70d20f6: am 818f83d9: am bf7b64bd: am be659185: use min app launch time in AppLaunch perf test

* commit 'ca3af0d7e89e52d05050e50c09360bb8f200c6cf':
  use min app launch time in AppLaunch perf test

10 years agoam 3b869238: am c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel should not...
John Spurlock [Tue, 4 Mar 2014 20:36:56 +0000 (20:36 +0000)]
am 3b869238: am c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev

* commit '3b86923854069fa1b3bcabc8643a5e2db40d7b10':
  Volume panel should not clear system ui flags.

10 years agoam ed7d7cba: am c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycling for non...
John Spurlock [Tue, 4 Mar 2014 20:36:53 +0000 (20:36 +0000)]
am ed7d7cba: am c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit 'ed7d7cba9d698aa619b654a485d7c88594ae5090':
  Show hideycling for non-primary users.

10 years agoam b85214bc: am 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar...
John Spurlock [Tue, 4 Mar 2014 20:36:50 +0000 (20:36 +0000)]
am b85214bc: am 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

* commit 'b85214bcc32ff26a1dbc035c0128a2bebb193149':
  Allow lights-out + bar icon dimming on low-end devices.

10 years agoam a70d20f6: am 818f83d9: am bf7b64bd: am be659185: use min app launch time in AppLau...
Guang Zhu [Tue, 4 Mar 2014 20:36:47 +0000 (20:36 +0000)]
am a70d20f6: am 818f83d9: am bf7b64bd: am be659185: use min app launch time in AppLaunch perf test

* commit 'a70d20f6037a5c3f6ee18244a3b547454beb8399':
  use min app launch time in AppLaunch perf test

10 years agoam c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system...
John Spurlock [Tue, 4 Mar 2014 19:19:14 +0000 (19:19 +0000)]
am c6ecac77: am 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev

* commit 'c6ecac77cfa35bbc72a4b7e1e3374ad00f83b305':
  Volume panel should not clear system ui flags.

10 years agoam c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users...
John Spurlock [Tue, 4 Mar 2014 19:19:10 +0000 (19:19 +0000)]
am c3371eb5: am 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit 'c3371eb5d4bde6dc11499efb313f7529a6bf6d59':
  Show hideycling for non-primary users.

10 years agoam 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming...
John Spurlock [Tue, 4 Mar 2014 19:19:04 +0000 (19:19 +0000)]
am 0a3bc3c4: am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

* commit '0a3bc3c4d204c64267641dcad0d699a5db38d989':
  Allow lights-out + bar icon dimming on low-end devices.

10 years agoam 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system ui flags."...
John Spurlock [Tue, 4 Mar 2014 19:15:56 +0000 (19:15 +0000)]
am 38f81ccc: am fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev

* commit '38f81ccc768958b1a9100cb2caa93ec3aedd9b5e':
  Volume panel should not clear system ui flags.

10 years agoam 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:15:53 +0000 (19:15 +0000)]
am 49eac16e: am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit '49eac16ec00ea63feaafc137a1d313fcb4374b36':
  Show hideycling for non-primary users.

10 years agoam 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devic...
John Spurlock [Tue, 4 Mar 2014 19:15:49 +0000 (19:15 +0000)]
am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

* commit '2cc271ebbccc251ef96edee16b79a22fcf856244':
  Allow lights-out + bar icon dimming on low-end devices.

10 years agoam fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:12:40 +0000 (19:12 +0000)]
am fee6f69e: Merge "Volume panel should not clear system ui flags." into klp-dev

* commit 'fee6f69e8321c3f94c2b341fe483f7b1f6534169':
  Volume panel should not clear system ui flags.

10 years agoam 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:12:37 +0000 (19:12 +0000)]
am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit '8ec59a72889f7da0c13119977ca62ada8a1498e0':
  Show hideycling for non-primary users.

10 years agoam d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into...
John Spurlock [Tue, 4 Mar 2014 19:12:33 +0000 (19:12 +0000)]
am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

* commit 'd36ede391619e6fc8a1553f5b2f4b33b3603cd65':
  Allow lights-out + bar icon dimming on low-end devices.

10 years agoMerge "Volume panel should not clear system ui flags." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:09:20 +0000 (19:09 +0000)]
Merge "Volume panel should not clear system ui flags." into klp-dev

10 years agoMerge "Show hideycling for non-primary users." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:08:46 +0000 (19:08 +0000)]
Merge "Show hideycling for non-primary users." into klp-dev

10 years agoMerge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev
John Spurlock [Tue, 4 Mar 2014 19:08:31 +0000 (19:08 +0000)]
Merge "Allow lights-out + bar icon dimming on low-end devices." into klp-dev

10 years agoam 818f83d9: am bf7b64bd: am be659185: use min app launch time in AppLaunch perf...
Guang Zhu [Tue, 4 Mar 2014 18:46:23 +0000 (18:46 +0000)]
am 818f83d9: am bf7b64bd: am be659185: use min app launch time in AppLaunch perf test

* commit '818f83d965be3cc1af88a1c700115bff0dccf3a3':
  use min app launch time in AppLaunch perf test

10 years agoam bf7b64bd: am be659185: use min app launch time in AppLaunch perf test
Guang Zhu [Tue, 4 Mar 2014 18:42:17 +0000 (18:42 +0000)]
am bf7b64bd: am be659185: use min app launch time in AppLaunch perf test

* commit 'bf7b64bd30bc1e7fabcfc7f46132f504b30ba97c':
  use min app launch time in AppLaunch perf test

10 years agoam be659185: use min app launch time in AppLaunch perf test
Guang Zhu [Tue, 4 Mar 2014 18:38:32 +0000 (18:38 +0000)]
am be659185: use min app launch time in AppLaunch perf test

* commit 'be6591856bd62e14d7c87dd927db0cbbed242d81':
  use min app launch time in AppLaunch perf test

10 years agouse min app launch time in AppLaunch perf test
Guang Zhu [Thu, 20 Feb 2014 01:58:38 +0000 (17:58 -0800)]
use min app launch time in AppLaunch perf test

Change-Id: Id3a5872ff29fba5daeff058f0842fd011e50a0a1
(cherry picked from commit 2861a89bed9066e206917c41357a5e589e8482cb)

10 years agoAdd swipe-to-dismiss support to PhoneWindow.
Will Haldean Brown [Wed, 12 Feb 2014 18:23:41 +0000 (10:23 -0800)]
Add swipe-to-dismiss support to PhoneWindow.

This adds a new window feature -- FEATURE_SWIPE_TO_DISMISS -- and a
theme attribute to activate that feature. When the feature is
activated, a SwipeDismissLayout is inflated as the DecorView layout.
SwipeDismissLayout intercepts touch events and steals ones that are
large swipes to the right if its children don't. PhoneWindow registers
handlers that listen for these swipe events, translate the window when
necessary, and finish the activity at the end of the gesture.

Change-Id: I512e758f3c3ffd3b353dba3b911c0e80a88d6f5f

10 years agoam 80b13579: am 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken...
Craig Mautner [Tue, 4 Mar 2014 17:21:11 +0000 (17:21 +0000)]
am 80b13579: am 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"

* commit '80b1357909e57aa330c2624b8a5baac9f3bdce3f':
  Avoid duplication of AppWindowToken in created Task

10 years agoam 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"
Craig Mautner [Tue, 4 Mar 2014 17:14:58 +0000 (17:14 +0000)]
am 7a93aa2f: am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"

* commit '7a93aa2fc2555b0de41bb5f30eb0e9cce2413084':
  Avoid duplication of AppWindowToken in created Task

10 years agoam a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"
Craig Mautner [Tue, 4 Mar 2014 17:10:36 +0000 (09:10 -0800)]
am a0b4d0ce: Merge "Avoid duplication of AppWindowToken in created Task"

* commit 'a0b4d0ce471cf10888bac4d4ec5b97fd562ad756':
  Avoid duplication of AppWindowToken in created Task

10 years agoMerge "Avoid duplication of AppWindowToken in created Task"
Craig Mautner [Tue, 4 Mar 2014 15:19:17 +0000 (15:19 +0000)]
Merge "Avoid duplication of AppWindowToken in created Task"

10 years agoVolume panel should not clear system ui flags.
John Spurlock [Wed, 4 Dec 2013 18:47:36 +0000 (13:47 -0500)]
Volume panel should not clear system ui flags.

Remove private WM flag (used only by the volume panel) to force
the clearable system UI flags clear.

Instead, always lay out the volume panel as if the bars are visible,
as we do for system dialogs - and don't clear the flags.

Reverts part of I25f29af5b6518aba695b64a75977ae240b742118

Bug:11986621
Change-Id: I842729d729d2a6eb2a687d0b930ddb160c6a1b57

10 years agoShow hideycling for non-primary users.
John Spurlock [Mon, 9 Dec 2013 16:59:45 +0000 (11:59 -0500)]
Show hideycling for non-primary users.

User 0 owns the window (system_server) but should be allowed
to display on a user's behalf.

Use the corresponding private flag for this system window, since
we cannot classify it by type (TYPE_TOAST) in policy.

Bug:12015090
Change-Id: I33aedb4624288415a5e1ae937676b693024546a9

10 years agoAllow lights-out + bar icon dimming on low-end devices.
John Spurlock [Tue, 14 Jan 2014 19:51:23 +0000 (14:51 -0500)]
Allow lights-out + bar icon dimming on low-end devices.

Maintain fallback to OPAQUE mode on low-end devices in place of the
translucent modes.

Bug: 12546110
Change-Id: Ia3582c305cb09aadd56c6aa58b039a174675c79a

10 years agoAvoid duplication of AppWindowToken in created Task
Yevgen Pronenko [Wed, 19 Feb 2014 09:33:07 +0000 (10:33 +0100)]
Avoid duplication of AppWindowToken in created Task

When WindowManagerService creates a new Task, it passes atoken to the
Task constructor. In this case atoken is added to mAppTokens list by
the Task constructor and then it is added manually again by calling
newTask.mAppTokens.add(atoken). As a result, the same atoken is present
in mAppTokens list twice.

When another window token is added to the list, it may be placed in
beetwen duplicated tokens and corresponding window will be hidden from
the screen by corresponding duplicated windows.
From user perspective it means that some windows will not be displayed
on the screen.

The issue is fixed by avoid adding atoken to mAppTokens list manually
when it was added already in Task constructor.

Change-Id: I10628e68186160fffdde07beb7d84ab3cecb7051

10 years agoam 1a85d0f7: am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
David Friedman [Tue, 4 Mar 2014 08:22:26 +0000 (08:22 +0000)]
am 1a85d0f7: am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE

* commit '1a85d0f77065335fa7845032a0ed8b4aee8bc2c1':
  DO NOT MERGE

10 years agoam b0a6241b: am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates...
David Friedman [Tue, 4 Mar 2014 08:22:23 +0000 (08:22 +0000)]
am b0a6241b: am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev

* commit 'b0a6241b4dad09e9ec34733102f0ce22afd7ff1b':
  NDK r9d: Incorporates all review comments, final file sizes.

10 years agoam a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
David Friedman [Tue, 4 Mar 2014 08:18:54 +0000 (08:18 +0000)]
am a4bd2cbe: am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE

* commit 'a4bd2cbe509911729c9f185b045e54d7528d8836':
  DO NOT MERGE

10 years agoam 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review commen...
David Friedman [Tue, 4 Mar 2014 08:18:51 +0000 (08:18 +0000)]
am 58d4906b: am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev

* commit '58d4906bbf9095c375bffa65d4249eba60cd49b4':
  NDK r9d: Incorporates all review comments, final file sizes.

10 years agoam 440e9725: am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick...
Yorke Lee [Tue, 4 Mar 2014 08:17:17 +0000 (08:17 +0000)]
am 440e9725: am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string

* commit '440e97255710bc4bba4b99626f88787069da9269':
  Reword the "Quick contacts not available" string

10 years agoam 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE
David Friedman [Tue, 4 Mar 2014 08:15:35 +0000 (08:15 +0000)]
am 10226c2a: am c702fa97: am 9182e5f8: DO NOT MERGE

* commit '10226c2af4a09bf8e9ec2a6be661e3c8e6d1f00a':
  DO NOT MERGE

10 years agoam 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final...
David Friedman [Tue, 4 Mar 2014 08:15:29 +0000 (08:15 +0000)]
am 663d7753: am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev

* commit '663d7753eab2298af324db9f42f0ecab06137d04':
  NDK r9d: Incorporates all review comments, final file sizes.

10 years agoam d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not...
Yorke Lee [Tue, 4 Mar 2014 08:14:49 +0000 (08:14 +0000)]
am d53f7a71: am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string

* commit 'd53f7a712d7a5fccd64cd12d3b2bf61883ae2a52':
  Reword the "Quick contacts not available" string

10 years agoam c702fa97: am 9182e5f8: DO NOT MERGE
David Friedman [Tue, 4 Mar 2014 08:13:10 +0000 (08:13 +0000)]
am c702fa97: am 9182e5f8: DO NOT MERGE

* commit 'c702fa9716b7432234782cae3a8d4c5f2896974d':
  DO NOT MERGE

10 years agoam 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes....
David Friedman [Tue, 4 Mar 2014 08:13:06 +0000 (08:13 +0000)]
am 6aa6219a: Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev

* commit '6aa6219aebc2a73c63e2f0e5f82d3dc55f0a6f9f':
  NDK r9d: Incorporates all review comments, final file sizes.

10 years agoam 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available"...
Yorke Lee [Tue, 4 Mar 2014 08:09:42 +0000 (08:09 +0000)]
am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string

* commit '6c758e8650a010b2ad4650df77f91fad5fcf51e2':
  Reword the "Quick contacts not available" string

10 years agoam 9182e5f8: DO NOT MERGE
David Friedman [Tue, 4 Mar 2014 07:47:46 +0000 (07:47 +0000)]
am 9182e5f8: DO NOT MERGE

* commit '9182e5f848a2865a233ed143d56ad8dae599d875':
  DO NOT MERGE

10 years agoDO NOT MERGE
David Friedman [Wed, 19 Feb 2014 06:08:05 +0000 (22:08 -0800)]
DO NOT MERGE

Moving change to release branch

NDK r9d: Incorporates all review comments, final file sizes.

Staged at: http://boku.mtv:8195/tools/sdk/ndk/index.html

Change-Id: Ie33eed770c029af8a20385b5bd6c05fdc9bea750
(cherry picked from commit 0cdefe09695651e4a56dd980219710af8e1039a3)

10 years agoMerge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev
David Friedman [Tue, 4 Mar 2014 04:25:38 +0000 (04:25 +0000)]
Merge "NDK r9d: Incorporates all review comments, final file sizes." into klp-ub-dev

10 years agoam 468e973f: am 81479358: Reword the "Quick contacts not available" string
Yorke Lee [Tue, 4 Mar 2014 04:12:06 +0000 (04:12 +0000)]
am 468e973f: am 81479358: Reword the "Quick contacts not available" string

* commit '468e973f52d09a5e724c9ccb545ec08c49991506':
  Reword the "Quick contacts not available" string

10 years agoam 81479358: Reword the "Quick contacts not available" string
Yorke Lee [Tue, 4 Mar 2014 04:09:04 +0000 (04:09 +0000)]
am 81479358: Reword the "Quick contacts not available" string

* commit '81479358decb0a2cefbb8245e0f56ed0e966d697':
  Reword the "Quick contacts not available" string

10 years agoam 031020a7: am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play...
Scott Main [Tue, 4 Mar 2014 03:21:44 +0000 (03:21 +0000)]
am 031020a7: am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.

* commit '031020a7bf133ac2a102cff1dfab060b7e5dc79a':
  update google play badge AI files, v2.

10 years agoam b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files...
Scott Main [Tue, 4 Mar 2014 03:17:58 +0000 (03:17 +0000)]
am b8881542: am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.

* commit 'b8881542c4e49c1d38eede36a018690a322c6b63':
  update google play badge AI files, v2.

10 years agoam 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.
Scott Main [Tue, 4 Mar 2014 03:14:43 +0000 (03:14 +0000)]
am 1f8bd433: am 2970654a: am 0109047d: update google play badge AI files, v2.

* commit '1f8bd43378c98c2cc7dd34b14e2028145f9c3bff':
  update google play badge AI files, v2.

10 years agoam 2970654a: am 0109047d: update google play badge AI files, v2.
Scott Main [Tue, 4 Mar 2014 03:11:40 +0000 (03:11 +0000)]
am 2970654a: am 0109047d: update google play badge AI files, v2.

* commit '2970654a6ad2ebcfaabcb58d120b28987111602a':
  update google play badge AI files, v2.

10 years agoam 0109047d: update google play badge AI files, v2.
Scott Main [Tue, 4 Mar 2014 03:08:18 +0000 (03:08 +0000)]
am 0109047d: update google play badge AI files, v2.

* commit '0109047de1d68f7e911ae8d39f70330f5dbcd642':
  update google play badge AI files, v2.

10 years agoupdate google play badge AI files, v2.
Scott Main [Wed, 26 Feb 2014 19:54:44 +0000 (11:54 -0800)]
update google play badge AI files, v2.

Change-Id: If74ae8cace0e82e81deede459b7bbf862a266ce7

10 years agoam b6efa7a3: am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard...
Scott Main [Tue, 4 Mar 2014 03:00:58 +0000 (03:00 +0000)]
am b6efa7a3: am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs

* commit 'b6efa7a3fa2e517e00a8977e159bd712e3bd534b':
  dashboard update for march '14

10 years agoam 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march...
Scott Main [Tue, 4 Mar 2014 02:57:43 +0000 (02:57 +0000)]
am 290fec2e: am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs

* commit '290fec2e2e4a588d6b2fc48ec4aa25ebf83acf31':
  dashboard update for march '14

10 years agoam b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into...
Scott Main [Tue, 4 Mar 2014 02:54:54 +0000 (02:54 +0000)]
am b436b93d: am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs

* commit 'b436b93d98c6e7926746a6d641cc3ffa55bab6b6':
  dashboard update for march '14

10 years agoam 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
Scott Main [Tue, 4 Mar 2014 02:50:53 +0000 (02:50 +0000)]
am 318c73a0: am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs

* commit '318c73a0df694bb82821bfc4e2cd874bb09b2fab':
  dashboard update for march '14

10 years agoReword the "Quick contacts not available" string
Yorke Lee [Tue, 10 Dec 2013 17:51:40 +0000 (09:51 -0800)]
Reword the "Quick contacts not available" string

Bug: 12077052
Change-Id: I6006692ae13d79d3697242d0b9015b30b1826eab
(cherry picked from commit 89b366fa95f625275f1b94d800d22998f942ab8c)

10 years agoam 4a5a2392: Merge "dashboard update for march \'14" into klp-docs
Scott Main [Tue, 4 Mar 2014 02:47:51 +0000 (02:47 +0000)]
am 4a5a2392: Merge "dashboard update for march \'14" into klp-docs

* commit '4a5a23920e1a3414f1c87e3cf4c9bce08fddac4f':
  dashboard update for march '14

10 years agoMerge "dashboard update for march '14" into klp-docs
Scott Main [Tue, 4 Mar 2014 02:45:25 +0000 (02:45 +0000)]
Merge "dashboard update for march '14" into klp-docs

10 years agoNDK r9d: Incorporates all review comments, final file sizes.
David Friedman [Wed, 19 Feb 2014 06:08:05 +0000 (22:08 -0800)]
NDK r9d: Incorporates all review comments, final file sizes.

Staged at: http://boku.mtv:8195/tools/sdk/ndk/index.html

Change-Id: Ie33eed770c029af8a20385b5bd6c05fdc9bea750

10 years agoam cad87695: am fad83743: Merge "NumberPicker style for wearable devices." into klp...
Filip Gruszczyński [Tue, 4 Mar 2014 02:04:26 +0000 (02:04 +0000)]
am cad87695: am fad83743: Merge "NumberPicker style for wearable devices." into klp-modular-dev

* commit 'cad876957d38f78daa0878a36b04ee4bce858d10':
  NumberPicker style for wearable devices.

10 years agoam fad83743: Merge "NumberPicker style for wearable devices." into klp-modular-dev
Filip Gruszczyński [Tue, 4 Mar 2014 01:58:52 +0000 (01:58 +0000)]
am fad83743: Merge "NumberPicker style for wearable devices." into klp-modular-dev

* commit 'fad8374373dcf8d1bb6f3e919a5da14282eb2cd8':
  NumberPicker style for wearable devices.

10 years agoMerge "NumberPicker style for wearable devices." into klp-modular-dev
Filip Gruszczyński [Tue, 4 Mar 2014 01:56:37 +0000 (01:56 +0000)]
Merge "NumberPicker style for wearable devices." into klp-modular-dev

10 years agoam 07993d1d: am 13a14ac4: am a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes...
Ricardo Cervera [Tue, 4 Mar 2014 01:27:37 +0000 (01:27 +0000)]
am 07993d1d: am 13a14ac4: am a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

* commit '07993d1d80692b80c263c3a7b743ce58ce7dd9b5':
  docs: Changes to release notes for the Android SDK 22.6.0 release.

10 years agoam 13a14ac4: am a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes to release...
Ricardo Cervera [Tue, 4 Mar 2014 01:22:55 +0000 (01:22 +0000)]
am 13a14ac4: am a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

* commit '13a14ac43b8184b082d5107d1e746fe4e16ce563':
  docs: Changes to release notes for the Android SDK 22.6.0 release.

10 years agoam a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for...
Ricardo Cervera [Tue, 4 Mar 2014 01:17:02 +0000 (01:17 +0000)]
am a61e74e1: am 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

* commit 'a61e74e1646ad1fb702d26be482d613bf991afd8':
  docs: Changes to release notes for the Android SDK 22.6.0 release.

10 years agoam 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for the Android SDK...
Ricardo Cervera [Tue, 4 Mar 2014 01:13:47 +0000 (01:13 +0000)]
am 7e4db882: am 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

* commit '7e4db882c55b5f5d46a3b6da1c66f5dd31b601ca':
  docs: Changes to release notes for the Android SDK 22.6.0 release.

10 years agoam 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release...
Ricardo Cervera [Tue, 4 Mar 2014 01:10:51 +0000 (01:10 +0000)]
am 240b38aa: Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

* commit '240b38aafb05407a147fceefed13df33c19aa2b2':
  docs: Changes to release notes for the Android SDK 22.6.0 release.

10 years agoMerge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp...
Ricardo Cervera [Tue, 4 Mar 2014 01:07:52 +0000 (01:07 +0000)]
Merge "docs: Changes to release notes for the Android SDK 22.6.0 release." into klp-docs

10 years agoNumberPicker style for wearable devices.
Filip Gruszczyński [Mon, 3 Mar 2014 17:09:51 +0000 (09:09 -0800)]
NumberPicker style for wearable devices.

Change-Id: Ib9194fdd951f4486aa833c080d8f7ab661d34a48

10 years agodocs: Changes to release notes for the Android SDK 22.6.0 release.
Ricardo Cervera [Tue, 25 Feb 2014 20:01:27 +0000 (12:01 -0800)]
docs: Changes to release notes for the Android SDK 22.6.0 release.

Updated relese notes for 22.6.0:

Stage:
http://quixote.mtv.corp.google.com:8001/sdk/index.html
http://quixote.mtv.corp.google.com:8001/sdk/installing/installing-adt.html
http://quixote.mtv.corp.google.com:8001/tools/sdk/eclipse-adt.html
http://quixote.mtv.corp.google.com:8001/tools/sdk/tools-notes.html
http://quixote.mtv.corp.google.com:8001/tools/revisions/build-tools.html

(Patch: Cleared md5 and ZIP entries. To be updated with values for
 the final build when available.)
(Patch: Added emulator bugfixes from Xav.)
(Patch: Addressed Joe's comments. Added filenames and checksums for the
 rc7 build)
(Patch: Replaced sizes and hashes with values for rc8)
(Patch: Added lint categories, addressed Joe's comments)
(Patch: Added note on the lint issue)
(Patch: Addressed Joe's comments, reverted adt-bundle-* to 20131030 files.)

Change-Id: I508d47959c4f478a3ed6b927fd460139cd5cfe36

10 years agoam 268088ee: am 3ce2b57d: am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps...
Victoria Lease [Mon, 3 Mar 2014 23:58:39 +0000 (23:58 +0000)]
am 268088ee: am 3ce2b57d: am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps font families."

* commit '268088eed6b1dd3153b89de1b4c97c518018e879':
  Add casual/cursive/sans-serif-smallcaps font families.

10 years agoam 3ce2b57d: am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps font families."
Victoria Lease [Mon, 3 Mar 2014 23:46:21 +0000 (23:46 +0000)]
am 3ce2b57d: am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps font families."

* commit '3ce2b57d15d4afe330b728c3175b8bfb89c6890a':
  Add casual/cursive/sans-serif-smallcaps font families.

10 years agoam 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps font families."
Victoria Lease [Mon, 3 Mar 2014 23:44:13 +0000 (15:44 -0800)]
am 9404752d: Merge "Add casual/cursive/sans-serif-smallcaps font families."

* commit '9404752d50a60319f0d2f53c212fad7c7cd8fb8e':
  Add casual/cursive/sans-serif-smallcaps font families.

10 years agoMerge "Add casual/cursive/sans-serif-smallcaps font families."
Victoria Lease [Mon, 3 Mar 2014 23:38:53 +0000 (23:38 +0000)]
Merge "Add casual/cursive/sans-serif-smallcaps font families."

10 years agoam 0054ed81: am 8bb3b8f8: am 95cf532f: am 26de0b71: am cce121fb: Merge "Update permis...
Dirk Dougherty [Mon, 3 Mar 2014 22:30:27 +0000 (22:30 +0000)]
am 0054ed81: am 8bb3b8f8: am 95cf532f: am 26de0b71: am cce121fb: Merge "Update permission description string." into klp-docs

* commit '0054ed815a3db340a27d8a179d3b748bf3eeaaf0':
  Update permission description string.

10 years agoam 8bb3b8f8: am 95cf532f: am 26de0b71: am cce121fb: Merge "Update permission descript...
Dirk Dougherty [Mon, 3 Mar 2014 22:24:14 +0000 (22:24 +0000)]
am 8bb3b8f8: am 95cf532f: am 26de0b71: am cce121fb: Merge "Update permission description string." into klp-docs

* commit '8bb3b8f805658ecf9106778992dceea9a05dcc4c':
  Update permission description string.

10 years agoam 95cf532f: am 26de0b71: am cce121fb: Merge "Update permission description string...
Dirk Dougherty [Mon, 3 Mar 2014 22:21:00 +0000 (22:21 +0000)]
am 95cf532f: am 26de0b71: am cce121fb: Merge "Update permission description string." into klp-docs

* commit '95cf532fe389713ff1fb33810012586fd460e223':
  Update permission description string.

10 years agoam 1fdcab95: am 81f74c7d: am 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch Activit...
Jay Shrauner [Mon, 3 Mar 2014 22:19:37 +0000 (22:19 +0000)]
am 1fdcab95: am 81f74c7d: am 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev

* commit '1fdcab956d55418febbbc0f5928242c3420bd16a':
  Catch ActivityNotFoundException in quick contacts badge

10 years agoam 26de0b71: am cce121fb: Merge "Update permission description string." into klp...
Dirk Dougherty [Mon, 3 Mar 2014 22:18:04 +0000 (22:18 +0000)]
am 26de0b71: am cce121fb: Merge "Update permission description string." into klp-docs

* commit '26de0b7118e188bac5a30d9562418fa09be3826a':
  Update permission description string.

10 years agoam 81f74c7d: am 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundExce...
Jay Shrauner [Mon, 3 Mar 2014 22:16:50 +0000 (22:16 +0000)]
am 81f74c7d: am 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev

* commit '81f74c7d427f2942cdccae30329694e9825f5d8f':
  Catch ActivityNotFoundException in quick contacts badge

10 years agoam cce121fb: Merge "Update permission description string." into klp-docs
Dirk Dougherty [Mon, 3 Mar 2014 22:13:31 +0000 (22:13 +0000)]
am cce121fb: Merge "Update permission description string." into klp-docs

* commit 'cce121fb7504fbc460b85564735ff5d8a1ed4d55':
  Update permission description string.

10 years agoMerge "Update permission description string." into klp-docs
Dirk Dougherty [Mon, 3 Mar 2014 22:10:26 +0000 (22:10 +0000)]
Merge "Update permission description string." into klp-docs

10 years agoUpdate permission description string.
Dirk Dougherty [Mon, 3 Mar 2014 22:05:21 +0000 (14:05 -0800)]
Update permission description string.

Change-Id: I6cd5895d78bff4f6f3fc8090e13a9ddbd83a1978

10 years agoam 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in...
Jay Shrauner [Mon, 3 Mar 2014 22:05:02 +0000 (22:05 +0000)]
am 7e3efa82: am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev

* commit '7e3efa82ecbb9e3cf50f8f455e573aed3b88d183':
  Catch ActivityNotFoundException in quick contacts badge

10 years agoam 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts...
Jay Shrauner [Mon, 3 Mar 2014 22:02:14 +0000 (22:02 +0000)]
am 1f168fd4: am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev

* commit '1f168fd43895e2a84c037df9f3ea54e36f5d0d16':
  Catch ActivityNotFoundException in quick contacts badge

10 years agodashboard update for march '14
Scott Main [Mon, 3 Mar 2014 20:17:17 +0000 (12:17 -0800)]
dashboard update for march '14

Change-Id: I60d96bba527c7fcbfe05c069ad1abf226e38f50c

10 years agoam 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into...
Jay Shrauner [Mon, 3 Mar 2014 21:58:47 +0000 (21:58 +0000)]
am 4ef0aabe: Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev

* commit '4ef0aabe93877b7f30645b873fbc003651151f2f':
  Catch ActivityNotFoundException in quick contacts badge

10 years agoMerge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev
Jay Shrauner [Mon, 3 Mar 2014 21:56:17 +0000 (21:56 +0000)]
Merge "Catch ActivityNotFoundException in quick contacts badge" into klp-dev