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

41 commits

Author SHA1 Message Date
Catfriend1
4f461dce8a
Update SyncthingNative to v1.1.1 (#395)
* Update SyncthingNative to v1.1.1

* Update APK version to 1.1.1.1 / 1010101

* Update README.md

* Update whatsnew
2019-04-02 02:31:48 +02:00
Catfriend1
999b7d8626
Build with Android NDK 19c (#384)
* Update NDK from r18 to r19c

* Add syncthing/quick_clean.cmd

* Fix typo

* Update syncthing/quick_clean.cmd

* Remove make_standalone_toolchain for NDK 19c
2019-03-25 10:15:48 +01:00
Catfriend1
3a188d457c
Patch wrong tls alignment for Android Q compatibility (fixes #370) (#374)
* Patch go wrong tls alignment for Android Q compatibility (fixes #370)

* Remove wrong x86 patch

* Incorporate @kvaster's Android Q patch into build script (fixes #370)

Thanks for the contributon!

* Update build script for Python 2 compatibility

* Second attempt for python 2
2019-03-17 13:58:50 +01:00
Catfriend1
2486612270 Build SyncthingNative with Go 1.12.1 2019-03-16 13:40:50 +01:00
Catfriend1
c1abb476b6
Update SyncthingNative to v1.1.0 (#348)
* Use go stable instead of 1.9 for travis (#1283)

* Restore modules

* Update Syncthing submodule to v1.1.0

* Update .gitignore

* Update whatsnew
2019-03-05 23:23:52 +01:00
Catfriend1
bc6f134046
Update Syncthing to v1.0.1 (#304)
* Update whatsnew

* Update APK version to 1.0.1.1 / 1000101

* Update syncthing submodule to v1.0.1
2019-02-05 23:31:01 +01:00
Catfriend1
9120e4afc9
Update native build to use go 1.11.4 (fixes #213) (#214)
* Update Go version

* Update native build to use go 1.11.4 (fixes #213)

* Update fdroid metadata

* Fix builds with Go 1.10 onwards (#213)
2019-02-05 23:28:47 +01:00
Catfriend1
7d59e75aea
Bump syncthing version to 1.0.0 (#173)
* Update syncthing to v1.0.0

* Update model/Options: MaxConcurrentScans

Related: https://github.com/syncthing/syncthing/pull/4888

* Fix typo

* Update APK version to 1.0.0.1 / 1000001
2019-01-01 17:23:30 +01:00
Catfriend1
1371f29c66 Update syncthing core to v0.14.54 2018-12-05 19:39:20 +01:00
Catfriend1
d423562560 Update syncthing core to 0.14.53 2018-12-04 20:18:42 +01:00
Catfriend1
17f14a0d93
Update syncthing submodule to 0.14.52-release (#123)
* Update syncthing submodule to 0.14.52

* Update APK version to 0.14.52.1 / 4177
2018-11-20 23:40:43 +01: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
1f3abb127b
Update NDK to android-ndk-r18 (#68)
* Update NDK to android-ndk-r18

* Update build.gradle, resolve lint warnings
2018-09-22 19:19:18 +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
88f5a49a99
Update syncthing to v0.14.51-rc.3 (#45) 2018-09-14 18:29:52 +02:00
Catfriend1
fdcafc6d1b
Update syncthing to v0.14.51-rc.2 (#43)
* Update syncthing to v0.14.51-rc.1

* Update syncthing to v0.14.51-rc.2

* Update fdroid metadata

* Update python build script
Use prebuilt go binaries from google and check SHA-256
after downloading requires files from google.
2018-09-13 09:57:31 +02:00
Catfriend1
22789dd224
Update syncthing build script (#10) 2018-08-20 01:15:06 +02:00
Catfriend1
922b81d0d4 Bump syncthing version to 0.14.50.rc2 2018-08-20 00:05:04 +02:00
Catfriend1
6a8f8b3267
Update package name and version (#8)
* Update package name and version
2018-08-20 00:02:15 +02:00
Catfriend1
b7cfd12c06
Add welcome slide for secure key generation (#4)
* Add welcome slide "key generation"

* Improve slide icon

* Add key generation via ConfigXml to welcome wizard slide
If key and config files are already present in syncthing's data folder
they won't be overwritten (as ConfigXml checks for that). It's also
no problem to go through the slides again, e.g. if the storage permission
got revoked after the first app launch granting it.

* Remove test mode

* Remove "Enjoy Syncthing."

* Improve string "Consider backing up your sync data"

* Show welcome slides only if mandatory prerequisites are
missing. Show only slides that are necessary because of
missing prerequisites. Mandatory prerequisites are
a) storage permission b) existance of keys and config
Remove key generation UI from StateDialogActivity as this
is no longer required in the main UI as we ensure generating
keys and config before launching to MainActivity.

* Minor review adjustments

* Review - Improve explanation string on config corruption
2018-08-19 23:10:02 +02:00
Audrius Butkevicius
a0c27327fa Updated Syncthing to v0.14.50-rc.1 2018-08-07 19:13:50 +01:00
Audrius Butkevicius
8abcc58bad Updated Syncthing to v0.14.49 2018-07-24 21:37:42 +01:00
Audrius Butkevicius
988bbb0893
Move build script to python (#1184) 2018-07-18 00:17:58 +01:00
Audrius Butkevicius
1ea1b7e9ac Updated Syncthing to v0.14.48 2018-06-09 23:42:00 +01:00
Audrius Butkevicius
6f38bef3cd Updated Syncthing to v0.14.47 2018-05-03 21:29:53 +01:00
Audrius Butkevicius
5fc02ea038 Updated Syncthing to 0.14.46 and cherry-pick 2018-04-10 23:13:40 +01:00
Audrius Butkevicius
66ee130e7d
Docker image, and windows builds (#1049) 2018-04-09 21:13:25 +01:00
30fba742e8 Updated Syncthing to v0.14.45 with cherry-pick 2018-03-14 16:24:22 +09:00
f2f4b8ceb1 Updated Syncthing to v0.14.45 2018-03-09 20:00:53 +09:00
94f97fcebd Updated Syncthing to v0.14.43 2018-01-25 15:55:29 +09:00
36f1a1fef7 Updated Syncthing to v0.14.42 2017-12-27 03:00:03 +09:00
5959bb829b Updated Syncthing to v0.14.41 2017-12-05 21:02:33 +09:00
67e69defba Updated Syncthing to v0.14.40 2017-11-09 12:21:40 +09:00
522d43f620 Use correct platform for Syncthing build (fixes #982) 2017-11-09 12:18:01 +09:00
3409578995 Also consider Syncthing rc releases if we are building beta or rc 2017-10-25 00:42:54 +09:00
6c542600fa Fix version 2017-10-24 22:26:31 +09:00
ab920d216d Updated Syncthing to v0.14.40-rc.1 2017-10-24 21:20:33 +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
9559d0c2d9 Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00