PalayLab v1.1.0
Bug fixes for this release will be included in v1.1.1
Features
- Migrated codebase from Java to Kotlin
- Migrate from appcompat to AndroidX for layout components
targetSdkVersion
bumped to API 30 (Android 11)- Persist prediction data (
uuid
,detectionName
,detectionDate
,detectionTimestamp
) in Firebase - New authentication activities (
LoginActivity
,ForgotPasswordActivity
).SignupActivity
is currently disabled for this initial release. - Lighter Android App Bundle (AAB) for faster app execution.
- Redesigned appbar using native AndroidX appbar
- App published on Google Play Store and could be accessed here
Fixes
- Removed local database, minified
release
inbuildType
for lesser app size and avoid app crash - Removed unused assets and IDs for faster app launch