Passed application to v1.0.0 to publish on appstore, changed name to Campus
This commit is contained in:
parent
9f24b22c83
commit
f76628313f
5 changed files with 6 additions and 19 deletions
4
app.json
4
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",
|
||||
|
|
|
@ -210,7 +210,7 @@ export default class AboutScreen extends React.Component<Props, State> {
|
|||
<Left>
|
||||
<Thumbnail square source={require('../../assets/icon.png')}/>
|
||||
<Body>
|
||||
<H1>CAMPUS - Amicale INSAT</H1>
|
||||
<H1>{appJson.expo.name}</H1>
|
||||
<Text note>
|
||||
v.{appJson.expo.version}
|
||||
</Text>
|
||||
|
|
|
@ -61,24 +61,11 @@ export default class DebugScreen extends React.Component<Props> {
|
|||
);
|
||||
}
|
||||
|
||||
getRightButton() {
|
||||
return (
|
||||
<Touchable
|
||||
style={{padding: 6}}
|
||||
onPress={() => this.props.navigation.navigate('AboutScreen')}>
|
||||
<CustomMaterialIcon
|
||||
color={Platform.OS === 'ios' ? ThemeManager.getCurrentThemeVariables().brandPrimary : "#fff"}
|
||||
icon="information"/>
|
||||
</Touchable>
|
||||
);
|
||||
}
|
||||
|
||||
render() {
|
||||
const nav = this.props.navigation;
|
||||
return (
|
||||
<Container>
|
||||
<CustomHeader navigation={nav} title={i18n.t('screens.debug')} hasBackButton={true}
|
||||
rightButton={this.getRightButton()}/>
|
||||
<CustomHeader navigation={nav} title={i18n.t('screens.debug')} hasBackButton={true}/>
|
||||
<Content padder>
|
||||
<Card>
|
||||
<CardItem header>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue