128 Commits

Author SHA1 Message Date
Sad Ellie
263a1139dc Refactor FormatterSymbols
closes #90
2024-02-12 22:12:07 +03:00
Sad Ellie
224ddd8bad Use strings for BigDecimals 2024-02-12 22:10:01 +03:00
Sad Ellie
80f1624748 Cleaner UI
closes #182
2024-02-10 17:09:30 +03:00
Sad Ellie
7cbbb846af Refactor unit selector screens
decrease duplicate logic in ConverterViewModel
2024-02-10 17:07:58 +03:00
Sad Ellie
9d76c168ec Flex chips 2024-02-09 11:49:17 +03:00
Sad Ellie
3c10fb9b0c Refactor LeftSideScreen and RightSideScreen
Reusable UnitsList
2024-02-07 23:42:51 +03:00
Sad Ellie
32eb7422d5 Refactor UnitGroupsScreen 2024-02-06 18:07:25 +03:00
Sad Ellie
5c81a1c675 Prepare for text2
Enabled physical keyboard support (#148), but not tested
2024-02-05 23:33:03 +03:00
Sad Ellie
bf9bf37812 Clean up build files 2024-02-05 00:10:23 +03:00
Sad Ellie
087ba19b1f Fix foot precision 2024-01-31 15:08:40 +03:00
Sad Ellie
28a4e1b668 tiny clean up 2024-01-24 17:56:55 +03:00
Sad Ellie
bddd4c06d1 Refactor haptic preference 2024-01-21 21:45:58 +03:00
Sad Ellie
0e0a545ee1 Add content description for keyboard buttons
closes #166
2024-01-21 21:23:39 +03:00
Sad Ellie
e90c30a695 Rename stuff
- no more childish "my..." names
- reduced the usage of app name
2024-01-21 00:30:36 +03:00
Sad Ellie
9f683785cf Catch exception when converting units
closes #167
2024-01-20 22:40:42 +03:00
Sad Ellie
4319d18e17 Remove experimental ChipsRow 2024-01-19 17:29:29 +03:00
Sad Ellie
84c29682f8 Normalize icons for potential icon packs feature 2024-01-17 18:10:39 +03:00
Sad Ellie
9f24b9b3cc Refactor TopLevelDestinations
closes #160
closes #161
2024-01-15 18:23:15 +03:00
Sad Ellie
03836c4164 Use unitFrom group for both unit selection screens 2024-01-11 23:36:00 +03:00
Sad Ellie
5b7169d396 Feet and inches input and output
closes #145
2024-01-04 19:37:37 +03:00
Sad Ellie
f7fe300706 Catch wrong unit id 2023-12-03 23:40:48 +03:00
Sad Ellie
f02a4ecf8a Tiny project refactor
- Updated build files
- Removed unused flavor
- Renamed units module
2023-12-02 18:11:38 +03:00
Sad Ellie
8ceaba7a96 Update tests 2023-11-29 17:01:48 +03:00
Sad Ellie
a78abc68e9 Responsive layout
closes: #104
2023-11-28 11:29:05 +03:00
Sad Ellie
1def59bca5 Flex keyboards:
- Switched to FlowRow
- Calculating keypad button sizes only once
- Improved responsive design
- Overall decreased GPU usage by 10-20%
- Returned a bug with wide delete button (very sad)

closes: #131
2023-11-21 22:16:35 +03:00
Sad Ellie
9610b5bc38 Refactor BigDecimalUtils 2023-11-21 22:16:35 +03:00
Sad Ellie
cf59362708 Remove not-null assertion 2023-11-14 23:03:59 +03:00
Sad Ellie
d0a873ea43 Use favorite unit as default pair 2023-11-14 22:56:37 +03:00
Sad Ellie
689c812c11 More robust "=" logic 2023-11-08 23:36:10 +03:00
Sad Ellie
1475e5a948 Improve testability
- Use interfaces to mock objects
- Use only primitives in preferences
2023-10-31 14:58:14 +03:00
Sad Ellie
bdbdcf9c69 Revert UnitSelectionButton changes 2023-10-26 17:56:11 +03:00
Sad Ellie
c3603fe1ee Placeholder for time zone search 2023-10-15 23:36:55 +03:00
Sad Ellie
7c53768c01 Update search UX/UI 2023-10-14 22:42:41 +03:00
Sad Ellie
f88c85bcdc Don't pass unnecessary LazyListState 2023-10-13 12:33:19 +03:00
Sad Ellie
38da48049d Update UnitsRepository 2023-10-13 00:28:31 +03:00
Sad Ellie
f9d6018bde Update UnitSelectionButton 2023-10-12 12:27:27 +03:00
Sad Ellie
aa2f66f891 Refactor InputTextField 2023-10-12 11:06:38 +03:00
Sad Ellie
fb1b7fab2b Auto brackets
closes: #41
2023-10-11 23:16:22 +03:00
Sad Ellie
9ff7e39ece Update icons 2023-10-10 23:13:46 +03:00
Sad Ellie
f3e85dbfa2 Fix "mutable" misuse 2023-10-09 10:21:27 +03:00
Sad Ellie
08d78427d8 Localized formats 2023-10-08 21:44:36 +03:00
Sad Ellie
4fc9fc6b0c Time zone converter rewrite
ref: #88
2023-10-07 00:30:04 +03:00
Sad Ellie
f3ba0bd06a Fix initial states, navigation, loading logic and transitions
closes #92
2023-10-04 13:13:57 +03:00
Sad Ellie
fbe980ca94 Update build.gradle.kts 2023-10-01 21:47:16 +03:00
Sad Ellie
e99d27872f Update string ids 2023-10-01 21:47:03 +03:00
Sad Ellie
ac65677695 Merge branch 'tests-setup' into olive-green 2023-10-01 13:27:09 +03:00
Sad Ellie
864f7ba702 Fix Converter Keyboard padding 2023-09-30 12:47:21 +03:00
Sad Ellie
4c3a89d16d Update tests 2023-09-29 18:17:29 +03:00
Sad Ellie
58359a2a2d Refactor chips 2023-09-26 23:29:56 +03:00
Sad Ellie
533c94db6b Text and icon color fixes 2023-09-26 17:38:23 +03:00