Commit Graph

2292 Commits

Author SHA1 Message Date
Simon Frei f148065e3c Bump go to 1.21.1 2023-09-12 22:45:24 +02:00
Simon Frei 2b37eb58b8 Updated Syncthing to v1.25.0-rc.1 2023-09-12 22:45:13 +02:00
Simon Frei c472b0ef4a Bumped version to 1.24.0-rc.1 2023-09-03 15:09:16 +02:00
Simon Frei 3efe3ceefa
Bump go to 1.21 (#1969) 2023-09-03 14:44:33 +02:00
Simon Frei e70b6664a8
Remove non-functional restartOnWakeup from app settings (fixes #1961) (#1968)
The option "restartOnWakeup" was removed in Syncthing v1.21.0 [1]. Thus,
remove it from the Android app as well, since the option does not
perform any function anymore. In addition, update the Docs also [2].

[1] https://github.com/syncthing/syncthing/issues/8448
[2] https://github.com/syncthing/docs/pull/815

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
Co-authored-by: Tomasz Wilczyński <twilczynski@naver.com>
2023-09-03 14:36:23 +02:00
Simon Frei 1fd691262b Updated Syncthing to v1.24.0-rc.1 2023-09-03 14:35:21 +02:00
dependabot[bot] 1e9cd95913
Bump com.google.guava:guava from 31.1-android to 32.1.2-android (#1954)
Bumps [com.google.guava:guava](https://github.com/google/guava) from
31.1-android to 32.1.2-android.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/guava/releases">com.google.guava:guava's
releases</a>.</em></p>
<blockquote>
<h2>32.1.2</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;32.1.2-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;32.1.2-android&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<h3>Jar files</h3>
<ul>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar">32.1.2-jre.jar</a></li>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/guava/32.1.2-android/guava-32.1.2-android.jar">32.1.2-android.jar</a></li>
</ul>
<p>Guava requires <a
href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one
runtime dependency</a>, which you can download here:</p>
<ul>
<li><a
href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar">failureaccess-1.0.1.jar</a></li>
</ul>
<h3>Javadoc</h3>
<ul>
<li><a
href="http://guava.dev/releases/32.1.2-jre/api/docs/">32.1.2-jre</a></li>
<li><a
href="http://guava.dev/releases/32.1.2-android/api/docs/">32.1.2-android</a></li>
</ul>
<h3>JDiff</h3>
<ul>
<li><a href="http://guava.dev/releases/32.1.2-jre/api/diffs/">32.1.2-jre
vs. 32.1.1-jre</a></li>
<li><a
href="http://guava.dev/releases/32.1.2-android/api/diffs/">32.1.2-android
vs. 32.1.1-android</a></li>
<li><a
href="http://guava.dev/releases/32.1.2-android/api/androiddiffs/">32.1.2-android
vs. 32.1.2-jre</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li><a
href="https://redirect.github.com/google/guava/issues/6642#issuecomment-1656201382">Removed</a>
the section of our Gradle metadata that caused Gradle to report
conflicts with <code>listenablefuture</code>. (9ed0fa65ab)</li>
<li>Changed our Maven project to avoid <a
href="https://redirect.github.com/google/guava/issues/6654">affecting
which version of Mockito our Gradle users see</a>. (71a16d5a74)</li>
<li><code>collect</code>: Under J2CL, exposed <code>ImmutableList</code>
and <code>ImmutableSet</code> methods <code>copyOf</code> and
<code>of</code> for JavaScript usage. (b41968f5f2)</li>
<li><code>net</code>: Optimized <code>InternetDomainName</code>
construction. (3a1d18fbefa10218988a0fbbb6e1fada012397bf,
eaa62eb09548a6f1b7a757e21d8852724b631cab)</li>
</ul>
<h2>32.1.1</h2>
<h3>Maven</h3>
<pre lang="xml"><code>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;32.1.1-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;32.1.1-android&lt;/version&gt;
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/google/guava/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.guava:guava&package-manager=gradle&previous-version=31.1-android&new-version=32.1.2-android)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-03 14:26:39 +02:00
Bnyro a088701d51
Fix status bar text and icons color in light mode (fixes #1963) (#1965)
closes #1963

PS: This one has been kinda ugly to spot, ngl. I didn't expect that we
were modifying the welcome activity status bar color programmatically
instead of just with an XML theme ...
2023-08-18 21:34:07 +02:00
Simon Frei a7bfd721bd Bumped version to 1.23.7 2023-08-09 23:12:21 +02:00
Simon Frei 61317e5515 Bumped version to 1.23.7-rc.2 2023-08-06 21:49:45 +02:00
Simon Frei 848c2e8b1b Updated Syncthing to v1.23.7-rc.2 2023-08-06 21:48:15 +02:00
Simon Frei 5c196d6fc2 Bumped version to 1.23.7-rc.1.2 2023-07-21 08:22:56 +02:00
Pr0pHesyer c708f31ac4
fix #1947 Auto icon color change (#1949) 2023-07-21 08:18:25 +02:00
Simon Frei 9302357cc2 Bumped version to 1.23.7-rc.1.1 2023-07-18 07:42:05 +02:00
Simon Frei f96f4126bd Merge branch 'release' 2023-07-18 07:40:10 +02:00
Simon Frei d565cf059b Bumped version to 1.23.6.3 2023-07-17 21:19:13 +02:00
Simon Frei 9da34e6f03 Add release tag pattern for hotfix releases
The joys.
2023-07-17 21:17:52 +02:00
Simon Frei a3ded6792f Bumped version to 1.23.6.2 2023-07-17 21:16:36 +02:00
Simon Frei 38a969f60f Add release tag pattern for hotfix releases
The joys.
2023-07-17 21:15:37 +02:00
Simon Frei 80085a5686 Bumped version to 1.23.6.1 2023-07-17 21:11:28 +02:00
Simon Frei b55b4da9f5 Downgrade Syncthing to v1.23.6
Need to release again
2023-07-17 21:10:18 +02:00
Simon Frei cc3ab80462
Enable legacy packaging to preserve syncthing libs (fixes #1943) (#1945) 2023-07-17 21:09:30 +02:00
Simon Frei d00389774a Bumped version to 1.23.7-rc.1 2023-07-17 19:21:22 +02:00
Simon Frei d849ae8762 Add git safe directory workaround to debug build too 2023-07-17 19:15:36 +02:00
Simon Frei cbbb77e43f
Split workflows to also build on push to main and release (#1944) 2023-07-17 19:06:31 +02:00
Simon Frei bafc1fd483 Updated Syncthing to v1.23.7-rc.1 2023-07-16 23:22:15 +02:00
Simon Frei 0bd06c7c02 Bump go to 1.20.6 2023-07-16 23:21:44 +02:00
Simon Frei abb68aaed6 Bumped version to 1.23.6 2023-07-16 23:16:02 +02:00
Simon Frei 5691f06969 Updated Syncthing to v1.23.6 2023-07-16 23:14:39 +02:00
Simon Frei 14f969edb6 Include remote branches in release workflow check 2023-07-16 23:03:17 +02:00
Simon Frei 877f8ca0a3 Bumped version to 1.23.6-rc.2.8 2023-07-16 16:57:16 +02:00
Simon Frei a351744ec7 Checkout all branches/history in workflows
Otherwise that branch check in the release job fails. And who knows what
else will fail in the future, so lets not be stingy.
2023-07-16 16:55:51 +02:00
Simon Frei fdc54dbee4 Bumped version to 1.23.6-rc.2.7 2023-07-16 16:48:36 +02:00
Simon Frei c3b553fcf5 Another release workflow fix
If this doesn't stop soon, I am going to get mad :P
2023-07-16 16:47:10 +02:00
Simon Frei 3289b0675c Bumped version to 1.23.6-rc.2.6 2023-07-16 16:27:03 +02:00
Simon Frei 4c57670aa4 Fix ensuring the release branch in workflow 2023-07-16 16:24:45 +02:00
Simon Frei 5e3b28e6dc Bumped version to 1.23.6-rc.2.5 2023-07-16 16:21:02 +02:00
Simon Frei 0021b97a3e
Fix release workflow tag patterns (#1942)
Clearly they aren't regex, so no optional groups (apparently not so clearly).

So much for not debugging on main.
2023-07-16 16:20:20 +02:00
Simon Frei 546e943e39 Bumped version to 1.23.6-rc.2.4 2023-07-16 16:13:54 +02:00
Simon Frei 3b492a1952
Fix release workflow branch/tag conditions (#1941) 2023-07-16 16:12:20 +02:00
Simon Frei d96d300cfd Bumped version to 1.23.6-rc.2.3 2023-07-16 15:48:25 +02:00
Simon Frei 947403ddcb Merge branch 'release' 2023-07-16 15:47:25 +02:00
Simon Frei 55dffa31b7 Bumped version to 1.23.6-rc.2.2 2023-07-16 15:35:28 +02:00
Simon Frei b0171edd8e
Publish as bundle to google play (#1940) 2023-07-16 15:33:38 +02:00
Simon Frei 460499f2fa Install gnupg, not just gpg, in builder docker 2023-07-16 15:15:12 +02:00
Simon Frei 5064a1d92e Add gpg to builder image 2023-07-16 14:24:58 +02:00
Simon Frei 670e77de19 Bumped version to 1.23.6-rc.2.1 2023-07-15 22:52:17 +02:00
Simon Frei ea39884250
Add release workflow (#1937) 2023-07-15 22:48:28 +02:00
Simon Frei 343f3432b2
Improve naming in build workflow (#1938) 2023-07-15 11:47:58 +02:00
Simon Frei a4a30e5287 Bumped version to 1.23.6-rc.2 2023-07-15 11:23:30 +02:00