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
Whenever I need to pruge the app data, I have to fill local url, user, password and remote url, user, password in order to have the app working. My idea was to have a file, which is ignored by git, that contains these information. Gradle will use these information to replace the default values.
This will be also usefull for google mapview api key.
The text was updated successfully, but these errors were encountered:
Good idea. What about a QR code with the settings?
Users could create/view QR code on myopenhab.org with local and remote settings and print them (just like with the Fritz!Box) if they like.
Downside would be that the app then needs
Camera permission (not critical anymore since this is nowadays a on-demand permission)
Whenever I need to pruge the app data, I have to fill local url, user, password and remote url, user, password in order to have the app working. My idea was to have a file, which is ignored by git, that contains these information. Gradle will use these information to replace the default values.
This will be also usefull for google mapview api key.
The text was updated successfully, but these errors were encountered: