Skip to content
Snippets Groups Projects
Commit 4a7e9992 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

v0.12.8

parent 702f6d6b
No related branches found
Tags v0.12.8
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="12700" id="fr.duniter.cesium" version="0.12.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="12800" id="fr.duniter.cesium" version="0.12.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cesium</name>
<description>
An simple App for Duniter wallet
......@@ -32,6 +32,12 @@
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<feature name="Device">
<param name="android-package" onload="true" value="org.apache.cordova.device.Device" />
</feature>
<feature name="MiniSodium">
<param name="android-package" onload="true" value="me.lockate.plugins.MiniSodium" />
</feature>
<platform name="android">
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
......@@ -97,6 +103,7 @@
<plugin name="cordova-plugin-secure-storage" spec="~2.6.3" />
<plugin name="cordova-plugin-splashscreen" spec="~3.2.2" />
<plugin name="cordova-plugin-statusbar" spec="~2.1.3" />
<plugin name="cordova-plugin-vibration" spec="~2.1.1" />
<plugin name="cordova-plugin-websocket" spec="~0.12.0" />
<plugin name="cordova-plugin-whitelist" spec="~1.2.2" />
<plugin name="cordova-plugin-x-toast" spec="~2.6.0" />
......
......@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version() {
echo "v0.12.7" #lastest
echo "v0.12.8" #lastest
}
api_release_url() {
......
{
"name": "cesium",
"version": "0.12.7",
"version": "0.12.8",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
......
......@@ -19,6 +19,7 @@ angular.module("cesium.config", [])
"logoutIlde": 600,
"useLocalStorage": true,
"useRelative": false,
"initPhase": false,
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
......@@ -34,35 +35,33 @@ angular.module("cesium.config", [])
"host": "g1.duniter.org",
"port": "443"
},
"fallbackNodes": [{
"host": "g1.duniter.org",
"port": "443"
},
{
"host": "g1.duniter.fr",
"port": "443"
}
],
"fallbackNodes": [
{
"host": "g1.duniter.fr",
"port": "443"
},
{
"host": "g1.duniter.org",
"port": "443"
}
],
"plugins": {
"es": {
"enable": true,
"askEnable": false,
"host": "g1.data.duniter.fr",
"port": "443",
"notifications": {
"txSent": true,
"txReceived": true,
"certSent": true,
"certReceived": true
}
},
"rml9": {
enable: true
}
},
"version": "0.12.7",
"build": "2017-06-06T16:36:59.777Z",
"es": {
"enable": true,
"askEnable": false,
"host": "g1.data.duniter.fr",
"port": "443",
"notifications": {
"txSent": true,
"txReceived": true,
"certSent": true,
"certReceived": true
}
}
},
"version": "0.12.8",
"build": "2017-06-08T07:05:18.126Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;
;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment