Android About Box Versions Save

Modern About Box for an Android App

2.0.1

3 years ago
  • Updated to build with the latest Android SDKs and Material About Library (Dark Mode works!)
  • Does not add cards for items with no information (thanks @Ninjaman494 for the idea)
  • Fixes a bug opening the Facebook App at the desired location (thanks @agos74 for the bug report & follow-ups 9 months later)

We bumped the major version as you'll likely need to do a couple of things to update, specifically:

  • Configure the new facebookUserPageId value to add your company's Facebook page id so apps can open it directly
  • Change the parent theme style from:
<style name="AppTheme.MaterialAboutActivity" parent="Theme.Mal.Light.DarkActionBar" tools:ignore="UnusedResources">

to

<style name="AppTheme.MaterialAboutActivity" parent="Theme.MaterialComponents.DayNight.DarkActionBar" tools:ignore="UnusedResources">

2.0.0

3 years ago

Please ignore this release and use 2.0.1 instead.

I didn't upgrade the build.gradle version information correctly, and then when I re-tagged after fixing it, I couldn't get jitpack to rebuild it, so I bumped everything to 2.0.1 instead.

1.3.2

6 years ago

Small update that adds Ukraine language

1.3.1

6 years ago

Improves the default sharing message. See #39.

1.3.0

6 years ago

A quick update to use the latest Material About Box library, which (apparently) contains automagic support for dark mode.

1.2.2

6 years ago

Improve/fix developer publisher link handling per #35

This release also reverted from a GitFlow master + develop branch arrangement of the git repo to a simplified master + new branch for changes. This makes the "release dance" a little simpler.

1.2.1

6 years ago

This release adds a new field Author, as well as a catch-all Extra and ExtraTitle. It also includes some minor fixes for items like the publisher URL path and a better default for sharing (the app store page) if none is provided. Many thanks to @ethauvin for all of these!

1.2.0

7 years ago