Craig Stout
3d2e6fb968
Add VerticalGridActivity to the leanback demo.
...
Change-Id: I38e8a85d5a7ae30b1c0ee71cff979456bdac0665
2014-04-09 00:10:44 -07:00
Alan Viverette
c69dbd9404
Update ApiDemos to use API 20, default theme
...
Change-Id: I74f47722093bb2dd72b506603afcd5c300d53431
2014-04-08 15:31:33 -07:00
Alan Viverette
b020f1cbf5
Fix numbering in API Demos
...
Change-Id: Ia2983f96c3cd1b48bac9941465adf39989536794
2014-04-07 16:22:44 -07:00
George Mount
b3059f8744
Use framework Transition MoveImage and Slide
...
Change-Id: I3c55ee699288f1945ae0a23dfad2ae4fd9caa9a0
2014-04-07 09:13:55 -07:00
Tim Kilbourn
2afda8f4bd
am e88b659c: am 29830054: Add callbacks for actions in details.
...
* commit 'e88b659c2b5ad7dc142f73a5ddfe9e49c7ccb94c':
Add callbacks for actions in details.
2014-04-06 08:43:28 +00:00
Tim Kilbourn
e88b659c2b
am 29830054: Add callbacks for actions in details.
...
* commit '29830054ff0d668aa51732aa080fcac113f9895c':
Add callbacks for actions in details.
2014-04-06 08:02:36 +00:00
Tim Kilbourn
29830054ff
Add callbacks for actions in details.
...
Change-Id: I5d56e65c45c686fa1b4a686d67f27fb316f9ddf9
2014-04-04 16:39:12 -07:00
Tim Kilbourn
77815190e4
am 62ff9646: am 7f94b8d6: Add a details fragment to leanback samples.
...
* commit '62ff9646276f2176c78367e7ae6694ce29a50149':
Add a details fragment to leanback samples.
2014-04-04 22:34:36 +00:00
Tim Kilbourn
62ff964627
am 7f94b8d6: Add a details fragment to leanback samples.
...
* commit '7f94b8d6e6bd1dc4e2e8d95d1aeb1c3c00a13dd0':
Add a details fragment to leanback samples.
2014-04-04 22:26:29 +00:00
Tim Kilbourn
7f94b8d6e6
Add a details fragment to leanback samples.
...
Change-Id: Ib958e02b464618107ab7233cb0e05bddc6ef56df
2014-04-04 12:46:19 -07:00
Dave Platt
73f1ba806f
Update sample NSD app to work reliably with current Android
...
Change the management of NSD Listener objects to one which ensures
that each Listener will be used for only one NSD service request at
a time (as the APIs were intended to function). Listeners are now
allocated in a "lazy" on-demand way, rather than having one Listener
of each type allocated at application startup time. When the Register
or Discover button is clicked, any existing Listener request of that
type will be canceled and the Listener discarded (avoiding the need
to wait until the Listener callback has been completed), and a new
Listener will be allocated.
Moves code around in the application-lifecycle callbacks to reflect
the current Android lifecycle. Doing important things like
unregistering NSD services should not be done in the onDestroy()
callback, as there is no guarantee that the app won't be killed
before this callback is invoked. This can lead to "zombie"
NSD registrations in KitKat.
Adds additional lifecycle logging.
Pass 2 - fix typo, clean up trailing whitespace
Pass 3 - fix onStart/onRestart mismatch
Bug: 13512512
Change-Id: Ic164110759204b27d8a14376777b593ebe1865fa
2014-03-31 13:45:36 -07:00
Yigit Boyar
f8af676fe1
am 71e839fd: am 01851b3e: Merge "LinearLayoutManager examples" into klp-modular-dev
...
* commit '71e839fdec5256af2ac9a55f6b32c929383e6dfe':
LinearLayoutManager examples
2014-03-28 23:40:10 +00:00
Yigit Boyar
71e839fdec
am 01851b3e: Merge "LinearLayoutManager examples" into klp-modular-dev
...
* commit '01851b3efd18fd60db8a13563e1374a84b3c89fe':
LinearLayoutManager examples
2014-03-28 23:03:53 +00:00
Yigit Boyar
01851b3efd
Merge "LinearLayoutManager examples" into klp-modular-dev
2014-03-28 22:56:29 +00:00
Yigit Boyar
7cbaf60e92
LinearLayoutManager examples
...
Added a new activity to Support7Demos to showcase LinearLayoutManager.
Extracted helper classes from RecycleViewActivity so that they can be used in other examples.
Change-Id: Id00325afee00eefd259f688e65d6124e23d6eb83
2014-03-27 15:51:53 -07:00
Alan Viverette
f210b1e37f
Remove deprecated Gallery and ImageSwitcher from API Demos
...
Change-Id: Ib6b1f23a368d042674aabd01361f76df2a8e5280
2014-03-26 14:13:36 -07:00
Alan Viverette
f37ac8560a
Clean up DeviceDefault style in API Demos
...
Change-Id: I00b638cb99ef55accfc900758b8445765c8e6d69
2014-03-26 12:23:07 -07:00
Tim Kilbourn
2a137224a6
am 939cafef: am 3baefeb5: Initial leanback sample code.
...
* commit '939cafeffa71d5db33d4882cadd39314f4ee1a64':
Initial leanback sample code.
2014-03-24 22:36:50 +00:00
Tim Kilbourn
939cafeffa
am 3baefeb5: Initial leanback sample code.
...
* commit '3baefeb50bbd72db2347d112fc6e3daeff94ffc0':
Initial leanback sample code.
2014-03-24 17:17:22 +00:00
Tim Kilbourn
3baefeb50b
Initial leanback sample code.
...
SupportLeanbackDemos starts out with a fully functional app with a
BrowseFragment. Still need to add examples with cursors, hovercards,
and more.
Change-Id: I845d5b92c29a5585af7968b08e7daa11b2996f5a
2014-03-21 15:13:12 -07:00
Adam Koch
afe9bac93a
am 4d5a7ace: am 87bd56ff: am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
...
* commit '4d5a7ace8e214c14001128cbeaf410a97da729a0':
Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 21:05:20 +00:00
Adam Koch
4d5a7ace8e
am 87bd56ff: am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
...
* commit '87bd56ff96c226d0f53911205657f07cd2bb19c0':
Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 17:05:17 +00:00
Adam Koch
87bd56ff96
am 3a09d75f: am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
...
* commit '3a09d75f5bb284ce9367816d557b5e25d1c5fea2':
Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 16:59:16 +00:00
Adam Koch
3a09d75f5b
am bdd20c5c: Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
...
* commit 'bdd20c5c1a78941e0e94123c78152123f0be946a':
Remove bitmapfun code sample (it has moved to samples framework).
2014-03-20 09:31:03 +00:00
Adam Koch
bdd20c5c1a
Merge "Remove bitmapfun code sample (it has moved to samples framework)." into klp-docs
2014-03-20 07:22:29 +00:00
Ricardo Cervera
f0ea1b0ed7
am 5a863c55: am 1aec60d4: am f203e028: am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit '5a863c55b5034b879236aa605f5c2af64fc26b3d':
docs: Modified sample descriptions for March sample push.
2014-03-14 17:54:25 +00:00
Ricardo Cervera
5a863c55b5
am 1aec60d4: am f203e028: am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit '1aec60d4a61ec81844180560eb25098a5c19eb95':
docs: Modified sample descriptions for March sample push.
2014-03-14 16:32:58 +00:00
Ricardo Cervera
1aec60d4a6
am f203e028: am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit 'f203e0289eb1e418a5ce2049893306bcd13d30a7':
docs: Modified sample descriptions for March sample push.
2014-03-14 16:28:33 +00:00
Adam Powell
ff6ec86d06
am a506acdd: am e3ac380a: Merge "Update RecyclerView sample to show use of ItemDecoration" into klp-modular-dev
...
* commit 'a506acddc30c6ec56fc7f916d819f71374a9d4ae':
Update RecyclerView sample to show use of ItemDecoration
2014-03-14 10:02:54 +00:00
Ricardo Cervera
f203e0289e
am c861a265: Merge "docs: Modified sample descriptions for March sample push." into klp-docs
...
* commit 'c861a2650bce3a0ff02f1efcb5c6b38e741c1878':
docs: Modified sample descriptions for March sample push.
2014-03-13 22:15:03 +00:00
Adam Powell
a506acddc3
am e3ac380a: Merge "Update RecyclerView sample to show use of ItemDecoration" into klp-modular-dev
...
* commit 'e3ac380aa076a35a253469f1b6d1a0e272ca0228':
Update RecyclerView sample to show use of ItemDecoration
2014-03-13 18:19:09 +00:00
Adam Powell
e3ac380aa0
Merge "Update RecyclerView sample to show use of ItemDecoration" into klp-modular-dev
2014-03-13 18:16:05 +00:00
George Mount
016fbf2c60
Undo inadvertent change to Transitions API demo.
...
Change-Id: Ib986f1dd560291896c5e5619c7af9947ee4efaf1
2014-03-13 10:27:03 -07:00
Adam Powell
c12c207351
Update RecyclerView sample to show use of ItemDecoration
...
Add dividers between list items. These modify the space allocated for
each item.
Change-Id: I995a172ed0b6acef6b84faaa50c02f0ae8db1002
2014-03-13 09:40:35 -07:00
Trevor Johns
d43bf2c371
am f62824c6: am 9d563550: Merge "Align "from code" parent-child preference flow with "from XML""
...
* commit 'f62824c658006c620be775ca82b74fcc6f82b59c':
Align "from code" parent-child preference flow with "from XML"
2014-03-12 19:56:45 +00:00
Alexander Lucas
dfc9958fa6
am 23f9bb62: am cd1255d1: am 4362d331: resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
* commit '23f9bb62da2c1b8257ea656c0b14c2e0fca9648b':
Updating build metadata for march sample push.
2014-03-12 15:18:58 +00:00
Alexander Lucas
19377d9176
am d393b918: am 58c6156e: am 94f80bce: am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit 'd393b9182094bacaa99d9387c39ff1abbee94977':
Adding browsable prebuilt samples for march push
2014-03-12 15:18:57 +00:00
Trevor Johns
f62824c658
am 9d563550: Merge "Align "from code" parent-child preference flow with "from XML""
...
* commit '9d5635501a9fdf2f9ef5b51a4be021622f2f9a67':
Align "from code" parent-child preference flow with "from XML"
2014-03-11 23:22:56 +00:00
Trevor Johns
9d5635501a
Merge "Align "from code" parent-child preference flow with "from XML""
2014-03-11 19:52:17 +00:00
Alexander Lucas
23f9bb62da
am cd1255d1: am 4362d331: resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
* commit 'cd1255d19cf03b6f0d463b48e0ad6eb8b5c57b57':
Updating build metadata for march sample push.
2014-03-11 19:18:42 +00:00
Alexander Lucas
d393b91820
am 58c6156e: am 94f80bce: am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit '58c6156e0b9a33ed64af5e5849ba1a80fd5ac0a2':
Adding browsable prebuilt samples for march push
2014-03-11 19:18:40 +00:00
Alexander Lucas
cd1255d19c
am 4362d331: resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
* commit '4362d331f0ee5257b881a346fce63348e880fa1c':
Updating build metadata for march sample push.
2014-03-11 17:44:32 +00:00
Alexander Lucas
58c6156e0b
am 94f80bce: am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit '94f80bce07febc80df1372fc84514b51c7b1e8c7':
Adding browsable prebuilt samples for march push
2014-03-11 17:44:14 +00:00
Ricardo Cervera
c861a2650b
Merge "docs: Modified sample descriptions for March sample push." into klp-docs
2014-03-10 22:14:35 +00:00
Ricardo Cervera
9b23d66215
docs: Modified sample descriptions for March sample push.
...
Edited the _index.jd files from the new samples.
Stage: http://localhost:8001/samples/MediaRouter/index.html
Patch: Addressed Dirk's comments.
Change-Id: I029a9a1cb3fbfbe93e09ce2cdd8a7b5e49c6c074
2014-03-10 15:10:47 -07:00
Alexander Lucas
4362d331f0
resolved conflicts for merge of 6da9c2ed to klp-ub-dev
...
Change-Id: I2997c1204ff7aa9728f4df782fefe9d413bfbba7
2014-03-10 15:02:25 -07:00
Alexander Lucas
6da9c2edfe
Merge "Updating build metadata for march sample push." into klp-docs
2014-03-10 21:45:52 +00:00
Alexander Lucas
94f80bce07
am a780ba4b: Adding browsable prebuilt samples for march push
...
* commit 'a780ba4b15cbe69e7ad74c34c21ccef5e8cdce23':
Adding browsable prebuilt samples for march push
2014-03-10 19:49:41 +00:00
Alexander Lucas
a780ba4b15
Adding browsable prebuilt samples for march push
...
Change-Id: I952db10d9c9acb4940db08a07789347ea2effe4d
2014-03-10 09:21:36 -07:00
Alexander Lucas
97c8590ca8
Updating build metadata for march sample push.
...
Change-Id: Ic8f6e2adce61c76cfb3e3c6db96f13c915be7a63
2014-03-07 15:00:38 -08:00