210 Commits

Author SHA1 Message Date
Sad Ellie
2bd56a7c3e Fixed long click #15 2023-01-06 20:48:24 +04:00
Sad Ellie
e27f8fb2f4 Fixed formatting for batch converting 2023-01-04 17:55:30 +04:00
Sad Ellie
ce050de877 Fixed network loading states 2023-01-04 17:52:45 +04:00
Sad Ellie
28935f31e0 CLear input when switching between converter modes. 2023-01-04 16:15:51 +04:00
Sad Ellie
9d6de84323 Update translations
Added French and German
2023-01-04 13:16:52 +04:00
Sad Ellie
18231d0153 Trim spaces around search query 2023-01-04 12:20:07 +04:00
Sad Ellie
78f9d59fd8 Big viewmodel refactor
(squashed)
2023-01-04 12:20:06 +04:00
Sad Ellie
b1c8780fc1 Added Number base converter #14 2023-01-02 18:17:26 +04:00
Sad Ellie
9308398d77 Changed Row to Column in keyboard 2022-12-31 22:43:16 +04:00
Sad Ellie
f7b625df50 Search by short name #11 2022-12-31 14:24:49 +04:00
Sad Ellie
d715bc61fa Updated font
Montserrat good, Open Sans bad.
2022-12-31 13:13:10 +04:00
Sad Ellie
2ffa9f43a2 Updated About Unitto screen
* Updated links due to new website
* Added GitHub link
* Added POEditor link
2022-12-31 12:35:45 +04:00
Sad Ellie
aa1f5f8e9b Added cent (area) #8 2022-12-30 21:42:02 +04:00
Sad Ellie
0fa1ebe1cb 10KB save 2022-12-30 21:24:43 +04:00
Sad Ellie
84b428e620 Merge branch 'refactor/ui' 2022-12-30 20:53:14 +04:00
Sad Ellie
24c407a05d Not so little UI refactor.
Refactored Utilities.

Refactored MainScreen. Now using a better approach for portrait/landscape.

Refactored TextField.
2022-12-30 20:52:42 +04:00
Sad Ellie
d41f9a7d13 Added magnetic flux conversion 2022-12-30 20:50:06 +04:00
Sad Ellie
7105ee90b6 Fixed POEditor link 2022-12-28 14:22:46 +04:00
Sad Ellie
a546e5d87e Updated README.md
* Unitto is now on Product Hunt
* POEDitor project link added
2022-12-28 14:21:01 +04:00
Sad Ellie
f40731044e Version 13 2022-12-28 12:21:42 +04:00
Sad Ellie
e3b8f03e4d Bumped Themmo (decreased APK size and fixed colors) 2022-12-27 11:52:08 +04:00
Sad Ellie
e5b7a7b6c2 Fixed custom dynamic theming for old devices. (#10) 2022-12-25 19:54:36 +04:00
Sad Ellie
16b8bd35a3 Fix (?) for input conversion (#12)
- Now doing conversion in coroutine.
- Little refactor for MainViewModel
- Text fields are limited to 1000 symbols now

- Little bug added. Conversion result can get really slow when converting extremely large numbers 99^999999 (like really big). Very rare case and user would probably never enter such values. Can't find a proper fix yet.
2022-12-24 13:45:00 +04:00
Sad Ellie
b18b38bc85 Version 12 is released
Still Fire engine red, but with less crashes (I hope).
2022-12-17 14:02:08 +04:00
Sad Ellie
67ace59469 Fixed crash when batch converting
Will clean later.
2022-12-17 13:31:22 +04:00
Sad Ellie
5cd2b3b205 Fixed crashes on large numbers (#12)
Currently just showing empty conversion result when can not convert due to expression result being too big, just like in Calculator by Google. Will add a proper message later.
2022-12-17 13:18:16 +04:00
Sad Ellie
0a48201595 Fire engine red 2022-12-13 11:35:44 +04:00
Sad Ellie
f0925f0f86 Build without Firebase 2022-12-13 01:13:05 +04:00
Sad Ellie
9c7130c6f9 Colour, not color 2022-12-12 22:25:13 +04:00
Sad Ellie
7b2d09f8b3 Bump 2022-12-12 22:24:50 +04:00
Sad Ellie
b25596bbc1 UI improvements for settings
Added icons, some descriptions.
Rearranged settings.
2022-12-12 20:23:52 +04:00
Sad Ellie
66ec851bcb Build without Google services
Also added little instruction.

Hope this doesn't brake anything for guys from F-Droid.
2022-12-11 22:10:46 +04:00
Sad Ellie
5585eacafe Fixed helper function for viewModel tests 2022-12-11 16:11:00 +04:00
Sad Ellie
b46d799382 Add brackets to formatter 2022-12-11 16:08:41 +04:00
Sad Ellie
0566387d81 Added RU to fastlane
Last preparations before update
2022-12-11 16:03:34 +04:00
Sad Ellie
f0b5c5bfc5 Fixed input stack clearing 2022-12-11 00:13:23 +04:00
Sad Ellie
1f35763893 More readable code for input processing tests 2022-12-11 00:12:09 +04:00
Sad Ellie
86596f23c0 Add multiply symbol where needed 2022-12-10 18:06:57 +04:00
Sad Ellie
669e2a0c19 More rules for input processing 2022-12-09 21:28:31 +04:00
Sad Ellie
5da7b3c1d2 Updated images 2022-12-09 20:58:23 +04:00
Sad Ellie
adb99a309b Changed icon for draggable list items 2022-12-09 20:30:31 +04:00
Sad Ellie
f923847f72 50 shades of green
- Now using a more saturated green
- Digit buttons are now grayish
- Background color is not a tint anymore: only white, dark gray and black. This change doesn't apply to dynamic themes.
2022-12-09 20:29:15 +04:00
Sad Ellie
c82450af8a Updated media 2022-12-08 23:01:05 +04:00
Sad Ellie
51961d5f68 Buttons are now always enabled (visually).
Disabled buttons states are useless and make it difficult to modify app theme.
2022-12-08 16:11:39 +04:00
Sad Ellie
ffd4284f55 Improved support for exponent and square root in input processing 2022-12-08 14:11:42 +04:00
Sad Ellie
7d2917d942 Introduced helpers for tests 2022-12-08 13:10:09 +04:00
Sad Ellie
aad5c40ffd Restored ExprK in licenses. 2022-12-08 12:45:14 +04:00
Sad Ellie
49b7406519 Removed redundant exponent display symbol. 2022-12-08 12:40:29 +04:00
Sad Ellie
8bb5d72461 Fixed Levenshtein Distance function.
Needed lowercase to pass tests of the function. In app strings are passed in lowercase.
2022-12-08 12:37:58 +04:00
Sad Ellie
d544a959f0 Fixed formatter 2022-12-08 12:35:22 +04:00