d2weber
f8ec6d2da2
fixup: reactions and webxdc updates
2026-06-04 11:09:24 +02:00
d2weber
c3b7e06b86
add isBot to person (not sure if it has any effect)
2026-06-03 22:16:05 +02:00
d2weber
d5edcea5d0
fixup: convert timestamp to ms
2026-06-03 22:07:32 +02:00
d2weber
8a3d29fca3
fixup: handle null from getAvatar()
2026-06-03 22:06:15 +02:00
d2weber
6156ee0534
feat: use message style notifications
...
With MessagingStyle, Notifications can be expanded to show more text of
the message than just a single line.
This feature has been requested in
https://support.delta.chat/t/swipe-down-on-notification-to-expand-it/2742
2026-06-03 19:53:21 +02:00
adb
1cad6801b6
Merge pull request #4458 from deltachat/adb/issue-4457
...
avoid NPE in MediaView.set()
2026-06-01 18:53:32 +02:00
adbenitez
a73af53c50
apply spotless
2026-06-01 16:20:20 +02:00
adbenitez
8eacd09336
update changelog
2026-06-01 16:16:19 +02:00
adbenitez
673926b1ee
avoid NPE in MediaView.set()
...
instead throw IOException as it is already expected for invalid media types
2026-06-01 16:13:52 +02:00
adb
643b7cc381
Merge pull request #4456 from d2weber/update-building-md
...
fix: update 'fat' to 'foss' in BUILDING.md
2026-06-01 16:08:49 +02:00
d2weber
42db29304a
fix: missing dep in flake.nix
2026-05-31 15:35:34 +00:00
d2weber
323dbde715
fix: update fat->foss in BUILDING.md
2026-05-31 17:34:04 +02:00
adb
2f20f558ad
Merge pull request #4453 from deltachat/prep-2.51.0
...
prepare 2.51.0
2026-05-30 03:06:36 +02:00
adbenitez
6f868f653a
prepare 2.51.0
2026-05-30 01:01:01 +02:00
adb
42b529dd4a
Merge pull request #4452 from deltachat/update-core-and-stuff-30-05-2026
...
Update core to 2.51.0
2026-05-30 00:31:37 +02:00
adbenitez
d7eab73687
update translations
2026-05-30 00:17:36 +02:00
adbenitez
1deebdf552
update deltachat-core-rust to 'chore(release): prepare for 2.51.0' of 'v2.51.0'
2026-05-30 00:14:45 +02:00
wchen342
20fbb0e1ee
Reset scroll position after switching account ( #4451 )
2026-05-29 16:25:16 +02:00
adb
6a53e229d1
Merge pull request #4450 from deltachat/adb/fix-notifyCalls-toggle
...
fix notifyCalls toggle state setting
2026-05-29 15:11:49 +02:00
adbenitez
74ef2d478a
fix notifyCalls toggle state setting
2026-05-29 15:07:05 +02:00
adb
a3a8b3581f
Merge pull request #4449 from deltachat/adb/issue-4445
...
fix sharing contact across profiles
2026-05-28 23:35:38 +02:00
adbenitez
f2571dba91
fix sharing contact across profiles
2026-05-28 20:04:27 +02:00
adb
708ffe617c
Merge pull request #4448 from deltachat/adb/issue-4447
...
respect IMAP Folder field if set
2026-05-28 19:39:47 +02:00
adbenitez
f6ecb94047
respect IMAP Folder field if set
2026-05-28 19:30:07 +02:00
link2xt
2d4b52b037
fixup
2026-05-27 16:35:13 +00:00
link2xt
5257f39aee
Fix debouncing in chatlist and search
...
Reset inLoadChatlist only right before exit
in loadChatlistAsync().
Otherwise if loadChatlistAsync() is called
while the loop is running loadChatlist() or Util.sleep(100),
loadChatlistAsync() will see inLoadChatlist=false,
set needsAnotherLoad=true and start a second loop.
This way it is possible to spawn any number of background loops
running loadChatlist() simultaneously
so no debouncing actually happened.
Debouncing in SearchViewModel.updateQuery()
is fixed similarly by copying the code structure from loadChatlistAsync().
Previously it did not even have the lock.
2026-05-27 16:35:13 +00:00
adb
20f1475856
Merge pull request #4366 from deltachat/adb/add-isbroadcast-isappsender
...
add new webxdc.isAppSender and webxdc.isBroadcast APIs
2026-05-26 20:58:54 +02:00
adb
db0295e5a6
Merge branch 'main' into adb/add-isbroadcast-isappsender
2026-05-26 20:55:38 +02:00
wchen342
d019c1bfb5
Use new RPC for updating and stopping location streaming ( #4400 )
2026-05-26 18:02:13 +02:00
adbenitez
4542ba1b9a
update changelog
2026-05-26 17:29:06 +02:00
adb
9b982db899
Merge branch 'main' into adb/add-isbroadcast-isappsender
2026-05-26 17:12:03 +02:00
adbenitez
a1a72b79b3
use Log.e instead of Log.i
2026-05-26 17:11:19 +02:00
adb
2bb3ad546e
Merge pull request #4442 from deltachat/prep-2.50.0
...
prepare 2.50.0
2026-05-26 17:03:45 +02:00
adbenitez
41a6b9a6c9
prepare 2.50.0
2026-05-26 16:00:53 +02:00
adb
fb7c119afc
Merge pull request #4441 from deltachat/adb/update-translations-26-05-2026
...
update translations
2026-05-26 16:00:15 +02:00
adbenitez
5910fc245a
update translations
2026-05-26 15:53:39 +02:00
adb
7d8887eddd
Merge pull request #4440 from deltachat/adb/improve-changelog-26-05-2026
...
update changelog
2026-05-26 15:33:32 +02:00
adbenitez
37471ae9fa
update changelog
2026-05-26 15:32:13 +02:00
adbenitez
319e2ebe5a
use WebxdcMessageInfo everywhere
2026-05-25 18:15:32 +02:00
adbenitez
49a00f3788
apply spotless
2026-05-25 17:37:13 +02:00
adb
74ee2fb8db
Merge branch 'main' into adb/add-isbroadcast-isappsender
2026-05-25 16:53:18 +02:00
adb
29a4a4712c
Merge pull request #4439 from deltachat/adb/improve-conversationListFragment
...
Improve ConversationListFragment
2026-05-25 16:52:29 +02:00
adb
644bd1f594
Merge branch 'main' into adb/improve-conversationListFragment
2026-05-25 16:52:10 +02:00
adb
ed6eca8920
Merge pull request #4431 from deltachat/adb/add-enforce-e2ee
...
add "Enforce e2ee" switch
2026-05-25 16:51:54 +02:00
adbenitez
47512f786e
Improve ConversationListFragment
...
* remove unused queryFilter (always empty)
* add debugging information about the time DcContext.getChatlist() takes
2026-05-25 15:48:57 +02:00
adb
52f63b28ba
Merge branch 'main' into adb/add-enforce-e2ee
2026-05-24 00:11:32 +02:00
adb
889c9aab45
Merge pull request #4438 from deltachat/update-core-and-stuff-22-05-2026
...
Update core to 2.50.0
2026-05-24 00:10:36 +02:00
adbenitez
de5940e709
update strings
2026-05-22 23:01:35 +02:00
adbenitez
6e184f735d
update RPC bindings
2026-05-22 23:00:41 +02:00
adbenitez
c33ff20d0a
update changelog
2026-05-22 22:55:54 +02:00