1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00
Commit graph

427 commits

Author SHA1 Message Date
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
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
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
80085a5686 Bumped version to 1.23.6.1 2023-07-17 21:11:28 +02:00
Simon Frei
abb68aaed6 Bumped version to 1.23.6 2023-07-16 23:16:02 +02:00
Simon Frei
55dffa31b7 Bumped version to 1.23.6-rc.2.2 2023-07-16 15:35:28 +02:00
Simon Frei
a4a30e5287 Bumped version to 1.23.6-rc.2 2023-07-15 11:23:30 +02:00
Simon Frei
59c459227b
Bumped version to 1.23.6-rc.1 2023-06-17 14:28:38 +02:00
Simon Frei
573a1de326
Remove incorrect assumption that event data is always a map (fixes #1884) (#1917) 2023-06-17 12:16:53 +02:00
Bnyro
4950e628ad
Fix appearance of buttons in share activity (#1920) 2023-06-16 20:01:03 +02:00
Bnyro
ebd31829b8
Fix contrast of top app bar (#1916) 2023-06-13 21:32:15 +02:00
Simon Frei
7b669e77dd
Bumped version to 1.23.5 2023-06-10 18:11:15 +02:00
Simon Frei
bf787bfb3b Bumped version to 1.23.5-rc.1 2023-05-10 22:28:09 +02:00
Bnyro
e46ec1cfee
Migration to Material Design 3 (fixes #1833, fixes #1418) (#1895) 2023-05-10 22:21:03 +02:00
Simon Frei
45347e407f
Bumped version to 1.23.4 2023-04-05 19:03:22 +02:00
Simon Frei
64da8fc280
Bumped version to 1.23.3 2023-04-05 00:06:07 +02:00
Simon Frei
47191f79e0 Bumped version to 1.23.3-rc.2 2023-03-30 13:20:52 +02:00
Simon Frei
b0c811d213
Bumped version to 1.23.3-rc.1 2023-03-14 23:27:00 +01:00
Simon Frei
a5e781fb4e
Bumped version to 1.23.1 2023-02-08 22:47:25 +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
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
89b708bebf Bumped version to 1.22.3-rc.2 2023-01-01 22:00:21 +01:00
Simon Frei
f6272fabb8
Bumped version to 1.22.3-rc.1 2022-12-17 21:58:59 +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
2a2e8a7f0d
Declare start/stop intents as exported (#1872) 2022-12-03 21:27:20 +01:00
Simon Frei
4366e0fbf4
Bumped version to 1.22.2-rc.3.1 2022-11-27 22:35:48 +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
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
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
fd8c84fb26
Bumped version to 1.22.1.1 2022-11-08 18:10:21 +01:00
Simon Frei
ed6224b92e
Bumped version to 1.22.1 2022-11-02 23:32:47 +01:00
Simon Frei
31ed62f3d9 Bumped version to 1.22.1-rc.2 2022-10-29 12:13:40 +01:00
LightningRS
30ce89b9ee
Fix potential NPE in ShareActivity (#1839) 2022-10-21 11:02:26 +02:00
Simon Frei
fb5ba8b73e
Bumped version to 1.22.0-rc.2 2022-09-27 14:46:36 +02:00
Simon Frei
a7b26751e9
Merge branch 'release' 2022-09-06 22:50:15 +02:00
Simon Frei
3dc29468bc
Bumped version to 1.21.0 2022-09-06 22:47:30 +02:00