Transition animation isn't right. Browse fragment hasn't implemented
the pre-layout for row children horizontal layout change.
Change-Id: Ib4f55651c3f568ad9224c474036663f35935c4e3
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
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
Updated for new API addAsRoot() for GuidedStepFragment.
Rmove the awkward setStep() call, we can find current GuidedStepFragment
using standard API.
Change-Id: I7ecb108a36ab5d0091c230dd5c5686e3a91f1857
Added support for the DetailView Activity
transition. The DetailView can now be started
from the launcher or the Cards example.
Added support for Browse entrance transition.
Minor code clean up such as renaming
GridExample fragment to GridExampleFragment
and removing unused methods.
Change-Id: Ib1c11af82be5b858960e243acd7f11ce8dbd06f7
In order to show how to use transitions, they
have been added to the MainFragment. Thus the
transitions are used when an example gets opened.
Change-Id: I9703c7832a2d2ef2a09ddb91e1676dfc1ac4f24a
Launcher fragment. Video- and Music examples now also use
an Activity. BackgroundHandler in MainFragment removed.
Removed unused Log-Tag field and added correct background.
Changed Grid Zoom factor.
Moved Grid- and Card example to their own packages and
they now are started using an Activity.
Launcher fragment uses correct primaryColor and its row
has been lowered.
Music and Video consumption example are using Activities
as well. Thus BackgroundManager in MainFragment is
unnecessair, which is why it got removed.
Change-Id: I928614314677706f19e648666697f0a710d88e0a
There are no plans for now to show a
browsing example which is why it can be
removed for now. There was no code written
so far for this example.
Change-Id: I0580021ddc0f385d616074c61cc1c449e75357ad
Extracted Strings, added JavaDoc,
refactored the call of the second Wizard
screen to be less error-prone code.
Change-Id: Ib8a8af7019818b29d71ee1bed1cac3e2b56e8c11
resources.
Rearranged classes into packages to
provide a better overview as well as
removing an unused mp3 file.
Change-Id: I9e3b63ceef919d6f0d57479260c93376578793cf
The Showcase app now makes use of the new
ImageCardView which is stylable through
XML and uses less Views.
Cleaned up DetailView.
Cleaned up styles and layouts.
Added Copyright notices.
Change-Id: Ib37485d5b57be6a0f4b5321ac61b41a0808eaf35
Wizard-, Dialog examples
The Launcher card needs to be animated. When expanding cards
with an animation some animation artifacts might occur since the
transition system moves the cards to be centered again. Thus, the
two animations are competing with each other. Currently I'm waiting
for a change on leanback's transition system or another way to
animate cards.
Another animation artifact occurs when collapsing the SideInfo-cards,
which I hope to be resolved once we clarified how to do proper card
animations in the framework.
There are some minor issues with in the DetailView since some API
methods are missing for customization such as setting the details-
and ActionBars background color.
Removed obsolete package.
Finished music example.
Finished video example.
Bug 22362006
Added Dialog example.
WIP Testing new ImageCardView XML styling.
WIP Settings example.
WIP Wizard example.
Finished Dialog example.
Gradle uses environment variable to reference support libraries.
Change-Id: I8f911d2e5aeb1fb8764f45d20fda1dc0fc69773a