summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Update TabLayout demo to use new ViewPager functionalityChris Banes2015-11-163-86/+42
| | | | | | | Also removed an old unused layout file BUG: 20908355 Change-Id: I95d79f7faec68122b43c68b621af4121c52c17aa
* SupportLeanbackDemos: guidedstep changesDake Gu2015-11-134-36/+54
| | | | | | | | 1. no longer provide a view to host background view 2. add demo of checkbox 3. add demo of customize Ime options. Change-Id: I76dbbbd7e341906ff4e7b8923b1ddc2c01026f44
* Add "select tab" to the tab layout / view pager demo.Kirill Grouchnikov2015-11-053-0/+16
| | | | Change-Id: I30c6b86a220692ef61a8e8eac5acd2952464f15c
* Add sample activity for ViewPager in Support4DemosAlan Viverette2015-11-045-145/+93
| | | | | Bug: 23467280 Change-Id: I20453e15e5fb7b235da910d0c290641bd1c3d4c8
* GuidedStepFragment: Example of two columns actionsDake Gu2015-11-032-4/+22
| | | | | | Bug 24979563 Change-Id: Id28e9b374d464846043e96c6b24ee95eed1af1d7
* Remove pre-Material drawer demo apps.Kirill Grouchnikov2015-11-0211-591/+0
| | | | | Bug: 25321348 Change-Id: I53859ee48b3821192344e70f54a7f4fc20f8d4e7
* Material-compliant sample app for drawer layout.Kirill Grouchnikov2015-11-029-0/+298
| | | | | Bug: 25321348 Change-Id: Ib26c112bbcb515869bd3bacc91be553b9aca8ef0
* Dont use R.id.content to host GuidedStepFragmentDake Gu2015-10-297-12/+48
| | | | | | | | Added example of set action not focusable Bug 25352427 Change-Id: Ie9aed8c52d7639c3a39938117be94a65cf2005eb
* Merge "GuidedStep example: Use standard action IDs and titles" into mnc-ub-devDake Gu2015-10-282-28/+44
|\
| * GuidedStep example: Use standard action IDs and titlesDake Gu2015-10-282-28/+44
| | | | | | | | | | | | Bug 25193684 Change-Id: Iced3aa78db1437d1823b60d2be1188993f557958
* | Merge "Test app for ViewPager." into mnc-ub-devKirill Grouchnikov2015-10-285-0/+201
|\ \ | |/ |/|
| * Test app for ViewPager.Kirill Grouchnikov2015-10-275-0/+201
| | | | | | | | | | Bug: 25113163 Change-Id: Idd49f9e74831875a55ea19c5fa5e9adc732dd091
* | Merge "SupportLeanbackDemo: add example finishGuidedStepFragments()" into ↵Dake Gu2015-10-282-8/+12
|\ \ | | | | | | | | | mnc-ub-dev
| * | SupportLeanbackDemo: add example finishGuidedStepFragments()Dake Gu2015-10-272-8/+12
| | | | | | | | | | | | | | | | | | and popBackStackToGuidedStepFragment() Change-Id: I747673f886bebf5ccc81b8f686c801ede4b5ac0b
* | | Merge "Add a comment on drawer layout file." into mnc-ub-devKirill Grouchnikov2015-10-281-1/+2
|\ \ \ | |/ / |/| |
| * | Add a comment on drawer layout file.Kirill Grouchnikov2015-10-271-1/+2
| |/ | | | | | | | | Bug: 9075592 Change-Id: I839d54ccf4a4eb82e30798408927759da247cde9
* / GuidedStep: More example of editingDake Gu2015-10-262-22/+156
|/ | | | | | | | | Example of switching text when editing. Example of error checking and next action. Example of InputType. Example of enable/disable action. Change-Id: Iea5108cb3f3d487be0a8cd892568c3e053ee3d0d
* Add AppBar sample using SwipeRefreshLayoutChris Banes2015-10-234-0/+85
| | | | Change-Id: I8d2c84fcbdf13ec66f256d083bc8f2384928f161
* Add demo for TextInputLayout's counterChris Banes2015-10-212-9/+32
| | | | Change-Id: I3a2453b6d5ad3d5ea2abd5de66c95a7db0bd6f83
* Merge "Add usage of BottomSheetBehavior" into mnc-ub-devYuichi Araki2015-10-166-0/+175
|\
| * Add usage of BottomSheetBehaviorYuichi Araki2015-09-286-0/+175
| | | | | | | | Change-Id: Ia6a6098c9a2ab7bcda0cc29c6800494faa97b440
* | Remove route providers which use RouteGroupSungsoo Lim2015-10-131-36/+2
| | | | | | | | | | Bug: 24831500 Change-Id: I272a2a944685384166308aa745e67d743e0b7637
* | SupportLeanbackShowcase: get rid of card view background overdrawDake Gu2015-10-085-52/+66
| | | | | | | | Change-Id: I3a46d34df265eda2cf38bfca80d3786aa5a8a23b
* | Merge "Support7Demos: Update the MediaRouter demo" into mnc-ub-devJae Seo2015-10-0715-64/+212
|\ \
| * | Support7Demos: Update the MediaRouter demoJae Seo2015-10-0715-64/+212
| | | | | | | | | | | | Change-Id: I661e17073bd71e45610360bbf5b372eaf41c4fe3
* | | SupportLeanbackShowcase: performance fix of ImageCardView resourceDake Gu2015-10-061-1/+2
| | | | | | | | | | | | | | | | | | | | | Use Picasso to load Image in background thread instead of decoding Bitmap in UI thread. Change-Id: Ib798d167108f8445b3898cab72dc7dfabfe13c8a
* | | SupportLeanbackShowcase: dont expand side infoDake Gu2015-10-051-12/+1
|/ / | | | | | | | | | | | | Transition animation isn't right. Browse fragment hasn't implemented the pre-layout for row children horizontal layout change. Change-Id: Ib4f55651c3f568ad9224c474036663f35935c4e3
* | Leanback Demo: demo of edit titleDake Gu2015-10-054-15/+82
| | | | | | | | | | | | Bug 24673827 Change-Id: I1e4d9378cc862d748055387a71129692bd4cf53b
* | Supportleanbackshowcase: Polishing 2 and transition performance fixDake Gu2015-10-015-7/+9
| | | | | | | | | | | | | | | | | | | | | | Move background of browse/details/music from layout to windowBackground. Setting background on view will cause the whole RelativeLayout being faded in while transition move content inside the RelativeLayout. The RelativeLayout does not have a hardwarelayer, nor does it specify hasOverlappingRendering=false. This falls to the slowest rendering path. Change-Id: I78bacc965e641d7f960aae5cf212c29f6b1f0f11
* | Supportleanbackshowcase: PolishingDake Gu2015-10-015-15/+26
| | | | | | | | | | | | | | | | | | Support staggered slide in/out transition for VerticalGrid. Move background from layout file to windowBackground in theme. Defining background on view conflicts with transitions. Change-Id: If823f492fd5bdd0b16c1d1e735f4214f925f3ae3
* | Merge "Showcase: Update SDK to 23 and support lib to 23.0.1" into mnc-ub-devDake Gu2015-10-017-61/+14
|\ \
| * | Showcase: Update SDK to 23 and support lib to 23.0.1Dake Gu2015-10-017-61/+14
| | | | | | | | | | | | | | | | | | | | | | | | Updated for new API addAsRoot() for GuidedStepFragment. Rmove the awkward setStep() call, we can find current GuidedStepFragment using standard API. Change-Id: I7ecb108a36ab5d0091c230dd5c5686e3a91f1857
* | | GuidedStepFragment Subclass need explcitly specify a container id for backgroundDake Gu2015-10-012-6/+10
|/ / | | | | | | | | | | After fixed Bug 24570987 Change-Id: I1ec51f8ea39b21e4d547e923386dd357a538ff4a
* | Merge "Generate test for PlaybackOverlaySupportFragment" into mnc-ub-devDake Gu2015-10-0110-2/+571
|\ \
| * | Generate test for PlaybackOverlaySupportFragmentDake Gu2015-09-3010-2/+571
| | | | | | | | | | | | Change-Id: Ia3064006f3fb3fc4fd5230ff3ab24a7c4ba2470f
* | | Merge "Generate support version of leanback fragment tests" into mnc-ub-devDake Gu2015-10-0128-20/+1889
|\| |
| * | Generate support version of leanback fragment testsDake Gu2015-09-3028-20/+1889
| | | | | | | | | | | | | | | | | | | | | Include all leanback support version of fragment except PlaybackOverlayFragment missing a support version of PlaybackControlHelper. Change-Id: Icb5c99e8677630e8541b22b009051dd3908d4f35
* | | Add usage of app:actionLayout in NavigationViewYuichi Araki2015-09-292-2/+27
| |/ |/| | | | | Change-Id: Ia89c13233226bebba9a0d0bde57f183debd85ba4
* | RecyclerView in place animationsYigit Boyar2015-09-235-48/+267
|/ | | | | Bug: 22507896 Change-Id: I0344348011c412ea00b97eec97fa8d566bb09c7e
* Generate example of GuidedStepSupportFragmentDake Gu2015-09-215-0/+314
| | | | | | Bug: 21504593 Change-Id: Ifafc4a956060def75bc01d45eeb568d3077a977e
* Merge "Add example of vertical grid transition and GuidedStepFragment" into ↵Dake Gu2015-09-218-35/+80
|\ | | | | | | mnc-ub-dev
| * Add example of vertical grid transition and GuidedStepFragmentDake Gu2015-09-148-35/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added example of vertical grid transition Added example of launching GuidedStepFragment from BrowseFragment. Also fixed couple bug in GuidedStepActivity: 1. All fragment class should be public 2. Remove argument from constructor. Pass Arguments instead. Bug: 23319507 Change-Id: Ia7b8d6669445be62f8f2a325cc460021ca392ded
* | Merge "Add snapping scroll example to SupportDesignDemos" into mnc-ub-devChris Banes2015-09-104-0/+86
|\ \
| * | Add snapping scroll example to SupportDesignDemosChris Banes2015-09-044-0/+86
| |/ | | | | | | | | BUG: 23792717 Change-Id: Ida0ba53fdf14534daa5a2a61ba5c035a1b782e82
* | Add proguard configuration to support design demos sample appMady Mellor2015-09-092-0/+8
| | | | | | | | | | | | | | Proguard was stripping out the coordinator layout behavior and the linear layout manager classes. Change-Id: Ibe72d5952bee20cf386e7384e261f46eea1cb67d
* | Add DrawableCompat demo to Support4DemosChris Banes2015-09-0410-0/+167
|/ | | | Change-Id: Ie00198b1d4dbc0c71084961eee2387a68e39505f
* MediaRouter: Remove uses of not-yet-public APIJae Seo2015-08-274-40/+0
| | | | Change-Id: I05949c75081fc963fe4b025f6f4db13d0255eeef
* MediaRouter: Remove an unused member in SampleMediaRouteProviderJae Seo2015-08-251-2/+1
| | | | Change-Id: I9eb7d16a49017697e2586dc1988e4411566d65d4
* MediaRouter: Add a sample for the custom route iconJae Seo2015-08-253-6/+7
| | | | | Bug: 23116379 Change-Id: Ie744f40584e4f39cf17cd58d238f98059a8a88a3
* Merge "MediaRouter: Prevent activity from restarting" into mnc-ub-devJaewan Kim2015-08-251-0/+3
|\