Sad Ellie
bc55e23e04
Fixed unit list loading
2022-06-12 12:36:10 +03:00
Sad Ellie
72f6d2e4f7
Fixed test after adding DI
2022-06-07 20:43:49 +03:00
Sad Ellie
e79ecedfcc
Fixed wrongly used colors
2022-06-07 20:40:51 +03:00
Sad Ellie
e034e7bfb7
Fixed logic in MainViewModel's init method
2022-06-05 16:33:28 +03:00
Sad Ellie
63d943cbb9
No more wildcard imports
2022-06-03 20:19:10 +03:00
Sad Ellie
02a6826e1f
Possible fix for Analytics option
2022-06-03 20:02:15 +03:00
Sad Ellie
2adf756bff
Added dependency injection for DataStore
2022-06-02 21:31:46 +03:00
Sad Ellie
941e260a15
Refactored repository for DataStore
...
Also renamed app theme from AppTheme to UnittoTheme so that it's less confusing
2022-05-31 21:58:58 +03:00
Sad Ellie
37826b7177
Merge branch 'feature/analyticsToggle'
2022-05-29 01:24:45 +03:00
Sad Ellie
13d96b6998
Added @StringRes annotations
2022-05-29 00:00:08 +03:00
Sad Ellie
7d20406ad6
Reverted theme generation
2022-05-28 23:56:30 +03:00
Sad Ellie
a37babb63d
Collapsable top bar for SecondScreen.kt
2022-05-28 23:46:56 +03:00
Sad Ellie
90780d66ef
Dependencies bump
...
Also fixed core-ktx implementation
2022-05-28 20:58:11 +03:00
Sad Ellie
8635b4f54c
Send analytics option
...
User can now decide whether or not the app will send analytics (enabled by default)
2022-05-28 20:03:07 +03:00
Sad Ellie
9d5eb22063
Locales
...
Default language is UK English now
2022-05-27 22:16:07 +03:00
Sad Ellie
a73624b726
New units and tests
...
All units (except for currencies) are now tested
Changed some basic units and fixed errors
Added new unit groups
2022-05-27 21:57:51 +03:00
Sad Ellie
95ba5d20fd
Quick fix, version bump
2022-05-15 15:24:11 +03:00
Sad Ellie
6a17eafbdd
Fixed formatter
2022-05-15 15:23:25 +03:00
Sad Ellie
98606259b5
Text appearance fixes
...
Fixed cursor not shown in placeholder in SearchBar.kt
Fixed color usage for some texts
2022-05-14 14:18:47 +03:00
Sad Ellie
c11a97c6af
Baby pink
2022-05-14 13:02:29 +03:00
Sad Ellie
b09fb4dc2c
Dependencies bump
2022-05-14 12:47:37 +03:00
Sad Ellie
d119c94b0a
Better (?) units list loading
...
Moved from LaunchedEffect to another approach. Basically list is updated in onClick methods (not observing value in LaunchedEffect anymore)
2022-05-12 21:39:49 +03:00
Sad Ellie
0f92d24732
Merge branch 'fix/unitsList'
2022-05-11 23:20:40 +03:00
Sad Ellie
f1a3caced4
Merge branch 'improvement/dynamicTheming'
...
# Conflicts:
# app/src/main/java/com/sadellie/unitto/screens/Utils.kt
2022-05-11 23:20:31 +03:00
Sad Ellie
b914079da8
Simplified dynamic theme generation
2022-05-11 23:17:55 +03:00
Sad Ellie
84a4611c3d
Levenshtein distance improvements
2022-05-11 23:16:28 +03:00
Sad Ellie
9b6798b191
Simplified dynamic theme generation
2022-05-11 23:12:35 +03:00
Sad Ellie
962471e776
Fixed wrong converted values after list changes
2022-05-11 23:11:25 +03:00
Sad Ellie
033e783e4c
Levenshtein distance improvements
2022-05-09 21:17:23 +03:00
Sad Ellie
63332d9055
Package namespace
...
Moved it from AndroidManifest.xml to build.gradle.kts as namespace (recommended way)
2022-05-09 16:24:23 +03:00
Sad Ellie
fbe1217456
Tiny fix to get rid of warning
2022-05-09 14:46:24 +03:00
Sad Ellie
35504f7927
Testable application
...
Added dependencies for testing
Added tests for stuff in Utils.kt and MainViewModel.kt just to make sure that the setup is working (can move to TDD now)
Added repository for database so that code is more testable
2022-05-09 14:45:29 +03:00
Sad Ellie
1aea22a4b0
Kotlin DSL
...
Using manifest placeholders now
Convert files from Groovy to Kotlin (shouldn't be any errors)
2022-05-06 23:20:30 +03:00
Sad Ellie
205d849772
Merge remote-tracking branch 'origin/master'
2022-05-03 18:54:57 +03:00
Sad Ellie
b5d66029ac
RuPLayMarket
2022-05-03 18:52:39 +03:00
Sad Ellie
a73e002165
Update README.md
2022-04-25 23:23:17 +03:00
Sad Ellie
ecadfe8d58
Added images and links
2022-04-25 23:19:37 +03:00
Sad Ellie
698e94fd28
Bumped version
2022-04-25 22:40:14 +03:00
Sad Ellie
f5faea804b
Bug fixes
...
Fixed ordering for units searcher, units that contain query go first now
Fixed method call order in init
2022-04-25 22:28:05 +03:00
Sad Ellie
3d6da2595f
Very little fixes
2022-04-21 22:29:03 +03:00
Sad Ellie
fe3197f1ca
Added RU language
...
Also updated dialog dismiss labeling
2022-04-21 22:15:42 +03:00
Sad Ellie
c1eb30e837
Dependencies bump
...
Now using PaddingValue from Scaffold
2022-04-21 21:41:43 +03:00
Sad Ellie
1df13a9023
Strings Strings Strings
...
Short names for currencies
AppGallery users are now navigated to AppGallery instead of PlayStore
2022-04-21 21:08:17 +03:00
Sad Ellie
56d49e75c9
Added new units
2022-04-14 21:11:50 +03:00
Sad Ellie
d76d4825df
Adaptive icon
2022-04-14 21:10:34 +03:00
Sad Ellie
1fb3fd57aa
Navigation compose dependency bump
2022-04-14 21:00:28 +03:00
Sad Ellie
965008cce8
File upload
2022-04-09 20:08:15 +03:00
Sad Ellie
782ce4993f
Initial commit
2022-04-09 14:15:21 +03:00