149 Commits

Author SHA1 Message Date
sadellie
8c452012d6 BUMP 2023-07-31 12:42:54 +03:00
sadellie
edebec1865 Use reusable search bar 2023-07-31 11:49:57 +03:00
sadellie
ee5435dc7a Dude gave 2 stars cause of this
Hopefully he gives the app at least 3 stars now
2023-07-31 11:32:17 +03:00
sadellie
20d0310fd0 Rename ConverterKeyboard 2023-07-31 10:48:30 +03:00
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
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
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
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
3cfebb343d Fixed history item text length 2023-05-31 22:06:15 +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
4718d4ac18 Update History List on change 2023-05-25 22:03:32 +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
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
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
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
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
Sad Ellie
5932332fc8 Fix crash on empty input in unit converter 2023-05-16 11:13:24 +03:00
Sad Ellie
c838d0f32d Fix delayed clear history button 2023-05-16 09:59:43 +03:00
Sad Ellie
f25af1caad Less trash in code 2023-05-15 16:48:05 +03:00
Sad Ellie
fe81601fa8 Merge branch 'light-goldenrod-yellow'
# Conflicts:
#	core/ui/src/main/java/com/sadellie/unitto/core/ui/Formatter.kt
#	feature/calculator/src/main/java/com/sadellie/unitto/feature/calculator/CalculatorScreen.kt
#	feature/calculator/src/main/java/com/sadellie/unitto/feature/calculator/components/HistoryList.kt
#	feature/converter/src/main/java/com/sadellie/unitto/feature/converter/components/MyTextField.kt
#	feature/converter/src/main/java/com/sadellie/unitto/feature/converter/components/TopScreen.kt
#	feature/unitslist/src/main/java/com/sadellie/unitto/feature/unitslist/RightSideScreen.kt
2023-05-15 16:03:27 +03:00
Sad Ellie
9156473d7a Dependencies bump (hell) 2023-05-15 15:50:29 +03:00
Sad Ellie
8f1847618a Tiny fixes
* New Token-based System™ for input
* Unmathematical/Unethical/Cursed percentage support
* New Expression Evaluator™ that is not a dumpster fire
* Cursor in Converter input text field
* Removed garbage code (-200 KB)

proper fix for #12
closes #44
closes #52

this is a squashed commit
2023-05-15 13:16:51 +03:00
Sad Ellie
85c3f6abcc Added time zone module 2023-05-07 00:39:34 +03:00
Sad Ellie
84020de8f9 Scrollable SegmentedButtonRow 2023-05-03 16:35:05 +03:00
Sad Ellie
62af6a5ba2 Clean up theming logic 2023-05-03 11:05:22 +03:00
Sad Ellie
23cbb3efb8 Fix Monet mode for old devices 2023-04-23 19:43:25 +03:00
Sad Ellie
efc1c9a841 Better color schemes 2023-04-23 19:28:13 +03:00
Sad Ellie
570a89f769 Don't diplay NaN
closes #47
2023-04-21 11:54:34 +03:00
Sad Ellie
8065a4bf9a Better (?) color schemes 2023-04-21 10:44:25 +03:00
Sad Ellie
98ce3b5d58 Revert feature 2023-04-21 10:32:52 +03:00
Sad Ellie
1e5874c335 Improved UI in themes settings 2023-04-20 12:33:17 +03:00
Sad Ellie
5e87cce22d Changed settings icon
closes #43
2023-04-20 12:07:13 +03:00