392 Commits

Author SHA1 Message Date
Sad Ellie
8355afa905 Hide experimental tools screen 2023-02-13 22:26:41 +04:00
Sad Ellie
2c116fa90c Rename MainScreen into ConverterScreen
It's very important /s
2023-02-13 21:04:15 +04:00
Sad Ellie
a70970a238 No more sad button labels( 2023-02-12 17:02:46 +04:00
Sad Ellie
211570680c Refactored buttons 2023-02-12 16:40:40 +04:00
Sad Ellie
776dd63381 Improved calculator buttons 2023-02-12 16:09:46 +04:00
Sad Ellie
32a129eb46 Bump and fixes
Compose bump caused crashes, fixed
2023-02-12 15:57:49 +04:00
Sad Ellie
5ab779d136 Added Calculator (#2)
Note: First iteration of this feature, will change the navigation, cursor and copy/paste/cut.
2023-02-12 15:25:58 +04:00
Sad Ellie
b963cdc644 Move cursor logic to EpochViewModel.kt 2023-02-10 02:08:31 +04:00
Sad Ellie
55d9ec4327 Fix DateUnixTextFields
Moved to a separate file
Fixed text color
2023-02-09 19:39:39 +04:00
Sad Ellie
3bf2b73549 Added icon for epoch shortcut 2023-02-09 19:29:40 +04:00
Sad Ellie
f5e37aec16 Fix deep link and shortcuts.
User can now open app from shortcut even if it was already started.
2023-02-09 17:38:30 +04:00
Sad Ellie
7f664c21fd Actual text fields for epoch converter 2023-02-04 12:48:15 +04:00
Sad Ellie
52d7db579c Less sugar 2023-02-03 14:10:27 +04:00
Sad Ellie
1620444123 Data module refactor 2023-02-02 18:51:36 +04:00
Sad Ellie
59de376f61 Animate UnixTextField 2023-02-02 14:07:38 +04:00
Sad Ellie
ebca5218cc Better highlighting for input in Epoch
Little refactor - made thing very simple
2023-02-02 13:39:45 +04:00
Sad Ellie
0bf18951d6 Fixed shortcut for epoch screen 2023-02-02 10:20:41 +04:00
Sad Ellie
2c1278e5a2 Added "Notice" for Tools screen 2023-02-01 19:13:06 +04:00
Sad Ellie
df3794cad4 Added dynamic shortcut to epoch converter 2023-02-01 19:08:47 +04:00
Sad Ellie
790457cb6f Landscape mode support for EpochConverter 2023-02-01 18:00:55 +04:00
Sad Ellie
56b89ab0f8 Added annoying badge
Will remove in future releases
2023-02-01 17:27:41 +04:00
Sad Ellie
b2fd5f709e Fixed content description for tools screen icon button 2023-02-01 17:04:58 +04:00
Sad Ellie
9b5da8e1ab Changed date text field layout
Better UI/UX. Time comes before date now. Using column instead of row for the field.
2023-02-01 17:03:05 +04:00
Sad Ellie
bb22741251 Merge branch 'labs/epoch-converter' 2023-02-01 16:29:46 +04:00
Sad Ellie
0bf3ac6155 Tools screen
Added basic tools screen
Added epoch converter screen
Little refactor to avoid code duplication
2023-02-01 16:29:19 +04:00
Sad Ellie
6fcb600ed2 Fixed batch conversion 2023-01-29 12:53:29 +04:00
Sad Ellie
b95906b31f Added settings to control haptic feedback (#16) 2023-01-28 19:00:46 +04:00
Sad Ellie
31f4903d48 Added vibration on keyboard button press (#16) 2023-01-28 18:10:32 +04:00
Sad Ellie
67b7af080f Fixed old fix that fixed fix 2023-01-28 16:44:29 +04:00
Sad Ellie
febcec5201 Removed redundant method from MainViewModel 2023-01-28 15:17:38 +04:00
Sad Ellie
f8461638d4 Fixed text field clickable area 2023-01-28 15:16:32 +04:00
Sad Ellie
8de96041d5 Animated corner radius for unit selection buttons 2023-01-28 15:15:16 +04:00
Sad Ellie
542a95acf7 Added formatter for time 2023-01-28 15:00:38 +04:00
Sad Ellie
d5cc855b3d Fixed core:ui module namespace 2023-01-27 17:22:53 +04:00
Sad Ellie
c7c9c557bb Module fixes
Removed Firebase
F-Droid can detects updates again
2023-01-18 21:33:30 +04:00
Sad Ellie
c68c1c458a Visibility modifiers and code clean up
Marked stuff as internal and private.
2023-01-14 00:27:01 +04:00
Sad Ellie
8b9db717c4 Actually fixed navigation for unit selection screens 2023-01-13 23:57:58 +04:00
Sad Ellie
c0acd70acc Moved units list header to components 2023-01-13 21:17:09 +04:00
Sad Ellie
a8cbb8f89e Fixed navigation.
P.S. Ugly fix, will change later.
2023-01-13 21:10:40 +04:00
Sad Ellie
c72316acf1 Catch divide by zero and sqrt of negative exceptions 2023-01-13 18:58:24 +04:00
Sad Ellie
02bf4a8497 Fixed keyboard taking whole screen in landscape mode. 2023-01-13 01:40:38 +04:00
Sad Ellie
40b6e9c147 Modules modules modules
App is now made of modules.

Updated README.md to show modules.

P.S. Commits are squashed.

basically, modules
2023-01-12 21:24:59 +04:00