Releases: daniel-stoneuk/material-about-library
2.1.0 - Custom Card Colour
2.0.0 - Fixed themes & version bump
Bug fix release which addresses some theme issues.
1.9.0 - OnClickAction (BREAKING)
1.8.3 - Minor release
1.8.2 - Internet permission
Removed Internet permission from library, so it is now up to you to include it if you need to.
Fixed title crash #44 (Thanks!)
1.8.1
Updated support libraries to 25.2.0
1.8.0 (Breaking)
• Set colour of card titles
• Generalised onClickListener and added longClick parameter
1.7.1
Fixed fragments.
Release 1.7.0 - Theming **Fragments Broken**
Broke fragments in this release, will fix soon.
Thanks to EvoWizz on twitter for prompting me to develop theming for this version of the library.
You can choose from these styles (for the theme parent):
(light)
- Theme.Mal.Light.DarkActionBar
- Theme.Mal.Light.LightActionBar
(dark)
- Theme.Mal.Dark.LightActionBar
- Theme.Mal.Dark.DarkActionBar
Check out how they look in the demo app on the play store.
1.6.0 (Breaking changes)
Lots of behind the scenes changes to make some the new features possible here. The library is now more modular and customisable than it was before which I hope will encourage some pretty unique use cases.
- Breaking:
MaterialAboutItem
s have been moved into a separate package, so be sure to update your imports. - Custom items are now possible. This is an advanced feature, however should be relatively simple to implement. Check out the demo app to see how it's done. (#31)
- It is now possible to dynamically update the UI (#33) with
.setMaterialAboutList
- A new
ConvenienceBuilder
method to create an address item has been added (#34) - Scrolling the toolbar off screen is now made possible by
.setScrollToolbar
(#35)
Thanks to @Scrounger, @abiemann, @Rainer-Lang and everyone else who has taken the time to suggest improvements to the library.
PS: If anyone is willing to document these new changes, please get in touch! I only have a limited amount of time - juggling school work and android dev, and obviously I'd rather be coding than writing! Thanks 👍