Commit graph

135 commits

Author SHA1 Message Date
julian
77f4eff913 search and replace 2024-07-09 08:54:29 -06:00
julian
a676341e54 various text changes and some fixes 2024-07-08 11:27:20 -06:00
julian
37f23a09f5 btc testnet4 2024-06-20 10:39:22 -06:00
julian
85f609fa6f add check for settings appearance nav 2024-06-06 14:36:37 -06:00
sneurlax
df5988b48e hide or show theme features based on configuration 2024-06-05 18:08:33 -05:00
julian
676ab60c6f show loading and ensure desktop password functions aren't doubled called with a lock 2024-05-31 17:17:41 -06:00
julian
9006de0f0a code style clean up and gen mocks 2024-05-27 18:01:41 -06:00
julian
aac27636ee some clean up and imports fixing from merge 2024-05-27 11:24:11 -06:00
julian
c87564e1cd Merge remote-tracking branch 'origin/monerodart_testing' into monero_merge
# Conflicts:
#	.gitignore
#	crypto_plugins/flutter_libmonero
#	lib/pages/add_wallet_views/add_wallet_view/add_wallet_view.dart
#	lib/pages/add_wallet_views/restore_wallet_view/restore_options_view/restore_options_view.dart
#	lib/pages_desktop_specific/settings/settings_menu/nodes_settings.dart
#	lib/utilities/constants.dart
#	lib/wallets/crypto_currency/coins/monero.dart
#	lib/wallets/wallet/impl/monero_wallet.dart
#	lib/wallets/wallet/impl/wownero_wallet.dart
#	scripts/app_config/templates/pubspec.template
#	scripts/linux/build_all.sh
#	scripts/windows/build_all.sh
2024-05-27 10:41:50 -06:00
julian
aaded93d1f desktop save logs implementation 2024-05-27 10:14:38 -06:00
julian
fc631bf866 add current commit of build to about 2024-05-24 13:56:14 -06:00
julian
1a078955c9 clean up git status and show for enabled coins only 2024-05-24 12:01:48 -06:00
julian
e01b778778 dart fix --apply --code=prefer_relative_imports 2024-05-22 18:37:06 -06:00
julian
cc7b958c5a script generated app_config.g.dart file 2024-05-22 13:38:49 -06:00
julian
e0abd97041 make it easy to comment out certain coins in app config to disable them 2024-05-21 12:57:56 -06:00
julian
c9d4e57d65 rename to shorter name 2024-05-21 12:57:51 -06:00
julian
22fef651cd remaining app name replacement and make app name const (and some linter cleanup) 2024-05-21 11:54:05 -06:00
julian
a82f6c3c6e coin enum finally gone 2024-05-15 15:24:02 -06:00
sneurlax
b917dab5c0 whiteLabel.dart -> app_config.dart
redux
2024-05-14 11:31:16 -06:00
sneurlax
570a5f378f whiteLabel.dart -> app_config.dart
related rafactorings
2024-05-14 11:31:16 -06:00
sneurlax
b1e0e92d5a My Prefix 2024-05-14 11:31:16 -06:00
sneurlax
e0b8837c36 refactor 2024-05-14 11:31:16 -06:00
sneurlax
1d135a2fa6 lib/whiteLabel.dart 2024-05-14 11:31:16 -06:00
Julian
81a4d2f1eb ios disable select location to save swb and default to Docs dir 2024-05-13 13:03:13 -06:00
Czarek Nakamoto
ed840ac235 windows support 2024-05-01 16:42:54 +02:00
Czarek Nakamoto
fb0b87942a wownero support 2024-04-26 14:23:01 +02:00
sneurlax
8c7f9b491d don't scroll in scroll, size debug log dialog down on small screens 2024-02-06 21:08:36 -06:00
sneurlax
033850c677 make advanced settings view scrollable
TODO make other views scrollable, too
2024-01-31 16:33:24 -06:00
sneurlax
1f3ce757bd make settings menu scrollable on small screens 2024-01-31 16:18:52 -06:00
sneurlax
2d22b9a4ac make entire DebugInfoDialog scrollable 2024-01-31 16:00:22 -06:00
julian
500fd9b94d use isTestnet flag on coin enum 2024-01-15 15:44:55 -06:00
julian
63917a7adb add tzkt link to about 2023-11-22 12:39:38 -06:00
julian
1eea37c54c remove bad expanded 2023-10-30 09:47:52 -06:00
ryleedavis
e5800d4ec2 resolve merge conflicts 2023-09-18 15:51:00 -06:00
ryleedavis
932c8d6bb9 Changed Tor info dialogs so padding looks better 2023-09-18 15:43:14 -06:00
julian
4ca352e713 update onion animation and some tor settings refactoring 2023-09-15 16:14:01 -06:00
julian
4e3390a7c0 refactor TorService 2023-09-15 13:51:20 -06:00
julian
4b518243c6 Tor kill switch getter name refactor and bugfix 2023-09-13 10:33:44 -06:00
julian
af88673df1 remove vpn references 2023-09-13 10:27:45 -06:00
julian
c7cb9c30d9 await tor start/stop before modifying pref and use providers 2023-09-08 16:11:21 -06:00
julian
aa56d39721 await tor start/stop before modifying pref 2023-09-08 16:01:47 -06:00
julian
b278f691cc add init function to TorService so the compiled rust lib isn't loaded on instance creation but rather on init being called 2023-09-08 15:44:25 -06:00
sneurlax
95790faf52 toggle useTor pref on text button click in wallet network settings view
and formatting
2023-09-08 16:43:24 -05:00
julian
8135079046 access tor service via provider in ui code 2023-09-08 12:43:52 -06:00
sneurlax
cf27dd9252 remove tor service status getter 2023-09-08 10:30:49 -05:00
sneurlax
79c1dee7ad hook up existing ui elements to the tor service
and add a status getter to the tor service
2023-09-07 18:28:55 -05:00
sneurlax
6b76696edf package imports 2023-09-07 17:14:50 -05:00
ryleedavis
850d0bbfd8 minor text color fix 2023-09-07 15:04:57 -06:00
ryleedavis
c3aaf0574b added information to tor dialogs 2023-09-06 13:43:09 -06:00
ryleedavis
1a20029c18 add dialogs to tor settings 2023-09-05 16:55:54 -06:00