FoundersFounders / door-services

IoT project for the doorbell and door-open services here at FoundersFounders.
MIT License
14 stars 6 forks source link

Mobile App #9

Closed joaopedroft closed 8 years ago

joaopedroft commented 8 years ago

Initial content for cordova mobile app.

andresilva commented 8 years ago

Can you give a brief description on how to run this (I use iOS). Or maybe just point me to some tutorials. 👍

joaopedroft commented 8 years ago

This link shows how to create a simple cordova app: https://cordova.apache.org/docs/en/latest/guide/cli/index.html

And this one shows how to deploy to ios device with xcode: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html

andresilva commented 8 years ago

works

Why didn't you add the other cordova related files?

joaopedroft commented 8 years ago

Nice, i didn't put the rest of the files because they are generated on each cordova app creation. I could put the config.xml file for people see some extra configuration like the app icon, name and package name.

joaopedroft commented 8 years ago

screenshot_20160503-163751

Agora com o logo fica assim.

luismfonseca commented 8 years ago

@andrebeat I think that this is now ok to merge, can you re-review?

It would be nice to support OAuth in the future - is it hard to implement this using Cordova?

joaopedroft commented 8 years ago

I have been thinking about it, but is not hard to implement. The must difficult task maybe is not let the user going to outside browser to accept slack login permissions. As soon as I have time available I will try

andresilva commented 8 years ago

I've made some changes and created a new PR (#13) to track those changes so I'll close this one.