153490 Commits

Author SHA1 Message Date
Quddus Chong
32176c4ca1 docs: Updated GMS version numbering to be consistent with blog post.
bug: 18718181

Change-Id: I185157d84ebfe4ecc7b166b44d3d4735d8a106e3
2015-01-05 15:55:13 -08:00
Ricardo Cervera
f211b6257d am fa6fb0da: docs: Minor fixes to Watch Faces design guidelines.
* commit 'fa6fb0daa5e6f9d3b0c17c8831c7525e403bd785':
  docs: Minor fixes to Watch Faces design guidelines.
2015-01-05 23:28:24 +00:00
Deepanshu Gupta
6461e05420 Merge "Add image comparison to LayoutLib tests." into lmp-dev 2015-01-05 23:24:59 +00:00
Deepanshu Gupta
b2ebb9683f Merge "Remove Time from CreateInfo" into lmp-dev 2015-01-05 23:24:31 +00:00
Deepanshu Gupta
53f73a9754 Merge "Add DatePicker, CalendarView to LayoutLib tests" into lmp-dev 2015-01-05 23:23:42 +00:00
Deepanshu Gupta
f9bb0b5e13 Merge "Fix DatePicker rendering." into lmp-dev 2015-01-05 23:23:33 +00:00
Deepanshu Gupta
d20a518c82 Merge "Make Preference-cookie map non static." into lmp-dev 2015-01-05 23:22:58 +00:00
Deepanshu Gupta
f861c0ce3f Merge "Fix default initial value for preferences" into lmp-dev 2015-01-05 23:22:45 +00:00
Deepanshu Gupta
7081a114d4 Merge "Add preferences rendering." into lmp-dev 2015-01-05 23:22:29 +00:00
Ricardo Cervera
fa6fb0daa5 docs: Minor fixes to Watch Faces design guidelines.
Change-Id: I1b9c26d12bac1b5e5d649e7ea665f58b50d621d7
2015-01-05 15:03:34 -08:00
Quddus Chong
1139a0a4a2 docs: Added explicit filepath for Android Media Browser and Android Messaging simulators.
bug: 18759727

Change-Id: Ided6dc4f30d43f8fce252e56a6291bbb1a3d2e05
2015-01-05 15:01:27 -08:00
Rich Slogar
ee371073f1 docs: studio index typo
Change-Id: I185e59cdba604ee894bc08f55ebb042281d44cd2
2015-01-05 14:47:19 -08:00
Quddus Chong
5619d929a6 docs: Updated the description of the enhanced camera APIs in L.
bug: 18142680

Change-Id: I0b15048bb099443a4cb790fbd2100456f2bfa4d6
2015-01-05 14:15:45 -08:00
Deepanshu Gupta
58df125bbc Add image comparison to LayoutLib tests.
The LayoutLib rendering tests now compares the rendered image with a
golden file from a previous execution. This will help catch any
unexpected changes in the final rendering.

Change-Id: I80251a778e89df7d7ec13863a8f299967f3d747d
2015-01-05 11:32:41 -08:00
Ricardo Cervera
d69238ef03 am 4bb503cf: docs: Minor fixes in Android Studio pages.
* commit '4bb503cf1209d113face24267d4ed2f19828aa3d':
  docs: Minor fixes in Android Studio pages.
2015-01-05 17:43:43 +00:00
Ricardo Cervera
4bb503cf12 docs: Minor fixes in Android Studio pages.
https://code.google.com/p/android/issues/detail?id=92839
https://code.google.com/p/android/issues/detail?id=92840
https://code.google.com/p/android/issues/detail?id=92661

Change-Id: I8a45112371da6ca144e0da28701a92254d98774b
2015-01-05 09:31:41 -08:00
Deepanshu Gupta
4022272a4f Remove Time from CreateInfo
Time_Delegate was removed in change with Change-Id:
Iae5ef65678f0e6c7c5af520c45bd15980ce3fa55. But the name wasn't removed
from CreateInfo. This didn't cause any problems at runtime, but caused
the layoutlib_create tests to fail.

Change-Id: I079b1e024b97d389eb07d4f088fd860efbb02eb3
2015-01-02 13:55:20 -08:00
Deepanshu Gupta
eae390a94e Add DatePicker, CalendarView to LayoutLib tests
Change-Id: Ice8c41ff90ccb0ffe90fcbfcccc91ea24225a3d9
2015-01-02 11:20:19 -08:00
Rich Slogar
c48e56eefb docs: Plugin reference update
Change-Id: I9a6cb3b904af907b6468ba07be73dd3487a15456
2014-12-30 12:09:05 -08:00
Deepanshu Gupta
e64a5bd2fb Fix DatePicker rendering.
1. Return AccessibilityManager service from context.
2. Don't throw an exception if no style specifited in
obtainStyledAttributes. Specifying no style is valid and it's supposed
to use the default theme in that case.

Bug: http://b.android.com/82712 and http://b.android.com/79218
Change-Id: Iba7097f36996e4d6f1e9db778dc73294f2854c79
2014-12-29 12:29:16 -08:00
Deepanshu Gupta
0ff4568ca0 Make Preference-cookie map non static.
Moved the map from Preference to View Cookie to BridgeContext. This
means the map need not be static anymore.

NO_SQ: Depends on unsubmitted changes.
Change-Id: I662513def17bd6ec3a2646c3bec9bf4f9f89fc15
2014-12-23 12:04:30 -08:00
Deepanshu Gupta
dfeffd4c0a Fix default initial value for preferences
NO_SQ: Depends on unsubmitted changes.
Change-Id: I061cf71f6167d382e9ef060abeb4d5cff83c4104
2014-12-23 12:04:30 -08:00
Deepanshu Gupta
10bb1371dc Add preferences rendering.
NO_SQ: Depends on updating layoutlib-api-prebuilt.jar
Change-Id: Iae93ab74c478e6f2158e1528467bec9ee2d7ee9b
2014-12-23 12:04:30 -08:00
Sarah Maddox
029acc8ee8 am ab515931: Merge "docs: Fixes typo on Play services page for Maps." into lmp-docs
* commit 'ab5159310ad68f4a4325d772dc7369f7368b5a5b':
  docs: Fixes typo on Play services page for Maps.
2014-12-23 02:51:47 +00:00
Sarah Maddox
ab5159310a Merge "docs: Fixes typo on Play services page for Maps." into lmp-docs 2014-12-23 02:20:23 +00:00
Sarah Maddox
71de8ea11f docs: Fixes typo on Play services page for Maps.
Bug: 18832605
Change-Id: I31cd802c80fe5f1c5b0c600859e9a32b020344e7
2014-12-23 13:08:08 +11:00
Joe Fernandez
180bd6be52 am 76db15a8: docs: fix problem with TOC after Japanese pages merge
* commit '76db15a8c9a644bdff854763a922e1e3fd525e9c':
  docs: fix problem with TOC after Japanese pages merge
2014-12-20 06:49:19 +00:00
Joe Fernandez
76db15a8c9 docs: fix problem with TOC after Japanese pages merge
Change-Id: I75c78bd600907467fa81af197df216d5e6a31b1f
2014-12-19 22:38:47 -08:00
David Friedman
919ecb221f am 58a5e3db: Merge "Android TV initial (time-sensitive) localization release for Japanese partners. Bug: 18527238 Change-Id: Id933695738a07aa0a1c02783e022dd8b98bbf98e" into lmp-docs
* commit '58a5e3db000c6fe42e68790e72418bf143e3bc14':
  Android TV initial (time-sensitive) localization release for Japanese partners. Bug: 18527238 Change-Id: Id933695738a07aa0a1c02783e022dd8b98bbf98e
2014-12-20 02:48:00 +00:00
David Friedman
58a5e3db00 Merge "Android TV initial (time-sensitive) localization release for Japanese partners. Bug: 18527238 Change-Id: Id933695738a07aa0a1c02783e022dd8b98bbf98e" into lmp-docs 2014-12-20 02:04:39 +00:00
David Friedman
827cc88a33 Android TV initial (time-sensitive) localization release for Japanese partners.
Bug: 18527238
Change-Id: Id933695738a07aa0a1c02783e022dd8b98bbf98e
2014-12-19 18:00:44 -08:00
Joe Fernandez
c27d5fd6a8 am 7cec35ef: Merge "docs: b/18122848 [DAC] Android TV - Recommendation card" into lmp-docs
* commit '7cec35ef5225f3dbc11cd78b96478751fe4158c3':
  docs: b/18122848 [DAC] Android TV - Recommendation card
2014-12-20 00:34:38 +00:00
Joe Fernandez
7cec35ef52 Merge "docs: b/18122848 [DAC] Android TV - Recommendation card" into lmp-docs 2014-12-20 00:30:09 +00:00
Joe Fernandez
66fefd0c4c am a9a36ab2: Merge "docs: plugin link name update" into lmp-docs
* commit 'a9a36ab225f8e53d79d83ff9eb452efc4933b6ae':
  docs: plugin link name update
2014-12-20 00:18:07 +00:00
Scott Rowe
d7d1411aa0 am e2b44f86: docs: Making TV Apps Searchable - new training
* commit 'e2b44f86b9ff32cc5fec04c10d09d639fd1f45f2':
  docs: Making TV Apps Searchable - new training
2014-12-20 00:18:03 +00:00
Joe Fernandez
a9a36ab225 Merge "docs: plugin link name update" into lmp-docs 2014-12-20 00:13:58 +00:00
Scott Rowe
ea7a71b25d docs: b/18122848 [DAC] Android TV - Recommendation card
Change-Id: I3347254ae659e4edc7a07aa30b276bd24636db17
2014-12-19 16:11:58 -08:00
Scott Rowe
e2b44f86b9 docs: Making TV Apps Searchable - new training
Change-Id: I188c14789c9ba36a35d0c2d07b349ac301837a48
2014-12-19 15:15:04 -08:00
Andrew Solovay
b663f2fc18 am 713cd74e: docs: New "app compatibility with managed profiles" doc
* commit '713cd74e333ab9bb35cb7538611194d891e4eb53':
  docs: New "app compatibility with managed profiles" doc
2014-12-19 21:45:20 +00:00
Andrew Solovay
713cd74e33 docs: New "app compatibility with managed profiles" doc
Doc on steps app developers can take to make sure their apps will
behave properly in a managed-profile environment. Doesn't talk about
unreleased features, this is intended to go live on DAC in December.

See first comment for doc stage location.

Change-Id: I82e17e6085f732096e2aff40fea52d3ddafcf3ee
2014-12-19 13:31:34 -08:00
Rich Slogar
7cc83988d3 docs: studio sample procedure update
b/18591448

Change-Id: Ie69d3391bd45ec3b4c2bccc8eb86e5f28290f686
2014-12-19 10:40:55 -08:00
Rich Slogar
c6127b0d34 docs: plugin link name update
b/18670573

Change-Id: I4cf509f4668c6308acbd5602b65129ba542aca71
2014-12-19 09:50:18 -08:00
Joe Fernandez
609252651f am afc3b9e7: Merge "docs: studio build output dir name update" into lmp-docs
* commit 'afc3b9e7f54034f16df5b2b6ec1f1f7e4f7bdcbc':
  docs: studio build output dir name update
2014-12-19 05:40:24 +00:00
Joe Fernandez
43f4e8faa6 am 27cb0a56: Merge "docs: gradle version update in plugin file" into lmp-docs
* commit '27cb0a56589ed6e49a832d6b2ff8bba38eb8cb9d':
  docs: gradle version update in plugin file
2014-12-19 05:40:21 +00:00
Joe Fernandez
afc3b9e7f5 Merge "docs: studio build output dir name update" into lmp-docs 2014-12-19 05:35:19 +00:00
Joe Fernandez
f110d35785 am 8eaf4042: Merge "docs: gradle wrapper security note" into lmp-docs
* commit '8eaf404239286f6179dd032184cab3fa0943834c':
  docs: gradle wrapper security note
2014-12-19 05:34:39 +00:00
Joe Fernandez
09b41c02af am e6395cd3: Merge "docs: project file and toc updates" into lmp-docs
* commit 'e6395cd34c353ad848b6e414f9e9d215311da4c4':
  docs: project file and toc updates
2014-12-19 05:34:35 +00:00
Joe Fernandez
27cb0a5658 Merge "docs: gradle version update in plugin file" into lmp-docs 2014-12-19 05:34:07 +00:00
Joe Fernandez
8eaf404239 Merge "docs: gradle wrapper security note" into lmp-docs 2014-12-19 05:29:58 +00:00
Joe Fernandez
e6395cd34c Merge "docs: project file and toc updates" into lmp-docs 2014-12-19 05:28:36 +00:00