1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00
Commit graph

80 commits

Author SHA1 Message Date
Catfriend1
ecef147e5b Updated APK version to 0.14.54.1/4180 2018-12-05 19:35:26 +01:00
Catfriend1
c6734331d4 Updated whatsnew and README.md 2018-12-04 20:24:28 +01:00
Catfriend1
7201568c89
Update README.md - java 8 required (fixes #127) (#128)
ref: 61e45362ab
2018-11-23 08:40:17 +01:00
Catfriend1
76948f0a8f
Update fork description and readme (fixes #99) (#120)
* Update fork description and readme

* Update F-Droid metadata and description

* Remove blank line
2018-11-23 08:35:39 +01:00
Catfriend1
6a6b78aaa0
Update README.md 2018-11-06 19:55:33 +01:00
Catfriend1
1f772935f2
Recent changes - open file/dir on click (#118)
* Initialize DiskEventData for tests

* Add FileUtils#getMimeTypeFromFileExtension

* Open file when user clicks on it in RecentChangesActivity

* Add RestApi#getFolderByID

* Add Constants#ENABLE_TEST_DATA

* Add strings

* Move open folder to FileUtils#openFolder

* Add FileUtils#openFolder, FileUtils#openFile

* Fix UI glitch

Make clear to the user that the folder label is not part of the physical full file path and name.

* Open file/folder on item click

Add test data

* Imported translations

* Fix lint

* Update APK version to 0.14.51.13 / 4176

* Update README.md, whatsnew

* Turn off test data mode

* Remove unused import
2018-10-30 21:50:48 +01:00
Catfriend1
7ca62c946a
Add "recent changes" UI to drawer (fixes #117) (#116)
* Add "recent changes" UI to drawer

* Update build.gradle - guava 26.0-android

* Add REST endpoint

* Add DiskEvent to model

* Add DiskEventData to model

* Add RestApi#getDiskEvents

* Add ChangeListAdapter#clear

* Implement data exchange between UI and service

* Display DiskEvents

* Add icons

* Return DiskEvents in reverse order

* Display device name instead of partial ID

* Format dateTime

* Update whatsnew

* Imported translations

* Update APK version to 0.14.51.12 / 4175

* Fix lint

* Review

* Update README.md
2018-10-28 22:46:51 +01:00
Catfriend1
200f50e940
Add offline "Tips & Tricks" library (fixes #91) (#102)
* Add TipsAndTricks activity

* Add TipListAdapter

* Fix lint

* Fix typo

* Fix toolbar

* Fix layout

* Add onClick listener

* Add tips

* Update APK version to 0.14.51.8 / 4171

* Update README.md and whatsnew

* Fix Android 4.x compatibility

* Imported translations
2018-10-21 20:50:52 +02:00
Catfriend1
78b1af9d02 Update README and translations 2018-10-16 10:26:44 +02:00
Catfriend1
9b8b04c105
Update syncthing to v0.14.51.rc4 (#72)
Update APK version to 0.14.51.rc4.1 / 4163
2018-09-29 23:09:41 +02:00
Catfriend1
7188f0a923
Support python3 during build - Install MinGit on-demand on Windows (#69)
* Build with python3 - Replace urllib
* Fix build.gradle cleanNative
* Update README.md
* build-syncthing - Install MinGit on demand if missing on Windows
2018-09-23 14:36:49 +02:00
Catfriend1
73775a116d
Improve building wrapper and native binaries on Windows and Linux
* Do not ask for root if root is disabled in settings
* Show error in UI when libSyncthing.so is missing
* build-syncthing - Install Go on demand on windows
* build-syncthing - Install Android NDK on demand on windows
* Update README.md
* Update APK version to 0.14.51.rc3.6 / 4162
2018-09-22 18:31:36 +02:00
Catfriend1
0ed501c362
Update Play/FDroid screenshots for en-GB (#64)
* Update APK version to 0.14.51.rc3.5 / 4161

* Update Play/FDroid screenshots for en-GB
2018-09-20 22:44:48 +02:00
Catfriend1
3bb227379c
Update README.md 2018-09-16 12:04:25 +02:00
Catfriend1
5e13fc2edd
Update README.md 2018-09-14 21:17:20 +02:00
Catfriend1
8f159a00ef
Update README.md 2018-09-01 22:36:56 +02:00
Catfriend1
836624a93f
Rename app to "Syncthing-Fork" (#42)
* Rename app to "Syncthing-Fork"
* Update com.github.catfriend1.syncthingandroid.yml for F-Droid
* Update README.md
* Updated whatsnew
2018-09-01 22:33:13 +02:00
Catfriend1
8591f4245f
Update README.md 2018-08-25 22:35:08 +02:00
Catfriend1
b666ada7d2
Update README.md 2018-08-25 02:25:03 +02:00
Catfriend1
49808be1bb
Update README.md 2018-08-25 02:24:02 +02:00
Catfriend1
1a63ba02c8
Update README.md 2018-08-20 02:46:05 +02:00
Catfriend1
8c2efcb72a
Update README.md 2018-08-20 00:30:06 +02:00
Catfriend1
b7f15860dc
Update build instructions 2018-08-19 23:14:56 +02:00
Catfriend1
31444129ea
Added note on fork
Added note on fork
2018-08-19 23:13:45 +02:00
Audrius Butkevicius
988bbb0893
Move build script to python (#1184) 2018-07-18 00:17:58 +01:00
473b2040fc Don't upgrade plugin to 3.0 yet, as it breaks lint
https://stackoverflow.com/a/47127584/1837158
2017-11-13 11:09:26 +09:00
485d76163e Revert "Revert build script changes"
This reverts commit 18c419b2ed.
2017-10-24 14:55:28 +09:00
18c419b2ed Revert build script changes
This reverts commits 5749b98b92,
9559d0c2d9,
536c826fbb
2017-10-19 12:09:53 +09:00
5749b98b92 Update build instructions 2017-10-17 17:32:16 +09:00
1660479b6e Build Syncthing with CGO and target android (fixes #873) 2017-10-17 09:13:06 +09:00
044c2cf568 Added Bountysource link to readme 2016-12-31 01:53:21 +09:00
f02bc4aec4 Fixed screenshots in readme 2016-12-31 01:09:16 +09:00
Audrius Butkevicius
6048b95591 build: Update windows build instructions (fixes #219) 2016-12-01 23:30:56 +00:00
Roman Shishkin
edd3a86805 Update README.md with buld instructions (fixes #776) 2016-11-10 01:41:53 +01:00
7c39d69f5e Added license badge 2016-10-09 19:30:33 +09:00
27498cfa7f Use Travis CI 2016-10-09 19:28:16 +09:00
b415180bbf Added release script 2016-09-20 11:26:53 +09:00
relan
9696d09058 Update Google Play and F-Droid badges 2016-04-30 08:08:03 +03:00
67b97435e9 Changed donate link to Syncthing website.
Also removed tip4commit badge from Readme.
2016-04-03 20:23:02 +02:00
Lars K.W. Gohlke
f0658a13a3 fixed images in Readme 2016-03-27 22:58:37 +02:00
maik
35014d52a8 update path
update readme shreenshot path
2015-12-21 22:49:14 +01:00
Lode Hoste
572ccb9e84 Update build instructions 2015-11-19 20:32:00 +01:00
9392adc80e Removed obsoluteinstructions from readme. 2015-09-07 11:28:39 +02:00
cf7ef1f985 Added market descriptions to repo and transifex (fixes #232).
Also renamed `graphics/` to `market/`.
2015-06-10 10:51:02 +02:00
Zillode
c451057f30 Updated README 2015-05-06 00:35:25 +02:00
Zillode
79c1d26105 Update build status link in README 2015-04-06 22:40:24 +02:00
Carsten H
aa83c866da Remove redundant instructions for binary downloads
Avoids building with outdated upstream binaries.
There aren't different versions for ARM anymore, they are all called `arm` now.

Add windows build.gradle file & build instructions
2015-04-03 17:50:40 +02:00
a29f1096ba Change license to MPLv2. 2015-03-17 22:27:50 +01:00
Carsten H
538e3017e9 Link to the in-use Syncthing org 2015-03-06 15:14:29 +01:00
Carsten H
ef9efe7b67 Project's owner changed, fix tip4commit link
The banner still has the correct image link.
2015-03-04 14:52:48 +01:00