Implemented login on Retroshare Android QML App

Login works fine but soon after retroshare-android-service crashes
probably when trying to determine local address (getLocalAddresses)
Added RsLoginPassView.qml generic login/pass/button view
retroshare-android-service can be build as a separate app on non-android systems
This commit is contained in:
Gio 2016-09-16 12:04:49 +02:00
parent 8d6d3d1894
commit c12cfd60b8
9 changed files with 195 additions and 74 deletions

View file

@ -28,7 +28,6 @@ Item
rsApi.request("/identity/*/", "")
}
Component.onCompleted: refreshData()
onFocusChanged: focus && refreshData()
LibresapiLocalClient