Commit Graph

2204 Commits

Author SHA1 Message Date
Adam Lesinski
a75e45ab61 Merge "Fix incorrect external resource creation" 2014-06-26 05:59:24 +00:00
George Mount
60d8cebd04 Merge "Use Material theme's default enabling of Activity Transitions." 2014-06-25 17:34:02 +00:00
Andy Wickham
967d3f60dd am ad2f26b9: am 11b32f03: Clean up samples (gradle files and Compat stuff in wearable code).
* commit 'ad2f26b93b53d5e806d619d290bda953dd54b434':
  Clean up samples (gradle files and Compat stuff in wearable code).
2014-06-24 21:04:50 +00:00
Griff Hazen
6c3cef6e70 am b3ae9165: am 96f19c45: Sample showing how to embed a wearable app into a phone
* commit 'b3ae91650a49da7453a95ab8c72461d4897c5ccb':
  Sample showing how to embed a wearable app into a phone
2014-06-24 21:04:48 +00:00
Dan Aminzade
59167edab0 am 2c603516: am 9fd71d61: Add new SynchronizedNotifications sample.
* commit '2c6035162e1509651871c5d88ff87c434ba6c56e':
  Add new SynchronizedNotifications sample.
2014-06-24 21:04:47 +00:00
Griff Hazen
0a849fce81 am 246dbde4: am 6cb66cf8: Switch wearable samples to gradle 0.12.
* commit '246dbde49a20758db0d430a38ee285b332397a38':
  Switch wearable samples to gradle 0.12.
2014-06-24 21:04:38 +00:00
Andy Wickham
ad2f26b93b am 11b32f03: Clean up samples (gradle files and Compat stuff in wearable code).
* commit '11b32f038486390d91aafb56c6204666267db89f':
  Clean up samples (gradle files and Compat stuff in wearable code).
2014-06-24 21:00:23 +00:00
Griff Hazen
b3ae91650a am 96f19c45: Sample showing how to embed a wearable app into a phone
* commit '96f19c456f3eafea5ab267b13dfceae1c75964eb':
  Sample showing how to embed a wearable app into a phone
2014-06-24 21:00:20 +00:00
Dan Aminzade
2c6035162e am 9fd71d61: Add new SynchronizedNotifications sample.
* commit '9fd71d61f262bfe238b58c60fab6e6494b028356':
  Add new SynchronizedNotifications sample.
2014-06-24 21:00:19 +00:00
Griff Hazen
246dbde49a am 6cb66cf8: Switch wearable samples to gradle 0.12.
* commit '6cb66cf80e3ab19f37efd8f35eb5a1debebc7d68':
  Switch wearable samples to gradle 0.12.
2014-06-24 21:00:11 +00:00
George Mount
dd27218e5d Use Material theme's default enabling of Activity Transitions.
Bug 15746767

Change-Id: I88eaeeab5483cc2b82837a2ddca6702ffa25fcd4
2014-06-24 06:55:58 -07:00
Andy Wickham
11b32f0384 Clean up samples (gradle files and Compat stuff in wearable code).
- Remove -v13 and -v4 dependencies on wearable side
- Verify phone is set to compile on API 19 and wearable on 20
- Replace NotificationCompat in wearable side since it uses API 20
- Move ElizaChat code to Application directory

Bug: 15809453
Change-Id: Ib75e7894505f82e5b4d8591b4dfa91a3de8e0329
2014-06-23 19:15:26 -07:00
Griff Hazen
96f19c456f Sample showing how to embed a wearable app into a phone
With a keystore present.

Change-Id: I3693f8c4b7ff09fe2fc3023bfe561b929333b8a4
2014-06-23 15:36:51 -07:00
Dan Aminzade
9fd71d61f2 Add new SynchronizedNotifications sample.
This sample demonstrates how to use DataItems to construct linked
phone- and wearable-side notifications.

Change-Id: I6defa7fad671ba2ec0de25c8913abd66d07846a2
2014-06-23 15:32:56 -07:00
Griff Hazen
6cb66cf80e Switch wearable samples to gradle 0.12.
And remove unnecessary lint warning skips and noCompress 'apk'

Bug: 15827591
Change-Id: I862fa7188277ac7de0dca22ecf0d9129ca941ee5
2014-06-23 14:41:03 -07:00
George Mount
c580adec26 Revert "Revert "API Review: Change View viewName attribute to transitionName.""
This reverts commit f4138cbcfc.

Change-Id: Id5531f7508b22cf0242a5bef063423d932eb104e
2014-06-23 08:18:46 -07:00
John Reck
da59fc09c9 Merge "Revert "API Review: Change View viewName attribute to transitionName."" 2014-06-23 14:51:00 +00:00
John Reck
f4138cbcfc Revert "API Review: Change View viewName attribute to transitionName."
This reverts commit 7033a59303.

Change-Id: Ibc8ff91f73b69177ad40890cea36f1b9903e5505
2014-06-23 14:51:47 +00:00
Mark Renouf
73d0a3759a am 2cba0745: Adds a GridViewPager sample wearable app
* commit '2cba0745a46ee260bfbe303fa89386ab5348604c':
  Adds a GridViewPager sample wearable app
2014-06-23 03:53:22 +00:00
Mark Renouf
2cba0745a4 Adds a GridViewPager sample wearable app
Change-Id: I014670493bb54bc1a6e3c1ecda716b9ea8d83412
2014-06-22 21:24:55 -04:00
Griff Hazen
9872c0c7c0 Move all wearable samples to development/samples/wearable
Update build.gradle to compile them all, and remove
gradle stopships.

Copied from vendor/google_clockwork klp-modular-dev as of:
01930cc85bc1ba974a412db7d3c9d17387702e16

Bug: 15591212
Bug: 15264403

Change-Id: I4d05c35c995e675d92039b1dfb2a33e454285af5
2014-06-22 00:18:09 -07:00
George Mount
f4a02fdb95 Merge "API Review: Change View viewName attribute to transitionName." 2014-06-21 03:15:09 +00:00
Mark Renouf
c788c7955d am 73d0a375: am 2cba0745: Adds a GridViewPager sample wearable app
* commit '73d0a3759a97d0c242a0448957d344de9c412c47':
  Adds a GridViewPager sample wearable app
2014-06-23 03:55:06 +00:00
Griff Hazen
106d4ca41d am 5da8165a: am 9872c0c7: Move all wearable samples to development/samples/wearable
* commit '5da8165a4600c62df835e9f59fc61e2d35c7eae4':
  Move all wearable samples to development/samples/wearable
2014-06-22 09:52:31 +00:00
Griff Hazen
5da8165a46 am 9872c0c7: Move all wearable samples to development/samples/wearable
* commit '9872c0c7c0383c0d940bab2862c9468af26ee638':
  Move all wearable samples to development/samples/wearable
2014-06-22 09:02:21 +00:00
Griff Hazen
6d5f06db93 am bd6a37e8: am b6bca953: Add first wearable sample to sdk samples distribution
* commit 'bd6a37e88f8b32fc3cb62c1ace83aa16546c0981':
  Add first wearable sample to sdk samples distribution
2014-06-21 20:19:14 +00:00
Griff Hazen
bd6a37e88f am b6bca953: Add first wearable sample to sdk samples distribution
* commit 'b6bca953909d42a6284de4128d767eff8c9862ee':
  Add first wearable sample to sdk samples distribution
2014-06-21 20:15:51 +00:00
Griff Hazen
b6bca95390 Add first wearable sample to sdk samples distribution
Wearable samples sometimes have special gradle setups that nest
one application within another. As such, inclusion in the existing
samples generator may be tricky. Instead, just prepare the sample
for direct inclusion into the sdk distribution.

Create a convenience gradle build to build all wearable samples
at once.

Bug: 15591212
Change-Id: I6e03f7c5cc87909430b927aca4b403ded77917ab
2014-06-20 16:31:07 -07:00
George Mount
7033a59303 API Review: Change View viewName attribute to transitionName.
Bug 15548520

Change-Id: Ie1c9fedfb1ff7e3b4e16435f71fc9df4b9107636
2014-06-20 07:38:06 -07:00
Adam Lesinski
0f2beb163a Fix incorrect external resource creation
ID resources were being created in the external 'android' package.

Change-Id: I35b5b2bb03bb093ade0c3c5dd1f22bd1269fdc6b
2014-06-19 16:29:56 -07:00
Chris Craik
7007035ef1 Add Shadow demos to ApiDemos
bug:15724818
Change-Id: I22e3faaee9bb1d46f9c9f16cac38069071e1fc0b
2014-06-19 11:06:28 -07:00
Raphael Moll
38e32bfdab am fe00e393: Merge "SDK samples package 20 revision 1" into lmp-preview-dev
* commit 'fe00e3932d4ef7736d50932953114883410d1ab0':
  SDK samples package 20 revision 1
2014-06-16 17:55:23 +00:00
Raphael Moll
600d07bcb4 am 2ed3edb6: SDK samples package 20 revision 1
* commit '2ed3edb6c91ff9d7054c545812e158656298b070':
  SDK samples package 20 revision 1
2014-06-16 17:39:41 +00:00
Raphael Moll
2ed3edb6c9 SDK samples package 20 revision 1
Change-Id: I11f1bdeb7c1f5755962fd923556d778b8c3fa3cd
2014-06-14 18:48:30 -07:00
Ying Wang
88a13aae2f Fix build.
Change-Id: I9a19516c637aff55a133d0a6a98f4ee140001ea1
2014-06-14 10:21:46 -07:00
Jae Seo
5ddaa90c1a Merge "Apply the latest changes in TV framework for AtscTvInput" 2014-06-12 17:09:07 +00:00
Alan Viverette
a9cb62536b Add navigation list to API Demos
Change-Id: Ib18bb6ce41b27049273add697a65c607442ee13f
2014-06-12 18:13:42 -07:00
Yigit Boyar
3d49877e6e Merge "Remove calls to LM.getItemCount in demos." 2014-06-12 17:09:07 +00:00
Yigit Boyar
c77710e3eb Remove calls to LM.getItemCount in demos.
Bug: 15410611
Change-Id: Ie31616f792501f29fbb9e68f742563fbb1cde0ca
2014-06-12 15:58:16 -07:00
Jaewan Kim
7cf897a71b Apply the latest changes in TV framework for AtscTvInput
Bug: 15578871
Change-Id: Ia268b239510cf216ddf0f1bdce63f6c7f5bf3bdf
2014-06-12 19:42:09 +09:00
Alan Viverette
6fcf326d1a Add list navigation to API Demos
BUG: 15566102
Change-Id: I4c1dd13d5ac5502d6d3f879ce916b09d81338940
2014-06-12 12:56:36 -07:00
Chet Haase
5dc15512b8 am 2d719d6c: AnimatedRecyclerActivity demo supports simpler RV item animations
* commit '2d719d6c716e4b800c9b9bcd31fe36fdddb8adfd':
  AnimatedRecyclerActivity demo supports simpler RV item animations
2014-06-11 12:41:38 +00:00
Raphael Moll
ae066e333a SDK samples package 20 revision 1
Change-Id: I11f1bdeb7c1f5755962fd923556d778b8c3fa3cd
2014-06-15 01:50:47 +00:00
Yigit Boyar
365d701866 DO NOT MERGE Disable predictive animations in RecyclerView demo
Change-Id: I3b8ea3896866e389ccae2db32b1828194b8acf25
2014-06-11 23:41:50 +00:00
Chet Haase
2d719d6c71 AnimatedRecyclerActivity demo supports simpler RV item animations
Add logic to AnimatedRecyclerActivity to allow it to opt into, or out of,
predictive item animations in RecyclerView.

Issue #15542012 Simplify RecyclerView animations

Change-Id: Ibb089a98c4d465730cfbff2a9dec369e28feff82
2014-06-10 12:35:41 -07:00
Jeff Sharkey
49e67f2a61 am 893d702d: Follow directory API changes.
* commit '893d702d1207dcaa3bbcac45597fc3cc04b420ff':
  Follow directory API changes.
2014-06-10 14:55:36 +00:00
Jeff Sharkey
893d702d12 Follow directory API changes.
Bug: 15429194
Change-Id: Ib30c8c3697dbf883cdbaef5a839ddd9bc0a900d0
2014-06-09 16:48:32 -07:00
Alan Viverette
6adc4266c8 Material theme
BUG: 15467097
Change-Id: Icea9710a8733a0c79c114a56faa61db99b9723bd
2014-06-06 15:25:30 -07:00
Alan Viverette
14fba07cf0 DO NOT MERGE Material theme
BUG: 15467097
Change-Id: Icea9710a8733a0c79c114a56faa61db99b9723bd
2014-06-06 13:52:28 -07:00
Jae Seo
ba490132c0 am 11d8830d: AtscInput: Update to the latest TV Input Framework API
* commit '11d8830d246e18e65072613ec86e1c0aaf4070df':
  AtscInput: Update to the latest TV Input Framework API
2014-06-06 12:36:02 +00:00