Sad Ellie
6fef198541
Haptic feedback on delete button long press
...
closes #84
2023-09-05 13:29:38 +03:00
Sad Ellie
a2173abf61
Add an option to change in-app language
...
closes #77
2023-09-05 13:02:18 +03:00
sadellie
fb9136e2cc
There people without an internet browser app on their phone
...
Crazy stuff
2023-08-03 18:04:05 +03:00
sadellie
9c1cd8e05b
Gibi units
...
closes #70
2023-08-03 16:44:14 +03:00
sadellie
08abe751f2
🤡 🤡 🤡 Fuck JUnit5 🤡 🤡 🤡
...
I wonder why even Google is still using junit4 in new projects?
2023-08-03 16:44:13 +03:00
sadellie
4962b5c86a
Remove settings from drawer
2023-08-03 14:41:59 +03:00
sadellie
588474529f
Less garbage and bad decisions in code
2023-08-03 14:29:39 +03:00
sadellie
a0c0997c50
Dynamic random shortcuts
2023-08-03 13:13:50 +03:00
sadellie
7ca5274e2e
Rename Date Calculator module
2023-08-03 11:18:29 +03:00
sadellie
6236a1baec
Refactor navigation
2023-08-03 10:36:10 +03:00
sadellie
b31bb7da73
Fix Date Calculator screen name
2023-08-02 00:02:15 +03:00
sadellie
9cf90560c0
Refactor UnittoDateTimeFormatter
2023-08-01 23:38:47 +03:00
sadellie
79269dcea5
Date calculator tool
...
Fuck LocalDateTime, now ZonedDateTime is my new homie
squashed commit
2023-08-01 22:55:20 +03:00
sadellie
fbcda09c32
Change starting screen options order
2023-07-31 12:43:44 +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
4a7bb0cd1d
Google breaks, I fix
...
Slider fixes
2023-07-31 10:24:12 +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
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
Sad Ellie
9f6ba87f57
Fixed cursor at 0
2023-05-31 21:44:11 +03:00
Sad Ellie
bac340da1f
Sync localizations with POEditor
2023-05-27 20:09:09 +03:00
Sad Ellie
e2b48ef57d
Sync localizations with POEditor
...
Also little changes in text
2023-05-24 16:55:45 +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
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
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
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
52a1a5b4d5
Fix ignored minus
2023-05-17 11:05:45 +03:00
Sad Ellie
533a281af9
Fix cursor position for separators
2023-05-17 10:27:15 +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
34521e306e
Splash screen colors
...
closes #50
2023-05-01 20:39:00 +03:00
Sad Ellie
902841fae6
Icon scale adjustments
2023-04-25 15:34:38 +03:00
Sad Ellie
c6b1b09e64
Fixed app icon scale
2023-04-25 15:03:04 +03:00
Sad Ellie
0d1256a618
Fixed comma and dot icons
2023-04-25 14:56:38 +03:00