Showing
- doc/feed/1.1/feed-es-ES.json 9 additions, 0 deletionsdoc/feed/1.1/feed-es-ES.json
- doc/feed/1.1/feed-fr-FR.json 9 additions, 0 deletionsdoc/feed/1.1/feed-fr-FR.json
- doc/feed/1.1/feed-fr.json 9 additions, 0 deletionsdoc/feed/1.1/feed-fr.json
- doc/feed/feed-en.json 27 additions, 0 deletionsdoc/feed/feed-en.json
- doc/feed/feed-es.json 27 additions, 0 deletionsdoc/feed/feed-es.json
- doc/feed/feed-fr.json 24 additions, 13 deletionsdoc/feed/feed-fr.json
- doc/fr/.presentation-2016-06-03.odp 0 additions, 0 deletionsdoc/fr/.presentation-2016-06-03.odp
- doc/fr/authentification_par_fichier_clefs.md 14 additions, 0 deletionsdoc/fr/authentification_par_fichier_clefs.md
- doc/fr/development_tutorial-01.md 5 additions, 5 deletionsdoc/fr/development_tutorial-01.md
- doc/fr/presentation-2016-06-03.odp 0 additions, 0 deletionsdoc/fr/presentation-2016-06-03.odp
- doc/privacy_policy.md 1 addition, 1 deletiondoc/privacy_policy.md
- gulpfile.js 57 additions, 16 deletionsgulpfile.js
- install.sh 22 additions, 30 deletionsinstall.sh
- ionic.config.json 3 additions, 2 deletionsionic.config.json
- jsconfig.json 3 additions, 1 deletionjsconfig.json
- package.json 30 additions, 35 deletionspackage.json
- resources/android/Dockerfile 1 addition, 1 deletionresources/android/Dockerfile
- resources/android/build/app/build-extras.gradle 0 additions, 11 deletionsresources/android/build/app/build-extras.gradle
- resources/android/build/app/libs/libsodium-jni-release.aar 0 additions, 0 deletionsresources/android/build/app/libs/libsodium-jni-release.aar
- resources/android/build/app/src/main/java/com/crypho/plugins/SecureStorage.java 392 additions, 0 deletions...d/app/src/main/java/com/crypho/plugins/SecureStorage.java
doc/feed/1.1/feed-es-ES.json
0 → 100644
doc/feed/1.1/feed-fr-FR.json
0 → 100644
doc/feed/1.1/feed-fr.json
0 → 100644
doc/feed/feed-en.json
0 → 100644
doc/feed/feed-es.json
0 → 100644
doc/fr/.presentation-2016-06-03.odp
0 → 100644
File added
doc/fr/authentification_par_fichier_clefs.md
0 → 100644
doc/fr/presentation-2016-06-03.odp
deleted
100644 → 0
File deleted
{ | ||
"name": "cesium", | ||
"version": "1.6.9", | ||
"version": "1.7.14", | ||
"description": "Cesium Wallet for G1 libre currency", | ||
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", | ||
"license": "AGPL-3.0", | ||
... | ... | @@ -10,20 +10,21 @@ |
"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", | ||
"gulp": "gulp", | ||
"lint": "gulp lint", | ||
"install-platforms": "ionic cordova prepare", | ||
"start": "ionic serve", | ||
"start:webExt": "gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/", | ||
"start:webExt": "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:android": "ionic cordova build android --warning-mode=none --color --release -- -- --packageType=apk", | ||
"build:ios": "ionic cordova build ios --warning-mode=none --color --release" | ||
}, | ||
"keywords": [ | ||
"duniter", | ||
... | ... | @@ -64,11 +65,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 +89,30 @@ |
"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": "^11.1.0", | ||
"cordova-android": "^10.1.2", | ||
"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": "^4.0.0", | ||
"cordova-ios": "^6.3.0", | ||
"cordova-plugin-androidx-adapter": "^1.1.3", | ||
"cordova-plugin-camera": "^5.0.3", | ||
"cordova-plugin-customurlscheme": "^5.0.2", | ||
"cordova-plugin-device": "^2.0.3", | ||
"cordova-plugin-device": "^2.1.0", | ||
"cordova-plugin-dialogs": "^2.0.2", | ||
"cordova-plugin-file": "^6.0.2", | ||
"cordova-plugin-file": "^8.0.0", | ||
"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.0", | ||
"cordova-plugin-network-information": "~3.0.0", | ||
"cordova-plugin-secure-storage-android10": "~6.0.7", | ||
"cordova-plugin-splashscreen": "^6.0.2", | ||
"cordova-plugin-statusbar": "^3.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 +120,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 +142,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 +156,11 @@ |
"map-stream": "0.0.7", | ||
"merge2": "^1.3.0", | ||
"mv": "^2.1.1", | ||
"node-sass": "^4.14.1", | ||
"node-sass": "^9.0.0", | ||
"phonegap-plugin-barcodescanner": "^8.1.0", | ||
"playup": "^1.1.0", | ||
"vinyl-fs": "^3.0.3", | ||
"web-ext": "^4.3.0", | ||
"web-ext": "^7.9.0", | ||
"yargs": "^5.0.0" | ||
}, | ||
"peerDependencies": { | ||
... | ... | @@ -189,7 +187,6 @@ |
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-vibration": {}, | ||
"cordova-plugin-websocket": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-toast": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
... | ... | @@ -202,7 +199,6 @@ |
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "28.+" | ||
}, | ||
"cordova-plugin-file": {}, | ||
"cordova-plugin-androidx": {}, | ||
"cordova-plugin-androidx-adapter": {}, | ||
"cordova-plugin-customurlscheme": { | ||
"URL_SCHEME": "june", | ||
... | ... | @@ -211,16 +207,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" | ||
} | ||
} |
File deleted