Commit Graph

196 Commits

Author SHA1 Message Date
Simon Frei b4ad87efd1 Updated Syncthing to v1.27.12 2024-09-29 17:09:55 +02:00
Simon Frei 250e864708 Updated Syncthing to v1.27.10 2024-08-11 13:07:38 +02:00
Simon Frei 7fb860c698 Updated Syncthing to v1.27.6 2024-04-10 08:26:47 +02:00
Adam Szewera 7904afd1ff
Prefer injecting preferences instead of using PreferenceManager directly (#2073)
# Description
Prefer injecting preferences instead of using
`PreferenceManager.getDefaultSharedPreferences(context)` directly.

# Changes
* replace `PreferenceManager.getDefaultSharedPreferences(context)` by
injecting SharedPreferences instead
2024-04-05 11:47:50 +02:00
Simon Frei 4f8e262663 Updated Syncthing to v1.27.5-rc.2 2024-03-29 18:52:50 +01:00
Simon Frei e447473fed Updated Syncthing to v1.27.4 2024-03-10 15:51:50 +01:00
Simon Frei c9c2130621 Updated Syncthing to v1.27.4-rc.1 2024-02-24 20:44:33 +01:00
Simon Frei ef5581c247 Add version info to syncthing build script 2024-02-07 07:37:26 +01:00
Adam Szewera 878f31a2aa
Update Android NDK llvm toolchains directory name (#2048)
The current setup uses:
```
PLATFORM_DIRS = {
    'Windows': 'windows-x86_64',
    'Linux': 'linux-x86_64',
    'Darwin': 'darwin-x86-64',
}
```
I think the Darwin config has been configured like this by mistake.
Trying to build the app fails because `nativeBuild` task fail because it
cannot locate the toolchain.
Maybe in the past `darwin-x86-64` worked but I see the toolchains under
`x86_64` directory now.
And with `x86_64` the build works of course 😄 .
2024-02-02 20:26:21 +01:00
Simon Frei 8c00a4411e Updated Syncthing to v1.27.3-rc.2 2024-01-27 07:28:29 +01:00
Simon Frei 5ac475ab8f Updated Syncthing to v1.27.3-rc.1 2024-01-10 21:30:51 +01:00
Adam Szewera 9ed273a32e
Refactor groovy gradle files to kotlin dsl (#2022)
## Description:
Refactor gradle build files to use Kotlin DSL instead of Groovy.
There were also a bash script and a python script that needed to be
updated because they relied on parsing the `build.gradle` files written
in Groovy.

This PR completes the work started in:
https://github.com/syncthing/syncthing-android/pull/2000
2023-12-28 22:37:27 +01:00
Simon Frei 4bb6474ccd Updated Syncthing to v1.27.2-rc.2 2023-12-26 11:44:39 +01:00
Simon Frei 3494d3c299 Updated Syncthing to v1.27.2-rc.1 2023-12-17 20:32:04 +01:00
Simon Frei f9965b5003 Updated Syncthing to v1.27.1-rc.1 2023-12-08 12:36:19 +01:00
Simon Frei 2cb6ba3874 Updated Syncthing to v1.27.0-rc.2 2023-11-28 22:35:40 +01:00
Simon Frei b7658b759a Updated Syncthing to v1.26.1 2023-11-15 19:31:31 +01:00
Simon Frei 39085dbdba Updated Syncthing to v1.27.0-rc.1 2023-11-14 23:12:52 +01:00
Simon Frei cc2e3654e5 Updated Syncthing to v1.26.0-rc.2 2023-10-28 06:58:49 +02:00
Simon Frei 9d7abf5091 Updated Syncthing to v1.26.0-rc.1 2023-10-14 12:16:57 +02:00
Simon Frei 2b37eb58b8 Updated Syncthing to v1.25.0-rc.1 2023-09-12 22:45:13 +02:00
Simon Frei 1fd691262b Updated Syncthing to v1.24.0-rc.1 2023-09-03 14:35:21 +02:00
Simon Frei 848c2e8b1b Updated Syncthing to v1.23.7-rc.2 2023-08-06 21:48:15 +02:00
Simon Frei bafc1fd483 Updated Syncthing to v1.23.7-rc.1 2023-07-16 23:22:15 +02:00
Simon Frei 5691f06969 Updated Syncthing to v1.23.6 2023-07-16 23:14:39 +02:00
Simon Frei 9d1b2efe2e Updated Syncthing to v1.23.6-rc.2 2023-07-15 11:21:44 +02:00
Simon Frei 71d0918c3f
Updated Syncthing to v1.23.6-rc.1 2023-06-17 14:01:14 +02:00
Simon Frei 30f82d736b
Updated Syncthing to v1.23.5 2023-06-10 18:09:09 +02:00
Simon Frei 86a6fe1415 Updated Syncthing to v1.23.5-rc.1 2023-05-10 22:24:39 +02:00
Simon Frei 72ab51dec3
Updated Syncthing to v1.23.4 2023-04-05 19:02:10 +02:00
Simon Frei ef7a42471c
Updated Syncthing to v1.23.3 2023-04-05 00:04:00 +02:00
Simon Frei 127c776566 Updated Syncthing to v1.23.3-rc.2 2023-03-30 13:20:20 +02:00
Simon Frei 64557dba27 Updated Syncthing to v1.23.3-rc.1 2023-03-14 23:01:41 +01:00
Simon Frei ec55993fc8 Revert to go 1.19.7 2023-03-14 22:59:42 +01:00
Simon Frei a278abd7d8
Updated Syncthing to v1.23.2-rc.1 2023-02-19 15:04:55 +01:00
Simon Frei 6a65726671
Updated Syncthing to v1.23.1 2023-02-08 22:44:32 +01:00
Simon Frei dd8f65bc4b
Updated Syncthing to v1.23.1-rc.1 2023-01-14 11:38:50 +01:00
Simon Frei 49a92b89ac
Updated Syncthing to v1.23.0 2023-01-04 23:50:13 +01:00
Simon Frei db17001cb2 Updated Syncthing to v1.22.3-rc.2 2023-01-01 21:58:27 +01:00
Simon Frei c50baca2cd
Updated Syncthing to v1.22.3-rc.1 2022-12-17 21:55:05 +01:00
Simon Frei 5082b5a8e3
Updated Syncthing to v1.22.2 2022-12-06 13:22:14 +01:00
Simon Frei 83ef8dcf2d
And don't use any slahses in path components 2022-11-27 22:32:07 +01:00
Simon Frei c9ea58cfca
Use os.path.join for CC 2022-11-27 22:17:31 +01:00
Simon Frei 373558b2ec
Fix c compiler (CC env) (ref #1864)
Fixes 2942072594
2022-11-27 21:53:21 +01:00
Simon Frei 2942072594
Compile and target SDK version 31, increase min Sdk to 21 (#1864)
The upgraded compile SDK requires an upgrade of gradle, which introduces a
build error with api lvl <21:
   > Error while processing [...]/app/src/main/res/drawable/ic_close_24dp.xml :
     Invalid color value ?attr/colorControlNormal
Explanation: https://stackoverflow.com/a/49501629

Also minor NDK update
2022-11-27 20:27:54 +01:00
Simon Frei f1428df298
Updated Syncthing to v1.22.2-rc.3 2022-11-24 20:36:12 +01:00
Simon Frei 4a83dbf409
Fix default for global run condition setting (fixes #1852) (#1863) 2022-11-23 19:49:05 +01:00
Simon Frei 21415b35da Updated Syncthing to v1.22.2-rc.1 2022-11-10 17:52:51 +01:00
Simon Frei fb4fc9516c Merge branch 'release' 2022-11-10 17:52:20 +01:00
Simon Frei 35abeff715
Cherry-pick syncthing commit for conflicts hot-fix 2022-11-08 18:06:34 +01:00