Skip to content

Commit

Permalink
Published in Play Store and sent to idea.madc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Said Llamas Manriquez authored and Jesús Said Llamas Manriquez committed Dec 15, 2018
1 parent a19c67a commit 38f68e6
Show file tree
Hide file tree
Showing 12 changed files with 297 additions and 89 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# http://git-scm.com/docs/gitignore

*.apk
!INSTALL.apk
*.jks
*~
*.sw[mnpcod]
Expand Down
Binary file added INSTALL.apk
Binary file not shown.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ College Friend App seeks to create an active community of people who share infor

**Category:** Social Networking

**App Platfrom:** Android, iOS, Web
**App Platfrom:** Android 100%, iOS 60%, Web 0%

**Referance:** Social media, Facebook

Expand Down Expand Up @@ -69,12 +69,18 @@ Active member of IEEE and president of IEEE Student Branch of the Technological
# Installation
`npm install`

`ionic cordova platform add android`

`ionic cordova platform add ios`

`ionic cordova run android`

`ionic cordova run ios`
# Language
- Español
- English
- Português
- Francais
- Español 90%
- English 84%
- Português 0%
- Francais 0%

# Contributing
# Credits
Expand All @@ -100,4 +106,4 @@ Version 3, 29 June 2007**


### Keywords:
College, Student, School, Social, Network, Graduate, Friend, Inbox, Share, Picture, Ranking, Firebase, Ionic, Android, iOS.
College, Student, School, Social, Network, Graduate, Friend, Inbox, Share, Picture, Ranking, Firebase, Ionic, Android.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.saidllamas.madc.cfaf" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.saidllamas.madc.cfaf" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>College Friend App</name>
<description>An amazing application to talk about public and private universities.</description>
<author email="[email protected]" href="http://saidllamas.com/">Said Llamas</author>
Expand Down
13 changes: 12 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,18 @@
},
"Errores": {
"Error": "An error has occurred",
"Mensaje": "… our programmers are working to solve it"
"Mensaje": "… our programmers are working to solve it",
"EmailVacio": "Please enter an email address",
"EmailInvalido": "Please enter a valid email address",
"ContraseñaVacio": "Please enter a password",
"Min": "Minimum 7 characters",
"Max": "Maximum 30 characters",
"ContraseñaInv": "Please enter a valid password",
"UserVacio": "Please enter your name",
"UserInv": "Just use the character of the alphabet",
"PhoneVacio": "Please enter your phone number",
"Max10": "Maximum 10 characters",
"PhoneInv": "Enter a valid phone number"
},
"Login": {
"Nombre": "Full Name",
Expand Down
13 changes: 12 additions & 1 deletion src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,18 @@
},
"Errores": {
"Error": "Se ha producido un error",
"Mensaje": "… nuestros programadores están trabajando para resolverlo."
"Mensaje": "… nuestros programadores están trabajando para resolverlo.",
"EmailVacio": "Por favor ingrese una dirección de correo electrónico",
"EmailInvalido": "Por favor ingrese una dirección de correo electrónico valida",
"ContraseñaVacio": "Por favor ingrese una contraseña",
"Min": "Mínimo 7 caracteres",
"Max": "Máximo 30 caracteres",
"ContraseñaInv": "Por favor ingrese una contraseña valida",
"UserVacio": "Por favor ingrese su nombre",
"UserInv": "Solo usa el cáracter del alfabeto",
"PhoneVacio": "Por favor ingrese su número de teléfono",
"Max10": "Máximo 10 caracteres",
"PhoneInv": "Ingrese un número de teléfono valido"
},
"Login": {
"Nombre": "Nombre completo",
Expand Down
151 changes: 121 additions & 30 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,135 @@
{
"Slides": {
"Inicio": "Inicio",
"Creado": "Powered by",
"Como": "How Does It",
"Trabaja": "Work",
"Que": "Welcome to",
"ContentOne": "Looking for a university? Get to the right application, enter and know your next university.",
"ContentTwo": "With the help of people like you and me, if you know a university, register it! and let the world know what you think of her."
},
"Tabs": {
"Inicio": " ",
"Opiniones": " ",
"Guardado": " ",
"Chat": " ",
"Perfil": " "
"Inicio": "Home",
"Opiniones": "Opinions",
"Guardado": "Saved",
"Chat": "Chat",
"Perfil": "Profile"
},
"Inicio": {
"buscar_universidad": " ",
"universidades_destacadas": " ",
"universidades_cercanas": " ",
"universidades_evaluadas": " ",
"inicio_proximo": " "
},
"Semana": {
"Lunes": " ",
"Martes": " ",
"Miercoles": " ",
"Jueves": " ",
"Viernes": " ",
"Sabado": " ",
"Domingo": " "
"buscar_universidad": "Search Universities",
"universidades_destacadas": "Featured Universities",
"universidades_cercanas": "Universities in",
"universidades_evaluadas": "Most Valued Universities",
"inicio_proximo": "Start of courses soon",
"Resultados": "Results",
"Ver": "Show",
"Crear": "Create",
"TituloResEnd": "Here the results end…",
"ContenidoResEnd": "If it was not what you were looking for help us to register it",
"ContenidoResNo": "Help us see this university next time",
"TituloResNo": "Without result"
},
"Perfil": {
"user_name": " ",
"user_phone": " ",
"user_email": " ",
"user_name": "Name",
"user_phone": "Phone number",
"user_email": "Email address",
"user_pass": "Password",
"Ajustes": {
"Ajustes": " ",
"Miembro": " ",
"Notificaciones": " "
"Ajustes": "Settings",
"Miembro": "looking for university",
"Notificaciones": "receive notifications",
"Guardar": "Save"
}
},
"Universidad": {
"Sitio_web": " ",
"Telefono": " ",
"Mapa": " ",
"Opinar": " "
"Sitioweb": "Website",
"Telefono": "Phone",
"Mapa": "Map",
"Opinar": "write review",
"Ubicacion": "Location",
"Buscar": "Search",
"Guardar": "Save",
"CreadoPor": "Created by",
"Global": "Global score",
"Carreras": "university careers",
"Inicio": "Start of courses",
"Costo": "Registration cost",
"Puntajes": "Scores",
"Opiniones": "Reviews",
"General": "General",
"AñadirCarrera": "add university career",
"EditarMeses": "Edit months",
"Dia": "at"
},
"Opiniones": {
"Opiniones": " "
"Opiniones": "Opinions",
"Actualizar": "Update review a"
},
"Errores": {
"Error": "An error has occurred",
"Mensaje": "… our programmers are working to solve it",
"EmailVacio": "Please enter an email address",
"EmailInvalido": "Please enter a valid email address",
"ContraseñaVacio": "Please enter a password",
"Min": "Minimum 7 characters",
"Max": "Maximum 30 characters",
"ContraseñaInv": "Please enter a valid password",
"UserVacio": "Please enter your name",
"UserInv": "Just use the character of the alphabet",
"PhoneVacio": "Please enter your phone number",
"Max10": "Maximum 10 characters",
"PhoneInv": "Enter a valid phone number"
},
"Login": {
"Nombre": "Full Name",
"Telefono": "Phone Number",
"Login": "Login",
"Registro": "Register",
"Email": "Email Address",
"Password": "Password"
},
"Chat": {
"Conversaciones": "Conversations",
"Mensajes": "Messages",
"Solicitudes": "Requests"
},
"InboxSingle": {
"MensajeAqui": "Message here"
},
"Escribir": {
"Para": "Write opinion for",
"Guardar": "add comment",
"Actualizar": "update comment"
},
"Meses": {
"Enero": "January",
"Febrero": "February",
"Marzo": "March",
"Abril": "April",
"Mayo": "May",
"Junio": "June",
"Julio": "July",
"Agosto": "August",
"Septiembre": "September",
"Octubre": "October",
"Noviembre": "November",
"Diciembre": "December"
},
"Ratings": {
"Instalaciones": "Facilities and infrastructure",
"Profesores": "Teachers",
"Ubicacion": "Location",
"Actividades": "Extracurricular activities",
"Becas": "Scholarships and supports"
},
"Tips": {
"Tip1": "It is not possible to update your email if you created your account from a social network.",
"Tip2": "If you want to update your name and you used the login with social networks it is necessary that you update it from the social network with which you started session.",
"Tip3": "To update your profile picture it is necessary that you go to gravatar.com and register the same mail that you use in this application.",
"Tip4": "If you can imagine it can be programmed",
"Tip5": "Powered by DamVeloper Team"
},
"Favoritos": {
"misFavs": "My favourites"
}
}
Loading

0 comments on commit 38f68e6

Please sign in to comment.