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

v1.5.6

parent 1b4d4beb
No related branches found
Tags v1.5.6
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="105005" android:versionName="1.5.5" 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="105006" android:versionName="1.5.6" 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">
......
...@@ -38,8 +38,8 @@ angular.module("cesium.config", []) ...@@ -38,8 +38,8 @@ angular.module("cesium.config", [])
}, },
"feed": { "feed": {
"jsonFeed": { "jsonFeed": {
"fr-FR": "https://g1.duniter.fr/feed-fr.json", "fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
"en": "https://g1.duniter.fr/feed-en.json" "en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
}, },
"maxContentLength": 650 "maxContentLength": 650
}, },
...@@ -95,8 +95,8 @@ angular.module("cesium.config", []) ...@@ -95,8 +95,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.5.5", "version": "1.5.6",
"build": "2020-03-06T13:42:56.272Z", "build": "2020-03-06T15:29:22.674Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "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.
{
"version": "https://jsonfeed.org/version/1",
"user_comment": "This feed allows you to read the posts from this site in any feed reader that supports the JSON Feed format. To add this feed to your reader, copy the following URL — https://jsonfeed.org/feed.json — and add it your reader.",
"title": "Actualités",
"description": "Cesium News",
"home_page_url": "https://forum.monnaie-libre.fr/tag/cesium",
"feed_url": "/feed.json",
"author": {
"name": "Benoit Lavenier",
"url": "@BenoitLavenier",
"avatar": "https://g1.data.duniter.fr/user/profile/38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE/_image/avatar.png"
},
"items": [
{
"title": "Fermeture prochaine de Cesium-web",
"author": {
"name": "Moul",
"url": "@moul",
"avatar": "https://forum.monnaie-libre.fr/user_avatar/forum.monnaie-libre.fr/moul/45/1246_2.png"
},
"date_published": "2020-02-07T09:42:00+01:00",
"id": "https://forum.monnaie-libre.fr/t/fermeture-prochaine-de-cesium-web-1er-mai/9474",
"url": "https://forum.monnaie-libre.fr/t/fermeture-prochaine-de-cesium-web-1er-mai/9474",
"content_html": "<p>Au <b>1er mai 2020</b>, il ne sera <b>plus possible de vous connecter à Ğ1 via la version web de Cesium</b> (Cesium-web), pour faire des transactions et certifier de nouveaux membres. Cesium-web restera cependant disponible en lecture, pour consulter vos comptes et vos certifications. Cette décision a été prise par les développeurs, en raison de potentielles failles de sécurité, qui pourraient affecter l’évolution de cette monnaie.</p><p>Le présent article a pour objectif : <ul><li>de vous présenter les causes et conséquences de cette décision,</li>\n<li>de détailler les procédures d’installation sur les différentes plateformes.</li></ul></p><p><h4>Pourquoi fermer Cesium-Web ?</h2></p><h5>Rappels concernant la Ğ1</h5><p>La monnaie libre Ğ1 est une monnaie cryptographique, c’est-à-dire qu’elle utilise des procédés de chiffrement pour garantir la légitimité de chaque transaction.</p>\n"
},
{
"title": "Un site officiel simple pour Cesium !",
"date_published": "2019-02-21T22:55:00+01:00",
"id": "https://cesium.app",
"url": "https://cesium.app",
"image": "https://cesium.app/i18n/fr_FR/contents/accueil/Cesium-G1-maquette.png",
"content_html": "<p><ul><li>Vous aimeriez vous inscrire à la Ğ1 (<i>June</i>), mais vous ne savez pas comment vous y prendre ?</li><li>Vous voulez savoir <b>comment utiliser</b> Cesium depuis votre smartphone ou ordinateur ?</li><li>On vous a dit que Cesium faisait aussi le café (en plus de gérer votre portefeuille en monnaie libre), mais vous n'en êtes pas sûr ? :-)</li></ul></p><p>Tutos, téléchargements, documentation: tout est désormais accessible depuis le <b>site officiel</b> : <b>https://cesium.app</b> !</p>"
}
]
}
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<script src="cordova.js"></script> <script src="cordova.js"></script>
<!--endRemoveIf(no-device)--> <!--endRemoveIf(no-device)-->
<script src="dist_js/cesium-ae1cd0571f.js"></script> <script src="dist_js/cesium-fbe943ab01.js"></script>
<script src="config.js"></script> <script src="config.js"></script>
</body> </body>
......
...@@ -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.5.5", "version": "1.5.6",
"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": [
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="105005" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget android-versionCode="105006" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.5.6" 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.
Finish editing this message first!
Please register or to comment