Skip to content

Releases: juanmendez/Shoe-Boxes

fixing a few bugs on routes

26 Nov 03:15
Compare
Choose a tag to compare
Pre-release
v1.0.3

only inactive once when refreshing

route extension support

26 Nov 00:08
Compare
Choose a tag to compare
Pre-release
refresh fragment if active

this is needed not just for the last fragment in history, but for any other which is already active, and this time there is a route. we want to do this and update the fragment.

Gradle 3.0, remove RxJava 1 and 2

29 Oct 06:05
Compare
Choose a tag to compare
Pre-release

This is the default branch. RxJava has been removed. Lighter, and less dependencies

History is based on tags from Fragments, not from ShoeBoxes

10 Oct 00:58
Compare
Choose a tag to compare
V1.0.04

not needed

include action for each request by tag or id

02 Jul 22:37
Compare
Choose a tag to compare

ShoeRack can store an action by each request or each successful suggestion. Using shoeRack.getActionByTag()|shoeRack.getActionById() it returns the action if assigned or null.

RxJava1.x

30 Jun 18:20
Compare
Choose a tag to compare
RxJava1.x Pre-release
Pre-release

There is now a new branch supporting RxJava1.x

Removed some redundancy. Now activities work better between.

19 Jun 16:55
Compare
Choose a tag to compare

There was some redundancy when activating and deactivating fragments. This was not affecting until switching back from one activity to another.

Initial Shoe Boxes

17 Jun 00:59
Compare
Choose a tag to compare
Initial Shoe Boxes Pre-release
Pre-release

Currently Stacks and Flows are working harmoniously. If a shoeStack is in a showFlow, by default none of its fragments are displayed. This is still questioned what behavior is expected. This will be on hold as this library will grow along with requirements from Android applications.

Static Fragments

19 Jun 21:48
Compare
Choose a tag to compare
Static Fragments Pre-release
Pre-release

This library supports static fragments which are keyed by their id, instead of tags. There is now on the demo StaticFragmentsActivity.class which shows how to use the library.