From f915557039971d04391912de186803185beb2b04 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 20 Aug 2018 17:48:08 +0200 Subject: [PATCH] Publish version 1.4 of the application --- .idea/misc.xml | 2 +- CHANGELOG | 1 + app/build.gradle | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index c0f68ed..99202cc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/CHANGELOG b/CHANGELOG index 05a8e9c..951ef85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ V 1.4: * Catch invalid login tokens * Created latest posts activity * Notification system supports groups +* Users can create accounts V1.3 : diff --git a/app/build.gradle b/app/build.gradle index 5857419..57f9fe1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,9 +39,15 @@ android { buildConfigField "String", "api_service_name", "\"ComunicAndroid\"" buildConfigField "String", "api_service_token", "\"cWHlmMS5A1\"" + //Links to Comunic pages + buildConfigField "String", "comunic_terms_url", "\"https://about.comunic.io/about/terms/\"" + //Connexion to Crash Reporter buildConfigField "String", "crash_reporter_url", "\"https://crashreporter.communiquons.org/api/v1/push\"" buildConfigField "String", "crash_reporter_key", "\"z38jtULRuKHb2BOyvG4VTXDhn9gwelZ1\"" + + //Connexion to PDF viewer + buildConfigField "String", "pdf_view_url", "\"https://pdfviewer.communiquons.org/?file=\"" } } }