Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Add a login screen for Android client #14

Open
mcicolella opened this issue Oct 24, 2017 · 1 comment
Open

Add a login screen for Android client #14

mcicolella opened this issue Oct 24, 2017 · 1 comment

Comments

@mcicolella
Copy link
Contributor

mcicolella commented Oct 24, 2017

Our app has to interact with a Restful API (please see #1) served by our domotic framework so we need some info as

  • restapi ip address
  • restapi ip port (default 9111)
  • username (default admin - NOT email)
  • password (default admin)

So, after the splash screen, the app should show a login screen requiring the data if the user is logging
for the first time.
The data should be stored by the app avoiding the login process if it's not needed (for example the user logouts or wants to change connection data).
Currently connection data are managed by https://github.com/freedomotic/fd-android-client/blob/master/FDAndroidClient/src/main/java/com/freedomotic/freedomotic/network/FDSpiceService.java
After the login the app should show the main menu.

@paynemiller92
Copy link

I'm tackling this one! Let's go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants