Commit Graph

2364 Commits

Author SHA1 Message Date
Simon Frei 127c776566 Updated Syncthing to v1.23.3-rc.2 2023-03-30 13:20:20 +02:00
Simon Frei f0762bab12
Bump SDK to 32 (#1896)
This is just a "minor" upgrade for android "12L" - some tablet related
improvements we likely don't care about. This bump is to support a contribution
to migrate our UI from something legacy to an up-to-date default framework that
requires >=32.
2023-03-26 18:40:00 +02:00
Simon Frei b0c811d213
Bumped version to 1.23.3-rc.1 2023-03-14 23:27:00 +01: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 f3280bb08b
Bump to go1.20.1 2023-02-19 15:04:13 +01:00
Simon Frei a5e781fb4e
Bumped version to 1.23.1 2023-02-08 22:47:25 +01:00
Simon Frei 6a65726671
Updated Syncthing to v1.23.1 2023-02-08 22:44:32 +01:00
Simon Frei a34239dc4d
Imported translations 2023-02-08 22:44:13 +01:00
Simon Frei 724dfb0780
Bumped version to 1.23.1-rc.1 2023-01-14 12:26:10 +01:00
Simon Frei dd8f65bc4b
Updated Syncthing to v1.23.1-rc.1 2023-01-14 11:38:50 +01:00
dependabot[bot] 4266a2b7e8
Bump gson from 2.9.1 to 2.10.1
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14 11:38:35 +01:00
Simon Frei c2c02fa014
Bump go to 1.19.5 2023-01-14 11:35:30 +01:00
Simon Frei 1ea20e5f27
Imported translations 2023-01-14 11:34:48 +01:00
Simon Frei eac8f51630
Bumped version to 1.23.0 2023-01-05 00:01:56 +01:00
Simon Frei 49a92b89ac
Updated Syncthing to v1.23.0 2023-01-04 23:50:13 +01:00
tomasz1986 b8896f8f1c
readme: Update and add detailed steps to build instructions (#1865)
Currently, the build instructions are very brief and don't explain the
whole process of setting up the build environment in detail. Thus, add
explicit steps on how to download required tools and prepare then for
compilation.

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
2023-01-02 09:51:00 +01:00
Simon Frei 67ea05a5cd Remove travis from readme (unused) 2023-01-01 22:03:32 +01:00
Simon Frei 89b708bebf Bumped version to 1.22.3-rc.2 2023-01-01 22:00:21 +01:00
Simon Frei db17001cb2 Updated Syncthing to v1.22.3-rc.2 2023-01-01 21:58:27 +01:00
Simon Frei 212e1bafa2 Fix removing unsuitable use of open in bump version script 2023-01-01 21:58:06 +01:00
Simon Frei 8d20884817 Remove unsuitable use of open in bump version script 2023-01-01 21:50:38 +01:00
Simon Frei f6272fabb8
Bumped version to 1.22.3-rc.1 2022-12-17 21:58:59 +01:00
Simon Frei c50baca2cd
Updated Syncthing to v1.22.3-rc.1 2022-12-17 21:55:05 +01:00
Simon Frei c187b4998b
Imported translations 2022-12-17 21:53:49 +01:00
Simon Frei c815bcf6d1
Bumped version to 1.22.2 2022-12-06 13:24:44 +01:00
Simon Frei 5082b5a8e3
Updated Syncthing to v1.22.2 2022-12-06 13:22:14 +01:00
Simon Frei 88e621b432
Bumped version to 1.22.2-rc.3.3 2022-12-03 21:29:25 +01:00
Simon Frei 2a2e8a7f0d
Declare start/stop intents as exported (#1872) 2022-12-03 21:27:20 +01:00
Simon Frei 67c22eaec5
Bumped version to 1.22.2-rc.3.2 2022-11-27 23:29:53 +01:00
Simon Frei a85cec550e
Updated triplet play plugin to 3.7.0 (gradle compat) 2022-11-27 23:29:30 +01:00
Simon Frei 4366e0fbf4
Bumped version to 1.22.2-rc.3.1 2022-11-27 22:35:48 +01:00
Simon Frei 83ef8dcf2d
And don't use any slahses in path components 2022-11-27 22:32:07 +01:00
Simon Frei 6de42634b3
Bump ndk to 25 2022-11-27 22:17:55 +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 21b00edfcc
Increase java compat level to 11 2022-11-27 20:25:59 +01:00
Simon Frei b89c9833eb
Set FLAG_IMMUTABLE on PendingIntent (target 31) (#1868)
Co-authored-by: Catfriend1 <16361913+Catfriend1@users.noreply.github.com>
2022-11-27 20:24:35 +01:00
Simon Frei 9bd413705c
Add android:exported attribute to manifest (target 31) (#1867) 2022-11-27 20:24:25 +01:00
Simon Frei d8413c6e11
Fix lint failure (target 31) (#1869) 2022-11-27 20:24:14 +01:00
Simon Frei 01b780e013
Merge branch 'release' 2022-11-24 22:55:41 +01:00
Simon Frei be5f6476f7
Bumped version to 1.22.2-rc.3 2022-11-24 20:36:19 +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 4a81083abb
Fix default for global run condition setting (fixes #1852) (#1863) 2022-11-23 19:24:13 +01:00
o13e d46fe60888
Remove copied device ID toast on android 13+ (#1854)
https://developer.android.com/develop/ui/views/touch-and-input/copy-paste#duplicate-notifications
2022-11-16 20:08:14 +01:00
Simon Frei c8ac58586e Bumped version to 1.22.2-rc.1 2022-11-10 17:54:41 +01:00
Simon Frei 21415b35da Updated Syncthing to v1.22.2-rc.1 2022-11-10 17:52:51 +01:00