OSDN Git Service

android-x86/frameworks-base.git
7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 29 Sep 2016 02:55:26 +0000 (19:55 -0700)]
Import translations. DO NOT MERGE

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

7 years agoMerge "Support triggering confirmConfiguration() via dumpsys" into nyc-mr1-dev
TreeHugger Robot [Wed, 28 Sep 2016 15:46:30 +0000 (15:46 +0000)]
Merge "Support triggering confirmConfiguration() via dumpsys" into nyc-mr1-dev

7 years agoRemove unused mContext from BluetoothGatt[Server].
Jeremy Klein [Tue, 27 Sep 2016 21:34:33 +0000 (14:34 -0700)]
Remove unused mContext from BluetoothGatt[Server].

All that this member variable is doing right now is leaking a
reference to a context without any benefit.

Bug: 31752040
Bug: 31710795
Change-Id: If2241422533318b866340e8dcc9f5fbd9518349c

7 years agoSupport triggering confirmConfiguration() via dumpsys
Erik Kline [Wed, 28 Sep 2016 06:19:00 +0000 (15:19 +0900)]
Support triggering confirmConfiguration() via dumpsys

Tested:
  - flashed to device
  - triggered
  - monitored tcpdump for the expected traffic

Bug: 30869013
Change-Id: I6a4741bdeed2aaa483f8c2281acb74d245a323e8

7 years agoExifInterface: Update javadoc for saveAttributes am: abf5b4cbf3 am: d0a8a69034
Sungsoo [Wed, 28 Sep 2016 00:22:55 +0000 (00:22 +0000)]
ExifInterface: Update javadoc for saveAttributes am: abf5b4cbf3 am: d0a8a69034
am: 0a31d58d14

Change-Id: I33726dd0a1bf2f30309e4abd74b8633c809afada

7 years agoExifInterface: Update javadoc for saveAttributes am: abf5b4cbf3
Sungsoo [Wed, 28 Sep 2016 00:15:51 +0000 (00:15 +0000)]
ExifInterface: Update javadoc for saveAttributes am: abf5b4cbf3
am: d0a8a69034

Change-Id: I4df5b4855ec9f1e38fab504f3a895c4744cc287e

7 years agoExifInterface: Update javadoc for saveAttributes
Sungsoo [Wed, 28 Sep 2016 00:08:52 +0000 (00:08 +0000)]
ExifInterface: Update javadoc for saveAttributes
am: abf5b4cbf3

Change-Id: Icdd289f513f2a576b50d0f3ddf278a1c1710d8b5

7 years agoMerge "Changed themes for core activities" into nyc-mr1-dev
TreeHugger Robot [Wed, 28 Sep 2016 00:03:58 +0000 (00:03 +0000)]
Merge "Changed themes for core activities" into nyc-mr1-dev

7 years agoMerge "ContextHubService: Hack around 32-bit app ID" into nyc-mr1-dev
Greg Kaiser [Tue, 27 Sep 2016 23:41:42 +0000 (23:41 +0000)]
Merge "ContextHubService: Hack around 32-bit app ID" into nyc-mr1-dev

7 years agoMerge "Don't leak wakelock instances" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 23:37:53 +0000 (23:37 +0000)]
Merge "Don't leak wakelock instances" into nyc-mr1-dev

7 years agoMerge "docs: Removed support libraries from API Guide TOC" into nyc-dev am: c7c7c20b2f
Andrew Solovay [Tue, 27 Sep 2016 23:03:09 +0000 (23:03 +0000)]
Merge "docs: Removed support libraries from API Guide TOC" into nyc-dev am: c7c7c20b2f
am: 6789896f2d

Change-Id: I9f87882ff67784285225db361e24739ed3b5d509

7 years agodocs: Removed support libraries from API Guide TOC am: 61f956cc25
Andrew Solovay [Tue, 27 Sep 2016 23:02:17 +0000 (23:02 +0000)]
docs: Removed support libraries from API Guide TOC am: 61f956cc25
am: 06c6d90437

Change-Id: Ie6d17de7ecd7f3a41814afb391d61be1a265f962

7 years agoMerge "docs: Removed support libraries from API Guide TOC" into nyc-dev
Andrew Solovay [Tue, 27 Sep 2016 22:57:52 +0000 (22:57 +0000)]
Merge "docs: Removed support libraries from API Guide TOC" into nyc-dev
am: c7c7c20b2f

Change-Id: I2e081c2183087e25f1c722ab4717a89da84bd9dd

7 years agodocs: Removed support libraries from API Guide TOC
Andrew Solovay [Tue, 27 Sep 2016 22:57:49 +0000 (22:57 +0000)]
docs: Removed support libraries from API Guide TOC
am: 61f956cc25

Change-Id: I1d8ccea474531a3ce4dcaa7d261f3cff62cf4302

7 years agoMerge "docs: Removed support libraries from API Guide TOC" into nyc-dev
Andrew Solovay [Tue, 27 Sep 2016 22:52:28 +0000 (22:52 +0000)]
Merge "docs: Removed support libraries from API Guide TOC" into nyc-dev

7 years agoContextHubService: Hack around 32-bit app ID
Greg Kaiser [Tue, 27 Sep 2016 20:38:13 +0000 (13:38 -0700)]
ContextHubService: Hack around 32-bit app ID

The NanoApp.java class has a bug (b/30808791) where the API treats
app IDs as 32-bits, instead of 64-bits.  We are too late in the
Android N release cycle to change this API.

We previously put in a hack to fix this only for Google nanoapps.
However, our GTS nanoapps need this to work, and there are other
partners who need this to work in the N timeframe.  So we make
a more robust hack which parses the full 64-bit app ID out of
the header binary.

Test: Compiles and runs GTS
Bug: 31767599
Change-Id: Ic43f1f62c685fb99aac08d08767d1a67c329503f

7 years agoDon't leak wakelock instances
Christopher Tate [Mon, 26 Sep 2016 19:59:10 +0000 (12:59 -0700)]
Don't leak wakelock instances

Bug 31247436

Change-Id: I7c2ad956c43233b37e53856e9321cb87b01c35da

7 years agoMerge "docs: Update BroadcastReceiver docs for performance" into nyc-dev am: d780260f10
Eric Schmidt [Tue, 27 Sep 2016 21:59:45 +0000 (21:59 +0000)]
Merge "docs: Update BroadcastReceiver docs for performance" into nyc-dev am: d780260f10
am: 6c7544b97a

Change-Id: Ib96fa46b29b30274956180734f4499458a05a906

7 years agodocs: Update BroadcastReceiver docs for performance am: 8cf3c1b532
Eric Schmidt [Tue, 27 Sep 2016 21:58:52 +0000 (21:58 +0000)]
docs: Update BroadcastReceiver docs for performance am: 8cf3c1b532
am: defb8bdaea

Change-Id: I50dd95ac7263b4af2b5f9482b8b2de18ceda5a5e

7 years agoMerge "docs: Adding Espresso Intent and Web docs" into nyc-dev am: f4dbb4091b
Eric Schmidt [Tue, 27 Sep 2016 21:57:58 +0000 (21:57 +0000)]
Merge "docs: Adding Espresso Intent and Web docs" into nyc-dev am: f4dbb4091b
am: 168ea4e12c

Change-Id: I758356a9a6ddf09863dd02273e571cdff8c05c98

7 years agodocs: Adding Espresso Intent and Web docs am: 34fb906c1a
Eric Schmidt [Tue, 27 Sep 2016 21:57:10 +0000 (21:57 +0000)]
docs: Adding Espresso Intent and Web docs am: 34fb906c1a
am: 0bb23eecef

Change-Id: I86911914d287541496228d639fb7040e3ec63e80

7 years agoMerge "docs: Update BroadcastReceiver docs for performance" into nyc-dev
Eric Schmidt [Tue, 27 Sep 2016 21:51:37 +0000 (21:51 +0000)]
Merge "docs: Update BroadcastReceiver docs for performance" into nyc-dev
am: d780260f10

Change-Id: Ia7358c8ca2f7afcff130e275d79ae45f3e37e411

7 years agodocs: Update BroadcastReceiver docs for performance
Eric Schmidt [Tue, 27 Sep 2016 21:51:34 +0000 (21:51 +0000)]
docs: Update BroadcastReceiver docs for performance
am: 8cf3c1b532

Change-Id: I7781c542c7512bb178ba23c7421b47d7d1be8b09

7 years agoMerge "docs: Adding Espresso Intent and Web docs" into nyc-dev
Eric Schmidt [Tue, 27 Sep 2016 21:50:15 +0000 (21:50 +0000)]
Merge "docs: Adding Espresso Intent and Web docs" into nyc-dev
am: f4dbb4091b

Change-Id: Ib807c964b623ff8e968b723990d7e6eb2e969569

7 years agodocs: Adding Espresso Intent and Web docs
Eric Schmidt [Tue, 27 Sep 2016 21:50:12 +0000 (21:50 +0000)]
docs: Adding Espresso Intent and Web docs
am: 34fb906c1a

Change-Id: Ie6a2d5e868f76b9959a6fbe3e0a151c44d132b02

7 years agoMerge "docs: Update BroadcastReceiver docs for performance" into nyc-dev
Eric Schmidt [Tue, 27 Sep 2016 21:42:03 +0000 (21:42 +0000)]
Merge "docs: Update BroadcastReceiver docs for performance" into nyc-dev

7 years agoMerge "docs: Adding Espresso Intent and Web docs" into nyc-dev
Eric Schmidt [Tue, 27 Sep 2016 21:41:40 +0000 (21:41 +0000)]
Merge "docs: Adding Espresso Intent and Web docs" into nyc-dev

7 years agoMerge "[DO NOT MERGE] Use tokens instead of account access trackers" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 20:45:46 +0000 (20:45 +0000)]
Merge "[DO NOT MERGE] Use tokens instead of account access trackers" into nyc-mr1-dev

7 years agoMerge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev am: 156d5fd88e
Andrew Solovay [Tue, 27 Sep 2016 20:45:00 +0000 (20:45 +0000)]
Merge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev am: 156d5fd88e
am: af089036be

Change-Id: Ie457b30f25fed45232f044206e5fe356ad6e6cfc

7 years agodocs: Redirect for /preview/setup-sdk.html am: 572d710ba3
Andrew Solovay [Tue, 27 Sep 2016 20:44:06 +0000 (20:44 +0000)]
docs: Redirect for /preview/setup-sdk.html am: 572d710ba3
am: a56c8c79d8

Change-Id: Id966ed24a5aa6cf3a7dc7f30a6c49a559cbb39ca

7 years agoMerge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev
Andrew Solovay [Tue, 27 Sep 2016 20:39:09 +0000 (20:39 +0000)]
Merge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev
am: 156d5fd88e

Change-Id: I86e1d6be64864a21ac27cd321633691541c447b6

7 years agodocs: Redirect for /preview/setup-sdk.html
Andrew Solovay [Tue, 27 Sep 2016 20:39:07 +0000 (20:39 +0000)]
docs: Redirect for /preview/setup-sdk.html
am: 572d710ba3

Change-Id: I5cbe45b1c45001f7f3a68565430dea060a0e1741

7 years agoMerge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev
Andrew Solovay [Tue, 27 Sep 2016 20:31:45 +0000 (20:31 +0000)]
Merge "docs: Redirect for /preview/setup-sdk.html" into nyc-dev

7 years agodocs: Adding Espresso Intent and Web docs
Eric Schmidt [Thu, 15 Sep 2016 01:18:50 +0000 (18:18 -0700)]
docs: Adding Espresso Intent and Web docs

Bug: 20721203
Bug: 20720633
bug: 27453733
Change-Id: I67a7d09a6652e3463728691f2a1f5679e900e776

7 years agoMerge "DozeService: Seperate double tap and pickup" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 19:09:20 +0000 (19:09 +0000)]
Merge "DozeService: Seperate double tap and pickup" into nyc-mr1-dev

7 years agoDozeService: Seperate double tap and pickup
Adrian Roos [Tue, 20 Sep 2016 21:03:21 +0000 (14:03 -0700)]
DozeService: Seperate double tap and pickup

Adds handling for a separate double tap gesture
and allows enabling double tap and pickup
individually.

Test: Turn screen off, toggle gestures with `adb shell settings put secure doze_pulse_on_pick_up 0/1` and `adb shell settings put secure doze_pulse_on_double_tap 0/1`
Bug: 30595437
Change-Id: Id7b79f90b28429cf321544a3e425cf33c575d1c3

7 years agodocs: Removed support libraries from API Guide TOC
Andrew Solovay [Tue, 27 Sep 2016 17:24:51 +0000 (10:24 -0700)]
docs: Removed support libraries from API Guide TOC

See (e.g.) TOC on http://go/dods-stage/guide/ to verify it.
Previously (e.g. on https://developer.android.com/guide/ )
you'd see a "Libaries" menu item between "Data Storage" and
"Administration"; that's gone now.

Already made this change in Critique (http://cr/134027548) but since
we're still publishing docs from Gerrit, thought it's best to
back-port this change.

bug: 31607475
Change-Id: I40ff0bebf76305dcad3ef0fc6fbe271b4a625a57

7 years agodocs: Update BroadcastReceiver docs for performance
Eric Schmidt [Thu, 8 Sep 2016 21:17:11 +0000 (14:17 -0700)]
docs: Update BroadcastReceiver docs for performance

Bug: 30746266
Change-Id: I6d1537872918d955ab11d8596c6c96c64fe4f786

7 years agoMerge "add source.properties file to the offline docs build which is required to...
Scott Main [Tue, 27 Sep 2016 17:32:20 +0000 (17:32 +0000)]
Merge "add source.properties file to the offline docs build which is required to get this in the SDK Manager" into nyc-dev am: 6d0e0bdcd5
am: 9f05056ccd

Change-Id: I98b8f6eac44ae4c044a6493b9e2b85c822137f7b

7 years agoadd source.properties file to the offline docs build which is required to get this...
smain@google.com [Tue, 27 Sep 2016 17:28:53 +0000 (17:28 +0000)]
add source.properties file to the offline docs build which is required to get this in the SDK Manager am: 2f2365de4a
am: 6ed77be41d

Change-Id: I24b8c286fa94c6c27eb9e9fe67b0d38cd17f5544

7 years agoMerge "add source.properties file to the offline docs build which is required to...
Scott Main [Tue, 27 Sep 2016 17:23:56 +0000 (17:23 +0000)]
Merge "add source.properties file to the offline docs build which is required to get this in the SDK Manager" into nyc-dev
am: 6d0e0bdcd5

Change-Id: Ibb16e34e6669f782864dd3fa35223b09da346253

7 years agoadd source.properties file to the offline docs build which is required to get this...
smain@google.com [Tue, 27 Sep 2016 17:23:54 +0000 (17:23 +0000)]
add source.properties file to the offline docs build which is required to get this in the SDK Manager
am: 2f2365de4a

Change-Id: I15b5ea8a37ec7c718d23db14baed6c8ffb0af13c

7 years agoMerge "add source.properties file to the offline docs build which is required to...
Scott Main [Tue, 27 Sep 2016 17:17:16 +0000 (17:17 +0000)]
Merge "add source.properties file to the offline docs build which is required to get this in the SDK Manager" into nyc-dev

7 years agoMerge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev...
Kevin Hufnagle [Tue, 27 Sep 2016 14:22:53 +0000 (14:22 +0000)]
Merge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev am: 02828bd68d
am: 7b6cebcaa2

Change-Id: I6e46cf49117a2492d9a02b3b78781367c4bc78f2

7 years agodocs: Removed obsolete links to Android N Preview Reference. am: 2dbf44ab76
Kevin Hufnagle [Tue, 27 Sep 2016 14:22:01 +0000 (14:22 +0000)]
docs: Removed obsolete links to Android N Preview Reference. am: 2dbf44ab76
am: 173b560545

Change-Id: I7947745fe7e6ea20637aa07c6352b67803e8a7c8

7 years agoMerge "DO NOT MERGE - fix truncated boot sound" into nyc-dev am: a15c471ee5
Eric Laurent [Tue, 27 Sep 2016 14:21:12 +0000 (14:21 +0000)]
Merge "DO NOT MERGE - fix truncated boot sound" into nyc-dev am: a15c471ee5
am: 1da31b6f8b

Change-Id: Id354e4a5ea5a78f971e46a981f0fc00c047d9011

7 years agoMerge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev
Kevin Hufnagle [Tue, 27 Sep 2016 14:17:13 +0000 (14:17 +0000)]
Merge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev
am: 02828bd68d

Change-Id: I4674d3f271d4dc1e3bf25b7ad56413cbecf98702

7 years agodocs: Removed obsolete links to Android N Preview Reference.
Kevin Hufnagle [Tue, 27 Sep 2016 14:17:10 +0000 (14:17 +0000)]
docs: Removed obsolete links to Android N Preview Reference.
am: 2dbf44ab76

Change-Id: Iff8f36ac1b8f8f6647caa6d5f3c5f3a1e7c8315a

7 years agoMerge "DO NOT MERGE - fix truncated boot sound" into nyc-dev
Eric Laurent [Tue, 27 Sep 2016 14:16:13 +0000 (14:16 +0000)]
Merge "DO NOT MERGE - fix truncated boot sound" into nyc-dev
am: a15c471ee5

Change-Id: I6240d88651abbd2172f18479545809212897d50d

7 years agoDO NOT MERGE - fix truncated boot sound am: 75bf3fd73b -s ours
Eric Laurent [Tue, 27 Sep 2016 14:15:14 +0000 (14:15 +0000)]
DO NOT MERGE - fix truncated boot sound am: 75bf3fd73b  -s ours
am: 37777e05eb

Change-Id: I508258ad8bbbfffc85dd0c60d5a9a909f26f224a

7 years agoDO NOT MERGE - fix truncated boot sound
Eric Laurent [Tue, 27 Sep 2016 14:11:07 +0000 (14:11 +0000)]
DO NOT MERGE - fix truncated boot sound
am: 75bf3fd73b  -s ours

Change-Id: Ic9e57280b75a8226f8c61f8b4cb937f74e105ec3

7 years agoMerge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev
Kevin Hufnagle [Tue, 27 Sep 2016 04:26:35 +0000 (04:26 +0000)]
Merge "docs: Removed obsolete links to Android N Preview Reference." into nyc-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 03:36:46 +0000 (03:36 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 03:05:31 +0000 (03:05 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Tue, 27 Sep 2016 03:00:59 +0000 (03:00 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoExifInterface: Update javadoc for saveAttributes
Sungsoo [Tue, 27 Sep 2016 01:19:29 +0000 (10:19 +0900)]
ExifInterface: Update javadoc for saveAttributes

Bug: 31319086
Test: Checked the created javadoc with "make docs"
Change-Id: I97c77ba4f00a95bc5eedf1dcee942aebd2d89ccb

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 27 Sep 2016 01:34:07 +0000 (18:34 -0700)]
Import translations. DO NOT MERGE

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

7 years agoMerge "DO NOT MERGE - fix truncated boot sound" into nyc-dev
Eric Laurent [Tue, 27 Sep 2016 01:26:05 +0000 (01:26 +0000)]
Merge "DO NOT MERGE - fix truncated boot sound" into nyc-dev

7 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 27 Sep 2016 01:07:15 +0000 (18:07 -0700)]
Import translations. DO NOT MERGE

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

7 years agoMerge "Allow null target in ObjectAnimator if the target has never been set" into...
TreeHugger Robot [Tue, 27 Sep 2016 00:38:00 +0000 (00:38 +0000)]
Merge "Allow null target in ObjectAnimator if the target has never been set" into nyc-mr1-dev

7 years agoMerge "docs: Added min/max values and descriptions for alpha getter/setter in ImageVi...
Kevin Hufnagle [Tue, 27 Sep 2016 00:09:42 +0000 (00:09 +0000)]
Merge "docs: Added min/max values and descriptions for alpha getter/setter in ImageView" into nyc-dev am: ade93296ff
am: 7ffa00c320

Change-Id: I11f0b8cc51e274b69a5fc64040e7aeddd1a49d1d

7 years agodocs: Added min/max values and descriptions for alpha getter/setter in ImageView...
Kevin Hufnagle [Tue, 27 Sep 2016 00:08:50 +0000 (00:08 +0000)]
docs: Added min/max values and descriptions for alpha getter/setter in ImageView am: bdb308a059
am: c012a7ed7a

Change-Id: Ib2c868e86e516ae2a2f92e4e26a8c0113237557a

7 years agoMerge "docs: Added note in getCacheDir() that developers can use directory obtained...
Kevin Hufnagle [Tue, 27 Sep 2016 00:07:58 +0000 (00:07 +0000)]
Merge "docs: Added note in getCacheDir() that developers can use directory obtained from getExternalCacheDir() to store app caches larger than 1 MB." into nyc-dev am: 996274a611
am: d1d7420d95

Change-Id: I1c8181bcab8b6372370af8772092a5afeff24b7b

7 years agodocs: Added note in getCacheDir() that developers can use directory obtained from...
Kevin Hufnagle [Tue, 27 Sep 2016 00:02:44 +0000 (00:02 +0000)]
docs: Added note in getCacheDir() that developers can use directory obtained from getExternalCacheDir() to store app caches larger than 1 MB. am: e9681e192a
am: 2e8026acc0

Change-Id: I93a1abe6b80a441f8c441390dacbff2824d52e57

7 years agoMerge "docs: Removed all instances of "i.e." in IntentFilter parameter descriptions...
Kevin Hufnagle [Tue, 27 Sep 2016 00:01:44 +0000 (00:01 +0000)]
Merge "docs: Removed all instances of "i.e." in IntentFilter parameter descriptions." into nyc-dev am: 4738231a55
am: c37889f1b4

Change-Id: Ie8d64dc9a486bd983270f50d88d985357d5706bc

7 years agodocs: Removed all instances of "i.e." in IntentFilter parameter descriptions. am...
Kevin Hufnagle [Tue, 27 Sep 2016 00:01:00 +0000 (00:01 +0000)]
docs: Removed all instances of "i.e." in IntentFilter parameter descriptions. am: e20b3d78e3
am: 9402b319fe

Change-Id: Id7d4b705073802abcb2d902b50673a09933ff3da

7 years agoMerge "docs: Fixed misspelling in "Address" class overview." into nyc-dev am: fc73774fa8
Kevin Hufnagle [Tue, 27 Sep 2016 00:00:15 +0000 (00:00 +0000)]
Merge "docs: Fixed misspelling in "Address" class overview." into nyc-dev am: fc73774fa8
am: 5c859e8ffa

Change-Id: I2e008337de33dcbefb6bd01ec7a18f2f5e423509

7 years agodocs: Fixed misspelling in "Address" class overview. am: b10a6dc963
Kevin Hufnagle [Mon, 26 Sep 2016 23:59:32 +0000 (23:59 +0000)]
docs: Fixed misspelling in "Address" class overview. am: b10a6dc963
am: eed2c7d661

Change-Id: I2e4d0cedca4c0620ad06c6ca3f64b21191307c3e

7 years agoMerge "docs: Fixed typo in "Query the View Hierarchy" heading title" into nyc-dev...
Kevin Hufnagle [Mon, 26 Sep 2016 23:58:52 +0000 (23:58 +0000)]
Merge "docs: Fixed typo in "Query the View Hierarchy" heading title" into nyc-dev am: c2066caf26
am: 5e4e684a83

Change-Id: I44a2691ad79ca4899249b2598bc4e45e5df73256

7 years agodocs: Fixed typo in "Query the View Hierarchy" heading title am: b6b57d432d
Kevin Hufnagle [Mon, 26 Sep 2016 23:58:08 +0000 (23:58 +0000)]
docs: Fixed typo in "Query the View Hierarchy" heading title am: b6b57d432d
am: 2937f7cca1

Change-Id: Ifdde3b64cfb3ccc442fa049aaab503ca60453a93

7 years agoMerge "docs: Fixed syntax error in "Content URI patterns" code sample" into nyc-dev...
Kevin Hufnagle [Mon, 26 Sep 2016 23:57:17 +0000 (23:57 +0000)]
Merge "docs: Fixed syntax error in "Content URI patterns" code sample" into nyc-dev am: f2017e60ac
am: f1a135bedc

Change-Id: I018a755f91e71b5fa0102a959eb8da8cd1ac10ab

7 years agodocs: Fixed syntax error in "Content URI patterns" code sample am: 0355128699
Kevin Hufnagle [Mon, 26 Sep 2016 23:56:33 +0000 (23:56 +0000)]
docs: Fixed syntax error in "Content URI patterns" code sample am: 0355128699
am: 94267b18e7

Change-Id: I34b94c7cd6316b61795849635d1b9d9252bb1a2e

7 years agoMerge "docs: Fixed layout of "Build Buzz" page." into nyc-dev am: 63a36d24bd
Kevin Hufnagle [Mon, 26 Sep 2016 23:55:45 +0000 (23:55 +0000)]
Merge "docs: Fixed layout of "Build Buzz" page." into nyc-dev am: 63a36d24bd
am: 50fb6ebd19

Change-Id: Ie996de99e862574498482c1a41a470dd2a505975

7 years agodocs: Fixed layout of "Build Buzz" page. am: d24bb252cb
Kevin Hufnagle [Mon, 26 Sep 2016 23:55:01 +0000 (23:55 +0000)]
docs: Fixed layout of "Build Buzz" page. am: d24bb252cb
am: a365e8dbfd

Change-Id: Id390587fc2f6833392d77295ae1a1e25ccbd81ef

7 years agoMerge "docs: Fix for clarification fo location permissions, hardware" into nyc-dev...
Kevin Hufnagle [Mon, 26 Sep 2016 23:54:14 +0000 (23:54 +0000)]
Merge "docs: Fix for clarification fo location permissions, hardware" into nyc-dev am: 31d5deef80
am: adf7fc99e9

Change-Id: Ida2b0786d52d01e17092048cad6207acb4b9b766

7 years agodocs: Fix for clarification fo location permissions, hardware am: 92fd1f0547
Kevin Hufnagle [Mon, 26 Sep 2016 23:53:30 +0000 (23:53 +0000)]
docs: Fix for clarification fo location permissions, hardware am: 92fd1f0547
am: b59d4c38b0

Change-Id: Ia6d253b4c375168f40a2d13ce1886a4fbaf5b997

7 years agoMerge "docs: Revised "activity launched with NFC intent" code sample to demonstrate...
Kevin Hufnagle [Mon, 26 Sep 2016 23:52:46 +0000 (23:52 +0000)]
Merge "docs: Revised "activity launched with NFC intent" code sample to demonstrate using onNewIntent() in these situations" into nyc-dev am: 0f290c9683
am: 0e4126562d

Change-Id: I501192a2c343ef3f4dd661ad34b76d8ad04bbf9a

7 years agodocs: Revised "activity launched with NFC intent" code sample to demonstrate using...
Kevin Hufnagle [Mon, 26 Sep 2016 23:52:01 +0000 (23:52 +0000)]
docs: Revised "activity launched with NFC intent" code sample to demonstrate using onNewIntent() in these situations am: bd66ef7f2f
am: b6e37a83d5

Change-Id: I8c3e9b674899b4eb627c4c5b709ef33a0b7f5d48

7 years agoMerge "docs: Added note in LayoutTransition class reference that APPEARING and DISAPP...
Kevin Hufnagle [Mon, 26 Sep 2016 23:51:06 +0000 (23:51 +0000)]
Merge "docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap" into nyc-dev am: 0b498d6139
am: 747354bb54

Change-Id: I70450200d63af8b3eab7d78db95a20ef8a76e124

7 years agodocs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING...
Kevin Hufnagle [Mon, 26 Sep 2016 23:50:14 +0000 (23:50 +0000)]
docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e
am: ad5cafd283

Change-Id: I8593de353f1186b2aa892cf541a4718d64474b15

7 years agoMerge "docs: Fixed broken link to Android KeyStore facility" into nyc-dev am: b38bfa1679
Kevin Hufnagle [Mon, 26 Sep 2016 23:49:31 +0000 (23:49 +0000)]
Merge "docs: Fixed broken link to Android KeyStore facility" into nyc-dev am: b38bfa1679
am: 8a926a602b

Change-Id: I6ca593ed2b1031d1fa752ee47b45e413c1df5ad7

7 years agodocs: Fixed broken link to Android KeyStore facility am: c0c4ac5e35
Kevin Hufnagle [Mon, 26 Sep 2016 23:48:48 +0000 (23:48 +0000)]
docs: Fixed broken link to Android KeyStore facility am: c0c4ac5e35
am: 90e59ffb38

Change-Id: I190c7d2c46bab0ab1e21030c651440a29d3ad316

7 years agoMerge "docs: Clarified definition of KeyEvent.Callback.onKeyMultiple()" into nyc...
Kevin Hufnagle [Mon, 26 Sep 2016 23:48:00 +0000 (23:48 +0000)]
Merge "docs: Clarified definition of KeyEvent.Callback.onKeyMultiple()" into nyc-dev am: 358b289a4d
am: ad1360a161

Change-Id: Iea5b5c9b47ee43b5c386c746ada1e278c5c76988

7 years agodocs: Clarified definition of KeyEvent.Callback.onKeyMultiple() am: b248b1f689
Kevin Hufnagle [Mon, 26 Sep 2016 23:47:09 +0000 (23:47 +0000)]
docs: Clarified definition of KeyEvent.Callback.onKeyMultiple() am: b248b1f689
am: fcd4541b06

Change-Id: If0e9042f0df23403a128e45ca61258930b7db982

7 years agoMerge "docs: Updated Android logo on "Brand Guidelines" page" into nyc-dev am: f10ac6885c
Kevin Hufnagle [Mon, 26 Sep 2016 23:46:15 +0000 (23:46 +0000)]
Merge "docs: Updated Android logo on "Brand Guidelines" page" into nyc-dev am: f10ac6885c
am: 35acfaa364

Change-Id: I0522336cef72cc8bc16310eee64727e35bdff345

7 years agodocs: Updated Android logo on "Brand Guidelines" page am: 3b63a38d36
Kevin Hufnagle [Mon, 26 Sep 2016 23:45:22 +0000 (23:45 +0000)]
docs: Updated Android logo on "Brand Guidelines" page am: 3b63a38d36
am: 6ecc62010a

Change-Id: Ib177d6a09546fc06c496e9e9f2b8c90b10cb4b46

7 years agoMerge "docs: Added recommendation to use jCenter dependency for Volley" into nyc...
Kevin Hufnagle [Mon, 26 Sep 2016 23:39:48 +0000 (23:39 +0000)]
Merge "docs: Added recommendation to use jCenter dependency for Volley" into nyc-dev am: 4ddd72920a
am: b065cbe356

Change-Id: If6ae7246cd359f736cda66c59043ab324ce5826b

7 years agodocs: Added recommendation to use jCenter dependency for Volley am: 5b0b1fcd0d
Kevin Hufnagle [Mon, 26 Sep 2016 23:38:59 +0000 (23:38 +0000)]
docs: Added recommendation to use jCenter dependency for Volley am: 5b0b1fcd0d
am: 544fba3b5d

Change-Id: Ibdfb2dea7fa08a475bf9dc43970c62f398e71343

7 years agoMerge "docs: Added "Play Games Quality" card to Distribute > Essentials page" into...
Kevin Hufnagle [Mon, 26 Sep 2016 23:38:08 +0000 (23:38 +0000)]
Merge "docs: Added "Play Games Quality" card to Distribute > Essentials page" into nyc-dev am: bd44b3e125
am: 054ec11363

Change-Id: I5fd7ff6de795e899a50638d72b9221f7a377ca06

7 years agoMerge "docs: Added min/max values and descriptions for alpha getter/setter in ImageVi...
Kevin Hufnagle [Mon, 26 Sep 2016 23:37:38 +0000 (23:37 +0000)]
Merge "docs: Added min/max values and descriptions for alpha getter/setter in ImageView" into nyc-dev
am: ade93296ff

Change-Id: I3e9630d9f5b7af61b84ba6cac558e6feff12f2c6

7 years agodocs: Added min/max values and descriptions for alpha getter/setter in ImageView
Kevin Hufnagle [Mon, 26 Sep 2016 23:37:36 +0000 (23:37 +0000)]
docs: Added min/max values and descriptions for alpha getter/setter in ImageView
am: bdb308a059

Change-Id: Ida297f581f7177cd92ec4157a1b735c91d2e26a4

7 years agodocs: Added "Play Games Quality" card to Distribute > Essentials page am: 089ca16c4b
Kevin Hufnagle [Mon, 26 Sep 2016 23:37:17 +0000 (23:37 +0000)]
docs: Added "Play Games Quality" card to Distribute > Essentials page am: 089ca16c4b
am: 13fcd16f70

Change-Id: I44a4727d9e18325cec7abc6595be2becf3099d62

7 years agoMerge "docs: Added note in getCacheDir() that developers can use directory obtained...
Kevin Hufnagle [Mon, 26 Sep 2016 23:36:28 +0000 (23:36 +0000)]
Merge "docs: Added note in getCacheDir() that developers can use directory obtained from getExternalCacheDir() to store app caches larger than 1 MB." into nyc-dev
am: 996274a611

Change-Id: Ie3be82794be44113eb8233601f918ad06afda759

7 years agodocs: Added note in getCacheDir() that developers can use directory obtained from...
Kevin Hufnagle [Mon, 26 Sep 2016 23:36:25 +0000 (23:36 +0000)]
docs: Added note in getCacheDir() that developers can use directory obtained from getExternalCacheDir() to store app caches larger than 1 MB.
am: e9681e192a

Change-Id: Ide8f3c2dd5414737c798c20c1fe9f11dcd9640ce

7 years agoMerge "docs: Removed all instances of "i.e." in IntentFilter parameter descriptions...
Kevin Hufnagle [Mon, 26 Sep 2016 23:35:00 +0000 (23:35 +0000)]
Merge "docs: Removed all instances of "i.e." in IntentFilter parameter descriptions." into nyc-dev
am: 4738231a55

Change-Id: Ia89da16016c4330181ecc0874c4e059f5935a814

7 years agodocs: Removed all instances of "i.e." in IntentFilter parameter descriptions.
Kevin Hufnagle [Mon, 26 Sep 2016 23:34:58 +0000 (23:34 +0000)]
docs: Removed all instances of "i.e." in IntentFilter parameter descriptions.
am: e20b3d78e3

Change-Id: I8d677ebcf03c28f46874514408240162cd6331c5

7 years agoMerge "docs: Fixed misspelling in "Address" class overview." into nyc-dev
Kevin Hufnagle [Mon, 26 Sep 2016 23:30:22 +0000 (23:30 +0000)]
Merge "docs: Fixed misspelling in "Address" class overview." into nyc-dev
am: fc73774fa8

Change-Id: If2b625c9f6b1214cd676ac59ea09eeaddd6445cb

7 years agodocs: Fixed misspelling in "Address" class overview.
Kevin Hufnagle [Mon, 26 Sep 2016 23:30:19 +0000 (23:30 +0000)]
docs: Fixed misspelling in "Address" class overview.
am: b10a6dc963

Change-Id: I226f72cd0618166e61a95d95598c95a037e0b670

7 years agoMerge "docs: Fixed typo in "Set Up App Indexing" resource card" into nyc-dev am:...
Kevin Hufnagle [Mon, 26 Sep 2016 23:29:10 +0000 (23:29 +0000)]
Merge "docs: Fixed typo in "Set Up App Indexing" resource card" into nyc-dev am: ccf0d0ff42
am: 0e4e8cf6ad

Change-Id: I196aec598e1bd1958b28731b76b070eb2d122e51

7 years agodocs: Fixed typo in "Set Up App Indexing" resource card am: 0d79ad97b1
Kevin Hufnagle [Mon, 26 Sep 2016 23:28:10 +0000 (23:28 +0000)]
docs: Fixed typo in "Set Up App Indexing" resource card am: 0d79ad97b1
am: 1980abc980

Change-Id: I92dc13531aef341c70c5cc2a521430473007ac38