hamburger1024
ceed942876
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/zh_Hans/
2022-12-29 14:10:12 +00:00
nautilusx
034a86de77
Translated using Weblate (German)
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/de/
2022-12-29 14:10:12 +00:00
ghose
f89b28c57e
Translated using Weblate (Galician)
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/gl/
2022-12-29 14:10:12 +00:00
gallegonovato
568eb3f351
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/es/
2022-12-29 14:10:12 +00:00
nautilusx
23bc43fbed
Translated using Weblate (German)
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/de/
2022-12-29 14:10:12 +00:00
hamburger1024
2456048c7b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/zh_Hans/
2022-12-29 14:10:12 +00:00
Daniel Gultsch
0a2d8c48a3
pulled translations from transifex
2022-12-26 10:21:51 +01:00
Daniel Gultsch
36da1c3a89
Quicksy: remove REQUEST_INSTALL_PACKAGES permission
2022-12-12 09:27:03 +01:00
Daniel Gultsch
b374feccbd
pulled translations from transifex
2022-11-30 11:55:11 +01:00
Daniel Gultsch
e9816a7f90
pulled translations from transifex
2022-08-12 10:02:07 +02:00
Daniel Gultsch
30dff9ac05
pulled translations from transifex
2022-06-14 08:48:04 +02:00
Daniel Gultsch
d5ac6e35fc
bump agp
2022-05-13 08:28:06 +02:00
Daniel Gultsch
3274baee95
pulled translations from transifex
2022-04-21 17:11:55 +02:00
Daniel Gultsch
f2a67f899b
pulled translations from transifex
2022-02-09 12:17:29 +01:00
Daniel Gultsch
586fff5485
Quicksy: theme choose country activity
2021-09-29 10:51:25 +02:00
Daniel Gultsch
ea9b73c1fe
Quicksy: fix drawables not being styled in enter phone number screen
2021-09-29 10:42:26 +02:00
Daniel Gultsch
3de8147b41
pulled translations from transifex
2021-09-27 10:48:04 +02:00
Daniel Gultsch
75c20a7a2b
handle on-device contacts with unstable system uri
...
on device contacts (contacts not synced) have an unstable system uri.
For quicksy.im contacts we can identify the contact based on the phone number
instead.
fixes #4174
2021-09-21 10:20:23 +02:00
Daniel Gultsch
0495470ca8
pulled translations from transifex
2021-08-24 15:32:10 +02:00
Daniel Gultsch
53908dd56e
pulled translations from transifex
2021-04-30 11:00:03 +02:00
Daniel Gultsch
9d9514a091
Add User-Agent to all HTTP calls
2021-04-30 10:54:36 +02:00
Daniel Gultsch
5f020af2cc
pulled translations from transifex
2021-04-08 09:34:16 +02:00
Daniel Gultsch
e81fb1b24e
pulled translations from transifex
2021-03-03 09:48:29 +01:00
Daniel Gultsch
073b6a998a
pulled translations from transifex
2021-02-24 10:35:46 +01:00
Daniel Gultsch
e98ec40b7f
pulled translations from transifex
2021-02-21 14:15:33 +01:00
Daniel Gultsch
78c89664c4
moved translations into new resource on transifex
...
the 'strings' resource on transifex was in the internal 'Android 1' format
instead of the more modern 'Android 2' format.
This according to transifex support caused some weird issues…
The only work around (apparently) was to create a new resource (now call
main-strings) and use that instead.
I hope we didn’t mess anything up in the process.
Let's be extra careful with the next release
2021-02-18 16:56:59 +01:00
Daniel Gultsch
deee31e517
pulled translations from transifex
2021-02-10 14:29:36 +01:00
mimi89999
d51b4380d7
Add variable app name in res strings
...
Closes #3988
2021-02-10 11:35:49 +00:00
Daniel Gultsch
bc97d0b0bb
pulled translations from transifex
2021-01-23 11:43:55 +01:00
Daniel Gultsch
e087b594ff
do not include own phone number in sycn
...
fixes #3960
2021-01-22 08:24:19 +01:00
Daniel Gultsch
20d0206859
pulled translations from transifex
2021-01-20 08:23:24 +01:00
Daniel Gultsch
eea484af01
move SMS receiver into its own BroadcastReceiver
2021-01-20 08:14:36 +01:00
Daniel Gultsch
47d619b28e
Quicksy: accept http status code 201 for account creation
2021-01-19 22:26:27 +01:00
Daniel Gultsch
26a4598f3c
automatically receive Quicksy SMS. fixes #3962
...
requires new version of QuicksyServer
2021-01-19 15:45:43 +01:00
Daniel Gultsch
624bb565a8
code clean up in tos activity
2021-01-19 13:53:47 +01:00
Daniel Gultsch
87e9b8037e
request input focus in VerifyActivity
2021-01-19 13:31:49 +01:00
Ferdinand Pöll
453ca7c0ed
Migrate from Android Support Library to AndroidX
...
Unignored gradle.properties since androidX requires additions there
See also https://developer.android.com/jetpack/androidx/migrate
2021-01-18 20:49:35 +01:00
Daniel Gultsch
55fd0b8504
pulled translations from transifex
2021-01-18 09:32:20 +01:00
Daniel Gultsch
778cfa846b
implement stub easy onboarding activity for quicksy
2020-12-02 07:21:50 +01:00
Daniel Gultsch
35316ad93a
pulled translations from transifex
2020-11-25 07:43:47 +01:00
Daniel Gultsch
7aeb2b2740
pulled translations from transifex. re-enabled some linter warnings
2020-07-12 10:15:51 +02:00
Daniel Gultsch
aa47e53584
pulled translations from transifex
2020-07-11 12:48:20 +02:00
Daniel Gultsch
15489547b7
add account provisioning via QR code to welcome screen
2020-06-21 15:40:51 +02:00
Daniel Gultsch
a0920b83e2
use Account.getDomain() for direct access to domain jid
2020-05-17 10:24:46 +02:00
Daniel Gultsch
3510f10e25
pulled translations from transifex
2020-05-15 11:30:12 +02:00
Daniel Gultsch
04764eb989
fix Quicksy build flavor
2020-05-09 11:41:45 +02:00
Daniel Gultsch
1ece8e077e
pulled translations from transifex
2020-05-08 16:26:58 +02:00
Daniel Gultsch
1b237e4ea0
pulled translations from transifex
2020-05-06 21:46:11 +02:00
Daniel Gultsch
5d28ae9f38
pulled translations from transifex
2020-05-05 09:46:26 +02:00
Daniel Gultsch
8a1bdd97e8
pulled translations from transifex
2020-05-03 22:08:29 +02:00
Licaon_Kter
dcb02ee5e2
Typo you you ( #3694 )
...
* Typo you you
* Clarify this too
* Optimizations is plural
* Keep them in sync
* Sync the whole string
2020-05-03 19:49:00 +00:00
Daniel Gultsch
04a7b9da1c
pulled translations from transifex
2020-04-22 08:54:20 +02:00
Daniel Gultsch
62c50d0089
pulled translations from transifex
2020-04-21 18:19:47 +02:00
Daniel Gultsch
7c13c8a4e5
pulled translations from transifex
2020-03-28 10:13:27 +01:00
Daniel Gultsch
3be7c3bca2
pulled translations from transifex
2020-03-07 23:15:43 +01:00
Daniel Gultsch
18a90fde8c
fix country selector on older androids
2020-01-24 10:39:50 +01:00
Daniel Gultsch
09dff6310d
fix button alignment on Andrid <4.4
...
fixes #3625
2020-01-24 10:38:54 +01:00
Daniel Gultsch
388c656bb9
fixed Quicksy flavor by implementing stubs for easy-xmpp utils
2020-01-10 17:54:17 +01:00
Daniel Gultsch
ac2b3150f4
pulled translations from transifex
2020-01-05 16:17:20 +01:00
Daniel Gultsch
31ba7fab25
make omemo setting default to 'always' on Quicksy
2020-01-05 13:53:04 +01:00
Daniel Gultsch
1cf7a2b832
pulled translations from transifex
2019-12-04 20:58:22 +01:00
Daniel Gultsch
781ec93154
pulled translations from transifex
2019-10-06 14:37:28 +02:00
Daniel Gultsch
4dd4886758
pulled translations from transifex
2019-09-25 21:19:09 +02:00
Daniel Gultsch
92e27a3649
pulled translations from transifex
2019-09-24 12:12:20 +02:00
Daniel Gultsch
24d1fc2bb5
pulled translations from transifex
2019-09-09 09:43:10 +02:00
Daniel Gultsch
ab86cc4689
pulled translations from transifex
2019-08-29 09:48:13 +02:00
Daniel Gultsch
2706deedbd
pulled translations from transifex
2019-08-22 10:01:02 +02:00
Daniel Gultsch
ad15fb1721
pulled translations from transifex
2019-08-12 13:09:02 +02:00
Daniel Gultsch
ffc16faf7b
pulled translations from transifex
2019-08-06 15:04:05 +02:00
Daniel Gultsch
4957e50ac4
disable spell checking on country drop down field in Quicksy
2019-07-23 17:49:33 +02:00
Daniel Gultsch
1af52a7a30
made some quicksy registration errors more explicit
2019-07-23 15:25:50 +02:00
Daniel Gultsch
68a20ecf63
pulled translations from transifex
2019-07-23 08:37:39 +02:00
Daniel Gultsch
f5be53d08a
jump into last field after re-enable pin entry
2019-07-20 12:14:33 +02:00
Daniel Gultsch
803334e42b
pulled translations from transifex
2019-07-14 16:38:56 +02:00
Daniel Gultsch
553b65ffcd
pulled translations from transifex
2019-07-11 08:14:07 +02:00
Daniel Gultsch
c9bf1474e3
support status code 451 in quicksy registration
2019-07-04 19:35:03 +02:00
Daniel Gultsch
e9099acd97
accept status code 201 for Quicksy registration
2019-07-03 18:01:46 +02:00
Daniel Gultsch
c7bd635996
pulled translations from transifex
2019-05-22 17:32:14 +02:00
Daniel Gultsch
7b61bb9841
rework welcome screens to split use existing account / create new
...
closes #3440
2019-04-25 19:01:34 +02:00
Daniel Gultsch
c6df5191ab
pulled translations from transifex
2019-03-24 20:07:38 +01:00
Daniel Gultsch
895a140ec5
pulled translations from transifex
2019-02-22 15:05:50 +01:00
Daniel Gultsch
cdaa61b6a3
fixed broken nl translation string for quicksy. good thing we have travis
2019-02-15 14:26:13 +01:00
Daniel Gultsch
a658eb2d4b
pulled translations from transifex
2019-02-15 14:13:11 +01:00
Daniel Gultsch
a32bb652f7
always show number of connected accounts in foreground notification. fixes #3352
2019-01-23 17:07:14 +01:00
Daniel Gultsch
55ae07fd93
pulled translations from transifex
2019-01-19 21:14:23 +01:00
Daniel Gultsch
14c8d4ce0d
pulled translations from transifex
2019-01-18 12:52:13 +01:00
Daniel Gultsch
0d497fdda9
pulled translations from transifex
2019-01-14 23:52:51 +01:00
Daniel Gultsch
61e21c302e
pulled translations from transifex
2019-01-13 22:19:33 +01:00
Daniel Gultsch
ce8c7d887d
pulled translations from transifex
2019-01-13 17:04:11 +01:00
Daniel Gultsch
526c2637c1
provide Set as Profile intent. fixes #2594
2019-01-13 15:28:24 +01:00
Daniel Gultsch
e5a200481c
pulled translations from transifex
2019-01-12 10:51:10 +01:00
Daniel Gultsch
91db13b01b
format phone number with narrow non-breaking space
2019-01-11 18:06:11 +01:00
Daniel Gultsch
ce22954830
put resources that mention the app name into quicksy build flavor
2019-01-11 13:37:53 +01:00
af8a524db1
0aeb002720
Enable notifications from strangers by default ( #3327 )
...
Notifications from strangers are disabled by default in order to cope
with spam. On the other hand, this complicates contacting other users
for the first time, which leads to a bad user experience.
2019-01-04 09:10:02 +00:00
Daniel Gultsch
fc09c5fa86
use adaptive launcher icon and notification icon for quicksy
2018-12-14 16:22:24 +01:00
Daniel Gultsch
8f27a177b0
try to guess inital location in ShareLocation based on sim card
2018-12-11 17:25:59 +01:00
Daniel Gultsch
03d5aa8aeb
show 'show password' toggle for all magically created accounts. make quicksy accounts magically created
2018-11-20 21:33:43 +01:00
Daniel Gultsch
e706912c7b
create seperate logos for quicksy
2018-11-14 10:05:17 +01:00
Daniel Gultsch
e335c59600
suggest previously assigned nick in Enter Name Activity
2018-11-09 18:52:42 +01:00
Daniel Gultsch
5012ff3545
added interface to edit nick
2018-11-09 17:47:36 +01:00