forked from vergnet/application-amicale
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": {
|
"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.",
|
"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",
|
"slug": "application-amicale",
|
||||||
"privacy": "public",
|
"privacy": "public",
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"android",
|
"android",
|
||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"version": "0.0.16",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"primaryColor": "#be1522",
|
"primaryColor": "#be1522",
|
||||||
"icon": "./assets/android.icon.png",
|
"icon": "./assets/android.icon.png",
|
||||||
|
|
|
@ -210,7 +210,7 @@ export default class AboutScreen extends React.Component<Props, State> {
|
||||||
<Left>
|
<Left>
|
||||||
<Thumbnail square source={require('../../assets/icon.png')}/>
|
<Thumbnail square source={require('../../assets/icon.png')}/>
|
||||||
<Body>
|
<Body>
|
||||||
<H1>CAMPUS - Amicale INSAT</H1>
|
<H1>{appJson.expo.name}</H1>
|
||||||
<Text note>
|
<Text note>
|
||||||
v.{appJson.expo.version}
|
v.{appJson.expo.version}
|
||||||
</Text>
|
</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() {
|
render() {
|
||||||
const nav = this.props.navigation;
|
const nav = this.props.navigation;
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<CustomHeader navigation={nav} title={i18n.t('screens.debug')} hasBackButton={true}
|
<CustomHeader navigation={nav} title={i18n.t('screens.debug')} hasBackButton={true}/>
|
||||||
rightButton={this.getRightButton()}/>
|
|
||||||
<Content padder>
|
<Content padder>
|
||||||
<Card>
|
<Card>
|
||||||
<CardItem header>
|
<CardItem header>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"text": "Lookup your timetable on CAMPUS"
|
"text": "Lookup your timetable on CAMPUS"
|
||||||
},
|
},
|
||||||
"slide6": {
|
"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"
|
"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"
|
"text": "Consultez votre emploi du temps sur CAMPUS"
|
||||||
},
|
},
|
||||||
"slide6": {
|
"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"
|
"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