Skip to content

Releases: daniel-stoneuk/material-about-library

2.1.0 - Custom Card Colour

17 Jun 16:12

Choose a tag to compare

In this release:

  • Fixed issues with colour primary in fragments #60 (MaterialAboutFragment's getTheme function now requires a theme)
  • @k0shk0sh added custom card colours in PR #61
  • This addition also applies to #57

Thanks to @k0shk0sh for contributing!

2.0.0 - Fixed themes & version bump

09 Jun 19:17

Choose a tag to compare

Bug fix release which addresses some theme issues.

1.9.0 - OnClickAction (BREAKING)

25 Apr 16:39

Choose a tag to compare

Thanks @Robyer for PR #52.

This update makes sure that the long click listener isn't used by default.

Make sure you update all customOnClickListeners to the new OnClickActions.

1.8.3 - Minor release

25 Apr 15:45

Choose a tag to compare

Just a point update to include recent pull requests.

#44 #48 #49 #51

1.8.2 - Internet permission

27 Mar 16:04

Choose a tag to compare

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

11 Mar 12:30

Choose a tag to compare

Updated support libraries to 25.2.0

1.8.0 (Breaking)

26 Feb 20:31

Choose a tag to compare

• Set colour of card titles
• Generalised onClickListener and added longClick parameter

1.7.1

07 Feb 17:32

Choose a tag to compare

Fixed fragments.

Release 1.7.0 - Theming **Fragments Broken**

06 Feb 19:32

Choose a tag to compare

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)

24 Jan 22:13

Choose a tag to compare

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: MaterialAboutItems 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 👍