The developmental project of GKI Salatiga's mobile church application
- Add splash screen at launch
- Add change log to the "About" screen
- Change SVG resources color according to theme (reference)
- Replace hard-coded strings, values, and dimensions with Android resource XML values
- Replace the implementation of "GlobalSchema.context" with "LocalContext.current" to prevent memory leak
- Replace debug toasts with "if (debug)" expressions, in which "debug" variable can be toggled manually
- Fix bottom nav not scrolling the horizontal pager issue
- Lock orientation to portrait-only
- (Optional) Add scroll bar to some scrollable views
- Android Studio Asset Studio Icon library (Apache 2.0) (Link)
- Remix-Design Iconify.Design RemixIcon Icon Set (Apache 2.0) (Link)
- android-youtube-player (MIT License) by Pierfrancesco Soffritti