Commit graph

161 commits

Author SHA1 Message Date
julian
29708b1534 Show old campfire wallets 2024-06-10 16:50:26 -06:00
sneurlax
480010c714 start efCurrencyPairProvider and efRateTypeProvider if swap enabled 2024-06-06 15:08:56 -05:00
julian
3eb5a0a39c Cache Spark anonymity sets in sqlite 2024-05-29 17:24:25 -06:00
julian
9006de0f0a code style clean up and gen mocks 2024-05-27 18:01:41 -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
0af6574e81 Tell flutter_libmonero how to get access to the application dir 2024-05-23 10:41:42 -06:00
julian
459e882ab6 app data dir fix 2024-05-23 09:20:11 -06:00
julian
e01b778778 dart fix --apply --code=prefer_relative_imports 2024-05-22 18:37:06 -06:00
sneurlax
73faa11272 more AppConfig usage 2024-05-15 17:20:14 -05:00
sneurlax
e174fcc0bc whiteLabel.dart -> app_config.dart
redux
2024-05-13 15:08:52 -05:00
sneurlax
b016c21140 whiteLabel.dart -> app_config.dart
related rafactorings
2024-05-13 14:44:19 -05:00
sneurlax
56ea4b89be white label patches
drywall, mud
2024-05-13 14:29:11 -05:00
sneurlax
1bbb08b433 Merge remote-tracking branch 'mrcyjanex/cyjan-monerodartv2' into monerodart_testing 2024-05-01 15:52:18 -05:00
Czarek Nakamoto
ed840ac235 windows support 2024-05-01 16:42:54 +02:00
julian
b230a123a5 material3 surface tint on scroll "bug" fix 2024-04-11 11:34:12 -06:00
julian
85a8b12149 flutter version upgrade 2024-01-18 13:17:29 -06:00
julian
b0eeec7568 eth token prices fixes 2024-01-16 13:08:28 -06:00
julian
89c781ef23 fix initial wallet not showing up on creation 2024-01-03 09:47:36 -06:00
julian
09a452b4ca allow setting custom app root dir on desktop via cli args 2023-11-16 12:03:15 -06:00
julian
36a1795984 WIP btc and other electrumx based coins tx building/send as well as various small tweaks and fixes 2023-11-08 13:57:38 -06:00
julian
f08fed8f67 disable broken tests and run build runner code gen 2023-11-06 11:01:41 -06:00
julian
ce7d10ef16 rename and refactor wallets.dart provider 2023-10-31 11:15:59 -06:00
julian
4e3390a7c0 refactor TorService 2023-09-15 13:51:20 -06:00
sneurlax
6cee28c5e5 Merge remote-tracking branch 'origin/staging' into arti 2023-09-12 11:38:29 -05:00
julian
2b3b7db206 screen height in debug mode (desktop) 2023-09-11 16:27:44 -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
julian
81bbdb1b62 add a couple notes 2023-09-08 07:53:06 -06:00
sneurlax
de632023e0 don't enable tor by default 2023-09-07 17:13:04 -05:00
sneurlax
2c77ac1b5d fire TorConnectionStatusChangedEvents from tor service
and move tor_service file and unableToConnect->disconnected
2023-09-07 16:27:00 -05:00
julian
99dc1aef42 add tor pref 2023-08-07 11:20:54 -06:00
julian
9965d793bd WIP route over tor 2023-08-07 10:46:34 -06:00
Josh Babb
a71815ede7 Merge remote-tracking branch 'origin/staging' into tor 2023-07-12 16:50:55 -05:00
julian
87ed25bd5b use relative path for theme assets 2023-07-03 18:25:18 -06:00
julian
cfd73be0c3 listen to locale changes while app is running and update accordingly 2023-06-16 17:11:11 -06:00
sneurlax
006844dc8f Revert "start monero and wownero on windows"
This reverts commit e1339dab83.
2023-06-08 15:57:17 -05:00
sneurlax
e1339dab83 start monero and wownero on windows 2023-06-08 15:27:58 -05:00
julian
e7ed01aad5 extra theme verification 2023-06-07 08:36:47 -06:00
julian
a353ab341a Merge remote-tracking branch 'origin_SW/staging' into flutter_upgrade
# Conflicts:
#	crypto_plugins/flutter_libmonero
2023-06-05 16:26:28 -06:00
Josh Babb
18e08a8cb7 do not start monero on windows 2023-06-05 15:19:50 -07:00
detherminal
95a0309b8b docs: add header to source code again 2023-05-27 00:21:16 +03:00
detherminal
ccf5e68fc6 Revert "docs: add copyright header to all source code"
This reverts commit 84ac798bb8.
2023-05-27 00:19:24 +03:00
detherminal
84ac798bb8 docs: add copyright header to all source code 2023-05-26 19:33:04 +03:00
julian
e7db6739ec disable wownero on linux 2023-05-23 17:47:52 -06:00
julian
1991cdb6b2 add version check for default installed themes and some clean up 2023-05-18 17:00:23 -06:00
Josh Babb
354f267942 start tor with app in main 2023-05-17 17:21:45 -05:00
julian
a2c15ac332 fix: missing updated data version 2023-05-15 14:21:09 -06:00
julian
539dec13f5 clean up and fixed bugs found while porting themes to duo 2023-05-13 21:25:46 -06:00
julian
c713de3e79 pass bytes around instead 2023-05-12 13:51:15 -06:00
julian
e1e1397f17 theme installed check 2023-05-10 08:53:46 -06:00
julian
3757385b81 WIP install default themes on startup 2023-05-09 17:18:44 -06:00