Skip to content

PalayLab v1.1.0

Compare
Choose a tag to compare
@mabreyes mabreyes released this 17 Nov 13:31
· 17 commits to master since this release
2baa285

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 in buildType for lesser app size and avoid app crash
  • Removed unused assets and IDs for faster app launch