From 29e797345f1ed4cf5eda795d8d2a34938d783a23 Mon Sep 17 00:00:00 2001 From: Gabriele-V Date: Sat, 27 Feb 2016 10:47:53 +0100 Subject: [PATCH] Version 1.0.4: Add native Android mobile app tag --- Changelog.txt | 3 +++ WebApp/about.php | 3 ++- WebApp/configuration_system.php | 2 +- WebApp/error.php | 1 + WebApp/functions.php | 5 ++++- WebApp/guide.php | 3 ++- WebApp/index.php | 3 ++- WebApp/insert.php | 3 ++- WebApp/landing.php | 3 ++- WebApp/new_transaction.php | 7 ++++--- WebApp/res/app/{base-1.0.3.js => base-1.0.4.js} | 0 WebApp/res/app/{functions-1.0.3.js => functions-1.0.4.js} | 0 .../{new_transaction-1.0.3.js => new_transaction-1.0.4.js} | 0 WebApp/res/app/{show-1.0.3.js => show-1.0.4.js} | 0 WebApp/settings.php | 5 +++-- WebApp/show.php | 7 ++++--- 16 files changed, 30 insertions(+), 15 deletions(-) rename WebApp/res/app/{base-1.0.3.js => base-1.0.4.js} (100%) rename WebApp/res/app/{functions-1.0.3.js => functions-1.0.4.js} (100%) rename WebApp/res/app/{new_transaction-1.0.3.js => new_transaction-1.0.4.js} (100%) rename WebApp/res/app/{show-1.0.3.js => show-1.0.4.js} (100%) diff --git a/Changelog.txt b/Changelog.txt index a979057..982a595 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,6 @@ +Version 1.0.4 +- Add native Android mobile app tag + Version 1.0.3 - iOS WebApp openend links in native browser instead of the App - Autofocus (HTML5) to username on login screen diff --git a/WebApp/about.php b/WebApp/about.php index 9b76dbc..227a495 100644 --- a/WebApp/about.php +++ b/WebApp/about.php @@ -9,6 +9,7 @@ + @@ -56,6 +57,6 @@
- + \ No newline at end of file diff --git a/WebApp/configuration_system.php b/WebApp/configuration_system.php index a03293e..b07646c 100644 --- a/WebApp/configuration_system.php +++ b/WebApp/configuration_system.php @@ -4,7 +4,7 @@ ## don't touch ## ###################################### $dbpath = "MMEX_New_Transaction.db"; -$app_version = "1.0.3"; +$app_version = "1.0.4"; $api_version = "1.0.1"; $tr_default_status = "R"; $tr_default_type = "Withdrawal"; diff --git a/WebApp/error.php b/WebApp/error.php index 48c6933..dbaf60e 100644 --- a/WebApp/error.php +++ b/WebApp/error.php @@ -9,6 +9,7 @@ + diff --git a/WebApp/functions.php b/WebApp/functions.php index de8ee37..983cb88 100644 --- a/WebApp/functions.php +++ b/WebApp/functions.php @@ -902,6 +902,9 @@ public static function upgrade_db () case "1.0.2": db_upgrade::upgrade_version("1.0.3"); break; + case "1.0.3": + db_upgrade::upgrade_version("1.0.4"); + break; case $app_version; break; default: @@ -999,7 +1002,7 @@ class various { public static function send_alert_and_redirect ($AlertMessage, $AlertRedirect) { - echo ""; + echo ""; echo " + \ No newline at end of file diff --git a/WebApp/index.php b/WebApp/index.php index 5e743ce..b20553c 100644 --- a/WebApp/index.php +++ b/WebApp/index.php @@ -66,8 +66,9 @@ + + - Money Manager EX diff --git a/WebApp/insert.php b/WebApp/insert.php index e730298..d8bc0d7 100644 --- a/WebApp/insert.php +++ b/WebApp/insert.php @@ -9,6 +9,7 @@ + @@ -89,6 +90,6 @@
- + \ No newline at end of file diff --git a/WebApp/landing.php b/WebApp/landing.php index 58d313a..0062ffe 100644 --- a/WebApp/landing.php +++ b/WebApp/landing.php @@ -9,6 +9,7 @@ + @@ -45,6 +46,6 @@
- + \ No newline at end of file diff --git a/WebApp/new_transaction.php b/WebApp/new_transaction.php index 55630ae..11f1d0b 100644 --- a/WebApp/new_transaction.php +++ b/WebApp/new_transaction.php @@ -9,6 +9,7 @@ + @@ -24,8 +25,8 @@ - - + + @@ -176,6 +177,6 @@ } ?> - + \ No newline at end of file diff --git a/WebApp/res/app/base-1.0.3.js b/WebApp/res/app/base-1.0.4.js similarity index 100% rename from WebApp/res/app/base-1.0.3.js rename to WebApp/res/app/base-1.0.4.js diff --git a/WebApp/res/app/functions-1.0.3.js b/WebApp/res/app/functions-1.0.4.js similarity index 100% rename from WebApp/res/app/functions-1.0.3.js rename to WebApp/res/app/functions-1.0.4.js diff --git a/WebApp/res/app/new_transaction-1.0.3.js b/WebApp/res/app/new_transaction-1.0.4.js similarity index 100% rename from WebApp/res/app/new_transaction-1.0.3.js rename to WebApp/res/app/new_transaction-1.0.4.js diff --git a/WebApp/res/app/show-1.0.3.js b/WebApp/res/app/show-1.0.4.js similarity index 100% rename from WebApp/res/app/show-1.0.3.js rename to WebApp/res/app/show-1.0.4.js diff --git a/WebApp/settings.php b/WebApp/settings.php index 521a1ac..6847eaa 100644 --- a/WebApp/settings.php +++ b/WebApp/settings.php @@ -74,6 +74,7 @@ + @@ -85,7 +86,7 @@ - + @@ -204,6 +205,6 @@ function Disable_Authentication() - + \ No newline at end of file diff --git a/WebApp/show.php b/WebApp/show.php index 9b1fbd7..7a6db4a 100644 --- a/WebApp/show.php +++ b/WebApp/show.php @@ -8,6 +8,7 @@ + @@ -21,7 +22,7 @@ - + @@ -160,7 +161,7 @@ echo "\n"; } ?> - - + + \ No newline at end of file