38 Commits

Author SHA1 Message Date
Sad Ellie
5e87cce22d Changed settings icon
closes #43
2023-04-20 12:07:13 +03:00
Sad Ellie
82a4f4ad0a Format time as a separate setting 2023-04-04 19:15:34 +03:00
Sad Ellie
4c20c6c0b8 Fixes for responsive ui
squashed commit

closes: #24 and #34
2023-04-02 19:42:04 +03:00
Sad Ellie
07fdb03ab3 The most responsive UI
- Auto-size text field (animated)
- Auto-size keyboard
- Auto-size buttons
- Fix cursor
2023-03-27 13:06:12 +03:00
Sad Ellie
7150fc9133 Refactor formatter 2023-02-28 21:37:02 +04:00
Sad Ellie
f7ee7dcd1e Fixed converter screen title text 2023-02-28 13:14:25 +04:00
Sad Ellie
00357d0906 Inverse buttons 2023-02-27 14:50:30 +04:00
Sad Ellie
61aff9c3ae Introduce Token object 2023-02-27 11:22:08 +04:00
Sad Ellie
fa1ec777cd Keyboard buttons refactor
+ Fixed vibrations
+ Fixed fractional button icon
2023-02-26 20:23:57 +04:00
Sad Ellie
827a42bf49 Navigation drawer instead of tools screen 2023-02-25 16:26:11 +04:00
Sad Ellie
f92488f336 Start screen option 2023-02-22 10:19:06 +04:00
Sad Ellie
951523a235 Improved navigation
- Clear back stack when navigating between tools
- Added unit converter to tools screen
- Disabled epoch converter until ready
2023-02-22 02:00:02 +04:00
Sad Ellie
36befca5da Refactor ConverterScreen 2023-02-21 20:38:52 +04:00
Sad Ellie
39f4997c73 Calculator history (#2):
this is a squashed commit
2023-02-20 18:46:45 +04:00
Sad Ellie
db95fbacfc Icons in Keyboard buttons 2023-02-15 20:29:08 +04:00
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
211570680c Refactored buttons 2023-02-12 16:40:40 +04:00
Sad Ellie
1620444123 Data module refactor 2023-02-02 18:51:36 +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
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
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
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