jrvansuita / MaterialAbout

🔖 It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate.
MIT License
1.53k stars 208 forks source link

Mark urls as not translatable, Add Package visibility filtering on Android 30+, Add RTL support for Action Items and Application Title and annotate functions for proper kotlin ingegration #93

Closed richard-muvirimi closed 3 years ago

richard-muvirimi commented 3 years ago

Marked urls as not translatable instead of ignoring

Android 11 introduces changes related to package visibility. https://g.co/dev/packagevisibility https://developer.android.com/training/package-visibility/declaring#communicate-host-ap

Correctly annotate functions for integration with kotlin

Convert library view to use support versions and correct RTL #60 Use CharacterSequence instead of string to allow spannable text or from html #53