From c09d758c0b1456c876391655c03b4a1b82e4ed9f Mon Sep 17 00:00:00 2001 From: kDot Date: Tue, 19 Aug 2014 20:24:36 +0200 Subject: [PATCH 1/6] Update README.md Add how to acces web frontent from devopment machine --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4a907a3c..849568f9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ To get syncthing app for android running on you device/emulator the native synct Then, run `gradle assembleDebug`. +## Develop Notes + +The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) or execute the following steps (assuming you have only one emulator/avd started) +- telnet localhost 5554 +- redir add tcp:18080:8080 +- Start synchting app on your emulator and access the web ui from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) + ## License All code is licensed under the [MIT License](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE). From e545e11254813ac07d55acedf6c25a214c0b1467 Mon Sep 17 00:00:00 2001 From: kDot Date: Tue, 19 Aug 2014 20:26:52 +0200 Subject: [PATCH 2/6] Update README.md Improve description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 849568f9..c8387e6d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Then, run `gradle assembleDebug`. ## Develop Notes -The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) or execute the following steps (assuming you have only one emulator/avd started) -- telnet localhost 5554 -- redir add tcp:18080:8080 +The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) +- `telnet localhost 5554` +- `redir add tcp:18080:8080` - Start synchting app on your emulator and access the web ui from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) ## License From 2d18b5db88f79b90da52f474b050396ed6512415 Mon Sep 17 00:00:00 2001 From: kDot Date: Tue, 19 Aug 2014 20:28:49 +0200 Subject: [PATCH 3/6] Update README.md fix bad headline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8387e6d..a5a5a3df 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To get syncthing app for android running on you device/emulator the native synct Then, run `gradle assembleDebug`. -## Develop Notes +## Development Notes The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) - `telnet localhost 5554` From b25af3dca865bc402a89bd963a126ae9a0c92fbb Mon Sep 17 00:00:00 2001 From: kDot Date: Wed, 20 Aug 2014 13:59:13 +0200 Subject: [PATCH 4/6] Update README.md Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a5a3df..0f3bcdf7 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Then, run `gradle assembleDebug`. ## Development Notes -The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) +The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) - `telnet localhost 5554` - `redir add tcp:18080:8080` -- Start synchting app on your emulator and access the web ui from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) +- Start synchting app on your emulator and access the web interface from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) ## License From 03b0f812b7cfe3257b9ddf2b7eafac31367d7a43 Mon Sep 17 00:00:00 2001 From: kDot Date: Wed, 20 Aug 2014 14:03:30 +0200 Subject: [PATCH 5/6] Update README.md Another small update of the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3bcdf7..0d2e40c0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Then, run `gradle assembleDebug`. ## Development Notes -The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) +The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to access the network of your emulator. Or use a shortcut by executing the following steps (assuming you have only one emulator/avd started) - `telnet localhost 5554` - `redir add tcp:18080:8080` - Start synchting app on your emulator and access the web interface from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) From bf08506cc355fb9b0626db8a5eaabbb3976b3409 Mon Sep 17 00:00:00 2001 From: kDot Date: Wed, 20 Aug 2014 14:18:19 +0200 Subject: [PATCH 6/6] Update README.md There was still a typo. And another small rephrase. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d2e40c0..d1e88db6 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Then, run `gradle assembleDebug`. ## Development Notes -The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to access the network of your emulator. Or use a shortcut by executing the following steps (assuming you have only one emulator/avd started) +The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to access the network of your emulator. Or use the following steps to connect to the single currently running emulator/AVD. - `telnet localhost 5554` - `redir add tcp:18080:8080` -- Start synchting app on your emulator and access the web interface from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) +- Start syncthing app on your emulator and access the web interface from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080) ## License