summaryrefslogtreecommitdiff
path: root/samples/Support4Demos/src
Commit message (Collapse)AuthorAgeFilesLines
* SupportV7 Navigation Bar DemoYigit Boyar2014-08-291-0/+15
| | | | Change-Id: I4347762a621a887ccac03372071abac5b56b52f3
* Update DrawerLayout demo code to use title APIAlan Viverette2014-01-171-0/+5
| | | | | BUG: 12460402 Change-Id: Id3873bf850f4fac67593c86be9aa2e9e1adb78ba
* Swiperefresh sampleMindy Pereira2013-11-191-0/+139
| | | | Change-Id: Ifc5736c91e61b592a010bd212752347e141849cc
* am e1d4743d: am 3c16ec88: Fix bugs in FragmentLayoutSupport sample in ↵Adam Powell2013-08-121-8/+4
|\ | | | | | | | | | | | | Support4Demos * commit 'e1d4743db13fc4f99f4608876f36d0e44e3f854a': Fix bugs in FragmentLayoutSupport sample in Support4Demos
| * Fix bugs in FragmentLayoutSupport sample in Support4DemosAdam Powell2013-08-121-8/+4
| | | | | | | | Change-Id: I6b2828f8f6510e34cc11c3dc24b5022b241bd542
* | am 19142864: am 1cb84db2: Merge "Add RTL support in Support4Demos manifest, ↵Alan Viverette2013-08-071-1/+1
|\| | | | | | | | | | | | | fix DrawerLayout sample" into jb-mr2-ub-dev * commit '19142864e826415f6be4f04a9fe125ba6d44cc54': Add RTL support in Support4Demos manifest, fix DrawerLayout sample
| * Merge "Add RTL support in Support4Demos manifest, fix DrawerLayout sample" ↵Alan Viverette2013-08-061-1/+1
| |\ | | | | | | | | | into jb-mr2-ub-dev
| | * Add RTL support in Support4Demos manifest, fix DrawerLayout sampleAlan Viverette2013-08-061-1/+1
| | | | | | | | | | | | Change-Id: I1152ad6e49a1b1dc88a70f701bf7ed2fe882e242
* | | resolved conflicts for merge of 73a12453 to masterMindy DelliCarpini2013-08-061-0/+109
|\| | | | | | | | | | | Change-Id: Ib6944821270b6a76272625748190926adcad8eda
| * | Add sample for new ContentLoadingProgressBar.Mindy DelliCarpini2013-08-051-0/+109
| |/ | | | | | | Change-Id: I057fbe3f355030eb5d857e1a86f04302bb1e147e
* / Add sample code for ExploreByTouchHelper class.Alan Viverette2013-06-061-0/+326
|/ | | | Change-Id: Id8f0ba809746114434d553885ddfed9260bdaa45
* Fix bug #8656546 API REVIEW: android.text.bidi / android.textFabrice Di Meglio2013-04-191-1/+1
| | | | | | - clean BidiFormatter APIs Change-Id: I231a3511850b7149f675debb68e2dd7f1de8308b
* Merge "Update to follow TransportMediator API changes." into jb-mr2-devDianne Hackborn2013-04-192-11/+11
|\
| * Update to follow TransportMediator API changes.Dianne Hackborn2013-04-182-11/+11
| | | | | | | | Change-Id: Icedd0fbe15cf84ff4d3f0c59826f698e92138b47
* | resolved conflicts for merge of b105894b to jb-mr2-devAdam Powell2013-04-192-0/+466
|\ \ | |/ |/| | | Change-Id: Ifa617d1807d29e91998d98482e50bdd40ee61b1a
| * Add Support4Demos examples for DrawerLayout and SlidingPaneLayoutAdam Powell2013-04-182-0/+466
| | | | | | | | | | | | Show basic usage of these two new widgets. Change-Id: I1ec82041c198e2b2853a0d1eb07e0ab78dbea61c
* | Fix issue #8520788: Add WakefulBroadcastReceiverDianne Hackborn2013-04-173-0/+168
| | | | | | | | | | | | Add sample code. Change-Id: I46f4f25ceb4e12f975e3cebd83f62de2555a8996
* | Update for java docs.Dianne Hackborn2013-04-111-19/+11
| | | | | | | | Change-Id: I1a34e5d3aaf2b00717d65b3487a919f237738dc2
* | Update media controller sample.Dianne Hackborn2013-04-052-152/+140
| | | | | | | | | | | | | | | | Now use the new abstractions of TransportMediator. Guess I should also change the name of this sample to match it... that'll be for a future change. :) Change-Id: I932f8215bba51dfaa1bd5766ab9551c9dc440657
* | Improve TransportController demo.Dianne Hackborn2013-04-042-20/+623
| | | | | | | | | | | | | | | | | | | | | | | | This is an actually realistic implementation of a video player. It's still delibrately simple, but it's not outright broken. We now have our own media controller since that is the only way to get something that actually works, we use system UI flags to hide nav/status bar when playing, we use the new TransportController APIs to go into a formal playback state where we take audio focus. Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46
* | Move media key handling to here.Dianne Hackborn2013-04-041-2/+27
| | | | | | | | Change-Id: I6b8c66ef465640951da4b36da53e7fda00e48d20
* | Add TransportController API demo.Dianne Hackborn2013-03-221-0/+69
| | | | | | | | Change-Id: Id852ac8de1bcfbfba2d9e8557664c1aaa1e75df4
* | Move media router samples to new Support7Demos project.Jeff Brown2013-03-203-591/+0
| | | | | | | | | | | | | | Add media router support library to SDK build. Bug: 8175766 Change-Id: I2f333d40ad39e820e8d706a7dab086241692a861
* | Fix #8185319 Need to put Android BidiFormatter into the Support LibraryFabrice Di Meglio2013-03-141-0/+50
| | | | | | | | | | | | - add demo into Support4Demos Change-Id: I041144510c907dd1639ea56c45321486d86fe859
* | Samples for media router support library.Jeff Brown2013-03-123-0/+591
| | | | | | | | Change-Id: I3c578f61e310b552b0dd372dc27c709c35193bbd
* | Example code for FileProvider.Jeff Sharkey2013-03-081-0/+81
|/ | | | | | | | | Shows simple usage of FileProvider to share a private thumbnail across process boundaries. Also serves as sample code for javadoc on FileProvider. Bug: 7005318 Change-Id: I0ca12977a3832c7c2ac1c254d411a547ffee0a51
* SDK Only: Fix search interaction with various samples.Dianne Hackborn2012-12-052-2/+26
| | | | | | | These were broken where pressing back would not clear the search filter. Change-Id: Iafd4a497a31a9689efabe7d92f44618a5e8dc80c
* Update API demos to match new tab interaction.Dianne Hackborn2012-09-253-46/+3
| | | | | | | | | | Follow changes to FragmentTabManager to continue to work correctly with it. Fix the code in the base API demo (which can't use FragmentTabManager) to work correctly. Bug #7232088: ListView saved state being lost in some cases Change-Id: Ib7ba1ab20ff00f2cc95c9f6024ab94783237c9be
* New API demo for nested fragments in support lib.Dianne Hackborn2012-09-095-120/+340
| | | | | | Also some cleanup of other demos. Change-Id: I8c4265218c87e490718c9c908803fc09303873a6
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-1/+5
| | | | Change-Id: I701335483628d30c875d087f27287e084789f10c
* New API demos for retained fragments with loaders.Dianne Hackborn2012-06-043-3/+201
| | | | | | | | Also tweak the cursor loader samples to filter out query callbacks that don't change the filter, to avoid restarting the loader on a configuration change. Change-Id: Iac9293fed45e127698be59262d68b0b59a8ec9ce
* Update SharingSupport demo for support lib API changeAdam Powell2012-02-131-3/+3
| | | | Change-Id: I351271b9847d7444470ed8c74dd18ff580718aca
* am e03f7627: am 85241cc7: Add button to clear back stack.Dianne Hackborn2012-01-251-0/+12
|\ | | | | | | | | * commit 'e03f7627874b4f8c0bfa5c302f59a6d0cd83ee40': Add button to clear back stack.
| * Add button to clear back stack.Dianne Hackborn2012-01-241-0/+12
| | | | | | | | Change-Id: I4f02714ec349055a486608ff0eab75a46d6ba7cd
* | Catch IOException for closeAdam Powell2012-01-101-1/+3
| | | | | | | | Change-Id: I23115f6fa4f54fd4e1de59f3bb781dcf28e1371b
* | Add code sample for ShareCompatAdam Powell2011-12-143-0/+290
|/ | | | | | | | | | | | | | Add SharingSupport activity - use ShareCompat.IntentBuilder to produce sharing intents for menu item sharing, text only, single stream, and multiple stream. Add SharingReceiverSupport - receive text/plain content as text only, single stream, and multiple stream. Add SharingSupportProvider - simple filesystem-based read-only ContentProvider for providing a data stream. Change-Id: I7e69a80984c0c5a8d93663f928f644d55c92350d
* SDK only: add markup for use in documentation.Dianne Hackborn2011-12-122-0/+4
| | | | Change-Id: Ia379c178a41db146a47a494b5c24e5f77d65ada7
* Add the support libraries to the platform documentation (demos).Svetoslav Ganov2011-11-171-1/+1
| | | | | | | | Updated the support demos due to renamed support classes. bug:5629339 Change-Id: Ia94cd60ea2b89ad74003baaa8eb8e84d21822374
* Fix the support-v4 demos to work on a platform with APIs V4 (samples part)Svetoslav Ganov2011-11-156-91/+100
| | | | | | | | | | Some of the samples are using APIs that are introduced after v4 but not supported in the v4 library. Update the samples to use the new stuff added to the support library. bug:5616340 Change-Id: I90889f5e9ee48e7e30249464e60d5d28cd3f7a4b
* Adding a sample showing how to use the accessibility API in the compat library.Svetoslav Ganov2011-10-203-0/+250
| | | | | | | | NOTE: This affects only the SDK and not the system image. bug:5485208 Change-Id: I2b086e880cfe147883a0db8222522710132d67a3
* Dang you, TabHost.Dianne Hackborn2011-08-291-0/+11
| | | | Change-Id: I937cd0748fe0c44d6cd642637321aa6eb550cf91
* Add new API demos for fragment custom animations.Romain Guy2011-07-252-0/+132
| | | | Change-Id: Ia4339d4e4c1617907a9c707e1b8c2309b303e267
* Add API demo for LocalBroadcastManager.Dianne Hackborn2011-06-241-0/+166
| | | | Change-Id: Iee1e1189c579ab287718d138916448a02a833e44
* SDK only: add documentation tags.Dianne Hackborn2011-06-161-0/+2
| | | | | | Also fix up the new support API demo documentation. Change-Id: I7a6945ffafa6a93cd394d5ce5729d6f9dfc0a183
* DO NOT MERGE. Only impacts SDK. Integrate from master.Adam Powell2011-06-161-2/+6
| | | | | | Update for ViewPager changes Change-Id: Ib7024ae0ba2759a8477f267438b7b3a35ae51d23
* New API demos showing use of tabs with fragments.Dianne Hackborn2011-06-136-0/+849
| | | | | | Also various cleanup in other demos. Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
* Update pager demos to match new v4 ViewPager API.Dianne Hackborn2011-06-064-17/+174
| | | | Change-Id: I3b0f3382d56b477868b5a5fbf5af22fa83c3e06a
* Lost and found.Dianne Hackborn2011-06-031-8/+8
| | | | Change-Id: I3aa4824e2c2157be715d93b698963c54dd98e099
* New demos for the v13 support library.Dianne Hackborn2011-06-025-4/+163
| | | | Change-Id: I79a727f987d3b21274e1f9ee6359caa2231c258b
* Extract support lib samples out of ApiDemos and in to their own app.Dianne Hackborn2011-05-2721-0/+2971
Change-Id: I2ca344e5f1b44c4825de938c9a4f9375a523ede5