Commit graph

257 commits

Author SHA1 Message Date
Priit Jõerüüt
c94c2955fc
Translated using Weblate (Estonian)
Currently translated at 4.9% (4 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/et/
2024-09-26 19:12:17 +00:00
Priit Jõerüüt
151d17d85d
Added translation using Weblate (Estonian) 2024-09-26 19:12:16 +00:00
Fqwe1
599ac8d90b
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/uk/
2024-09-26 19:12:16 +00:00
Fqwe1
fbfcab215b
Added translation using Weblate (Ukrainian) 2024-09-26 19:12:15 +00:00
Andrey
a621256fad
Translated using Weblate (Russian)
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/ru/
2024-09-26 19:12:14 +00:00
lukapiplica
6852f68e6e
Translated using Weblate (Croatian)
Currently translated at 93.8% (76 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/hr/
2024-09-26 19:12:14 +00:00
lucasmz-dev
7b9d720b0d
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/pt_BR/
2024-09-26 19:12:13 +00:00
lukapiplica
749955caf9
Translated using Weblate (Croatian)
Currently translated at 85.1% (69 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/hr/
2024-09-26 19:12:12 +00:00
大王叫我来巡山
29f4c53d9c
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/zh_Hans/
2024-09-26 19:12:11 +00:00
lukapiplica
89f68c2798
Added translation using Weblate (Croatian) 2024-09-26 19:12:10 +00:00
Crit
fe95245df4
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/zh_Hans/
2024-09-26 19:12:09 +00:00
John Doe
e760530735
Translated using Weblate (Turkish)
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/tr/
2024-09-26 19:12:09 +00:00
lucasmz-dev
b612cda6e3
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/pt_BR/
2024-09-26 19:12:08 +00:00
John Doe
f6057b263c
Translated using Weblate (French)
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/fr/
2024-09-26 19:12:07 +00:00
Ettore Atalan
f177ce8111
Translated using Weblate (German)
Currently translated at 91.3% (74 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/de/
2024-09-26 19:12:07 +00:00
huuhaa
89738cbe9e
Translated using Weblate (Finnish)
Currently translated at 98.7% (80 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/fi/
2024-09-26 19:12:06 +00:00
gallegonovato
d56a3d49bf
Translated using Weblate (Spanish)
Currently translated at 100.0% (81 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/es/
2024-09-26 19:12:05 +00:00
gallegonovato
fb1269aee8
Translated using Weblate (Spanish)
Currently translated at 97.5% (79 of 81 strings)

Translation: DivestOS/Hypatia
Translate-URL: https://hosted.weblate.org/projects/divestos/hypatia/es/
2024-09-26 19:12:05 +00:00
Tavi
0813bc57bf
Temporarily Revert "Adjust" to fix Weblate
This reverts commit f68b036d59.
2024-08-04 07:03:10 -04:00
Tavi
f68b036d59
Adjust
Signed-off-by: Tavi <tavi@divested.dev>
2024-08-03 07:01:45 -04:00
Tavi
4e7cb16498
Going the distance... [pt3]
Signed-off-by: Tavi <tavi@divested.dev>
2024-07-27 18:34:19 -04:00
Tavi
52b79bf526
LinkScannerService: don't repeatedly scan
- have the system only send 10 events a second, instead of 1000
- don't scan the same package+class name more than once a second
- put each event view scanner on its own thread keyed by package+class
- don't scan if there is already an existing thread for the package+class

this can still cause high cpu usage on views with lots of text
especially if the user continually interacts with it
but is overall much better

to recap:
- a given package+class can only be scanned at most once a second
- a given package+class can only have one scanner at a time
- text to scan will not be scanned if already scanned
- domains to scan will not be scanned if already scanned

Signed-off-by: Tavi <tavi@divested.dev>
2024-05-25 18:49:56 -04:00
Tavi
7dfa3a7267
Typo
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-24 09:33:02 -04:00
Tavi
8fb829ca6d
LinkScanner: performance improvements
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-23 11:39:27 -04:00
Tavi
ff2e34e49e
Tweaks
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-23 09:11:26 -04:00
Tavi
02dd4f624e
Ability to scan screen content for malicious links
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-22 20:09:16 -04:00
Tavi
cde1d8ff69
Fixup credits, missed in previous bump
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-17 10:00:37 -04:00
Tavi
8d9314ef97
Add the Cloudflare mirror and bump version
Signed-off-by: Tavi <tavi@divested.dev>
2024-05-17 09:20:56 -04:00
SkewedZeppelin
2ca21ff08a
Merge pull request #81 from t1011/stable
Update strings.xml
2024-05-05 15:09:34 +00:00
t1011
17a941d875
Update strings.xml
updated translation into Russian

Signed-off-by: t1011 <31567272+t1011@users.noreply.github.com>
2024-05-05 11:16:04 +03:00
lucasmz
ca5dd5a8b6
Add back random empty line 2024-05-04 19:47:34 -03:00
lucasmz
2a56497f9c
`` 2 2024-05-04 19:42:38 -03:00
lucasmz
508a3f0147
Actually, leave the colonizers alone 2024-05-04 19:35:55 -03:00
lucasmz
433df31650 Fix missing \n 2024-04-21 16:09:25 -03:00
lucasmz
a2da80d906 Translate new lines in arrays.xml 2024-04-21 15:57:49 -03:00
lucasmz
56b76a4de1 Update credits to reference Portuguese instead of Brazilian PT 2024-04-21 15:51:18 -03:00
lucasmz
b34cb8b329 Remove pt-rBR from build.gradle 2024-04-21 15:48:48 -03:00
lucasmz
36e1309d47 Remove PT-BR translations (again) 2024-04-21 15:46:56 -03:00
lucasmz
0f0e9f7267 Merge remote-tracking branch 'refs/remotes/origin/stable' into stable 2024-04-21 15:43:29 -03:00
lucasmz
d94cca8647 Replace the removed PT translation with the PT-BR translation 2024-04-21 15:31:44 -03:00
lucasmz
f7830aff9a Remove PT translation 2024-04-21 15:30:16 -03:00
lucasmz
e04b10f78f Correction - 2 2024-04-21 15:29:33 -03:00
lucasmz
08d3bae567 Corrections to PT-BR app translations 2024-04-21 15:27:18 -03:00
Tavi
7d51ea5896
Reduce size of app
Signed-off-by: Tavi <tavi@divested.dev>
2024-04-21 14:08:08 -04:00
Tavi
595dbc306c
Add the Galician tranlsations from @ghose
+ bump version
+ enable pt-rBR
+ closes https://gitlab.com/divested-mobile/hypatia/-/issues/51

Signed-off-by: Tavi <tavi@divested.dev>
2024-04-20 20:47:47 -04:00
lucasmz
d1506260c6 Add credits for PT-BR 2024-04-20 02:39:21 -03:00
lucasmz
59ac3a1319 Add PT-BR translations for the app 2024-04-20 02:17:47 -03:00
Tavi
8ab60efed9
Fixup
Signed-off-by: Tavi <tavi@divested.dev>
2024-04-11 12:13:21 -04:00
SkewedZeppelin
f3a65a521c
Merge pull request #74 from Tomoms/stable
Update Italian translations
2024-03-11 15:33:38 +00:00
Tommaso Fonda
c529e6ad0d Update Italian translations 2024-03-11 16:31:25 +01:00