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

@ -8,7 +8,8 @@ QT -= gui
CONFIG += c++11
CONFIG += dll
TEMPLATE = lib
android-g++:TEMPLATE = lib
!android-g++:TEMPLATE = app
SOURCES += service.cpp