Commit Graph

1688 Commits

Author SHA1 Message Date
B. Petersen c50feaf82b update translations 2024-03-03 15:44:07 +01:00
B. Petersen 07bc03b1d5 add generic 'body' text for new messages and add translators hints 2024-03-03 01:45:29 +01:00
B. Petersen fb5f143f47 update translations 2024-03-01 15:38:30 +01:00
B. Petersen f293e6446d update translations and local help 2024-02-14 11:21:09 +01:00
Asiel Díaz Benítez 54692e977e add troubleshooting menu option on the scanner side (#2958)
* add troubleshooting menu option on the scanner side

* Update src/org/thoughtcrime/securesms/qr/RegistrationQrActivity.java

Co-authored-by: bjoern <r10s@b44t.com>

---------

Co-authored-by: bjoern <r10s@b44t.com>
2024-02-14 11:19:14 +01:00
B. Petersen 86d636d6b9 update translations 2024-02-07 21:32:24 +01:00
Hocuri 81b321f740 Add self-reporting button (#2910)
Depends on https://github.com/deltachat/deltachat-core-rust/pull/5129

Part of https://github.com/deltachat/deltachat-android/issues/2909
2024-02-07 20:23:55 +01:00
B. Petersen 953a888239 update translations 2024-02-02 00:09:24 +01:00
B. Petersen 302a6b5880 update translations 2024-02-01 13:01:42 +01:00
B. Petersen 7f1fcad42b update translations 2024-02-01 10:08:42 +01:00
bjoern 8cb9d42750 add an option to 'Read System Address Book' (#2950)
with chatmail, providers exist that allow to send encrypted mails only.
pulling in the system address book unconditionally for chatmail will harm UX
as for most of these addresses,
no public key will be known until eg. a QR code is scanned.

we may think this over in the future.
note, that one usually also can create a Delta Chat chat from the address book,
so, this works also without having Delta Chat pulled in all addresses
(which has some issues, https://github.com/deltachat/deltachat-android/issues/2923 )
2024-02-01 09:34:15 +01:00
Asiel Díaz Benítez f207251f11 copy invite links to clipboard (#2943)
* copy invite links to clipboard

* rename INVITE_PAGE to INVITE_DOMAIN

* share link together with QR image, improve QR image

* share invite-URL instead of QR image

* 'Load QR code from image' is no longer a recommended workflow

the primary UI works with invite-links now.
'Load QR code from image' is still supported,
but is tuned down as no longer recommended workflow.

---------

Co-authored-by: B. Petersen <r10s@b44t.com>
2024-01-31 09:26:15 -05:00
Asiel Díaz Benítez 9a2968d502 allow to mute/unmute from chatlist (#2948) 2024-01-31 09:22:39 -05:00
Asiel Díaz Benítez 1388e1a996 add global unread messages badge counter (#2942)
* add global unread messages badge counter

* Update src/org/thoughtcrime/securesms/connect/DcEventCenter.java

Co-authored-by: bjoern <r10s@b44t.com>

* Update src/org/thoughtcrime/securesms/connect/DcEventCenter.java

Co-authored-by: bjoern <r10s@b44t.com>

* improve code

* use more specific names, remove from multiAccountObservers also in removeObserver()

---------

Co-authored-by: bjoern <r10s@b44t.com>
2024-01-30 23:28:28 -05:00
B. Petersen c553615088 update translations 2024-01-26 21:05:31 +01:00
bjoern b5c172ced8 improve status message for "Invalid Unencrypted" (#2940)
* add strings for 'Invalid Unencrypted'

* add a 'learn more' dialog for 'invalid unencrypted'; the dialog shows the known 'scan qr code' and the known help for it

* clarify wording, add 'for this chat'

* do not linkify domains
2024-01-25 11:33:25 +01:00
B. Petersen 6487ac1715 update translations 2024-01-24 23:19:59 +01:00
bjoern 2e3a75c440 update welcome message (#2938)
* draft a new welcome-message with focus about how to get in contact; the 'Invite Link' implies also contacts with delta chat not installed yet (we could also add a QR code to the invite page as well as adding a 'Manual contact' that fits for classic mail)

* add some dc background info

* rename 'Device Talk' to 'Info'

* Revert "rename 'Device Talk' to 'Info'"

This reverts commit 027e205718c2923bc774a2d069f3283fc9e0e7bd.

* improve english grammar, thanks @adzialocha
2024-01-24 23:06:02 +01:00
bjoern 15e68be278 add string 'React' (#2937) 2024-01-22 22:11:10 +01:00
Asiel Díaz Benítez 39f441892e tweak reactions style (#2934)
* tweak reactions style
2024-01-21 18:48:23 -05:00
B. Petersen 3e75c49750 update translations 2024-01-21 21:30:54 +01:00
B. Petersen c08717fb63 do not point ppl towards entering email addresses 2024-01-20 12:00:41 +01:00
B. Petersen ee67c1d217 reactions are no longer experimental
by the reactions support being added to desktop, ubuntu-touch and iOS,
this also ends the experimental time on android :)
2024-01-19 00:23:10 +01:00
B. Petersen 031aeb9551 update translations 2024-01-10 17:21:15 +01:00
B. Petersen b8b15cccdd simplify string, mark old string as deprecated 2024-01-10 17:15:04 +01:00
B. Petersen c920ced553 reword self-name/-avatar hint; name is required 2024-01-10 17:15:04 +01:00
B. Petersen 493cb868fe update translations 2024-01-08 21:47:17 +01:00
B. Petersen 82405258ce make 1to1-empty-hint working better with chatmail
the hint already led to confusion on 37c3 testings of chatmail.

the hint that appears when a one-to-one-chat was just created manually
(by entering an email address manually) is a bit misleading when using chatmail,
as it says it 'does not matter if the other side uses Delta Chat'.

this is still true, however, with chatmail it is needed that messages
outside the chatmail-server are encrypted,
which is arguably not so easy without delta chat and QR code scanning.

this PR therefore just removes the hint;
it would still be great if the error message 'cannot encrypt' is improved,
however, this is another thing.
2024-01-08 21:35:14 +01:00
B. Petersen 2771c49c0b update translations 2023-12-11 22:52:24 +01:00
bjoern 86c9227939 remove unused stock-string (ios/desktop also do not used that string, so even removing from translations is fine) (#2905) 2023-12-11 16:09:41 -05:00
B. Petersen 74931e7654 update translations 2023-12-11 16:46:50 +01:00
B. Petersen aa75d9da84 update translations and local help 2023-11-28 11:23:57 +01:00
B. Petersen 6e48b520ff update translations 2023-11-21 23:02:42 +01:00
B. Petersen 84623bf0c1 update translations 2023-11-20 23:55:12 +01:00
B. Petersen 748860aeed update translations 2023-11-15 22:28:36 +01:00
Asiel Díaz Benítez f8114d9862 Update res/values/strings.xml 2023-11-14 21:58:51 +01:00
Asiel Díaz Benítez 5759ca0f98 Update res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com>
2023-11-14 21:58:51 +01:00
adbenitez a0852bcf87 try to improve device message 2023-11-14 21:58:51 +01:00
adbenitez e3867311f0 remove unused view 2023-11-14 21:58:19 +01:00
B. Petersen 992772fff0 update translations 2023-11-14 21:55:50 +01:00
Asiel Díaz Benítez d1c54f1661 Merge pull request #2848 from deltachat/remove-unused-resources
remove unused resources
2023-11-14 10:50:45 -05:00
B. Petersen ca971455c9 typo 2023-11-14 12:43:01 +01:00
B. Petersen 419b25204e small corrections in values-vi 2023-11-14 12:30:36 +01:00
B. Petersen 889a7fe777 add empty Vietnamese files 2023-11-14 12:30:36 +01:00
B. Petersen 784ffce000 pull translations 2023-11-14 12:30:36 +01:00
ngocanhtve b7ca72a07f Create strings.xml
Add Vietnamese language.
2023-11-14 12:09:11 +01:00
B. Petersen 8a5bf4163f remove unused clear_profile_avatar.png 2023-11-13 22:55:28 +01:00
B. Petersen 28ffe7d4f3 remove unused qr_overlay.png 2023-11-13 22:50:31 +01:00
B. Petersen f35be5a43e remove deprecated strings in translations 2023-11-13 22:48:53 +01:00
B. Petersen 50b787c4bb remove deprecated source strings 2023-11-13 22:48:53 +01:00