🌟 Features
- add windows ico
- add pathway navigation
- add back click to select device screen
- add login dialog
- add login logic to login viewmodel
- add back navigation to select device screen
- add store account logic
- add default apps to playstore listing screen
- add default listing screen
- add search feature
- add apk size to play search
- add download progress to app detail screen
- add logout button
- add loading animation to login screen
- add auth repo test
- add config repo test
- add config sync to splash
- add result repo insert method
- add result find algorithm
- add config flag check
🐛 Fixes
- remove double bang operator usage. Fixes #24
- fix launcher icon path issue
- fix access denied
- fix #33 + update adb download msg
- fix nav issue
- fix javax.naming missing dep issue
- fix protobuf dep issue
💬 Other
- update logo
- bump version to 1.0.0
- add uuid for windows
- add dependencies section to README
- add contributor section to README
- fix tests
- init pathway screen + move colors to R.color
- add image to pathway card
- move selectable hover logic to modifier ext
- finish pathway screen
- remove skiko from deps since the rendering issue resolved in 0.3.0
- finish pathway screen
- refactor login dialog to login screen
- replace title and subtitle with custom scaffold
- add playstore parts
- refactor Either.Left/Right to ApkSource.Adb/Playstore
- add temp download and analyse
- downgrade version to v1.0.0-beta01 from v1.0.0 (because i think its not stable enough :-|)
- format code
- format code (self-review)
- add playstore repo test
- fix tests
- disable mavenLocal
- backup
- finish cache implementation
- change version code data type to int from long
- fix tests
- code-refactor (self-review)