- Jan 19, 2022
-
-
-
-
Nico authored
We got this mail from Transifex: > A resource could not be auto-updated > > Transifex was unable to auto update the file Briar Desktop. Fetching from the following URL failed https://code.briarproject.org/briar/briar-desktop/-/raw/main/src/main/resources/strings/BriarDesktop.properties. The error message from the server was: > > Invalid plural types for string: expiration.banner.part1. Language supports: ['one', 'other'], but found: ['zero', 'one', 'other'] instead. > > Please make sure the URL provided for the file is accessible, or update the link to the file. > If you plan to stop auto-update for this file, please disregard this Fixes #241
-
Sebastian authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
- Jan 18, 2022
-
-
Nico authored
-
Nico authored
The conversation already gets closed when deleting a contact.
-
Nico authored
-
Nico authored
Briar Android's shutdown is handled in `BriarService::onDestroy` https://code.briarproject.org/briar/briar/-/blob/a53a49e543e3190f329b8608ecec157da4047b89/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java#L206 and `BriaService::shutdownFromBackground` https://code.briarproject.org/briar/briar/-/blob/a53a49e543e3190f329b8608ecec157da4047b89/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java#L264 There, there are some more Android specific stuff like wakelocks, `stopForeground()` and `unregisterReceiver()` calls, but in general it does the same like Desktop: call `stopServices()` and then `waitForShutdown()`. As part of this TODO search, I created the following issues and comments between those two chat logs: * https://chat.briarproject.org/briar/pl/xq3oewf8q7b7mmzryp7dsimawy * https://chat.briarproject.org/briar/pl/axa877burpypufhmkb8r4k8m6a Besides this single TODO I found no other TODO comment either important enough to create a new issue or comment or eligible to get removed. Fixes #140
-
Sebastian authored
Add jackson_version as this is now required by bramble-core's build.gradle. Extend feature flags implementations in our modules and disable private groups, forums and blogs in core.
-
Sebastian authored
-
Sebastian authored
-
-
Sebastian authored
-
- Jan 17, 2022
-
- Jan 16, 2022
-
-
Nico authored
After asking Muna from Localization Lab to test Arabic for us, I went through all the plurals and manually converted Android's equal strings to our format. By this I was able to bump Arabic from 46% to 74%
We also received a lot of other translations by our busy volunteers.
-
- Jan 14, 2022
-
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
Mikolai Gütschow authored
-
- Jan 13, 2022
-
-
Sebastian authored
-
- Jan 12, 2022
-
-
-
Sebastian authored
-
-
People might want to test the translations with our nightly builds, so I thought it would be a good thing if we started doing this type of updates regularly by now. Quite some languages dropped below the 50% limit, so we should do this again in the near future. Here's the log: ``` tx INFO: New translations found for the following languages:sk, zh-Hans tx INFO: Pulling translations for resource briar.briar-desktop (source: src/main/resources/strings/BriarDesktop.properties) tx INFO: -> gl: src/main/resources/strings/BriarDesktop_gl.properties tx INFO: -> sq: src/main/resources/strings/BriarDesktop_sq.properties tx INFO: Skipping 'sv' translation (file: src/main/resources/strings/BriarDesktop_sv.properties). tx INFO: Skipping 'fr' translation (file: src/main/resources/strings/BriarDesktop_fr.properties). tx INFO: -> ru: src/main/resources/strings/BriarDesktop_ru.properties tx INFO: -> es: src/main/resources/strings/BriarDesktop_es.properties tx INFO: Skipping 'my' translation (file: src/main/resources/strings/BriarDesktop_my.properties). tx INFO: Skipping 'ca' translation (file: src/main/resources/strings/BriarDesktop_ca.properties). tx INFO: -> ro: src/main/resources/strings/BriarDesktop_ro.properties tx INFO: -> fa: src/main/resources/strings/BriarDesktop_fa.properties tx INFO: -> tr: src/main/resources/strings/BriarDesktop_tr.properties tx INFO: -> de: src/main/resources/strings/BriarDesktop_de.properties tx INFO: Skipping 'is' translation (file: src/main/resources/strings/BriarDesktop_is.properties). tx INFO: Skipping 'ko' translation (file: src/main/resources/strings/BriarDesktop_ko.properties). tx INFO: Skipping 'az' translation (file: src/main/resources/strings/BriarDesktop_az.properties). tx INFO: Skipping 'nl' translation (file: src/main/resources/strings/BriarDesktop_nl.properties). tx INFO: Skipping 'pl' translation (file: src/main/resources/strings/BriarDesktop_pl.properties). tx INFO: Skipping 'he' translation (file: src/main/resources/strings/BriarDesktop_he.properties). tx INFO: Skipping 'hu' translation (file: src/main/resources/strings/BriarDesktop_hu.properties). tx INFO: Skipping 'pt_BR' translation (file: src/main/resources/strings/BriarDesktop_pt_BR.properties). tx INFO: -> bg: src/main/resources/strings/BriarDesktop_bg.properties tx INFO: -> it: src/main/resources/strings/BriarDesktop_it.properties tx INFO: -> lt: src/main/resources/strings/BriarDesktop_lt.properties tx INFO: Skipping 'ja' translation (file: src/main/resources/strings/BriarDesktop_ja.properties). tx INFO: Skipping 'ar' translation (file: src/main/resources/strings/BriarDesktop_ar.properties). tx INFO: Pulling new translations for resource briar.briar-desktop (source: src/main/resources/strings/BriarDesktop.properties) tx WARNING: -> sk: src/main/resources/strings/BriarDesktop_sk.properties tx WARNING: -> zh-Hans: src/main/resources/strings/BriarDesktop_zh_CN.properties tx INFO: Done. ```
-