Releases: Javernaut/WhatTheCodec
Releases · Javernaut/WhatTheCodec
v4.1.0
This release finishes the migrating towards the honest 'Single Activity' approach and includes:
- Activity Result API usage for permission requesting and file picking
- NavHost() is used for all screens, transitions and deep links
Apart from that some minor improvements were introduced:
- Release management improvement
- Codacy static checks
- README improvement
v4.0.1
This release is focused on:
- App size reducing: AppCompat, Material Design Components (Views) and some other libraries were removed
- DataStore is now used for storing settings instead of deprecated platform's SharedPreferences
- Dynamic app theme management
- One-shot messages logic was improved
- Toast messages were replaced with Snackbars
- CI jobs improving, adding Github's Dependabot
- Adding a git hook for detekt invocation on a commit attempt