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="105002" android:versionName="1.5.2" 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="105003" android:versionName="1.5.3" 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">
......
......@@ -86,8 +86,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.5.2",
"build": "2020-01-04T12:22:48.896Z",
"version": "1.5.3",
"build": "2020-01-27T13:59:04.792Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
......@@ -13,7 +13,7 @@
<link rel="apple-touch-icon" href="img/logo_57px.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="dist_css/cesium-5af6568327.css">
<link rel="stylesheet" href="dist_css/cesium-5d672210aa.css">
......@@ -32,7 +32,7 @@
<script src="cordova.js"></script>
<!--endRemoveIf(no-device)-->
<script src="dist_js/cesium-eac495be83.js"></script>
<script src="dist_js/cesium-054ae838de.js"></script>
<script src="config.js"></script>
</body>
......
......@@ -2,7 +2,7 @@
"short_name": "Cesium",
"name": "Cesium",
"manifest_version": 1,
"version": "1.5.2",
"version": "1.5.3",
"default_locale": "fr",
"description": "Manage your Duniter Wallet on a libre currency, like Ğ1",
"icons": [
......
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105002" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="105003" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.3" 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>
......