841 Commits

Author SHA1 Message Date
sadellie
9cfb35b03e Reinventing the wheel, but better this time. Better approach for draggable history list in calculator:
- Using anchored draggable
- Remembering button sizes
- Additional buttons are not resizeable anymore

closes #75
2023-07-30 20:46:30 +03:00
sadellie
19f1f436c3 Fix migration 2023-07-29 21:57:08 +03:00
sadellie
768356020e Do not restore state 2023-07-29 16:40:56 +03:00
sadellie
2021639529 Restore startDestination 2023-07-29 16:39:24 +03:00
sadellie
caf025778e Added Time zone converter
Hidden as "tools experiment"

Missing:
- Clean data
- Translations
- UI/UX clean up
- Relative time change functionality
- Custom user time zone functionality

closes #59

this is a squashed commit
2023-07-29 16:33:27 +03:00
sadellie
bba2f24c7c Merge branch 'master' into feat/time-zone-converter
# Conflicts:
#	app/build.gradle.kts
#	app/src/main/java/com/sadellie/unitto/UnittoNavigation.kt
#	core/base/src/main/res/values/strings.xml
#	settings.gradle.kts
2023-07-21 23:20:01 +03:00
sadellie
ac4c6665fa Adaptive time selector.
Date selector will be fixed by Google (hopefully). Users can switch to text input for convenience.

closes #64
2023-07-21 22:55:38 +03:00
sadellie
cce8799ce5 Thank you Google, very cool
closes #22
2023-07-21 22:24:22 +03:00
sadellie
4affbda988 Calculator screen by default 2023-07-21 22:17:55 +03:00
sadellie
0dbba0aa2e Close drawer on back pressed 2023-07-21 22:09:17 +03:00
sadellie
7c70258b84 Bumpy bumps
Updated navigation logic
2023-07-21 21:52:20 +03:00
sadellie
eb9b12da28 Retry currency rates update
relevant to #31
2023-07-20 22:52:53 +03:00
sadellie
4e28521ec0 Decimal percentages
closes #68
2023-07-20 22:25:15 +03:00
sadellie
627ce5a785 Save pair on all unit changes 2023-07-20 22:12:33 +03:00
Sad Ellie
4354d00652 I have no idea what i'm doing 2023-06-02 16:52:27 +03:00
Sad Ellie
f1f1b7841e Free focus on drag start 2023-06-02 16:11:15 +03:00
Sad Ellie
d6f8d2e912 Lilac Luster (Patch 1) 2023-05-31 22:16:08 +03:00
Sad Ellie
3cfebb343d Fixed history item text length 2023-05-31 22:06:15 +03:00
Sad Ellie
9f6ba87f57 Fixed cursor at 0 2023-05-31 21:44:11 +03:00
Sad Ellie
225c35c35e Lilac Luster 2023-05-28 16:30:53 +03:00
Sad Ellie
f7a7da39ab Updated README.md 2023-05-28 15:49:25 +03:00
Sad Ellie
bac340da1f Sync localizations with POEditor 2023-05-27 20:09:09 +03:00
Sad Ellie
29fb953644 Scroll on history change 2023-05-26 10:00:27 +03:00
Sad Ellie
97aac49b19 Change text generation for formatting preview box 2023-05-25 22:27:32 +03:00
Sad Ellie
77e10c3349 i forgot to remove firebase licenses 2023-05-25 22:19:44 +03:00
Sad Ellie
70871b75c9 Do bad things in Tokenizer 2023-05-25 22:17:41 +03:00
Sad Ellie
4718d4ac18 Update History List on change 2023-05-25 22:03:32 +03:00
Sad Ellie
6c5994ca2d Enable Monet by default 2023-05-24 16:57:10 +03:00
Sad Ellie
e2b48ef57d Sync localizations with POEditor
Also little changes in text
2023-05-24 16:55:45 +03:00
Sad Ellie
0b5066fa18 Inline theming modes 2023-05-23 23:49:54 +03:00
Sad Ellie
781d6b350a Sync localizations with POEditor 2023-05-23 23:46:19 +03:00
Sad Ellie
bf79ca54f6 Inline formatting options 2023-05-23 23:06:08 +03:00
Sad Ellie
6bb6afcbcf Improve slider track animation 2023-05-23 17:15:26 +03:00
Sad Ellie
6922db9d6e Refactor date difference business and UI logic
* changed date difference calculation algorithm
* added tests
* added years
2023-05-23 16:18:05 +03:00
Sad Ellie
d3a1d697dc Adjust text size for date difference screen 2023-05-23 11:57:53 +03:00
Sad Ellie
f2a91e4dea Get rid of unit groups module 2023-05-23 11:07:50 +03:00
Sad Ellie
9a06fb4d75 Squashable unit selection button 2023-05-23 10:24:06 +03:00
Sad Ellie
71c89d9062 Adjust squiggly track 2023-05-23 10:07:00 +03:00
Sad Ellie
4c727718b8 Fix proguard rules for retrofit 2023-05-23 09:57:00 +03:00
Sad Ellie
11f2d82b50 Temporarily return old unit groups setting logic
i tried to make it better and it broke
2023-05-21 23:05:18 +03:00
Sad Ellie
7ec8cf934a Interactive formatting settings 2023-05-21 22:20:43 +03:00
Sad Ellie
9444e55d71 I hate string manipulations 2023-05-19 17:46:26 +03:00
Sad Ellie
275485d15a Clean up dependencies 2023-05-19 12:44:15 +03:00
Sad Ellie
86dce329ac Separate User Preferences 2023-05-19 10:29:53 +03:00
Sad Ellie
1b61b4bd85 Added SettingsButton.kt 2023-05-18 23:33:10 +03:00
Sad Ellie
7aa0d3e431 Date difference tool 2023-05-18 23:28:05 +03:00
Sad Ellie
3a6987bac0 squashable 2023-05-18 22:34:21 +03:00
Sad Ellie
d0b09beb7d Remove prints 2023-05-17 12:21:23 +03:00
Sad Ellie
52a1a5b4d5 Fix ignored minus 2023-05-17 11:05:45 +03:00
Sad Ellie
777ff6ca67 Refactor HistoryList composable 2023-05-17 10:28:05 +03:00