wch423
32ee198128
Add util methods to handle RTL/LTR text concatenations;
...
Add markers to external links
2026-01-15 16:56:29 +01:00
wch423
e59655c456
Fix dialogs not showing when pasted QR codes are not valid
2026-01-14 21:21:17 +01:00
wch423
2efaf1df93
Remove email address from profile
2026-01-14 15:59:24 +01:00
adbenitez
b0e5c1c634
remove FROM_WELCOME in CreateProfileActivity
2026-01-13 20:23:41 +01:00
adbenitez
a66fc7bf10
tweak fix
2026-01-07 18:19:44 +01:00
adbenitez
777ef609ff
avoid crash in FetchForegroundService.onCreate()
2026-01-07 17:13:36 +01:00
adbenitez
224964db95
fix TAG in FetchForegroundService
2026-01-07 16:08:51 +01:00
adbenitez
e0a71d0fff
use DC_EVENT_TRANSPORTS_MODIFIED to sync changes from remote devices
2026-01-03 16:13:32 +01:00
adb
96b5cabeb6
Merge branch 'main' into r10s/remove-email-from-account-switcher
2026-01-02 13:45:27 +01:00
adb
4a8706b9e3
Merge pull request #4139 from deltachat/adb/issue-4138
...
avoid NPE accessing location manager, event center and notification center
2025-12-29 23:02:27 +01:00
adb
94a10afac2
Merge pull request #4134 from deltachat/adb/issue-4124
...
Harden security around relays and profile management
2025-12-29 23:01:43 +01:00
B. Petersen
26170fc147
no showing email in account switcher
...
even if that is done for non-chatmail only,
it raises false expectations for other profiles,
and here it is easy to avoid - if that is really an important information for the user,
they can add it to the label.
also, this synchronizes UI which what is done on desktop/iOS
2025-12-24 13:40:18 +01:00
adbenitez
c28148b843
avoid NPE accessing location manager, event center and notification center
2025-12-22 16:32:27 +01:00
B. Petersen
b6b3fe12b6
fix: add members, not subscribers to emails
2025-12-21 16:44:20 +01:00
adb
4803bcccdd
Merge branch 'main' into adb/issue-4124
2025-12-18 22:09:44 +01:00
adbenitez
5310c41694
protect profile deletion
2025-12-18 22:08:26 +01:00
adbenitez
a54f3ed1a2
require authorization for relays management
2025-12-18 20:21:52 +01:00
adb
8ceb12370f
Update src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2025-12-17 12:07:01 +01:00
adb
0a7839fb7d
Update src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2025-12-17 12:06:50 +01:00
adb
8d0f1a6602
Merge branch 'main' into adb/remove-realtime-toggle
2025-12-16 17:25:40 +01:00
adb
0ce10cbb35
Merge pull request #4129 from deltachat/adb/issue-4116-p2
...
do accounts migration in background
2025-12-16 17:23:24 +01:00
adb
7decf02fd3
Merge branch 'main' into adb/remove-realtime-toggle
2025-12-16 14:49:57 +01:00
Hocuri
114731f722
Make sending of statistics into a setting ( #3794 )
...
Counterpart of https://github.com/chatmail/core/pull/6851
* Make sending of statistics into a setting
* feat: Count securejoin sources and UI paths
* feat: Rename self_reporting to send_statistics
* Adapt core's API change
* WIP, untested: Adapt to a rename on the core side
* Adapt to generated jsonrpc
* New strings and a new dialog
* Adapt to the API change
* Rewording: `...and support research`
* "More Info" button rather than link
* Small fixes
* Open the correct survey (though it doesn't work yet)
* Changelog
* Update help
* Fix compile error
* Fix compilation
* Revert submodule change
* Don't show a device message yet
* Move "Send Statistics" setting
* Fix compilation error
* Remove unused constant
---------
Co-authored-by: adb <adb@merlinux.eu >
2025-12-16 13:10:51 +01:00
B. Petersen
2a7025ef17
stop using deprecated ask_delete_messages_simple
2025-12-15 18:09:06 +01:00
adb
257003ba09
Merge branch 'main' into adb/issue-4116-p2
2025-12-15 17:29:49 +01:00
adbenitez
ca110c6d74
improve code
2025-12-15 17:28:48 +01:00
adbenitez
09f66caadc
indent code
2025-12-15 17:23:49 +01:00
B. Petersen
9c3281e182
chats preferences is called just 'Chats'
...
it was renamed first on iOS from 'Chats and Media' to 'Chats'
to not confuse with 'All Apps and Media' -
however, that point is also valid for android,
but even if not, it is good for inner consistency and simpler documentation.
moreover, the settings are in reality also about contacts and more,
so just a broad chats is fine.
but also for outer consistency,
this seems better - also in quite some other apps,
it is just called 'chats'
2025-12-15 17:21:04 +01:00
adbenitez
4f32b994fa
do accounts migration in background
...
move accounts migration to background thread and wait for it in
foreground to avoid ANR in background in ApplicationContext
2025-12-15 16:29:13 +01:00
adb
ccd8df85e4
Merge branch 'main' into adb/remove-realtime-toggle
2025-12-15 12:51:27 +01:00
adbenitez
1366bc3571
don't show new_classic_contact option in add-relay mode
2025-12-13 20:10:31 +01:00
adb
64d33bebbd
Merge pull request #4119 from deltachat/adb/issue-4118
...
avoid NPE in InstantOnboardingActivity.onCreate
2025-12-12 17:14:38 +01:00
adbenitez
0a44d00451
add comment
2025-12-12 17:04:36 +01:00
adb
353b2c0488
Merge pull request #4121 from deltachat/adb/issue-4114
...
Allow to add relay from clipboard or image
2025-12-12 16:40:33 +01:00
B. Petersen
85c68d0485
remove dead account-creation-from-qr code
2025-12-12 16:39:27 +01:00
adbenitez
12c2237e00
remove leftover
2025-12-12 16:30:58 +01:00
adbenitez
68f9533392
Allow to add relay from clipboard or image if camera permission is not granted
2025-12-12 16:29:01 +01:00
adbenitez
fbc01ff0a2
switch to new profile if no URI is available
2025-12-12 15:05:04 +01:00
adbenitez
b0ca48740a
avoid NPE in InstantOnboardingActivity.onCreate
2025-12-12 15:01:41 +01:00
adbenitez
fa795dd149
add more logging
2025-12-12 14:28:17 +01:00
adb
2930d0dc2d
Merge branch 'main' into adb/issue-4104
2025-12-10 12:18:39 +01:00
adb
e6e85ed812
Merge pull request #4109 from deltachat/adb/add-missing-padding-conversationactivity
...
fix ConversationActivity on Android <11
2025-12-10 12:16:52 +01:00
adbenitez
7837a99e7b
fix ConversationActivity on Android <11
2025-12-10 12:13:46 +01:00
adb
8c546dc358
Merge pull request #4107 from deltachat/adb/improve-add-relay-workflow
...
improve UX of adding new relays via QR or clicking links
2025-12-10 11:37:18 +01:00
adbenitez
658283c4e8
add dcaccount and dclogin to schema whitelist
2025-12-10 11:06:15 +01:00
adbenitez
0ef4d645df
allow to add relays via link
2025-12-10 10:57:55 +01:00
adbenitez
91713911ee
improve UX of adding new relays via QR
2025-12-10 09:58:56 +01:00
adbenitez
1c0a54d75e
remove unnecessary lock
2025-12-09 18:39:55 +01:00
adbenitez
e315d0505c
fix startWork
2025-12-09 15:05:42 +01:00
adbenitez
10b966a7c8
store context and get Rpc on startWork
2025-12-09 12:34:39 +01:00