Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • clients/cesium-grp/cesium-android
  • Thatoo/cesium-android
2 results
Show changes
Commits on Source (1)
<?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" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true">
......
......@@ -96,7 +96,7 @@
},
{
"xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
"count": 1
"count": 2
},
{
"xml": "<uses-permission android:name=\"android.permission.CAMERA\" />",
......@@ -400,7 +400,7 @@
"cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2",
"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-whitelist": "1.3.3",
"cordova-plugin-x-toast": "2.6.0",
......
......@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.6.1",
"build": "2020-03-17T16:53:24.807Z",
"version": "1.6.2",
"build": "2020-04-13T21:20:46.576Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
......@@ -188,7 +188,7 @@ module.exports.metadata =
"cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2",
"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-whitelist": "1.3.3",
"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 @@
</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>
<div class="loader">
<h3 style="text-align: center; padding-top: 25px"><b>Cesium</b></h3>
<h4 style="text-align: center"><i class="icon ion-load-a"></i></h4>
<h3 style="text-align: center; padding-top: 25px; color: whitesmoke"><b>Cesium</b></h3>
<h4 style="text-align: center; color: whitesmoke"><i class="icon ion-load-a"></i></h4>
</div>
</ion-nav-view>
......
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.6.1",
"version": "1.6.2-alpha",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [
......
......@@ -188,7 +188,7 @@ module.exports.metadata =
"cordova-plugin-secure-storage": "2.6.8",
"cordova-plugin-splashscreen": "3.2.2",
"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-whitelist": "1.3.3",
"cordova-plugin-x-toast": "2.6.0",
......
<?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">
<param name="android-package" value="com.verso.cordova.clipboard.Clipboard" />
</feature>
......