Skip to content

Releases: eggheadgames/android-about-box

Update All The Things

21 May 06:14
c8055ab
Compare
Choose a tag to compare
  • 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">

Ignore - versioning was incorrect.

21 May 03:38
47cd981
Compare
Choose a tag to compare
Pre-release

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.

Add Ukraine language

23 Oct 16:02
Compare
Choose a tag to compare

Small update that adds Ukraine language

Display share message with appended URL

08 Oct 19:05
Compare
Choose a tag to compare

Improves the default sharing message. See #39.

Update to latest Material About Box library

08 Oct 18:09
Compare
Choose a tag to compare

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

v1.2.2

01 Sep 18:10
Compare
Choose a tag to compare

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.

v1.2.1

30 Aug 23:12
Compare
Choose a tag to compare

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!

v1.2.0

16 May 19:43
Compare
Choose a tag to compare
Merge pull request #27 from eggheadgames/release_1.2.0

Update Readme file