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

v1.6.2

parent 055fc631
Branches
Tags v1.6.2
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="106011" android:versionName="1.6.1" package="fr.duniter.cesium" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <manifest android:hardwareAccelerated="true" android:versionCode="106012" android:versionName="1.6.2-alpha" package="fr.duniter.cesium" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true"> <application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
}, },
{ {
"xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
"count": 1 "count": 2
}, },
{ {
"xml": "<uses-permission android:name=\"android.permission.CAMERA\" />", "xml": "<uses-permission android:name=\"android.permission.CAMERA\" />",
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
"cordova-plugin-secure-storage": "2.6.8", "cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2", "cordova-plugin-splashscreen": "3.2.2",
"cordova-plugin-statusbar": "2.3.0", "cordova-plugin-statusbar": "2.3.0",
"cordova-plugin-vibration": "2.1.6", "cordova-plugin-vibration": "3.1.1",
"cordova-plugin-websocket": "0.12.2", "cordova-plugin-websocket": "0.12.2",
"cordova-plugin-whitelist": "1.3.3", "cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-x-toast": "2.6.0", "cordova-plugin-x-toast": "2.6.0",
......
...@@ -95,8 +95,8 @@ angular.module("cesium.config", []) ...@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.6.1", "version": "1.6.2",
"build": "2020-03-17T16:53:24.807Z", "build": "2020-04-13T21:20:46.576Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
......
...@@ -188,7 +188,7 @@ module.exports.metadata = ...@@ -188,7 +188,7 @@ module.exports.metadata =
"cordova-plugin-secure-storage": "2.6.8", "cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2", "cordova-plugin-splashscreen": "3.2.2",
"cordova-plugin-statusbar": "2.3.0", "cordova-plugin-statusbar": "2.3.0",
"cordova-plugin-vibration": "2.1.6", "cordova-plugin-vibration": "3.1.1",
"cordova-plugin-websocket": "0.12.2", "cordova-plugin-websocket": "0.12.2",
"cordova-plugin-whitelist": "1.3.3", "cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-x-toast": "2.6.0", "cordova-plugin-x-toast": "2.6.0",
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
assets/www/img/splash.png

172 KiB

...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
</head> </head>
<body id="cesium" ng-strict-di="true" window-exit-unauth="true" ng-class="{'nobackdrop': $root.tour, 'expert-mode': $root.settings.expertMode}"> <body id="cesium" ng-strict-di="true" window-exit-unauth="true" ng-class="{'nobackdrop': $root.tour, 'expert-mode': $root.settings.expertMode}" style="background-color: #1a237e">
<ion-nav-view> <ion-nav-view>
<div class="loader"> <div class="loader">
<h3 style="text-align: center; padding-top: 25px"><b>Cesium</b></h3> <h3 style="text-align: center; padding-top: 25px; color: whitesmoke"><b>Cesium</b></h3>
<h4 style="text-align: center"><i class="icon ion-load-a"></i></h4> <h4 style="text-align: center; color: whitesmoke"><i class="icon ion-load-a"></i></h4>
</div> </div>
</ion-nav-view> </ion-nav-view>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium", "name": "Cesium",
"manifest_version": 1, "manifest_version": 1,
"version": "1.6.1", "version": "1.6.2-alpha",
"default_locale": "fr", "default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1", "description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [ "icons": [
......
...@@ -188,7 +188,7 @@ module.exports.metadata = ...@@ -188,7 +188,7 @@ module.exports.metadata =
"cordova-plugin-secure-storage": "2.6.8", "cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2", "cordova-plugin-splashscreen": "3.2.2",
"cordova-plugin-statusbar": "2.3.0", "cordova-plugin-statusbar": "2.3.0",
"cordova-plugin-vibration": "2.1.6", "cordova-plugin-vibration": "3.1.1",
"cordova-plugin-websocket": "0.12.2", "cordova-plugin-websocket": "0.12.2",
"cordova-plugin-whitelist": "1.3.3", "cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-x-toast": "2.6.0", "cordova-plugin-x-toast": "2.6.0",
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="106011" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="106012" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.6.2-alpha" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="Clipboard"> <feature name="Clipboard">
<param name="android-package" value="com.verso.cordova.clipboard.Clipboard" /> <param name="android-package" value="com.verso.cordova.clipboard.Clipboard" />
</feature> </feature>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment