Skip to content

Tags: badarsh2/android-topeka

Tags

20160621

Toggle 20160621's commit message
Improve transition handling during sign in

Change-Id: I60c521c89ad51b0dc80ddde507c74c35e40736a0

03112015

Toggle 03112015's commit message
Many transition. Such slide. Much target. Wow.

* implement enter and exit transitions and more animations
* remove unused proguard references
* Introduce ViewUtils with a couple of Properties
* migrate Category display to RecyclerView
* replace GridView in category selection with RecyclerView
  * Espresso now requires espresso-contrib
  * enables use of notifyItemChanged
  * more control over updated items

13102015

Toggle 13102015's commit message
Add backport scenario

* Available until API level 16
* Introduce Espresso tests
  * sign in flow
  * category display
  * quiz solving end to end
* Improve animation behavior
* Update README and screenshots

09072015

Toggle 09072015's commit message
Demonstrate usage of Transitions API

Introduce custom windowSharedElementEnterTransition
to showcase usage of a custom transitionSet.

06072015

Toggle 06072015's commit message
Improve listener situation.

Replaces "implements .*Listener" with
local variables where possible.