diff --git a/app.json b/app.json index 169007d..3aab81d 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "expo": { - "name": "CAMPUS - Amicale INSAT", + "name": "Campus", "description": "Application mobile compatible Android et iOS pour l'Amicale INSA Toulouse. Grâce à cette application, vous avez facilement accès aux news du campus, aux emplois du temps, à l'état de la laverie, et bien d'autres services ! Ceci est une version Beta, Toutes les fonctionnalités ne sont pas encore implémentées, et il est possible de rencontrer quelques bugs.", "slug": "application-amicale", "privacy": "public", @@ -10,7 +10,7 @@ "android", "web" ], - "version": "0.0.16", + "version": "1.0.0", "orientation": "portrait", "primaryColor": "#be1522", "icon": "./assets/android.icon.png", diff --git a/screens/About/AboutScreen.js b/screens/About/AboutScreen.js index efc3b4b..ebec48b 100644 --- a/screens/About/AboutScreen.js +++ b/screens/About/AboutScreen.js @@ -210,7 +210,7 @@ export default class AboutScreen extends React.Component { -

CAMPUS - Amicale INSAT

+

{appJson.expo.name}

v.{appJson.expo.version} diff --git a/screens/DebugScreen.js b/screens/DebugScreen.js index 37a6c37..e6ecfab 100644 --- a/screens/DebugScreen.js +++ b/screens/DebugScreen.js @@ -61,24 +61,11 @@ export default class DebugScreen extends React.Component { ); } - getRightButton() { - return ( - this.props.navigation.navigate('AboutScreen')}> - - - ); - } - render() { const nav = this.props.navigation; return ( - + diff --git a/translations/en.json b/translations/en.json index c8c2310..f6a2194 100644 --- a/translations/en.json +++ b/translations/en.json @@ -31,7 +31,7 @@ "text": "Lookup your timetable on CAMPUS" }, "slide6": { - "title": "Still in development", + "title": "More to come...", "text": "New features are coming soon, do not hesitate to give us feedback to improve the app" } }, diff --git a/translations/fr.json b/translations/fr.json index d9d78fa..8cecf3d 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -31,7 +31,7 @@ "text": "Consultez votre emploi du temps sur CAMPUS" }, "slide6": { - "title": "Toujours en développement", + "title": "Plus à venir...", "text": "D'autres fonctionnalités arrivent bientôt, n'hésitez pas à nous donner votre avis pour améliorer l'appli" } },