From d464010ee5d55d055447a680177523f78f79e7bd Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 7 Sep 2016 03:02:18 +0200 Subject: [PATCH] Added seperate first start activity --- .../src/github.com/syncthing/syncthing | 2 +- src/main/AndroidManifest.xml | 10 ++- .../activities/MainActivity.java | 75 ++----------------- src/main/res/values/strings.xml | 33 ++++---- 4 files changed, 32 insertions(+), 88 deletions(-) diff --git a/ext/syncthing/src/github.com/syncthing/syncthing b/ext/syncthing/src/github.com/syncthing/syncthing index 1188ebbb..3ae51648 160000 --- a/ext/syncthing/src/github.com/syncthing/syncthing +++ b/ext/syncthing/src/github.com/syncthing/syncthing @@ -1 +1 @@ -Subproject commit 1188ebbb7b0f4545da4bcfceeb63d3c3ce6bb4ee +Subproject commit 3ae51648da5fbed3962c08807f100d7bc79c4ae3 diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 2807d5c1..1a17b251 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -25,9 +25,8 @@ android:supportsRtl="true" android:installLocation="internalOnly"> + android:name=".activities.FirstStartActivity" + android:label="@string/app_name"> @@ -37,6 +36,11 @@ + + An open, trustworthy and decentralized file synchronization application. + + + + + Welcome to Syncthing for Android + + + Syncthing is an open-source file synchronization application.\n\ +To share data with other devices, you need add their unique device ID to the device list. Afterwards you can select which folders to share with which devices.\n\ +Please report any problems you encounter via Github. + + Continue + + + Waiting for GUI + + + Generating secure keys. This may take a few minutes. + Add Folder @@ -199,20 +218,6 @@ Web GUI - - Waiting for GUI - - - Generating secure keys. This may take a few minutes. - - - Welcome to Syncthing for Android - - - Syncthing is an open-source file synchronization application.\n\n\ -To share data with other devices, you need add their unique device ID to the device list. Afterwards you can select which folders to share with which devices.\n\n -Please report any problems you encounter via Github. -