OSDN Git Service

android-x86/frameworks-base.git
9 years agoam 7512a46e: am fdff66ee: change Trulia context image
smain@google.com [Mon, 1 Dec 2014 18:08:58 +0000 (18:08 +0000)]
am 7512a46e: am fdff66ee: change Trulia context image

* commit '7512a46e7e9dfcd6e522e8229b91a63b9e9189de':
  change Trulia context image

9 years agoam fdff66ee: change Trulia context image
smain@google.com [Mon, 1 Dec 2014 18:04:39 +0000 (18:04 +0000)]
am fdff66ee: change Trulia context image

* commit 'fdff66ee030869f0f5cb3d1614d66f7d087e2008':
  change Trulia context image

9 years agochange Trulia context image
smain@google.com [Mon, 1 Dec 2014 17:40:42 +0000 (09:40 -0800)]
change Trulia context image

Change-Id: I99e43b358af518750cf7ddae4856bb8ee42729f5

9 years agoam 8fc88562: am 85e21bd5: Mention ProGuard in the JNI documentation.
Elliott Hughes [Thu, 27 Nov 2014 18:49:58 +0000 (18:49 +0000)]
am 8fc88562: am 85e21bd5: Mention ProGuard in the JNI documentation.

* commit '8fc8856268218fbd286eeb0b2f34eec23cb74f8c':
  Mention ProGuard in the JNI documentation.

9 years agoam 85e21bd5: Mention ProGuard in the JNI documentation.
Elliott Hughes [Thu, 27 Nov 2014 18:41:15 +0000 (18:41 +0000)]
am 85e21bd5: Mention ProGuard in the JNI documentation.

* commit '85e21bd534d38f8de12e8229865a863f32c30e7a':
  Mention ProGuard in the JNI documentation.

9 years agoMention ProGuard in the JNI documentation.
Elliott Hughes [Tue, 25 Nov 2014 19:18:43 +0000 (11:18 -0800)]
Mention ProGuard in the JNI documentation.

(cherry picked from commit 8e1bbfe0f1e4dac35b20972a71656e4c9bf437a1)

Change-Id: I22731dfb94dcc1271b987ed52914e665704dd378

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 26 Nov 2014 17:58:42 +0000 (09:58 -0800)]
Import translations. DO NOT MERGE

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

9 years agoam 5a27b4b8: am fc793074: Merge "docs:advmgr-updates" into lmp-docs
Scott Main [Wed, 26 Nov 2014 11:56:53 +0000 (11:56 +0000)]
am 5a27b4b8: am fc793074: Merge "docs:advmgr-updates" into lmp-docs

* commit '5a27b4b8216cf758f302200f7a2b0a071a1be90e':
  docs:advmgr-updates

9 years agoam d3c17270: am 3a4b011c: define height for context images to avoid content jumps...
smain@google.com [Wed, 26 Nov 2014 11:56:49 +0000 (11:56 +0000)]
am d3c17270: am 3a4b011c: define height for context images to avoid content jumps on load

* commit 'd3c172703df68c70aca6f212fda3023246869777':
  define height for context images to avoid content jumps on load

9 years agoresolved conflicts for merge of a42f7c1d to lmp-sprout-dev
Narayan Kamath [Wed, 26 Nov 2014 10:34:45 +0000 (10:34 +0000)]
resolved conflicts for merge of a42f7c1d to lmp-sprout-dev

Change-Id: I8e53c9d7e0014b4ffc621c561b737aa2dae5460c

9 years agoam fc793074: Merge "docs:advmgr-updates" into lmp-docs
Scott Main [Wed, 26 Nov 2014 03:19:30 +0000 (03:19 +0000)]
am fc793074: Merge "docs:advmgr-updates" into lmp-docs

* commit 'fc793074063ee40b0bc4b4cbf710802123f84251':
  docs:advmgr-updates

9 years agoMerge "docs:advmgr-updates" into lmp-docs
Scott Main [Wed, 26 Nov 2014 03:13:25 +0000 (03:13 +0000)]
Merge "docs:advmgr-updates" into lmp-docs

9 years agoam 3a4b011c: define height for context images to avoid content jumps on load
smain@google.com [Wed, 26 Nov 2014 02:22:44 +0000 (02:22 +0000)]
am 3a4b011c: define height for context images to avoid content jumps on load

* commit '3a4b011c9e4260ec34b490368ccf19edb3a0b5fe':
  define height for context images to avoid content jumps on load

9 years agodefine height for context images to avoid content jumps on load
smain@google.com [Wed, 26 Nov 2014 02:05:39 +0000 (18:05 -0800)]
define height for context images to avoid content jumps on load

Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6

9 years agoMerge "Be increasingly aggressive about fstrim if it isn't being run" into lmp-dev
Dianne Hackborn [Wed, 26 Nov 2014 01:32:52 +0000 (01:32 +0000)]
Merge "Be increasingly aggressive about fstrim if it isn't being run" into lmp-dev

9 years agodocs:advmgr-updates
Rich Slogar [Thu, 30 Oct 2014 20:38:22 +0000 (13:38 -0700)]
docs:advmgr-updates

Change-Id: I4895f8dc91d0397a615a358d97cbd229b171f507

9 years agoBe increasingly aggressive about fstrim if it isn't being run
Christopher Tate [Fri, 21 Nov 2014 21:54:45 +0000 (13:54 -0800)]
Be increasingly aggressive about fstrim if it isn't being run

The current heuristics depend on devices being alive at midnight+ in
order to run periodic background fstrim operations.  This unfortunately
means that people who routinely turn their devices off overnight wind
up with their devices *never* running fstrim, and this causes major
performance and disk-life problems.

We now backstop this very-friendly schedule with an increasingly
aggressive one.  If the device goes a defined time without a background
fstrim, we then force the fstrim at the next reboot.  Once the
device hits the midnight+ idle fstrim request time, then we already
aggressively attempt to fstrim at the first available moment
thereafter, even if it's days/weeks later without a reboot.

'Available' here means charging + device idle.  If the device never
becomes idle then we can't do much without rendering an in-use device
inoperable for some number of minutes -- but we have no evidence of
devices ever failing to run fstrim due to this usage pattern.

A new Settings.Global element (type 'long', called
"fstrim_mandatory_interval") is the source of the backstop time.  If
this element is zero or negative, no mandatory boot-time fstrim will
ever be performed.  If the element is not supplied on a given device,
the default backstop is 3 days.

Adds a new string to display in the upgrading dialog when doing
the fstrim.  Note it is too late for this to be localized, but since
this operation can take a long time it is probably better to have
it show *something* even if not localized, rather than just sit there.

Bug 18486922

Change-Id: I5b265ca0a65570fb8931251aa1ac37b530635a2c

9 years agoam 59f4624a: am be718f7c: Merge "add wear design guide for contextual apps" into...
smain@google.com [Wed, 26 Nov 2014 00:31:54 +0000 (00:31 +0000)]
am 59f4624a: am be718f7c: Merge "add wear design guide for contextual apps" into lmp-docs

* commit '59f4624a378ac29c9bb98ea6e800077919e4c8bf':
  add wear design guide for contextual apps

9 years agoam be718f7c: Merge "add wear design guide for contextual apps" into lmp-docs
smain@google.com [Wed, 26 Nov 2014 00:26:15 +0000 (00:26 +0000)]
am be718f7c: Merge "add wear design guide for contextual apps" into lmp-docs

* commit 'be718f7cebd3e09eaa2a432d044a8305dc7b8428':
  add wear design guide for contextual apps

9 years agoMerge "add wear design guide for contextual apps" into lmp-docs
smain@google.com [Wed, 26 Nov 2014 00:18:57 +0000 (00:18 +0000)]
Merge "add wear design guide for contextual apps" into lmp-docs

9 years agoadd wear design guide for contextual apps
smain@google.com [Tue, 25 Nov 2014 20:44:19 +0000 (12:44 -0800)]
add wear design guide for contextual apps

Change-Id: I2c5709f02352def34c5c6a0c7dcf7193ebd58e4f

9 years agoam 1586b9c3: Start MountService before performBootDexOpt
padarshr [Tue, 25 Nov 2014 23:43:19 +0000 (23:43 +0000)]
am 1586b9c3: Start MountService before performBootDexOpt

* commit '1586b9c33ed8429b8dbbe15ce3316a2d1a73977a':
  Start MountService before performBootDexOpt

9 years agoStart MountService before performBootDexOpt
padarshr [Wed, 5 Nov 2014 11:24:50 +0000 (16:54 +0530)]
Start MountService before performBootDexOpt

This change is to start Mountservice before starting
performBootDexOpt, as in one case, in performBootDexOpt
when system upgrade happens, StorageManager will be started to
get the low threshold of DataDir. But, at this point, as
Mountservice is still not up, StorageManager will end up
having a null object of Mountservice.

Change-Id: If2b5e1b58e7d2a72c6313f196e98a68738295ec6

9 years agoam d7c7d275: am 77283ec9: Merge "Fixed NullPointerException due to null Bundle, chang...
Natalie Masse [Tue, 25 Nov 2014 11:15:24 +0000 (11:15 +0000)]
am d7c7d275: am 77283ec9: Merge "Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation" into lmp-docs

* commit 'd7c7d275e77ffcae7498df7f75142e68e1b5123c':
  Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation

9 years agoam 77283ec9: Merge "Fixed NullPointerException due to null Bundle, changed time inter...
Natalie Masse [Tue, 25 Nov 2014 11:10:09 +0000 (11:10 +0000)]
am 77283ec9: Merge "Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation" into lmp-docs

* commit '77283ec981fc022cd26ced1e44ad21cdc0b2e4ae':
  Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation

9 years agoMerge "Fixed NullPointerException due to null Bundle, changed time interval from...
Natalie Masse [Tue, 25 Nov 2014 11:05:50 +0000 (11:05 +0000)]
Merge "Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation" into lmp-docs

9 years agoam 14e40f04: am fd117ff2: Doc change: zh-cn translation of Android L overviews. cherr...
Dirk Dougherty [Tue, 25 Nov 2014 02:51:10 +0000 (02:51 +0000)]
am 14e40f04: am fd117ff2: Doc change: zh-cn translation of Android L overviews. cherrypick from  I56d1ce58e10b83d10d0077cc9dfbeb04f090b861

* commit '14e40f042f17ae9e596ba6db7ff11c230796f193':
  Doc change: zh-cn translation of Android L overviews. cherrypick from  I56d1ce58e10b83d10d0077cc9dfbeb04f090b861

9 years agoam fd117ff2: Doc change: zh-cn translation of Android L overviews. cherrypick from...
Dirk Dougherty [Tue, 25 Nov 2014 02:20:36 +0000 (02:20 +0000)]
am fd117ff2: Doc change: zh-cn translation of Android L overviews. cherrypick from  I56d1ce58e10b83d10d0077cc9dfbeb04f090b861

* commit 'fd117ff2a4a8edd570ccaedd0cd769613ad4ef74':
  Doc change: zh-cn translation of Android L overviews. cherrypick from  I56d1ce58e10b83d10d0077cc9dfbeb04f090b861

9 years agoDoc change: zh-cn translation of Android L overviews.
Dirk Dougherty [Fri, 21 Nov 2014 02:14:20 +0000 (18:14 -0800)]
Doc change: zh-cn translation of Android L overviews.
cherrypick from  I56d1ce58e10b83d10d0077cc9dfbeb04f090b861

Change-Id: Ic02b747917b11a88c2adf38a73c046dc32af6ce9

9 years agoam 5f3ba993: am 1b23ee96: Merge "add intro videos (w/ shadowbox) to Auto and Wear...
smain@google.com [Mon, 24 Nov 2014 19:02:34 +0000 (19:02 +0000)]
am 5f3ba993: am 1b23ee96: Merge "add intro videos (w/ shadowbox) to Auto and Wear landing pages." into lmp-docs

* commit '5f3ba99376a7d01a4d142f2e34576202870b0a46':
  add intro videos (w/ shadowbox) to Auto and Wear landing pages.

9 years agoam 1b23ee96: Merge "add intro videos (w/ shadowbox) to Auto and Wear landing pages...
smain@google.com [Mon, 24 Nov 2014 18:55:57 +0000 (18:55 +0000)]
am 1b23ee96: Merge "add intro videos (w/ shadowbox) to Auto and Wear landing pages." into lmp-docs

* commit '1b23ee962a1ce0963537810724b2be61c0ab8c57':
  add intro videos (w/ shadowbox) to Auto and Wear landing pages.

9 years agoMerge "add intro videos (w/ shadowbox) to Auto and Wear landing pages." into lmp...
smain@google.com [Mon, 24 Nov 2014 18:51:02 +0000 (18:51 +0000)]
Merge "add intro videos (w/ shadowbox) to Auto and Wear landing pages." into lmp-docs

9 years agoFixed NullPointerException due to null Bundle, changed time interval from ms to secon...
Natalie Masse [Mon, 24 Nov 2014 18:38:00 +0000 (18:38 +0000)]
Fixed NullPointerException due to null Bundle, changed time interval from ms to seconds as per method documentation

Change-Id: Ie433d4bfd7ac7fd2e524a201497c250a7aede47d

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 24 Nov 2014 18:18:13 +0000 (18:18 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoWire up surface width/height to lockHardwareCanvas DO NOT MERGE
John Reck [Fri, 14 Nov 2014 00:15:08 +0000 (16:15 -0800)]
Wire up surface width/height to lockHardwareCanvas DO NOT MERGE

Bug: 18338026
Change-Id: I6c37774ef1312278ae81280561060662fef923fb
(cherry picked from commit b35c9602cf5c628c621e4fe102a461505f302bfe)

9 years agoadd intro videos (w/ shadowbox) to Auto and Wear landing pages.
smain@google.com [Mon, 24 Nov 2014 17:25:00 +0000 (09:25 -0800)]
add intro videos (w/ shadowbox) to Auto and Wear landing pages.

Change-Id: Ieb730416b7a469c7cbd0e80d1e9f74f14a7adb70

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 24 Nov 2014 16:51:30 +0000 (08:51 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMake WallpaperService watch the actual display state.
Jeff Brown [Sat, 22 Nov 2014 03:01:13 +0000 (19:01 -0800)]
Make WallpaperService watch the actual display state.

Bug: 18471411
Change-Id: Ie9d2e70e4e105dfbb2cb4d9726f632bcf2cc0a31

9 years agoam 9034ead0: am 5b94d00b: docs: URGENT Removing Chinese Lollipop translations, fixing...
Joe Fernandez [Fri, 21 Nov 2014 20:37:02 +0000 (20:37 +0000)]
am 9034ead0: am 5b94d00b: docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources

* commit '9034ead0ba8ce1d0c8c162d9516ca188b783d407':
  docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources

9 years agoam 5b94d00b: docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources
Joe Fernandez [Fri, 21 Nov 2014 20:32:03 +0000 (20:32 +0000)]
am 5b94d00b: docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources

* commit '5b94d00b896b2bbc71a0c925e92e8c7e08978975':
  docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources

9 years agodocs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources
Joe Fernandez [Fri, 21 Nov 2014 20:23:26 +0000 (12:23 -0800)]
docs: URGENT Removing Chinese Lollipop translations, fixing zh-cn resources

- Chinese pages are showing Japanese (not good)
- Chinese resource page is not rendering because of bad video links

Change-Id: Ia4508c2db85b9cbd5bdad34ae8bedc411df98360

9 years agoam 02cb1fe6: am 14f78ed7: Merge "docs: b/17996176 [DAC-review-bug] Update Hardware...
Scott Rowe [Fri, 21 Nov 2014 17:50:17 +0000 (17:50 +0000)]
am 02cb1fe6: am 14f78ed7: Merge "docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31" into lmp-docs

* commit '02cb1fe6c4a12c15ef44c2982fcab71ba6346c9b':
  docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31

9 years agoam 14f78ed7: Merge "docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated...
Scott Rowe [Fri, 21 Nov 2014 17:41:06 +0000 (17:41 +0000)]
am 14f78ed7: Merge "docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31" into lmp-docs

* commit '14f78ed7b8c374017fa37f29cfed2208a072ea28':
  docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31

9 years agoMerge "docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API...
Scott Rowe [Fri, 21 Nov 2014 17:34:27 +0000 (17:34 +0000)]
Merge "docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31" into lmp-docs

9 years agoMerge "Support keeping activities resumed while dozing." into lmp-sprout-dev
Jeff Brown [Fri, 21 Nov 2014 00:54:03 +0000 (00:54 +0000)]
Merge "Support keeping activities resumed while dozing." into lmp-sprout-dev

9 years agoSupport keeping activities resumed while dozing.
Jeff Brown [Thu, 20 Nov 2014 02:30:58 +0000 (18:30 -0800)]
Support keeping activities resumed while dozing.

If the lock screen is not shown, then let activities keep running
while dozing.  This is important to support ambient mode on watches
since it allows the home app to keep running.

To make this possible, we need to inform the activity manager about
the exact wakefulness state, not just the overall boolean
interactive state.

Bug: 18284212
Change-Id: Ia35c99127ce51ffc178f3a2f51fca67d24061c71

9 years agoam c3f5d718: Merge "Fix null handling in proxies." into lmp-dev
Geoffrey Borggaard [Thu, 20 Nov 2014 20:59:00 +0000 (20:59 +0000)]
am c3f5d718: Merge "Fix null handling in proxies." into lmp-dev

* commit 'c3f5d7183a21cb081bab1a6bca3fc115523e4e78':
  Fix null handling in proxies.

9 years agoMerge "Fix null handling in proxies." into lmp-dev
Geoffrey Borggaard [Thu, 20 Nov 2014 20:55:25 +0000 (20:55 +0000)]
Merge "Fix null handling in proxies." into lmp-dev

9 years agoam e9b5dfc0: am 25bf00bc: docs: Fixes to the Data Layer Wear class.
Ricardo Cervera [Thu, 20 Nov 2014 20:37:34 +0000 (20:37 +0000)]
am e9b5dfc0: am 25bf00bc: docs: Fixes to the Data Layer Wear class.

* commit 'e9b5dfc0588010a97a561d3255ad35d10db000bc':
  docs: Fixes to the Data Layer Wear class.

9 years agoam c8543b4f: Merge "docs: Fixes to the Data Layer Wear class." into lmp-dev
Ricardo Cervera [Thu, 20 Nov 2014 20:37:30 +0000 (20:37 +0000)]
am c8543b4f: Merge "docs: Fixes to the Data Layer Wear class." into lmp-dev

* commit 'c8543b4f4661902371c16932faa109befb921345':
  docs: Fixes to the Data Layer Wear class.

9 years agoam 25bf00bc: docs: Fixes to the Data Layer Wear class.
Ricardo Cervera [Thu, 20 Nov 2014 19:56:11 +0000 (19:56 +0000)]
am 25bf00bc: docs: Fixes to the Data Layer Wear class.

* commit '25bf00bceed5b22f8750e68a45beb944a80773a8':
  docs: Fixes to the Data Layer Wear class.

9 years agodocs: Fixes to the Data Layer Wear class.
Ricardo Cervera [Mon, 20 Oct 2014 21:29:42 +0000 (14:29 -0700)]
docs: Fixes to the Data Layer Wear class.

Bug: 17917638
Bug: 17917145
Bug: 17931937
Bug: 17933032
Bug: 16899307

Change-Id: Iee9fd0a44cd40b9860cf242cbdaabac409882a15
(cherry picked from commit eff209d2c40221d2f9be2fd6b0c9cde51dd5362b)

9 years agoMerge "docs: Fixes to the Data Layer Wear class." into lmp-dev
Ricardo Cervera [Thu, 20 Nov 2014 19:49:52 +0000 (19:49 +0000)]
Merge "docs: Fixes to the Data Layer Wear class." into lmp-dev

9 years agoFix null handling in proxies.
Geoffrey Borggaard [Thu, 20 Nov 2014 19:35:32 +0000 (14:35 -0500)]
Fix null handling in proxies.

ProxyInfo.getPacFileUrl() can not be null.  It will be equal to
Uri.EMPTY.  Checking for null was causing global proxies to never be
disabled.  Or more accurately, global proxies would be disabled, but
would reappear after a reboot.

ProxyInfo.getExclusionListByString() can be null.  If no
exclusion list was specified, the proxy settings would not be
successfully saved, they would disappear after reboot.

Bug: 18453223
Change-Id: I1c27e5dca5b9664bb7468ea909bff489fa110a07

9 years agoMerge "SwipeDismissLayout makes activity opaque only after entry animation ends....
Filip Gruszczynski [Thu, 20 Nov 2014 15:51:07 +0000 (15:51 +0000)]
Merge "SwipeDismissLayout makes activity opaque only after entry animation ends." into lmp-sprout-dev

9 years agoam c79173c7: am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messagin...
Andrew Solovay [Thu, 20 Nov 2014 01:46:14 +0000 (01:46 +0000)]
am c79173c7: am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs

* commit 'c79173c7da4de4d809d3b5492e5433393193a652':
  docs: Bugfix & minor cleanup for "Providing Messaging for Auto"

9 years agoam 03c80408: am 6c43e6b5: Fix and be more explicit about plurals best practices.
Elliott Hughes [Thu, 20 Nov 2014 01:40:00 +0000 (01:40 +0000)]
am 03c80408: am 6c43e6b5: Fix and be more explicit about plurals best practices.

* commit '03c80408d2651bcfaa707233cd0b54b7a8ca57ad':
  Fix and be more explicit about plurals best practices.

9 years agoam 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto...
Andrew Solovay [Thu, 20 Nov 2014 01:32:30 +0000 (01:32 +0000)]
am 05282133: Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs

* commit '05282133c7491fd2b5e8f3da05408ff0165df526':
  docs: Bugfix & minor cleanup for "Providing Messaging for Auto"

9 years agoMerge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp...
Andrew Solovay [Thu, 20 Nov 2014 01:27:49 +0000 (01:27 +0000)]
Merge "docs: Bugfix & minor cleanup for "Providing Messaging for Auto"" into lmp-docs

9 years agoam 6c43e6b5: Fix and be more explicit about plurals best practices.
Elliott Hughes [Thu, 20 Nov 2014 01:21:40 +0000 (01:21 +0000)]
am 6c43e6b5: Fix and be more explicit about plurals best practices.

* commit '6c43e6b54d7d540e579d2dff8c9cff981cb5ca4a':
  Fix and be more explicit about plurals best practices.

9 years agoFix and be more explicit about plurals best practices.
Elliott Hughes [Fri, 23 May 2014 20:28:33 +0000 (13:28 -0700)]
Fix and be more explicit about plurals best practices.

The "one" case should always include %d. Say so, and fix our examples.
Also make it clear that developers should always provide exactly "one"
and "other".

Bug: 18429565

(cherry picked from commit 1fe7d496db1ddc73289e6aae11f4dd4a970141d5)

Change-Id: I89656c74b7dfd91584e1bb6d0a3f2da1dda81079

9 years agoam ef629f1f: am a79acc03: Doc change: localized content.
Dirk Dougherty [Thu, 20 Nov 2014 00:08:05 +0000 (00:08 +0000)]
am ef629f1f: am a79acc03: Doc change: localized content.

* commit 'ef629f1f9feada596a0c41b55daa0e859e24312e':
  Doc change: localized content.

9 years agoam a79acc03: Doc change: localized content.
Dirk Dougherty [Thu, 20 Nov 2014 00:02:06 +0000 (00:02 +0000)]
am a79acc03: Doc change: localized content.

* commit 'a79acc0315d33080527b9fb48ba063fb4104de37':
  Doc change: localized content.

9 years agoDoc change: localized content.
Dirk Dougherty [Sat, 15 Nov 2014 03:19:18 +0000 (19:19 -0800)]
Doc change: localized content.

Change-Id: I5440fe8d6003bdd8e3cb4c44bacea422f322c33b

9 years agoam 555d6e70: am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave...
smain@google.com [Wed, 19 Nov 2014 23:14:10 +0000 (23:14 +0000)]
am 555d6e70: am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs

* commit '555d6e700a84018e1af2e7cf6c58ca00f0611f5d':
  add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes

9 years agoam 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the...
smain@google.com [Wed, 19 Nov 2014 23:10:06 +0000 (23:10 +0000)]
am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs

* commit '2411fe88d7b11f628e5338bd8f314c98a9d45bb4':
  add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes

9 years agoMerge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started...
smain@google.com [Wed, 19 Nov 2014 23:06:25 +0000 (23:06 +0000)]
Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs

9 years agoam 8428c114: am 9b822b96: docs: Added link to CarExtender class from Auto Getting...
Quddus Chong [Wed, 19 Nov 2014 23:05:59 +0000 (23:05 +0000)]
am 8428c114: am 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc.

* commit '8428c114ab58d7a5a11c72583a49d3e1d036623c':
  docs: Added link to CarExtender class from Auto Getting Started doc.

9 years agoam 4104abf8: Merge "Fix setTextAppearance for styles with dots." into lmp-dev
Deepanshu Gupta [Wed, 19 Nov 2014 23:00:43 +0000 (23:00 +0000)]
am 4104abf8: Merge "Fix setTextAppearance for styles with dots." into lmp-dev

* commit '4104abf875e16ad54c248ce602e573d2144732dd':
  Fix setTextAppearance for styles with dots.

9 years agoam 455654cf: Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev
Deepanshu Gupta [Wed, 19 Nov 2014 23:00:39 +0000 (23:00 +0000)]
am 455654cf: Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev

* commit '455654cffdaebcbbd4fa33de5bb18fa2752d6c9a':
  LayoutLib: Stub AM/PM keycodes in Time Picker.

9 years agoam 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc.
Quddus Chong [Wed, 19 Nov 2014 22:58:30 +0000 (22:58 +0000)]
am 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc.

* commit '9b822b96aaf16ac4ad8e5a1c8da998fba2f3f404':
  docs: Added link to CarExtender class from Auto Getting Started doc.

9 years agodocs: Bugfix & minor cleanup for "Providing Messaging for Auto"
Andrew Solovay [Wed, 19 Nov 2014 18:41:04 +0000 (10:41 -0800)]
docs: Bugfix & minor cleanup for "Providing Messaging for Auto"

Fixeds the gradle dependency line. Also added in Javadoc links for the
various support classes and methods, and other minor cleanup. See
first comment for doc stage location.

bug: 18439090

Change-Id: I7ccc892f38a644d68abc6d56d8d4377df5f864b0

9 years agoMerge "Fix setTextAppearance for styles with dots." into lmp-dev
Deepanshu Gupta [Wed, 19 Nov 2014 22:30:17 +0000 (22:30 +0000)]
Merge "Fix setTextAppearance for styles with dots." into lmp-dev

9 years agoMerge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev
Deepanshu Gupta [Wed, 19 Nov 2014 22:29:52 +0000 (22:29 +0000)]
Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev

9 years agoMerge "Setting ADB_ENABLED may result in a SecurityException." into lmp-dev
Geoffrey Borggaard [Wed, 19 Nov 2014 20:50:12 +0000 (20:50 +0000)]
Merge "Setting ADB_ENABLED may result in a SecurityException." into lmp-dev
automerge: e4590cf

* commit 'e4590cff5bbe581a1326abe68115b551585c43ff':
  Setting ADB_ENABLED may result in a SecurityException.

9 years agoMerge "Setting ADB_ENABLED may result in a SecurityException." into lmp-dev
Geoffrey Borggaard [Wed, 19 Nov 2014 19:56:46 +0000 (19:56 +0000)]
Merge "Setting ADB_ENABLED may result in a SecurityException." into lmp-dev

9 years agoresolved conflicts for merge of 046f3843 to lmp-sprout-dev(DO NOT MERGE)
xinhe [Wed, 19 Nov 2014 19:39:34 +0000 (11:39 -0800)]
resolved conflicts for merge of 046f3843 to lmp-sprout-dev(DO NOT MERGE)

The change is already in MR1 branch

Change-Id: I4ae35a8f76fdc2d4b1cdf2773dc27ff2da85b5ff

9 years agodocs: Added link to CarExtender class from Auto Getting Started doc.
Quddus Chong [Wed, 19 Nov 2014 19:26:09 +0000 (11:26 -0800)]
docs: Added link to CarExtender class from Auto Getting Started doc.

Change-Id: Ia446c969a7108d8964c22958cd501b083a84b9d3

9 years agoSetting ADB_ENABLED may result in a SecurityException.
Geoffrey Borggaard [Wed, 19 Nov 2014 19:22:56 +0000 (14:22 -0500)]
Setting ADB_ENABLED may result in a SecurityException.

If the restriction UserManager.DISALLOW_DEBUGGING_FEATURES is enforced,
then any attempt to set ADB_ENABLED will result in a SecurityException.
This can result in the device not being able to boot.
Bug: 18433477

Change-Id: I21e4b406ad0fa89b7d4b678eac1baf212a3c7acd

9 years agoSwipeDismissLayout makes activity opaque only after entry animation ends.
Filip Gruszczynski [Fri, 14 Nov 2014 22:24:37 +0000 (14:24 -0800)]
SwipeDismissLayout makes activity opaque only after entry animation ends.

Bug: 18340863
Change-Id: Ic60fa2463618f86b1ae23fc4a0c06cd348f28334

9 years agoMerge "Add configuration to control converting sms destination number" into lmp-dev
xinhe [Wed, 19 Nov 2014 17:47:23 +0000 (17:47 +0000)]
Merge "Add configuration to control converting sms destination number" into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 19 Nov 2014 15:52:29 +0000 (07:52 -0800)]
Import translations. DO NOT MERGE

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

9 years agoAdd configuration to control converting sms destination number
xinhe [Wed, 19 Nov 2014 01:09:54 +0000 (17:09 -0800)]
Add configuration to control converting sms destination number

Romove hard codes about the SimcardOperatorList and NetworkOperatorList.

Bug: 18081228
Change-Id: I0d96972c6097325634413137bfbdb5a246885276

9 years agoMerge "Frameworks/base: Compiled-classes support" into lmp-sprout-dev
Jeff Hao [Tue, 18 Nov 2014 23:56:31 +0000 (23:56 +0000)]
Merge "Frameworks/base: Compiled-classes support" into lmp-sprout-dev

9 years agoam e9fddfd8: am 0d18b091: Merge "docs: Add link to "Voice search in your app" video...
Ricardo Cervera [Tue, 18 Nov 2014 23:26:41 +0000 (23:26 +0000)]
am e9fddfd8: am 0d18b091: Merge "docs: Add link to "Voice search in your app" video." into lmp-docs

* commit 'e9fddfd802f9d00dd2d86bd78e3da3cc2f530d3c':
  docs: Add link to "Voice search in your app" video.

9 years agoam 0d18b091: Merge "docs: Add link to "Voice search in your app" video." into lmp...
Ricardo Cervera [Tue, 18 Nov 2014 23:21:29 +0000 (23:21 +0000)]
am 0d18b091: Merge "docs: Add link to "Voice search in your app" video." into lmp-docs

* commit '0d18b091eb5bb5be6f7142821b674e1648158a11':
  docs: Add link to "Voice search in your app" video.

9 years agoMerge "docs: Add link to "Voice search in your app" video." into lmp-docs
Ricardo Cervera [Tue, 18 Nov 2014 23:16:20 +0000 (23:16 +0000)]
Merge "docs: Add link to "Voice search in your app" video." into lmp-docs

9 years agoFrameworks/base: Compiled-classes support
Andreas Gampe [Tue, 18 Nov 2014 19:48:22 +0000 (11:48 -0800)]
Frameworks/base: Compiled-classes support

Let AndroidRuntime check for /system/etc/compiled-classes and push
it to the runtime for boot image creation.

Bug: 18410571
(cherry picked from commit ca775941f3b7981aabf3a6a3b84d6c94f4f76aff)

Change-Id: I04d195c12def4bf1136ed8c6b3dc439b640de7b2

9 years agoFix setTextAppearance for styles with dots.
Deepanshu Gupta [Tue, 18 Nov 2014 22:44:00 +0000 (22:44 +0000)]
Fix setTextAppearance for styles with dots.

Bug: http://b.android.com/78842
Change-Id: I65923134b2d3812030e2b7dd8ab96363b0647c1f

9 years agoam f256d7ac: am 4741fb4b: docs: Fixed bugs for Auto docs.
Quddus Chong [Tue, 18 Nov 2014 22:13:06 +0000 (22:13 +0000)]
am f256d7ac: am 4741fb4b: docs: Fixed bugs for Auto docs.

* commit 'f256d7ac189e58a6c21a5a71e5a1dddeab2d576f':
  docs: Fixed bugs for Auto docs.

9 years agoam 4741fb4b: docs: Fixed bugs for Auto docs.
Quddus Chong [Tue, 18 Nov 2014 22:08:10 +0000 (22:08 +0000)]
am 4741fb4b: docs: Fixed bugs for Auto docs.

* commit '4741fb4bb146909fc133ae37ea43dbb7f9edbd04':
  docs: Fixed bugs for Auto docs.

9 years agoLayoutLib: Stub AM/PM keycodes in Time Picker.
Deepanshu Gupta [Tue, 18 Nov 2014 21:53:47 +0000 (21:53 +0000)]
LayoutLib: Stub AM/PM keycodes in Time Picker.

TimePickerSpinnerDelegate doesn't need to deal with input when running
inside LayoutLib. So, we just return the keycodes as if it's running in
English locale.

Bug: http://b.android.com/79189
Change-Id: Ife0ae91a1e34a8dac379bc1dda1c1c8ed461c164

9 years agodocs: Fixed bugs for Auto docs.
Quddus Chong [Tue, 18 Nov 2014 17:32:16 +0000 (09:32 -0800)]
docs: Fixed bugs for Auto docs.

Change-Id: Iba8406a95374e5c621eb607c6bb0a8ad6a892f59

9 years agoadd the helpouts widget and necessary tags to "wave 2" of the Getting Started classes
smain@google.com [Tue, 18 Nov 2014 20:47:43 +0000 (12:47 -0800)]
add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes

Change-Id: I79d5193d9a4d466d22f495d8685bb43a42d5c3fa

9 years agoMerge "Always wake device on power key from non interactive immediately." into lmp...
Bryce Lee [Tue, 18 Nov 2014 19:09:08 +0000 (19:09 +0000)]
Merge "Always wake device on power key from non interactive immediately." into lmp-sprout-dev

9 years agoam 652afdf5: Increases the falsing threshold when for the keyguard affordances
Selim Cinek [Tue, 18 Nov 2014 18:33:44 +0000 (18:33 +0000)]
am 652afdf5: Increases the falsing threshold when for the keyguard affordances

* commit '652afdf504cacaae8dcc334b0f1a9e282a95d768':
  Increases the falsing threshold when for the keyguard affordances

9 years agodocs: Add link to "Voice search in your app" video.
Ricardo Cervera [Tue, 18 Nov 2014 18:02:15 +0000 (10:02 -0800)]
docs: Add link to "Voice search in your app" video.

Bug: 18407660

Change-Id: I9062c708b64586116e5af4df5d83b73988189e8a

9 years agoIncreases the falsing threshold when for the keyguard affordances
Selim Cinek [Wed, 12 Nov 2014 16:53:52 +0000 (17:53 +0100)]
Increases the falsing threshold when for the keyguard affordances

The minimum amount has been increased by 20dp and in addition the
Motion is cancelled whenever a POINTER_DOWN occurs, which should
help a lot with falsing.

Bug: 18298401
Change-Id: I04b1f30fd2555c08209224f4e84c610ecd7a33f1
(cherry picked from commit 1dc406505cdcbbf98ece4f15a2f98f621e24abdb)

9 years agoam e4662f7e: am a7f226b8: docs: (Preview) Building an Android Messaging App guide.
Andrew Solovay [Tue, 18 Nov 2014 10:22:54 +0000 (10:22 +0000)]
am e4662f7e: am a7f226b8: docs: (Preview) Building an Android Messaging App guide.

* commit 'e4662f7e4b73a78074bd1f6b5c9fc17509759d45':
  docs: (Preview) Building an Android Messaging App guide.

9 years agoam a7f226b8: docs: (Preview) Building an Android Messaging App guide.
Andrew Solovay [Tue, 18 Nov 2014 10:17:53 +0000 (10:17 +0000)]
am a7f226b8: docs: (Preview) Building an Android Messaging App guide.

* commit 'a7f226b860455b26cc64f6db08f8c279be71117f':
  docs: (Preview) Building an Android Messaging App guide.