Simon Frei
c7ff674a11
Make banner for TV track compliant ( #2095 )
...
App was rejected because of banner not filling the full page. I already
pushed these changes to the play store (via the release branch) to
iterate on play reviews. This was likely accepted, as the tv banner
rejection went away and now we are back to all file permission
rejection. "Likely" because it's not unimaginable that they are just
randomly ping-ponging between the two rejections.
Looks like our previous banner is not compliant with any standards that
ever existed. Ok maybe it did, definitely not now. Also it looks weird -
what's that background?
Use the adaptive icon guideline, created from the horizontal logo in the
main repo assets. Sizing is hopefully right, it took a bunch of trial
and error and ugly hacks to get there. Worst case the TV app launcher
thing will look off.
https://developer.android.com/design/ui/tv/guides/system/tv-app-icon-guidelines#adaptive-banner
2024-08-11 12:51:59 +02:00
André Colomb
5b50f72a3d
Add Norwegian (nb) translation template for Play listings ( #2089 )
...
Based on user request from Weblate, user `@Njardarheim-1337`.
Looks promising based on the profile:
https://hosted.weblate.org/user/Njardarheim-1337/
2024-08-01 13:40:20 +02:00
Leo Heitmann Ruiz
2b31571ea5
Fix F-Droid not displaying logo ( #2079 )
...
# Description
It seems F-Droid doesn't display Syncthing's logo at their website and
in their client (at least on my end it is not shown).
According to the Wayback Machine, F-Droid did show the logo in the past,
but it stopped being displayed between October and December of 2022:
https://web.archive.org/web/20221027141012if_/https://f-droid.org/en/packages/com.nutomic.syncthingandroid/
versus
https://web.archive.org/web/20221208220952if_/https://f-droid.org/en/packages/com.nutomic.syncthingandroid/
This PR adds the Syncthing logo to the location expected by F-Droid, as
per the [Triple T
structure](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#triple-t-structure )
which you seem to be using.
# Changes
* Create 512x512 PNG from
[ic_launcher_full.svg](https://github.com/syncthing/syncthing-android/blob/main/graphics/ic_launcher_full.svg )
using Inkscape (and compress using zopfli)
* Create icon directory according to the [Triple T
structure](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/#triple-t-structure )
* Copy PNG to appropriate location
2024-07-07 21:38:28 +02:00
Simon Frei
3b305f852d
Bumped version to 1.27.6
2024-04-10 08:36:32 +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
3127951ad4
Bumped version to 1.27.5
2024-04-02 17:31:17 +02:00
Simon Frei
e50bca3a86
Bumped version to 1.27.5-rc.2
2024-03-29 18:55:48 +01:00
Ethan
3fff52b9b1
Update screenshots for play store listing ( #2072 )
...
# Description
Updated the screenshots that appear in Google play
# Changes
What changes are made in this PR
* Changed the screenshots for new ones
2024-03-29 18:52:08 +01:00
Enes Keskin
4aa277b9ca
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/tr/
2024-03-29 16:01:54 +01:00
Masowick
89808008d5
Translated using Weblate (German)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Syncthing/Google Play listings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/play-listings/de/
2024-03-28 08:01:58 +01:00
Masowick
2540912725
Translated using Weblate (German)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/de/
2024-03-28 08:01:57 +01:00
Kryštof Jelínek
1cc90a16ab
Translated using Weblate (Czech)
...
Currently translated at 99.1% (366 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/cs/
2024-03-25 06:07:37 +01:00
gallegonovato
7a0290bef9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/es/
2024-03-23 16:01:28 +01:00
Anonymous
e3e139cc1e
Translated using Weblate (Slovak)
...
Currently translated at 59.8% (221 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/sk/
2024-03-23 04:22:12 +01:00
ssantos
d465831892
Translated using Weblate (Portuguese)
...
Currently translated at 99.4% (367 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/pt/
2024-03-23 04:22:11 +01:00
Anonymous
721d8fa46a
Translated using Weblate (Polish)
...
Currently translated at 99.7% (368 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/pl/
2024-03-23 04:21:32 +01:00
Anonymous
6dc78633a4
Translated using Weblate (Hungarian)
...
Currently translated at 97.0% (358 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/hu/
2024-03-23 04:21:31 +01:00
Jaspitta
8cff7362de
Fixing typo Github to GitHub ( fixes #2041 ) ( #2070 )
...
Changed project wide the Github name to GitHub to fix the issue 2041
2024-03-22 23:52:36 +01:00
109247019824
efba9e8503
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/bg/
2024-02-25 15:01:52 +01:00
Simon Frei
e7ab8f50d6
Bumped version to 1.27.4-rc.1
2024-02-24 20:53:40 +01:00
cosas
dae9bddca0
Translated using Weblate (French)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/fr/
2024-02-23 12:01:59 +01:00
109247019824
d1239edd12
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/bg/
2024-02-23 12:01:58 +01:00
Masowick
b5c5cdb673
Translated using Weblate (German)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/de/
2024-02-20 12:02:02 +01:00
Åzze
f3f56b0f48
Translated using Weblate (Finnish)
...
Currently translated at 60.7% (224 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/fi/
2024-02-15 18:02:08 +01:00
Nitin Khalia
0d212ab29b
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/hi/
2024-02-13 09:02:03 +01:00
Hosted Weblate
6c52be7c4c
Merge branch 'origin/main' into Weblate.
2024-02-10 20:51:09 +01:00
Adam Szewera
d415716256
Use view binding in more activities ( #2052 )
...
# Description
Use view binding in more activities:
* QRScannerActivity
* ShareActivity
* PullOrderDialogActivity
Rename also a couple of xml layout files from `fragment_xyz` to
`activity_xyz` as they are being used inside activities.
2024-02-10 20:51:04 +01:00
Hosted Weblate
ef91884bc7
Merge branch 'origin/main' into Weblate.
2024-02-10 20:48:44 +01:00
Adam Szewera
03f7b8ccef
Use view binding VersioningDialogActivity and WebGuiActivity ( #2051 )
...
Use view binding VersioningDialogActivity and WebGuiActivity 🙂
2024-02-10 20:48:40 +01:00
Hosted Weblate
71d812445b
Merge branch 'origin/main' into Weblate.
2024-02-10 20:42:42 +01:00
Adam Szewera
6df11ac1e4
Upgrade compile sdk and tools ( #2049 )
...
Upgrade compile sdk and tools from 33 to 34
This is needed to update Android Gradle Plugin (AGP) and other
dependencies.
2024-02-10 20:42:38 +01:00
winver
8a0ef9df30
Translated using Weblate (Ukrainian)
...
Currently translated at 97.5% (360 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/uk/
2024-02-08 22:01:45 +01:00
Nitin Khalia
f91b2a18be
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/hi/
2024-02-08 22:01:45 +01:00
Hosted Weblate
9419157b06
Merge branch 'origin/main' into Weblate.
2024-02-07 07:55:02 +01:00
Simon Frei
b1194b9f11
Bumped version to 1.27.3
2024-02-07 07:54:22 +01:00
Scrambled777
4490b36d1c
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Syncthing/Google Play listings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/play-listings/hi/
2024-02-07 07:37:46 +01:00
Scrambled777
3da3a5d2e7
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/hi/
2024-02-07 07:37:45 +01:00
Scrambled777
d64bcafc6b
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: Syncthing/Google Play listings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/play-listings/hi/
2024-02-05 09:20:39 +01:00
Scrambled777
ee1d7098aa
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/hi/
2024-02-05 09:20:38 +01:00
Simon Frei
55648e66bf
Bumped version to 1.27.3-rc.2
2024-01-27 07:29:34 +01:00
Hosted Weblate
90839d829f
Merge branch 'origin/main' into Weblate.
2024-01-27 07:22:32 +01:00
strainu1ecd926c12994ceb
b3df3b51ed
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/ro/
2024-01-27 07:22:32 +01:00
The Eclectic Dyslexic
a22c1b99a6
Fix incorrect initialization of Info notification channel ( #2040 )
...
I was using syncthing as a reference for handling notifications in my
app, when I noticed that the "Info" channel appears to be incorrectly
initialized.
It looks like it was intended for the Info channel not to vibrate, not
to make sound, but only to show a badge. This might be redundant as it's
possible every notification pushed to this channel already follows those
standards, I am unsure. However, the code used to initialize the Info
channel was actually modifying the already created Persistent channel,
and thus did nothing.
This pull request fixes, what I think are typos which originated from a
copy and paste of the code used to create the Persistent channel.
I think these lines should either be changed as per this pull request,
or removed entirely.
2024-01-27 07:22:27 +01:00
Jonatan Nyberg
dc4ccb9e2b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/sv/
2024-01-16 02:06:16 +01:00
Reza Almanda
f29fd7179c
Translated using Weblate (Indonesian)
...
Currently translated at 49.3% (182 of 369 strings)
Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/id/
2024-01-16 02:06:14 +01:00
Hosted Weblate
660990e7fa
Merge branch 'origin/main' into Weblate.
2024-01-10 21:50:23 +01:00
Simon Frei
bbd543582a
Bumped version to 1.27.3-rc.1
2024-01-10 21:40:26 +01:00
Hosted Weblate
d1408eaf5e
Merge branch 'origin/main' into Weblate.
2024-01-10 20:30:43 +00:00
Simon Frei
6e10732421
Merge branch 'release'
2024-01-10 21:30:23 +01:00
Hosted Weblate
e22742e75f
Merge branch 'origin/main' into Weblate.
2024-01-10 21:27:25 +01:00