Myzel394
|
cc7c719ee9
|
test(evaluator): Fix incorrect character (use minus from UTF-8 Mathematical Operators instead of "-" from ASCII Punctuation)
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 19:59:15 +02:00 |
|
Myzel394
|
33293a4c28
|
fix(evaluator): Fix power
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 19:27:37 +02:00 |
|
Myzel394
|
b53a0b1f92
|
test(evaluator): Add more tests
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 19:04:52 +02:00 |
|
Myzel394
|
84ddb6b6fa
|
fix(evaluator)!: Throw exception when trying to do 0^0
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 19:04:38 +02:00 |
|
Myzel394
|
6a5efe92ba
|
tests(evaluator): Add more tests
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 18:55:23 +02:00 |
|
Myzel394
|
5a9440dd17
|
fix(evaluator): Improve sin and cos threshold values
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 18:55:12 +02:00 |
|
Myzel394
|
f313da7042
|
fix(evaluator): Fix square root rounding error; Closes #18
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-21 18:44:46 +02:00 |
|
Myzel394
|
f92becc333
|
Merge pull request #13 from Myzel394/improve-keyboard-layout
Improve converter screen
|
2024-07-17 21:02:00 +02:00 |
|
Myzel394
|
ab4c8a8963
|
feat: Add opinionated unit pairings
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-13 21:56:06 +02:00 |
|
Myzel394
|
0a021975fc
|
fix: Fix unit values
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-13 11:44:36 +02:00 |
|
Myzel394
|
68c17d1d97
|
tests: Add more tests to area unit tests
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-12 23:55:32 +02:00 |
|
Myzel394
|
6cf9c53541
|
fix: Fix area unit values
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-12 23:55:07 +02:00 |
|
Myzel394
|
792dc9366b
|
feat: Set default ordering to scale ascending
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-12 23:08:48 +02:00 |
|
Myzel394
|
1a2ae455c9
|
fix: Add Hexadecimal as default NumberBase
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
|
2024-07-12 22:46:28 +02:00 |
|
Hamish
|
3e70ef7ae6
|
Update currency converter URL
|
2024-05-16 07:59:03 +10:00 |
|
Myzel394
|
c606328587
|
fix(converter): Update output after conversion
|
2024-05-02 23:09:29 +02:00 |
|
Myzel394
|
fe73d7dfbb
|
feat: Add new app announcement
|
2024-04-26 14:36:10 +02:00 |
|
Myzel394
|
50608619d7
|
feat: Add reverse currency rate as fallback
|
2024-04-22 22:11:26 +02:00 |
|
Myzel394
|
56c99a42f4
|
chore: Update currency API URL
|
2024-04-22 21:59:46 +02:00 |
|
Myzel394
|
9cf0b6c38f
|
chore: Change com.sadellie.unitto -> app.myzel394.numberhub
|
2024-04-21 21:52:39 +02:00 |
|
Sad Ellie
|
d34c01ed6a
|
Refactor Calculator
- no longer abusing mapLatest and StateFlow
|
2024-02-28 22:10:11 +03:00 |
|
Sad Ellie
|
eb96868afc
|
Refactor Converter
- no longer abusing mapLatest and StateFlow
- id-based system in UI and business layers
|
2024-02-28 22:07:16 +03:00 |
|
Sad Ellie
|
eb00d8a76e
|
Spotless and ktlint
|
2024-02-15 22:04:46 +03:00 |
|
Sad Ellie
|
76685339d7
|
Save calculator keyboard state
closes #175
|
2024-02-14 22:46:43 +03:00 |
|
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
|
ebb5fc52e0
|
Fix factorial of 0
closes #186
|
2024-02-11 22:58:26 +03:00 |
|
Sad Ellie
|
7cbbb846af
|
Refactor unit selector screens
decrease duplicate logic in ConverterViewModel
|
2024-02-10 17:07:58 +03:00 |
|
Sad Ellie
|
3d2a63fe95
|
Forgor how sets work 💀
|
2024-02-08 23:12:04 +03:00 |
|
Sad Ellie
|
67a4852741
|
Refactor Tokenizer
|
2024-02-06 18:07:54 +03:00 |
|
Sad Ellie
|
32eb7422d5
|
Refactor UnitGroupsScreen
|
2024-02-06 18:07:25 +03:00 |
|
Sad Ellie
|
bf9bf37812
|
Clean up build files
|
2024-02-05 00:10:23 +03:00 |
|
Sad Ellie
|
402f48ee1f
|
Delete calculator history item by one
closes #58
|
2024-02-04 23:50:12 +03:00 |
|
Sad Ellie
|
b2030ad9dc
|
Remove RPN experiment
|
2024-02-04 19:16:10 +03:00 |
|
Sad Ellie
|
4a499b8fd3
|
Fix #177
|
2024-02-02 17:01:42 +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
|
e90c30a695
|
Rename stuff
- no more childish "my..." names
- reduced the usage of app name
|
2024-01-21 00:30:36 +03:00 |
|
Sad Ellie
|
0f4c2594d4
|
Catch exceptions when restoring data
|
2024-01-19 17:09:59 +03:00 |
|
Sad Ellie
|
8d46084b51
|
Rewrite BackupManager
|
2024-01-19 00:23:16 +03:00 |
|
Sad Ellie
|
bb0b75e3f4
|
Fix authorities
|
2024-01-18 13:59:16 +03:00 |
|
Sad Ellie
|
80e858e1ed
|
Themmo update
|
2024-01-16 18:22:34 +03:00 |
|
Sad Ellie
|
9f24b9b3cc
|
Refactor TopLevelDestinations
closes #160
closes #161
|
2024-01-15 18:23:15 +03:00 |
|
Sad Ellie
|
99a8db2a50
|
Navigate to changelogs for new versions
|
2024-01-08 17:49:49 +03:00 |
|
Sad Ellie
|
02e9bfaf90
|
BMI calculator
closes #134
squashed commit
|
2024-01-06 18:42:40 +03:00 |
|
Sad Ellie
|
839954ce85
|
Update UnitsRepository
- Refactor Unit classes
- Add grain
- Add pace units
closes #143 #144
squashed commit
|
2024-01-04 16:38:06 +03:00 |
|
Sad Ellie
|
e638de6857
|
BackupManager tests
|
2024-01-03 18:31:48 +03:00 |
|
Sad Ellie
|
d0fcf5b138
|
Continuous calculations
closes #147
|
2024-01-03 14:45:54 +03:00 |
|
Sad Ellie
|
ae3e6b291e
|
data:converter module tests refactor
|
2023-12-12 11:36:21 +03:00 |
|