Skip to content

Releases: AllanWang/Capsule

v4.3

17 Apr 17:23
Compare
Choose a tag to compare
  • Make switchFragment public
  • Create addFragment methods for backstacks
  • Switch to Java 8
  • Updated sample and readme
  • Use CPage for ViewPager
  • Add titleId to ViewPagerFragment
  • Add page limit abstract in ViewPagerFragment
  • Add TabClickEvent posting
  • Add Appbar collapse listener
  • Fully port SRV into Capsule

v4.2

29 Mar 06:06
Compare
Choose a tag to compare
  • Code cleanup
  • Integrate SwipeRecyclerView
  • Create abstract SRV fragment
  • Update Changelog Dialog
  • Added ShortCDrawerItem creations
  • Upgraded dependencies (25.3.0)

v4.1

13 Mar 04:05
Compare
Choose a tag to compare
  • Add more parcelables
  • Update build tools
  • Update dependencies

v4.0

06 Feb 04:17
Compare
Choose a tag to compare
  • Complete refractoring and renaming
  • Proper namespacing
  • Consumer proguard for capsule
  • Use ValueAnimator for ripples
  • Self generated javadocs

v3.3

05 Feb 23:42
Compare
Choose a tag to compare
  • Minor animation changes
  • Code cleanup
  • More javadocs
  • Dependency updates

v3.2

30 Dec 11:02
Compare
Choose a tag to compare
  • Made AnimUtils compatible to Kitkat
  • Created SwipeRecyclerFragment
  • Added RecyclerView animations
  • Added CollapsingToolbar support
  • Do not switch drawerItems if selection is the same
  • Added savedInstanceState to material drawer
  • Added option to select drawer item by title id
  • Created ParcelUtils
  • Create parcelable map wrapper
  • Added ViewPager modifier in ViewPagerFragment
  • Better bulleted Changelog alignment

v3.1

26 Nov 06:24
Compare
Choose a tag to compare
  • Add Capsule reload option with drawer position saved
  • Clean up AnimUtils
  • Update dependencies

v3.0

19 Nov 23:56
Compare
Choose a tag to compare
  • First fully stable release
  • Events for Fab and Snackbar
  • RippleCanvas for backgrounds with circular animations
  • Null fixes
  • More features for CFabEvent
  • Some extra Javadocs

v2.2

15 Nov 06:29
Compare
Choose a tag to compare
  • Integrated EventBus - Fragments are no longer forced to extend CapsuleFragment
  • Split up onCreate to allow for more flexibility
  • Simplified fab creation

v2.1

13 Nov 16:14
Compare
Choose a tag to compare
  • Finished up viewpager
  • Everything is working now
  • Preparation for EventBus