Commit Graph

676 Commits

Author SHA1 Message Date
B. Petersen adcbf118b6 make use of new string, deprecate the old one 2025-11-14 18:35:55 +01:00
adb f23e3d4e22 Merge branch 'main' into adb/improve-ConversationTitleView 2025-11-10 19:16:35 +01:00
adbenitez 45ba604820 don't show weird dialog if recoding video fails 2025-11-10 18:03:30 +01:00
adbenitez 01ac637142 only show group member count if dcChat.canSend() is true 2025-11-10 17:30:32 +01:00
adbenitez 147de536f7 remove deprecated unused profileView parameter in setTitle 2025-11-10 17:22:33 +01:00
adb 8701c72d43 Merge pull request #4005 from deltachat/adb/issue-4004
tweak RegistrationActivity for chatmail profiles
2025-11-07 22:19:33 +01:00
adbenitez 9cbdd8d553 remove deprecated/broken send_autocrypt_setup_message advanced preference 2025-11-07 21:58:43 +01:00
adbenitez 65b1d93c70 tweak RegistrationActivity 2025-11-07 21:36:31 +01:00
adbenitez 085eace0cf tweak RegistrationActivity for chatmail profiles 2025-11-07 17:43:21 +01:00
adb 78f061bc9d Merge branch 'main' into adb/issue-3926 2025-11-05 20:33:49 +01:00
adbenitez d67b71297d tweak registraction screen and empty chat hints for classic email 2025-11-05 20:01:51 +01:00
Hocuri 629ae0b16e fix: Don't crash when QR code can't be loaded (#3995)
Before this PR, when a QR code couldn't be loaded because of https://github.com/chatmail/core/pull/7399, Delta Chat crashed.

Now, the button does nothing.

It's not perfect, but easy to do, and only about an edge case where the user tried out the experimental broadcast channels in the past, and now tries to add a new member to a broadcast channel created with an old version of DC.

The hollistic alternative would be to switch to RPC for getSecurejoinQrSvg, so that the UI can get a proper error message.

---------

Co-authored-by: adb <adb@merlinux.eu>
2025-11-05 17:26:32 +01:00
adbenitez 3a4bf8eaea fix code indentation 2025-11-04 20:46:38 +01:00
adbenitez 4b903c73dc fix QRShowActivity screen 2025-11-04 20:43:15 +01:00
adb df175f40e1 Merge branch 'main' into adb/issue-3959 2025-11-04 00:44:26 +01:00
adbenitez 9897f286ff allow to export attachment from "send to chat" (webxdc) 2025-11-04 00:02:13 +01:00
Hocuri 2881ea7150 feat: Adapt to channel-invite QR codes 2025-11-03 22:50:19 +01:00
adb 90df47d352 Merge branch 'main' into adb/remove-selfreporting 2025-11-03 17:33:33 +01:00
adb 73ff1560ae Merge pull request #3987 from deltachat/adb/issue-3984
remove address from vcard
2025-11-03 17:28:58 +01:00
adbenitez ec0ffd3b8e remove "self report" option for now 2025-11-03 15:40:15 +01:00
adbenitez 867327d34c remove address from vcard 2025-11-02 00:43:46 +01:00
adb a9be7555de Merge branch 'main' into adb/issue-3963 2025-11-02 00:03:31 +01:00
adbenitez b4f026b04e remove deprecated chat verification code 2025-11-01 23:32:27 +01:00
B. Petersen f1911d3910 Remove "Watch Sent folder" preference
It is going to be removed in the next core release: https://github.com/chatmail/core/pull/7189

counterpart of desktop PR at https://github.com/deltachat/deltachat-desktop/pull/5611
2025-11-01 00:14:35 +01:00
adbenitez d54ae28a73 remove deprecated companion app 2025-10-31 23:16:10 +01:00
adbenitez 222e5092d2 remove oauth code from DcContext 2025-10-30 23:44:16 +01:00
adbenitez 91cc79d395 remove deprecated oauth code 2025-10-30 23:35:10 +01:00
adbenitez c2ac3dea15 improve all media screen 2025-10-30 22:06:11 +01:00
adb 916b5f7b8a Merge pull request #3975 from deltachat/adb/issue-3971
don't show email address in export button
2025-10-30 19:49:34 +01:00
adbenitez 54c3b6bc4c don't show email address in export button 2025-10-30 19:08:41 +01:00
adbenitez 46816b2c0c update chatmail relays URL 2025-10-30 18:41:14 +01:00
adb d290acc3ae Merge pull request #3950 from deltachat/adb/issue-3944
don't show badge-counter in app icon for permanent notification
2025-10-29 00:11:39 +01:00
adb dc84613c61 Merge pull request #3968 from deltachat/adb/issue-3948
don't force circle shape for shared shortcuts
2025-10-29 00:02:25 +01:00
adbenitez 2b798e8126 don't force circle shape for shared shortcuts 2025-10-28 23:46:22 +01:00
adbenitez 3ffc71bc0f remove deprecated stock string 72 2025-10-28 23:24:11 +01:00
adbenitez 8a57954eb3 rename permanent channel id, delete old/deprecated one 2025-10-28 23:16:35 +01:00
adb 00ec33b1e8 Merge branch 'main' into adb/issue-3944 2025-10-28 23:00:01 +01:00
adb c4e04cbc71 Merge branch 'main' into adb/issue-3963 2025-10-28 22:59:41 +01:00
adbenitez 882aa30e5f update to new dcaccount scheme 2025-10-28 03:47:40 +01:00
bjoern c5f98d09f2 cleanup deprecated strings and QR codes (#3958)
* cleanup deprecated strings and QR codes

* more cleanup
2025-10-23 18:55:06 +02:00
Hocuri bc2e4002c3 refactor: Remove stock string that is rarely used these days (#3957) 2025-10-21 09:09:47 +00:00
Hocuri 6874191143 fix: Remove warning about unknown architecture in PR preview builds (#3951)
Co-authored-by: adb <adb@merlinux.eu>
2025-10-18 12:12:03 +02:00
adbenitez 8fb870c51c don't show badge-counter in app icon for permanent notification 2025-10-16 19:35:14 +02:00
B. Petersen e6b40adf8a remove 1 year old mute-migration from global-setting to profile-setting; if ppl did not upgrade since then, they do not care much 2025-10-16 16:57:55 +02:00
B. Petersen 500e5a910d verified_one_on_one_chats option was removed in core 2.17 2025-10-16 16:57:55 +02:00
adbenitez cf4cb2f839 remove duplicated ListenableFuture and SettableFuture 2025-10-10 15:38:25 +02:00
adb c5d9471f2a Merge pull request #3936 from deltachat/adb/remove-awebp-dep
remove dependency for awebp, it is supported by Android
2025-10-09 15:01:38 +02:00
adbenitez da4d17aa14 remove dependency for awebp, it is supported by Android 2025-10-09 14:22:51 +02:00
adbenitez 6135813bff don't set deprecated/unused stock strings 2025-10-09 14:08:08 +02:00
adbenitez e586fafc54 tweak call footer's date format 2025-10-08 16:58:27 +02:00