161719 Commits

Author SHA1 Message Date
Andre Eisenbach
c91499842f Merge "Prevent NullPointerException in getStringValue if no value is set" into lmp-mr1-dev 2014-12-10 02:31:33 +00:00
Craig Mautner
73bdf9761b Add put/getBoolean/Array to PersistableBundle
Due to popular demand the methods putBoolean(), getBoolean(),
putBooleanArray() and getBooleanArray() have been added to
PersistableBundle.

Fixes bug 18390436.

Change-Id: Id133ba902aca774f98529e36ce560e873b88ad5b
2014-12-09 18:10:20 -08:00
Joe Fernandez
1e82428495 Merge "docs: Add Distributing to Android Wear doc" into lmp-docs 2014-12-10 02:10:07 +00:00
Eric Laurent
5196dd04a0 Merge "AudioSystem JNI: Add audio policy custom mixes registration" into lmp-mr1-dev
automerge: 65bc112

* commit '65bc1125b4bdb0e982b37e76ab8a9a66adefd2e0':
  AudioSystem JNI: Add audio policy custom mixes registration
2014-12-10 01:34:33 +00:00
Eric Laurent
65bc1125b4 Merge "AudioSystem JNI: Add audio policy custom mixes registration" into lmp-mr1-dev 2014-12-10 01:33:09 +00:00
smain@google.com
cf18fa6cd8 misc updates related to Android Studio.
clarify a few doc titles for improved search results clarity.
update "get started" page link to Android Studio, add First App link,
and remove some biased language.

Change-Id: I5e4faef8a6eb0a08eec45981a4f9436cb07a995c
2014-12-09 17:26:07 -08:00
Wale Ogunwale
bfa6059b78 Always take an activity screenshot when pausing.
automerge: 37f2718

* commit '37f271869ed9c9e9f0e7de7339017e0bb6719780':
  Always take an activity screenshot when pausing.
2014-12-10 00:57:51 +00:00
Ricardo Cervera
d412b9ab74 Merge "docs: Add new classes to Wearable UI library" into lmp-docs 2014-12-10 00:56:50 +00:00
Ricardo Cervera
0d8f141720 Merge "docs: Add links to wearable support zip for ADT" into lmp-docs 2014-12-10 00:56:15 +00:00
Wale Ogunwale
37f271869e Always take an activity screenshot when pausing.
http://ag/261732 introduced an optimization where we only take
the activity screenshot if is is not the activity we took a
screenshot for last. This causes us to display a stale screenshot
for activities that change their display content (using fragments)
without going through the pause/resume cycle. It should be safe
to always take a screenshot when we are pausing since the code
path is only called once per pause/resume cycle.

Bug: 18682160
Change-Id: Ie5c43cfd806286808af4233c5917ae7071908ebb
(cherry picked from commit eacdf2ce04899b0a3abef55e4e7e1fe9c1649932)
2014-12-10 00:44:28 +00:00
Andre Eisenbach
0fd06a19bd Prevent NullPointerException in getStringValue if no value is set
Bug: 18686365
Change-Id: I5f5d07ef49500e0d8118ba04aaf373ae4514f034
2014-12-09 16:42:14 -08:00
Amith Yamasani
7acd8802d7 Merge "Allow user shutdown broadcasts to be delivered" into lmp-mr1-dev
automerge: dad85a6

* commit 'dad85a6c4bf51c126978d584703a5320be7f396c':
  Allow user shutdown broadcasts to be delivered
2014-12-10 00:33:24 +00:00
Amith Yamasani
dad85a6c4b Merge "Allow user shutdown broadcasts to be delivered" into lmp-mr1-dev 2014-12-10 00:30:31 +00:00
vandwalle
08fe024a47 adjust network switching thresholds
Bug:18589301

Change-Id: I6f08e4b6cbc642a2de4800dc45b68dafae9c2b61
2014-12-09 16:20:11 -08:00
Quddus Chong
09e72628fc Merge "docs: Updated GMS highlights for v6.5 (Nacho) to reflect removal of LocationClient, PlusClient, and ActivityRecognitionClient." into lmp-docs 2014-12-10 00:02:17 +00:00
Rich Slogar
e950ce30bc docs: platform updates for api 21
Change-Id: I6dd1897641243a19ece0acfd16866cb0d7c3a24a
2014-12-09 15:49:39 -08:00
Michael Wright
422db53f8c am c6de3212: Merge "Don\'t try to scale the bitmaps for null MediaMetadata." into lmp-mr1-dev
* commit 'c6de3212c2dd8638bf3150719ed331673fdcab06':
  Don't try to scale the bitmaps for null MediaMetadata.
2014-12-09 23:44:00 +00:00
Jeff Sharkey
8650c358fb am 1102e712: Merge "Throw IOException when missing default ringtone." into lmp-mr1-dev
* commit '1102e712c11e7679da89a2f66288ca4fad4df85c':
  Throw IOException when missing default ringtone.
2014-12-09 23:43:53 +00:00
Michael Wright
c6de3212c2 Merge "Don't try to scale the bitmaps for null MediaMetadata." into lmp-mr1-dev 2014-12-09 23:39:50 +00:00
Jeff Sharkey
1102e712c1 Merge "Throw IOException when missing default ringtone." into lmp-mr1-dev 2014-12-09 23:34:07 +00:00
Luan Nguyen
cbd0032df2 docs: Add Distributing to Android Wear doc
Change-Id: I123f53b4d7a1098c1caabc88a1e6fd6dd828d3fb
2014-12-09 15:30:24 -08:00
Joe Fernandez
509815b8a7 am a82fc60c: am 6d481852: am b35a509d: Merge ":docs studio tips and tricks headings updates" into lmp-docs
automerge: d36d2aa

* commit 'd36d2aad9de1859bbf4ef6c1b429e8ac00ddcb2f':
  :docs studio tips and tricks headings updates
2014-12-09 23:28:59 +00:00
Jeff Sharkey
87d76f6a3e Throw IOException when missing default ringtone.
This is caught by Ringtone, and we then fall back to built-in
ringtone, which matches the expected CTS behavior.

Bug: 18610451
Change-Id: I234d17f7cf623b9b0af434e5d367aed28f203b14
2014-12-09 15:27:25 -08:00
Joe Fernandez
d36d2aad9d am a82fc60c: am 6d481852: am b35a509d: Merge ":docs studio tips and tricks headings updates" into lmp-docs
* commit 'a82fc60ce4cc0f7d1167330f4cbb5736551ddd5c':
  :docs studio tips and tricks headings updates
2014-12-09 23:22:42 +00:00
John Reck
fe11126d23 am 4f1942d9: Merge "Teach AssetAtlas about more drawables" into lmp-mr1-dev
* commit '4f1942d999c60fd91cb826651b6d978d47a74321':
  Teach AssetAtlas about more drawables
2014-12-09 23:18:08 +00:00
Ruben Brunk
6d9826546d Merge "Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode." into lmp-mr1-dev
automerge: 3ef5033

* commit '3ef5033cdacbc44702d0b6ba687e81383348e2fd':
  Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode.
2014-12-09 23:13:06 +00:00
Joe Fernandez
a82fc60ce4 am 6d481852: am b35a509d: Merge ":docs studio tips and tricks headings updates" into lmp-docs
* commit '6d4818529e435b2e6d285233bd0668e3ba25f6c9':
  :docs studio tips and tricks headings updates
2014-12-09 23:12:53 +00:00
John Reck
4f1942d999 Merge "Teach AssetAtlas about more drawables" into lmp-mr1-dev 2014-12-09 23:12:42 +00:00
Ruben Brunk
3ef5033cda Merge "Camera2: Allow rendering to arbitrary surface sizes in LEGACY mode." into lmp-mr1-dev 2014-12-09 23:09:52 +00:00
Joe Fernandez
6d4818529e am b35a509d: Merge ":docs studio tips and tricks headings updates" into lmp-docs
* commit 'b35a509d0eb4d9c150630fc6108f4bc039a09043':
  :docs studio tips and tricks headings updates
2014-12-09 23:04:13 +00:00
Ricardo Cervera
614889aa1a am 4a6bafcb: am 12a24dc9: am 47fa6355: am 5155840b: Merge "docs: Adding links to material design videos" into lmp-docs
* commit '4a6bafcb56d5fe5e2f30626b8836559e722e89a0':
  docs: Adding links to material design videos
2014-12-09 22:56:52 +00:00
Joe Fernandez
b35a509d0e Merge ":docs studio tips and tricks headings updates" into lmp-docs 2014-12-09 22:56:37 +00:00
Ricardo Cervera
4a6bafcb56 am 12a24dc9: am 47fa6355: am 5155840b: Merge "docs: Adding links to material design videos" into lmp-docs
* commit '12a24dc91fa4de5b897acff9a6435647429040d7':
  docs: Adding links to material design videos
2014-12-09 22:49:10 +00:00
Quddus Chong
da125f4f12 docs: Updated GMS highlights for v6.5 (Nacho) to reflect removal of LocationClient, PlusClient, and ActivityRecognitionClient.
Change-Id: I240feafe4002884dbb2495ffefc599a76b6b7a35
2014-12-09 14:44:05 -08:00
Ricardo Cervera
12a24dc91f am 47fa6355: am 5155840b: Merge "docs: Adding links to material design videos" into lmp-docs
* commit '47fa63553bc53d46bc5e1b8873ff81a774d399e7':
  docs: Adding links to material design videos
2014-12-09 22:40:55 +00:00
Rich Slogar
5053344bb6 :docs studio tips and tricks headings updates
Change-Id: I5453263b575610b6f418569bdf79f73a693c641b
2014-12-09 14:23:18 -08:00
John Reck
dad7d84c04 Teach AssetAtlas about more drawables
Bug: 18317479

Change-Id: I16868ee204d24af72af9a2efc987f7e9eb1d266b
2014-12-09 14:18:33 -08:00
Ricardo Cervera
47fa63553b am 5155840b: Merge "docs: Adding links to material design videos" into lmp-docs
* commit '5155840ba091f62ea3079328b25a620089223887':
  docs: Adding links to material design videos
2014-12-09 22:16:58 +00:00
Elliott Hughes
a04cd35da0 am 0aac16bb: am b034de7e: am 12f100de: am e8f6cb06: Merge "Fix typo." into lmp-docs
* commit '0aac16bbf1fd122302f8e58b7d4d5ee9d6afebc5':
  Fix typo.
2014-12-09 22:09:25 +00:00
smain@google.com
92b6011d95 am 9ecc18e2: am 4267450e: am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '9ecc18e2e39348abed90eaadf4319b0614c87097':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 22:09:20 +00:00
smain@google.com
1bc5b1b987 am 325af3a6: am 5d3ea8af: am fe4b4009: am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
* commit '325af3a659a9e15225f5ec3f62ed4682884f103f':
  clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 22:09:14 +00:00
Rich Slogar
6b07b40da5 am 00d635c0: am fbbab546: am d3d4fe4d: am 01ab09c2: docs:studio basics images updates
* commit '00d635c0ec07156fd5e98d7c34054a53f0a16545':
  docs:studio basics images updates
2014-12-09 22:09:08 +00:00
Joe Fernandez
55677d8ad5 am 33a0828e: am 2a83bc2b: am 4c3b3324: am f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page
* commit '33a0828ea6a9bda7eb2e0367a81d396ede5ace9a':
  docs: Change Eclipse deprecation language on sdk/index.html page
2014-12-09 22:09:03 +00:00
smain@google.com
2049cc91e3 am 8503307d: am d7ce432a: am 2317aa2f: am c4a0882a: edits to sdk install instructions.
* commit '8503307d67d53f94277ab6b9dbb7f5c59c6aaa85':
  edits to sdk install instructions.
2014-12-09 22:08:58 +00:00
smain@google.com
7ee7d3252c am 664ab723: am aba6a432: am 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update migration guide
* commit '664ab72332b174829306cb03a4c23ee1442cede3':
  changes to deprecate eclipse docs and update migration guide
2014-12-09 22:08:53 +00:00
Derek Sollenberger
497499b1eb am 04c2bf4f: Merge "Remove unnecessary/erroneous reference counting" into lmp-mr1-dev
* commit '04c2bf4f17091eeb07b96bb0571aa6ad3a45d96b':
  Remove unnecessary/erroneous reference counting
2014-12-09 22:08:47 +00:00
John Reck
7d74cb6c61 am 14c43689: Merge "Fix issue with RNA destruction mid-animation" into lmp-mr1-dev
* commit '14c436897ca56800a3758008f0631c559a898967':
  Fix issue with RNA destruction mid-animation
2014-12-09 22:08:42 +00:00
Jason Monk
4a3daac72b Handle policy change while keyguard disabled
Previously the policy change would always re-enable the keyguard,
but that would break the current state.  Instead, when the keyguard
is disabled, we need to recalculate the allow state immediately
and only re-enable it if necessary.

Bug: 18430385
Change-Id: Id9e701df2db765031e177c8bc8d3730cfb7f162a
2014-12-09 16:40:06 -05:00
Elliott Hughes
0aac16bbf1 am b034de7e: am 12f100de: am e8f6cb06: Merge "Fix typo." into lmp-docs
* commit 'b034de7eefc82a951bbf36a65b304f9475e1b44c':
  Fix typo.
2014-12-09 21:34:06 +00:00
smain@google.com
9ecc18e2e3 am 4267450e: am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '4267450e98ae78877cf77a3b28fb4f449b314114':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 21:34:02 +00:00