From ce4315575fe756dae3affe90364afde536c6aba4 Mon Sep 17 00:00:00 2001 From: blavenie Date: Tue, 14 Jun 2016 09:08:30 +0200 Subject: [PATCH] - Revert file to currencies lookup (need for new account wizard) - Fix #66 - prepare release 0.1.17 --- config.xml | 4 ++-- package.json | 2 +- www/js/config.js | 4 ++-- www/templates/currency/lookup.html | 7 +++++++ www/templates/currency/lookup_form.html | 20 ++++++++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 www/templates/currency/lookup.html create mode 100644 www/templates/currency/lookup_form.html diff --git a/config.xml b/config.xml index e3fc2fbf..bdd8bbf3 100644 --- a/config.xml +++ b/config.xml @@ -3,8 +3,8 @@ xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="fr.duniter.cesium" - version="0.1.17" - android-versionCode="5" + version="0.1.18" + android-versionCode="6" > Cesium diff --git a/package.json b/package.json index 6e364d0b..ac714144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.1.17", + "version": "0.1.18", "description": "A webapp client for Duniter network", "dependencies": { "delete-empty": "^0.1.3", diff --git a/www/js/config.js b/www/js/config.js index 87a536af..209da87e 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -13,8 +13,8 @@ angular.module("cesium.config", []) "NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug", "TIMEOUT": 4000, "DEBUG": false, - "VERSION": "0.1.16", - "BUILD_DATE": "2016-06-13T13:50:48.101Z" + "VERSION": "0.1.17", + "BUILD_DATE": "2016-06-14T06:50:51.864Z" }) ; \ No newline at end of file diff --git a/www/templates/currency/lookup.html b/www/templates/currency/lookup.html new file mode 100644 index 00000000..26e96be3 --- /dev/null +++ b/www/templates/currency/lookup.html @@ -0,0 +1,7 @@ + + +

CURRENCY.SELECT.CURRENCIES

+ + +
+
diff --git a/www/templates/currency/lookup_form.html b/www/templates/currency/lookup_form.html new file mode 100644 index 00000000..f2977101 --- /dev/null +++ b/www/templates/currency/lookup_form.html @@ -0,0 +1,20 @@ + + +
+ +
+ +
+ + +

{{::currency.name}}

+

{{::currency.peer}}

+
+
+