Hocuri
8281bf9489
Webxdc fixes ( #2458 )
...
This now fixes all the checks in the `test webxdc`, see the
Delta Chat group
2023-01-31 18:30:53 +01:00
B. Petersen
354ddb5e0a
update translations
2023-01-31 14:19:33 +01:00
B. Petersen
7f874fe1f4
update translations, clarify hint for string 'N Selected'
2023-01-31 11:58:16 +01:00
adbenitez
6993317be3
fix "use SOCKS5" switch style (not visible in dark mode due to forced Light theme)
2023-01-19 00:15:03 -05:00
Asiel Díaz Benítez
bde84845d8
Merge pull request #2452 from deltachat/adb/add-socks5
...
add socks5 settings to registration activity
2023-01-18 16:15:46 -05:00
adbenitez
4aaa656938
make SOCKS5 section more similar to Delta Chat Desktop
2023-01-18 15:11:48 -05:00
B. Petersen
85918cf33f
update translations
2023-01-18 14:34:02 +01:00
adbenitez
3dfc587183
add socks5 settings to registration activity
2023-01-18 01:06:48 -05:00
B. Petersen
826cea5d82
update translations
2023-01-09 18:17:31 +01:00
B. Petersen
ef25dff3e4
update translations
2023-01-06 11:45:40 +01:00
bjoern
17039651be
add function 'mark all as read' to archive ( #2443 )
...
* add function 'mark all as read' to archive
as we have the unread counter there now,
we should have an easy way to reset it.
* more clear strings-key
2023-01-06 11:37:33 +01:00
bjoern
fc542dbe7e
tweak archive ( #2441 )
...
* basic layout of new archive-link, including icon and unread counter
* remove 'archived chats' from main menu
* vertically align elements of new archive-link
* show unread indicator also for archived chats
* show muted unread counter in grey
* use shorter label for the 'Archive' link
2023-01-05 10:37:52 +01:00
bjoern
a0e874cf9e
add greek ( #2437 )
...
* add greek to language menu
* add greek strings.xml
2022-12-20 18:01:40 +01:00
B. Petersen
2efe9eb704
update translations: korean, polish
2022-12-17 23:25:23 +01:00
B. Petersen
8f7d0ce0f6
update translations
2022-12-12 20:02:03 +01:00
B. Petersen
d196e08788
update translations
2022-12-05 21:45:17 +01:00
B. Petersen
2a9223a706
update translations
2022-11-15 16:12:17 +01:00
B. Petersen
521f55fe04
update translations
2022-11-10 12:26:21 +01:00
bjoern
d764ed7b91
clarify meaning of 'left'; this came out of transifex discussions ( #2416 )
2022-11-08 09:59:24 +01:00
B. Petersen
966589edfe
update translations
2022-11-07 23:16:56 +01:00
Asiel Díaz Benítez
856b2d3cdf
fix message bubble corner for RTL languages ( #2410 )
2022-10-30 16:18:19 +01:00
B. Petersen
b77528c9ef
update translations
2022-10-29 17:04:31 +02:00
B. Petersen
8b3e251449
update translations
2022-10-24 21:41:29 +02:00
Asiel Díaz Benítez
8ea4d3aece
Merge pull request #2398 from deltachat/adb/issue-2397
...
use Start/End instead of Left/Right in avatar layout
2022-10-18 19:58:19 -04:00
B. Petersen
a2098724e8
update translations
2022-10-18 13:15:29 +02:00
adbenitez
421d2cf978
use Start/End instead of Left/Right in avatar layout
2022-10-17 16:55:32 -04:00
B. Petersen
cbdb248fb2
update translations
2022-10-06 15:32:44 +02:00
B. Petersen
63ae7575ef
update translations
2022-10-04 11:02:52 +02:00
bjoern
0ea09b6086
use less muted color for "recently seen" ( #2393 )
...
with the "connection view",
we already have a green indicating sth. as "online", reuse that.
(the green used before is a bit too much of a muted color,
this does not reflect "activity" well)
i came over that when playing around with the layout on ios;
ios uses the same color now.
also many other apps use a similar, less muted green for "activity" or
"online".
2022-10-04 10:10:39 +02:00
B. Petersen
2d8f71f67f
fix linebreak in translation
2022-10-02 20:29:43 +02:00
B. Petersen
829bb4ea6c
update translations
2022-10-02 17:41:56 +02:00
bjoern
a9c8b30c3e
prepare 1.34.0 ( #2392 )
...
* bump version to 1.34.0
* update changelog for 1.34
* add core changes to CHANGELOG (core91..core95)
* add 1.34 device message
* tweak device message
* update translations
2022-10-01 23:01:26 +02:00
B. Petersen
fc804b2249
update spanish translation
2022-10-01 21:55:35 +02:00
B. Petersen
4238e1f283
update translations
2022-10-01 10:46:04 +02:00
B. Petersen
1e8f4c3bee
update translations: do not abbreviate 'seconds' in disappearing messages messages
2022-09-30 19:19:13 +02:00
bjoern
2fabc56b84
remove deprecated strings ( #2391 )
...
* remove old system messages strings; these ones are no longer needed since https://github.com/deltachat/deltachat-android/pull/2380
* remove unused device message
* pull translations
2022-09-30 16:13:39 +02:00
B. Petersen
dece845d34
preserve 'group image deleted' translations; that one was forgotten at https://github.com/deltachat/deltachat-android/pull/2390
2022-09-30 15:57:42 +02:00
bjoern
d45d1fc958
preserve system message translations ( #2390 )
...
by the revamped system messages,
lots of translations would be trashed.
this pr preserves these translations by running a little script
(https://gist.github.com/r10s/90e78b425ccc47515a2120952ac13809 )
the translation state is not worse than before
https://github.com/deltachat/deltachat-android/pull/2380 and
already manually improved translations are not touched.
afterwards, we can finally deleted all the deprecated strings.
2022-09-30 15:36:16 +02:00
B. Petersen
2ceaa2c6a6
update translations
2022-09-30 12:30:02 +02:00
B. Petersen
677a00fbde
update translations
2022-09-29 18:49:09 +02:00
B. Petersen
c65208718c
explain placeholder of DCLOGIN strings
2022-09-29 18:40:42 +02:00
B. Petersen
f30ed105ef
use 'log in' wording as done at similar places
2022-09-29 18:37:14 +02:00
Simon Laux
05fcac819e
add dclogin scheme to qr code scan ( #2366 )
...
* add dclogin scheme to qr code scan
* Update src/org/thoughtcrime/securesms/qr/QrCodeHandler.java
Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com >
* Update src/org/thoughtcrime/securesms/qr/QrCodeHandler.java
Co-authored-by: bjoern <r10s@b44t.com >
* handle DCACCOUNT and DCLOGIN schemes on new intents
* keep existing function name, that is maybe not less confusing, but at least already known
Co-authored-by: bjoern <r10s@b44t.com >
Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com >
2022-09-29 18:34:01 +02:00
B. Petersen
44fa97df3d
update translations, fix zh_CN error
2022-09-29 13:33:34 +02:00
B. Petersen
3ff3590fbb
update translations
2022-09-24 11:54:59 +02:00
B. Petersen
4471f87556
update translations
2022-09-23 19:53:38 +02:00
B. Petersen
7a95bfd4ba
make transifex happy and remove space after attribute name
...
the space is valid xml afaik,
however, transifex does not like it and throws an error.
closes #2388
2022-09-23 19:45:47 +02:00
B. Petersen
e5f97d6a95
update translations
2022-09-21 22:21:56 +02:00
cyBerta
d747d84616
add missing strings for webxdc selector and webxdc shortcuts on iOS ( #2381 )
...
* add missing strings for webxdc selector and webxdc shortcuts on iOS
* improve empty state hint for webxdc selector
Co-authored-by: bjoern <r10s@b44t.com >
* Update webxdc shortcut strings
Co-authored-by: bjoern <r10s@b44t.com >
Co-authored-by: bjoern <r10s@b44t.com >
2022-09-21 22:20:41 +02:00
bjoern
1fd0cad721
separate tab for private apps ( #2386 )
...
* move webxdc private apps to separate tab
* switch to scrollable tab layout; fixed layout may look not-so-nice with more tabs and longer descriptions that get a tiny font then
2022-09-21 22:18:48 +02:00