Commit Graph

5051 Commits

Author SHA1 Message Date
link2xt 122bb0dbff build: update from Rust 1.72.0 to Rust 1.77.0 2024-04-05 13:35:23 +00:00
link2xt 15a0a9b1cd build(nix): update flake.lock 2024-04-05 13:35:23 +00:00
B. Petersen 0f47e90dd0 add support for reaction summaries 2024-04-04 14:27:35 +02:00
B. Petersen b3ad055c08 update tranlsations 2024-04-03 22:55:04 +02:00
B. Petersen 0d8a1ee812 update translations 2024-04-03 12:08:46 +02:00
bjoern c5077338f9 add strings needed by core to show reactions in summaries (#2985) 2024-04-03 11:14:37 +02:00
bjoern 2faf7a640f react with any emoji (#2979)
* add button to select any reaction

* add emojipicker to build.gradle and manifest

* fix build error

* open reaction picker and send any reaction

* use RelativeLayout as parent for EmojiPickerView

* dismiss AlertDialog on emoji-selection

* reduce columns to 8 like on iOS

* disable "more reactions" button in android < 5

* show selected reactions instead of '...', this is what whatsapp, signal are doing

* make '...' a bit less bold in light mode

---------

Co-authored-by: adbenitez <asieldbenitez@gmail.com>
2024-03-27 12:33:13 -04:00
bjoern 5c930baa0d remove dead code (#2981)
* minSdkVersion is 16, remove checks that are always true or false

* VideoView was used for SDK<16 only
2024-03-22 15:57:28 +01:00
B. Petersen dbdedbae58 add f-droid changelog 2024-03-09 17:22:54 +01:00
B. Petersen 9a0eb0e24f bump version to 1.44.0 2024-03-07 13:01:34 +01:00
B. Petersen 59090c3efa clarify what's done with the counted messages 2024-03-07 13:01:34 +01:00
B. Petersen 4d52d84bf2 add missing translations 2024-03-07 13:01:34 +01:00
B. Petersen 84d8f383b6 draft a device message 2024-03-07 13:01:34 +01:00
B. Petersen 5f0b4a6e4c update changelog for 1.44.0 2024-03-07 13:01:34 +01:00
B. Petersen be1e880470 update translations 2024-03-07 12:44:37 +01:00
B. Petersen c996c766b2 tweak scripts/clean-core.sh
the idea of the script
is to prune all possible caches
that may cause problems when updating core.

it is run usually before a release
and to make sure a core is rebuild from scratch.
2024-03-06 22:17:31 +01:00
B. Petersen 67dab69c8a update translations 2024-03-06 16:05:32 +01:00
B. Petersen c0b8e5effb update deltachat-core-rust to 'chore(release): prepare for 1.136.2' of 'v1.136.2' 2024-03-06 13:57:49 +01:00
link2xt 2c2aff02a4 nix: read Rust version from scripts/rust-toolchain 2024-03-05 01:28:28 +00:00
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
link2xt 8a89412a2d build: update nix flake 2024-02-20 15:06:20 +00:00
bjoern 6a15d7bb0b prepare 1.43.1 (#2960)
* update CHANGELOG to 1.43.1, core part

* update CHANGELOG to 1.43.1, android part

* bump version to 1.43.1
2024-02-14 16:20:42 +01:00
bjoern 965021d243 start/stop IO no longer needed on config changes (#2959)
this is done by core as needed since https://github.com/deltachat/deltachat-core-rust/pull/5117
2024-02-14 15:14:05 +01:00
B. Petersen 52f5b3d965 update deltachat-core-rust to 'chore(release): prepare for 1.135.0 (#5264)' of 'v1.135.0' 2024-02-14 11:21: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
B. Petersen 7b44557668 update deltachat-core-rust to 'Basic self-reporting, core part (#5129)' of 'main' 2024-02-07 21:19:26 +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
bjoern 71cd0e0c1f make 'Read Address Book' a per-account option (#2955)
this fits better to chatmail:
- one can have chatmail=OFF and normal-mail=ON
- new accounts are most often chatmail,
  even if there is a normal-mail account,
  and get the setting OFF,
  which is better in most cases
2024-02-06 22:28:54 +01:00
bjoern 86dc14acd9 fix typos in recent CHANGELOG entry (#2954) 2024-02-06 08:16:39 +01:00
bjoern f4e26299f7 prepare 1.43.0 (#2952)
* update CHANGELOG, core part

* update CHANGELOG, android part

* bump version to 1.43.0
2024-02-03 23:50:41 +01:00
B. Petersen 953a888239 update translations 2024-02-02 00:09:24 +01:00
B. Petersen 58d7a3a6c2 update deltachat-core-rust to 'update welcome image, thanks @paulaluap' of 'main' 2024-02-01 23:17:39 +01:00
B. Petersen 302a6b5880 update translations 2024-02-01 13:01:42 +01:00
bjoern 1b6b216d98 catch errors thrown by Uri.parse() to avoid crashes on tapping invite links (#2951) 2024-02-01 10:10:10 +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 84b5540249 declare hasFragileUserData (#2947) 2024-02-01 01:34:04 -05:00
Asiel Díaz Benítez f2051888f2 handle in-chat clicks to invite-URLs (#2949)
* handle in-chat clicks to invite-URLs

* improve isInviteURL()
2024-02-01 01:29:40 -05:00
B. Petersen f253f855a3 update deltachat-core-rust to 'chore(release): prepare for 1.134.0' of 'v1.134.0' 2024-01-31 23:12:53 +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 e9cf445e1a update deltachat-core-rust to 'feat: qr::check_qr(): Accept i.delta.chat invite links (#5217)' of 'main' 2024-01-29 18:51:39 +01:00
B. Petersen 4a350e9fb2 update deltachat-core-rust to 'chore(release): prepare for 1.133.2' of 'v1.133.2' 2024-01-26 21:06:38 +01: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