Releases: eggheadgames/android-about-box
Releases · eggheadgames/android-about-box
Update All The Things
- 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.
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
Small update that adds Ukraine language
Display share message with appended URL
Improves the default sharing message. See #39.
Update to latest Material About Box library
A quick update to use the latest Material About Box library, which (apparently) contains automagic support for dark mode.
v1.2.2
v1.2.1
v1.2.0
Merge pull request #27 from eggheadgames/release_1.2.0 Update Readme file