Commit Graph

82 Commits

Author SHA1 Message Date
vvb2060 e0642b018d Update zh-rCN translation 2020-08-28 04:54:32 -07:00
AdiityaAndre ca5030a646 Updated stub translation
* small derp in main translation
2020-08-26 06:00:00 -07:00
JoanVC100 e46d4ecd3e Corrections and update ca-strings 2020-08-26 05:58:10 -07:00
Ilya Kushnir eaf7c3c486 Update stub RU strings 2020-08-24 04:14:03 -07:00
Rom 1ac379c17a Update French translation 2020-08-24 04:12:58 -07:00
kubalav 2d91bfd9e6 Update Slovak translation 2020-08-24 04:08:30 -07:00
topjohnwu d76c266fbc Add strings that will be used in stub 2020-08-23 00:12:58 -07:00
topjohnwu 31681c9c5f Remove ProcessPhoenix 2020-08-23 00:12:58 -07:00
vvb2060 cf25fa8ed8 Update build.gradle 2020-08-14 03:18:45 -07:00
antikruk ef3f188a2c bel 2020-07-17 00:16:32 -07:00
topjohnwu 7922f65243 Welcome Gradle Kotlin DSL 2020-07-04 06:54:53 -07:00
topjohnwu 67f7935421 Restructure project 2020-07-04 04:09:19 -07:00
mustafairaqi8 c881fd4964 Updated Arabic Translation 2020-06-25 10:02:15 -07:00
YFdyh000 1ededc637e l10n: Update Chinese Simplified translations 2020-06-20 12:12:40 -07:00
Facundo Montero 5675a1ae7d app/stub: values-es: update to provide more consistency.
This update aims to provide better consistency to the Spanish
translation by properly separating each possible pronoun.

Other small grammar errors have also been corrected.
2020-05-30 12:56:37 -07:00
AioiLight 0952224c3d Update JA strings 2020-05-30 12:56:02 -07:00
tzagim efe9b867d5 Add Hebrew Translation 2020-04-12 05:49:22 -07:00
topjohnwu ef0277d10e Properly set themes for dialogs in stub 2020-03-30 04:03:33 -07:00
topjohnwu e4b20abf8e Update gradle files 2020-03-27 22:42:02 -07:00
topjohnwu c3968a26cf Remove dynamic loading code
All these code are moved into a private repo. The stub is actually
just a stub now; mixing dynamic load and stub is confusing.
2020-03-27 01:25:05 -07:00
Heimen Stoffels df4db6bf6b Added Dutch translation for stub 2020-03-22 13:45:26 -07:00
topjohnwu 3e70a61e33 Fix strings 2020-02-18 16:14:11 -08:00
dark-basic 91728991d7 Update Strings-es STUB version
Little change.

----
For translators of other languages, simply modify a sentence. There is nothing new to translate in this sector.
2020-02-18 15:59:38 -08:00
JoanVC100 0f7e59d288 Update + Fixes ca-strings 2020-02-18 15:59:01 -08:00
topjohnwu 1e7e06d1cc Proper canary version detection 2020-02-17 22:05:32 -08:00
kam821 0586760347 Polish translation - Minor corrections/improvements 2020-02-02 16:06:36 +08:00
kam821 00ea15dc19 Update and fix Polish language
- Added missing strings.
- Fixed some incorrect translations
- Improved grammar.

Many lines rewritten to keep original (EN) meaning as much as possible.
2020-01-31 04:20:06 +08:00
Eun Gang Ku aef1f8f701 Update strings.xml 2020-01-29 13:35:01 +08:00
cristisilaghi 60ee742855 Update RO strings 2020-01-27 18:23:52 +08:00
Tornike Khintibidze fadcfe5f7a Added new Georgian (ქართული) translation 2020-01-25 22:56:40 +08:00
孟武.尼德霍格.龍 f8b48cf18d 更新繁體中文字串
更新繁體中文字串的顯示
2020-01-22 14:50:16 +08:00
topjohnwu bce777d7c6 Set stub version in stub 2020-01-03 02:19:10 +08:00
孟武.尼德霍格.龍 e88b1cc443 繁體中文字串更新 2020-01-01 15:05:07 +08:00
Davy Defaud b07b528e2a Add missing translation for "dling" string 2020-01-01 15:04:34 +08:00
Davy Defaud 1aeb6315ff Spelling & typographical fixes
- spelling fixes : complête → complète
- typographical fixes : thin spaces before exclamation and interrogation marks
- rewording for a better French translation
2020-01-01 15:04:34 +08:00
topjohnwu b29f0ca4d1 Support using BiometricPrompt 2019-11-14 05:42:39 -05:00
topjohnwu a2ddf362d8 Make a.a not extend AppComponentFactory
Fix #2053
2019-11-09 16:13:15 -05:00
topjohnwu 61de63a518 Cleanup manifest 2019-11-08 02:15:30 -05:00
topjohnwu d952cc2327 Properly solve the connection problem 2019-11-07 17:41:59 -05:00
topjohnwu 26618f8d73 Don't do broadcast tests from app
Running broadcast tests from the app does not accurately verifies
whether the broadcasts can be delivered when the app is not running in
the foreground, which is why we are running the test.

The only sane way to verify broadcasts is to trigger the broadcast test
directly from the daemon on boot complete. If it is not deliverable,
then activity mode shall be chosen.

In the meantime, cleanup AndroidManifest.xml
2019-11-03 17:01:09 -05:00
topjohnwu 0c9feedb37 Support restarting app when obfuscated 2019-11-03 02:55:22 -05:00
Vladimír Kubala 14ba002cbc Update Slovak translation 2019-11-02 11:59:20 -04:00
topjohnwu 490e4d3180 Target the proper channel in stub 2019-10-30 05:00:52 -04:00
topjohnwu dc9f69bab0 Minor changes 2019-10-30 04:15:53 -04:00
topjohnwu fdf04f77f2 Send bitmap to notifications and shortcuts
On API 23+, the platform unifies the way to handle drawable
resources across processes: all drawables can be passed via Icon.
This allows us to send raw bitmap to the system without the need to
specify a resource ID. This means that we are allowed to NOT include
these drawable resources within our stub APK, since our full APK can
draw the images programmatically and send raw bitmaps to the system.
2019-10-30 01:02:53 -04:00
topjohnwu f7aa451591 Update strings 2019-10-29 07:36:50 -04:00
topjohnwu 321d11c2c6 Move Mapping class 2019-10-29 07:21:14 -04:00
topjohnwu 7693024c29 Replace general resources with platform 2019-10-26 19:23:57 -04:00
Taras 38576173cb Update Ukrainian translation 2019-10-26 19:03:37 -04:00
vvb2060 815efa7791 Update zh-rCN translation 2019-10-24 13:04:36 -04:00