- 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">