Commit Graph

293 Commits

Author SHA1 Message Date
-
f0ba6f5ce5 feat: refactor receive fragment
It's now possible to rename latest address without generating a new one
2024-09-18 16:39:34 +02:00
-
8a769d0e23 feat: remove automatic donations, add donate to mysu label 2024-09-15 13:07:29 +02:00
anoncontributorxmr
4ee0e3134b Merge pull request 'chore: update default nodes' (#4) from chore/update-default-nodes into master
Reviewed-on: https://codeberg.org/anoncontributorxmr/mysu/pulls/4
2024-09-14 14:53:28 +00:00
anoncontributorxmr
7029688b4b Merge pull request 'chore: disable showing monerochan by default' (#6) from chore/disable-monerochan-by-default into master
Reviewed-on: https://codeberg.org/anoncontributorxmr/mysu/pulls/6
2024-09-14 12:57:20 +00:00
-
5fd6ce2188 chore: disable showing monerochan by default 2024-09-14 14:44:25 +02:00
-
72bf7ddc24 chore: update default nodes 2024-09-14 12:24:24 +02:00
-
2260d2ee04 chore: update gradle 2024-09-14 12:22:38 +02:00
-
07f81b6942 fix formatting for 'option_donate_per_tx_desc' string 2024-09-08 15:13:31 +02:00
-
9833adee01 resurrect mysu and update monero to v0.18.3.4 2024-09-08 13:30:36 +02:00
pokkst
b939d52665
Update docker files 2024-04-08 20:32:05 -05:00
pokkst
44dd9e1d7a
0.5.8: Work on reducing apk file size and removing unnecessary dependencies 2023-12-10 10:43:58 -06:00
pokkst
f23548b279
0.5.7: Work on reducing app size a bit, some fixes/optimizations/improvements, and animations have been added to the UI 2023-12-10 00:36:01 -06:00
pokkst
5733197cb0
0.5.6.1: Remove retry system in connection handling, reword "View outputs" to "View coins", reformat code 2023-12-09 21:12:06 -06:00
pokkst
ae4e7cb65c
0.5.6: More bug fixes for built-in Tor stuff. 2023-12-09 12:23:20 -06:00
pokkst
19544c1b3d
More bug fixes 2023-12-09 11:58:45 -06:00
pokkst
a128617342
More refactoring for built-in Tor changes and fixes 2023-12-09 04:21:14 -06:00
pokkst
bd67d6d4bd
Refactoring settings/onboarding screens 2023-12-09 02:30:55 -06:00
pokkst
3b77ae3673
WIP: Embedded Tor 2023-12-08 19:08:05 -06:00
pokkst
dc178f10d9
0.5.4: Wording changes, adds trusted textview to node in list (if trusted) 2023-12-07 20:57:41 -06:00
pokkst
911c813a7e
Height/syncing fixes 2023-12-07 18:33:43 -06:00
pokkst
269b910aaf
Other fixes 2023-12-07 18:16:02 -06:00
pokkst
384d440fe3
Fix trusted daemon settings 2023-12-07 18:07:47 -06:00
pokkst
0a9d774f18
0.5.3: Better synchronization/status 2023-12-07 17:41:38 -06:00
pokkst
cab3a0d79f
Wording changes, recovery fixes 2023-12-06 23:23:56 -06:00
pokkst
47b31ac5ad
Add content descriptions 2023-12-06 20:21:10 -06:00
pokkst
c407b4f69d
0.5.1: Accessibility fixes for sending transactions 2023-12-06 20:19:27 -06:00
pokkst
36ab440bf5
Update README.md and FAQ.md 2023-12-06 18:25:48 -06:00
pokkst
43c6d191e4
Update folder names in docs 2023-12-06 18:19:13 -06:00
pokkst
5e69ce3997
Update version in docs 2023-12-06 18:18:00 -06:00
pokkst
54a0431d97
Remove unnecessary JvmField/JvmStatic annotations 2023-12-06 18:06:48 -06:00
pokkst
9de74d54a5
Better wording 2023-12-06 17:54:48 -06:00
pokkst
7654450ab3
Rename "password" to passphrase 2023-12-06 17:52:16 -06:00
pokkst
a1c43db4db
Convert remaining screens to Kotlin 2023-12-06 17:48:45 -06:00
pokkst
2f400d7e8d
Rename .java to .kt 2023-12-06 17:48:44 -06:00
pokkst
d4cb982b94
Cleanup more Kotlin code, and convert SendFragment 2023-12-06 17:13:44 -06:00
pokkst
3c52bd3a55
Rename .java to .kt 2023-12-06 17:13:42 -06:00
pokkst
f2755fbf83
Convert ReceiveFragment to Kotlin 2023-12-06 15:43:28 -06:00
pokkst
ec7827a847
Rename .java to .kt 2023-12-06 15:43:28 -06:00
pokkst
d38a2e1306
Cleanup some Kotlin code, convert HomeFragment to Kotlin, and dialogs 2023-12-06 15:33:30 -06:00
pokkst
97d39a3cb4
Forgot to actually push the converted services 2023-12-06 12:47:26 -06:00
pokkst
08b989eaab
Convert services to Kotlin; just need to convert fragment/UI stuff next, then eventually convert to Compose 2023-12-06 12:46:39 -06:00
pokkst
e4cae3bbb7
Update dependencies 2023-12-06 11:08:30 -06:00
pokkst
83c26a0ea3
Cleanup/reformat code 2023-12-06 11:00:54 -06:00
pokkst
68dfd3797c
Convert adapters to Kotlin 2023-12-06 10:57:54 -06:00
pokkst
19b5a55932
Rename .java to .kt 2023-12-06 10:57:54 -06:00
pokkst
c1f4b46b3b
Refactoring (WIP): Convert to Kotlin 2023-12-06 10:49:36 -06:00
pokkst
de35fbc457
Rename .java to .kt 2023-12-06 10:49:34 -06:00
pokkst
9d678e3ea6
Onboarding UI changes 2023-12-05 14:46:52 -06:00
pokkst
5893c52c27
Add seed type toggle to onboarding screen 2023-12-05 11:13:20 -06:00
pokkst
fc853dc55d
WIP: Polyseed. Polyseed wallets currently have offsets enforced due to a bug in ANONERO's polyseed implementation 2023-12-05 04:04:58 -06:00