This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
Releases: yamin8000/Owl2
Releases · yamin8000/Owl2
1.0.8
1.0.7
- Removed unused androidx and android view material libs
- Feature: Suggest words when searching for a word based on 2000 basic English words and it learns new words as the user search for words
- App constantly checks for Internet connection for better UX and is aware of Internet connection
- 38bc217
- 267f7fc
- Added some animations
- dd04543
- f184e0b
1.0.6
- Added a feature to choose the TTS engine language
- App UI is in English by default
- Updated compose libs to 1.3.0-rc01
- Update plugin com.android.application to v7.3.1
- Update plugin com.android.library to v7.3.1
- Bug fixes
1.0.5
- Replaced some toasts with a keyboard-aware Snackbar
- Replaced old CircularProgressBar with a LinearProgressBar and fixed some bugs related to it
- Added dynamic notice for android 12+
- Update coil_version to v2.2.2
- Update dependency androidx.compose.material3:material3-window-size-class to v1.0.0-rc01
- Removed logger library because it's still dependent on the support library and needs jetifier to be compatible with androidx
- Fixed a minor theme setting padding issue
- minor refactors
1.0.4
1.0.3
- updated core-ktx to 1.9.0
- updated material3 to 1.0.0-beta2
- updated coil to 2.2.1
- updated nav to 2.5.2
- converted some shapes to cut corner shape
- some refactors, mainly making composable widgets unaware of the whole state, they only access data they just need
- added settings page
- change app theme between dark/light/system
- updated Gradle plugin to 7.3.0