Compare changes
Some changes are not shown.
For a faster browsing experience, only 85 of 253 files are shown. Download one of the files below to see all changes.
+4
−2
+90
−46
+2
−2
+12
−10
+6
−3
+80
−142
+31
−34
+2
−2
+3
−3
+2
−2
doc/changelog/changelog_v1.7.0.md
0 → 100644
+6
−0
+12
−6
doc/en/development_tutorial-01.md
0 → 100644
+390
−0
doc/en/development_tutorial-02.md
0 → 100644
+180
−0
+185
−0
doc/feed/1.1/feed-en-GB.json
0 → 100644
+9
−0
doc/feed/1.1/feed-en.json
0 → 100644
+9
−0
doc/feed/1.1/feed-es-ES.json
0 → 100644
+9
−0
doc/feed/1.1/feed-fr-FR.json
0 → 100644
+9
−0
doc/feed/1.1/feed-fr.json
0 → 100644
+9
−0
doc/feed/feed-en.json
0 → 100644
+27
−0
doc/feed/feed-es.json
0 → 100644
+27
−0
+24
−13
doc/fr/.presentation-2016-06-03.odp
0 → 100644
+179 B
+14
−0
doc/fr/presentation-2016-06-03.odp
deleted100644 → 0
−4.31 MiB
+1
−1
+138
−19
+22
−30
+3
−2
+3
−1
+38
−41
Original line number | Diff line number | Diff line |
---|---|---|
{
|
||
"name": "cesium",
|
||
"version": "1.6.9",
|
||
"version": "1.7.16",
|
||
"description": "Cesium Wallet for G1 libre currency",
|
||
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
|
||
"license": "AGPL-3.0",
|
||
@@ -10,20 +10,22 @@ | ||
"url": "git@git.duniter.org:clients/cesium/cesium.git"
|
||
},
|
||
"scripts": {
|
||
"clean": "clean webClean webExtClean && trash dist/desktop/**/*.deb platforms/android/**/*.apk",
|
||
"clean": "gulp clean webClean webExtClean && rm -rf dist/web dist/android && rm -f desktop/**/cesium-*.deb desktop/**/cesium-*.exe platforms/android/**/*.apk",
|
||
"postinstall": "node scripts/node/postinstall.js",
|
||
"lint": "gulp lint",
|
||
"gulp": "npx gulp",
|
||
"lint": "npx gulp lint",
|
||
"install-platforms": "ionic cordova prepare",
|
||
"start": "ionic serve",
|
||
"start:webExt": "gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/",
|
||
"start:webExt": "npx gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/ --devtools",
|
||
"start:android": "ionic cordova run android --color",
|
||
"docker:build": "sudo docker build . -t cesium/release",
|
||
"docker:run": "sudo docker run -ti --rm -p 8100:8100 -p 35729:35729 -v .:/cesium:rw cesium/release",
|
||
"build": "gulp build",
|
||
"build:web": "gulp config --env default && gulp webBuild --release",
|
||
"build:webExt": "gulp config --env default && gulp webExtBuild --release",
|
||
"build:android": "ionic cordova build android --color --release",
|
||
"build:ios": "ionic cordova build ios --color --release"
|
||
"build": "npx gulp build",
|
||
"build:web": "npx gulp config --env default && npx gulp webBuild --release",
|
||
"build:webExt": "npx gulp config --env default && npx gulp webExtBuild --release",
|
||
"build:android": "ionic cordova build android --warning-mode=none --color --release -- -- --packageType=apk",
|
||
"build:ios": "ionic cordova build ios --warning-mode=none --color --release",
|
||
"build:chromeExt": "npx gulp config --env default && npx gulp chromeExtBuild --release"
|
||
},
|
||
"keywords": [
|
||
"duniter",
|
||
@@ -64,11 +66,11 @@ | ||
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#0.2.18",
|
||
"@bower_components/blob-polyfill": "bjornstar/blob-polyfill#~1.0.20150320",
|
||
"@bower_components/chart.js": "chartjs/Chart.js#v2.9.3",
|
||
"@bower_components/file-saver.js": "Teleborder/FileSaver.js#~1.20150507.2",
|
||
"@bower_components/ion-digit-keyboard": "skol-pro/ion-digit-keyboard#973b90c2fc",
|
||
"@bower_components/ionic": "driftyco/ionic-bower#v1.3.5",
|
||
"@bower_components/ionic-material": "zachsoft/Ionic-Material#v0.4.2",
|
||
"@bower_components/js-nacl": "tonyg/js-nacl#1.3.2",
|
||
"@bower_components/jdenticon": "dmester/jdenticon#3.1.0",
|
||
"@bower_components/js-nacl": "tonyg/js-nacl#1.4.0",
|
||
"@bower_components/js-scrypt": "tonyg/js-scrypt#v1.2.0",
|
||
"@bower_components/leaflet": "Leaflet/Leaflet#v0.7.7",
|
||
"@bower_components/leaflet-search": "stefanocudini/leaflet-search#v2.7.2",
|
||
@@ -88,33 +90,31 @@ | ||
"uuid": "3.2.1"
|
||
},
|
||
"devDependencies": {
|
||
"@ionic/cli": "^6.11.7",
|
||
"@ionic/v1-toolkit": "^3.2.8",
|
||
"@ionic/cli": "~6.20.9",
|
||
"@ionic/v1-toolkit": "^3.2.20",
|
||
"@prantlf/gulp-jsonlint": "^2.4.0",
|
||
"ansi-colors": "^4.1.1",
|
||
"cordova": "^10.0.0",
|
||
"cordova-android": "^9.0.0",
|
||
"cordova": "^12.0.0",
|
||
"cordova-android": "^13.0.0",
|
||
"cordova-clipboard": "^1.3.0",
|
||
"cordova-ios": "^6.1.0",
|
||
"cordova-osx": "^6.0.0",
|
||
"cordova-plugin-androidx": "^2.0.0",
|
||
"cordova-plugin-androidx-adapter": "^1.1.1",
|
||
"cordova-plugin-camera": "^4.1.0",
|
||
"cordova-plugin-compat": "^1.2.0",
|
||
"cordova-fetch": "^5.0.0",
|
||
"cordova-ios": "^7.1.1",
|
||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||
"cordova-plugin-inappbrowser": "^6.0.0",
|
||
"cordova-plugin-camera": "^8.0.0",
|
||
"cordova-plugin-customurlscheme": "^5.0.2",
|
||
"cordova-plugin-device": "^2.0.3",
|
||
"cordova-plugin-device": "^3.0.0",
|
||
"cordova-plugin-dialogs": "^2.0.2",
|
||
"cordova-plugin-file": "^6.0.2",
|
||
"cordova-plugin-file": "^8.1.3",
|
||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||
"cordova-plugin-ionic-webview": "^4.2.1",
|
||
"cordova-plugin-minisodium": "git+https://github.com/duniter-cesium/cordova-plugin-minisodium.git#v1.0.2",
|
||
"cordova-plugin-secure-storage-android10": "git+https://github.com/duniter-cesium/cordova-plugin-secure-storage-android10.git#6.0.4",
|
||
"cordova-plugin-splashscreen": "^6.0.0",
|
||
"cordova-plugin-statusbar": "^2.4.3",
|
||
"cordova-plugin-ionic-webview": "^5.0.1",
|
||
"cordova-plugin-network-information": "~3.0.0",
|
||
"cordova-plugin-secure-storage-android10": "~6.0.7",
|
||
"cordova-plugin-splashscreen": "^6.0.2",
|
||
"cordova-plugin-statusbar": "^4.0.0",
|
||
"cordova-plugin-vibration": "^3.1.1",
|
||
"cordova-plugin-websocket": "^0.12.2",
|
||
"cordova-plugin-whitelist": "^1.3.4",
|
||
"cordova-plugin-x-toast": "^2.7.2",
|
||
"cordova-plugin-x-toast": "^2.7.3",
|
||
"del": "^5.1.0",
|
||
"delete-empty": "^0.1.3",
|
||
"event-stream": "3.3.4",
|
||
@@ -122,7 +122,7 @@ | ||
"glob": "^5.0.15",
|
||
"graceful-fs": "^4.2.3",
|
||
"gulp": "^4.0.2",
|
||
"gulp-angular-templatecache": "^3.0.0",
|
||
"gulp-angular-templatecache": "^3.0.1",
|
||
"gulp-angular-translate": "^0.1.4",
|
||
"gulp-base64-v2": "^1.0.4",
|
||
"gulp-bump": "^3.1.3",
|
||
@@ -144,7 +144,7 @@ | ||
"gulp-remove-code": "^3.0.4",
|
||
"gulp-rename": "^2.0.0",
|
||
"gulp-replace": "^1.0.0",
|
||
"gulp-sass": "^4.1.0",
|
||
"gulp-sass": "^5.1.0",
|
||
"gulp-sort": "^2.0.0",
|
||
"gulp-sourcemaps": "^2.6.5",
|
||
"gulp-sri-hash": "^2.2.1",
|
||
@@ -158,11 +158,11 @@ | ||
"map-stream": "0.0.7",
|
||
"merge2": "^1.3.0",
|
||
"mv": "^2.1.1",
|
||
"node-sass": "^4.14.1",
|
||
"phonegap-plugin-barcodescanner": "^8.1.0",
|
||
"node-sass": "^9.0.0",
|
||
"@red-mobile/cordova-plugin-barcodescanner": "^9.1.0",
|
||
"playup": "^1.1.0",
|
||
"vinyl-fs": "^3.0.3",
|
||
"web-ext": "^4.3.0",
|
||
"web-ext": "^8.9.0",
|
||
"yargs": "^5.0.0"
|
||
},
|
||
"peerDependencies": {
|
||
@@ -189,10 +189,9 @@ | ||
"cordova-plugin-statusbar": {},
|
||
"cordova-plugin-vibration": {},
|
||
"cordova-plugin-websocket": {},
|
||
"cordova-plugin-whitelist": {},
|
||
"cordova-plugin-x-toast": {},
|
||
"cordova-plugin-ionic-keyboard": {},
|
||
"phonegap-plugin-barcodescanner": {
|
||
"@red-mobile/cordova-plugin-barcodescanner": {
|
||
"CAMERA_USAGE_DESCRIPTION": "To scan QRCode",
|
||
"ANDROID_SUPPORT_V4_VERSION": "28.+"
|
||
},
|
||
@@ -202,7 +201,6 @@ | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "28.+"
|
||
},
|
||
"cordova-plugin-file": {},
|
||
"cordova-plugin-androidx": {},
|
||
"cordova-plugin-androidx-adapter": {},
|
||
"cordova-plugin-customurlscheme": {
|
||
"URL_SCHEME": "june",
|
||
@@ -211,16 +209,15 @@ | ||
"ANDROID_PATHPREFIX": "/wallet"
|
||
},
|
||
"cordova-plugin-secure-storage-android10": {},
|
||
"cordova-plugin-minisodium": {}
|
||
"cordova-plugin-network-information": {}
|
||
},
|
||
"platforms": [
|
||
"ios",
|
||
"osx",
|
||
"android"
|
||
]
|
||
},
|
||
"engines": {
|
||
"node": ">= 12.18.3",
|
||
"node": ">= 16.17.0",
|
||
"yarn": ">= 1.22.0"
|
||
}
|
||
} |
+14
−14
resources/android/build/app/build-extras.gradle
deleted100644 → 0
+0
−11
resources/android/build/app/libs/libsodium-jni-release.aar
deleted100644 → 0
−714 KiB
File moved.
resources/android/build/gradle/wrapper/gradle-wrapper.properties
deleted100644 → 0
+0
−5
+291
−0
resources/chrome-ext/README.md
0 → 100644
+13
−0
resources/chrome-ext/background.js
0 → 100644
+62
−0
resources/chrome-ext/manifest.json
0 → 100644
+36
−0
resources/flag/flag-ca.svg
0 → 100644
+0
−0
Original line number | Diff line number | Diff line |
---|
resources/flag/flag-ca.xcf
0 → 100644
+3.77 KiB
resources/flag/flag-ct.svg
0 → 100644
+4
−0
resources/flag/flag-ct.xcf
0 → 100644
+4.15 KiB
resources/flag/flag-de.svg
0 → 100644
+5
−0
resources/flag/flag-de.xcf
0 → 100644
+4.62 KiB
resources/flag/flag-pt.svg
0 → 100644
+57
−0
resources/flag/flag-pt.xcf
0 → 100644
+5.34 KiB
resources/ios/icon/icon-108@2x.png
0 → 100644
+41.3 KiB

41.30 KiB
+71 KiB

71.02 KiB
+128 KiB

127.67 KiB
+75.2 KiB

75.24 KiB
+131 KiB

131.22 KiB
+165 KiB

164.92 KiB
+9
−4
+38
−19
+74
−41
scripts/prompts/translations.md
0 → 100644
+17
−0
+43
−22
+42
−43
+72
−34