You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
Our app has to interact with a Restful API (please see #1) served by our domotic framework so we need some info as
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.
The text was updated successfully, but these errors were encountered: