Compare commits

..

No commits in common. "8cc34d30ff5c2e076b479e9a59454d4d0f1d8e9f" and "ca31b92bde2f3206993d8e09108a145c23cc65b5" have entirely different histories.

5 changed files with 47 additions and 42 deletions

View file

@ -1,3 +0,0 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}

View file

@ -96,6 +96,6 @@ Haveno does not endorse or denounce any particular network. The choice of networ
Testing on old phones or laptops and providing high-quality feedback is the best way to contribute. A discussion section will be set up for initial feedback and contributions.
## Disclaimer
Kewbit the maintainers blog is at [Kewbit.org](https://kewbit.org/) official sources for this are located at [Haveno.com's Gitlab](https://git.haveno.com/haveno/). **HAVENO.COM represents the official haveno app website and services as a client to a Haveno Daemon only**, and **HAVENO.EXCHANGE represents everything else, including not not limited to the p2p server network protocol, daemon nodes and pricenodes**, there are now also lots of app-specific guides located at [haveno documentation](https://haveno.com/documentation/) section of the site, which are atuned towards the new app.
Kewbit the maintainers blog is at [Kewbit.org](https://kewbit.org/) official sources for this are located at [https://git.haveno.com/haveno/](Haveno.com's Gitlab). **HAVENO.COM represents the official haveno app website and services as a client to a Haveno Daemon only**, and **HAVENO.EXCHANGE represents everything else, including not not limited to the p2p server network protocol, daemon nodes and pricenodes**, there are now also lots of app-specific guides located at [haveno documentation](https://haveno.com/documentation/) section of the site, which are atuned towards the new app.
None of the code in this repository (haveno-app) is intrinically holding custody of philosophy in what may be considered 'crypto-assets' OR transmitting any such 'crypto-assets' or other financial services across the the wire, network or the general internet.

View file

@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
android.bundle.enableUncompressedNativeLibs=false
dev.steenbakker.mobile_scanner.useUnbundled=true
android.bundle.enableUncompressedNativeLibs=false

View file

@ -44,11 +44,12 @@ packages:
background_downloader:
dependency: "direct main"
description:
name: background_downloader
sha256: "7c65a999544b40668000aac6379854b890f0ef367b9fbd29d959fd1e242dda14"
url: "https://pub.dev"
source: hosted
version: "8.8.0"
path: "."
ref: "V8.7.1"
resolved-ref: "8d075cb528f3082904e02b8f1a7dcc336793742c"
url: "https://git.haveno.com/haveno/external/background_downloader.git"
source: git
version: "8.7.1"
badges:
dependency: "direct main"
description:
@ -108,11 +109,12 @@ packages:
chatview:
dependency: "direct main"
description:
name: chatview
sha256: "8817ecf230e6bfdf3f3f5ad94dc97743ee23f4e5c9eeb2da8e76fbc739ebf394"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
path: "."
ref: "2.1.1"
resolved-ref: c9ad0d705f3db743cc10452ae316aeee2fd810d0
url: "https://git.haveno.com/haveno/external/flutter_chatview.git"
source: git
version: "2.1.1"
checked_yaml:
dependency: transitive
description:
@ -385,10 +387,11 @@ packages:
flutter_socks_proxy:
dependency: "direct main"
description:
name: flutter_socks_proxy
sha256: "5603ad90c2849d2e6f2b4ed3d337653b3a6c8fb471f535e3715254913a9206ce"
url: "https://pub.dev"
source: hosted
path: "."
ref: "0.0.3"
resolved-ref: "7a1a6fe2f4a0c82eb7d7de3059e11f79f57a153c"
url: "https://git.haveno.com/haveno/external/socks_proxy.git"
source: git
version: "0.0.3"
flutter_svg:
dependency: transitive
@ -416,14 +419,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "10.8.0"
git:
dependency: "direct main"
description:
name: git
sha256: daea03e7471607e7ed942bccd4814cfc7e4fa8ca5d3dd6ad4fb170e44423d1a0
url: "https://pub.dev"
source: hosted
version: "2.3.0"
google_fonts:
dependency: "direct main"
description:
@ -571,10 +566,11 @@ packages:
interactive_chart:
dependency: "direct main"
description:
name: interactive_chart
sha256: "6237d938e57205034b6f3e96158954d876bf86467d76495d93ef393c883753b8"
url: "https://pub.dev"
source: hosted
path: "."
ref: "v0.3.5"
resolved-ref: "8de04325796c702746901d5341d56d65c6959b86"
url: "https://git.haveno.com/haveno/external/flutter-interactive-chart.git"
source: git
version: "0.3.5"
internet_connection_checker_plus:
dependency: "direct main"
@ -691,11 +687,12 @@ packages:
mobile_scanner:
dependency: "direct main"
description:
name: mobile_scanner
sha256: d234581c090526676fd8fab4ada92f35c6746e3fb4f05a399665d75a399fb760
url: "https://pub.dev"
source: hosted
version: "5.2.3"
path: "."
ref: "v5.1.1"
resolved-ref: c2c98489fd43cd73b2080ba1f570d0c3eb9b9624
url: "http://git.haveno.com/haveno/external/mobile_scanner.git"
source: git
version: "5.1.1"
multi_select_flutter:
dependency: "direct main"
description:

View file

@ -36,10 +36,13 @@ environment:
dependencies:
flutter:
sdk: flutter
git: ^2.3.0
haveno: ^3.0.1
socks5_proxy: ^1.0.6
flutter_socks_proxy: ^0.0.3
flutter_socks_proxy:
git:
url: https://git.haveno.com/haveno/external/socks_proxy.git
ref: 0.0.3
provider: ^6.0.0
path_provider: ^2.1.4
multi_select_flutter: ^4.1.3
@ -55,13 +58,22 @@ dependencies:
http2: ^2.3.0
flutter_launcher_icons: ^0.13.1
qr_flutter: ^4.1.0
mobile_scanner: ^5.1.1
mobile_scanner:
git:
url: http://git.haveno.com/haveno/external/mobile_scanner.git
ref: v5.1.1
url_launcher: ^6.3.0
archive: ^3.6.1
connectivity_plus: ^6.0.5
internet_connection_checker_plus: ^2.5.1
interactive_chart: ^0.3.5
chatview: ^2.1.1
interactive_chart:
git:
url: https://git.haveno.com/haveno/external/flutter-interactive-chart.git
ref: v0.3.5
chatview:
git:
url: https://git.haveno.com/haveno/external/flutter_chatview.git
ref: 2.1.1
#local_auth: ^2.3.0 ## To do faceid etc
package_info_plus: ^8.0.2
#workmanager: ^0.5.2 ## Probably needed for ios to check for messafes every 15 mins