adbenitez
93a8e3bc0e
use is_muted config, migrate old preference value
2024-07-10 13:12:59 +02:00
adbenitez
2f590871fe
allow to enable/disable notifications per-account
2024-07-03 18:52:15 +02:00
B. Petersen
7e7257bf41
refine huawei instructions
2024-06-24 12:19:47 +02:00
B. Petersen
221595cb12
remove deprecated hint 'chat with any email'
...
the string is deprecated and also no longer used on desktop/iOS.
the 'empty state view' where the string could appear
is anyways not shown often
(usually, there is 'saved messages' and 'device messages'),
so it also does not make sense to think over a replacement.
2024-06-20 17:52:55 +02:00
Asiel Díaz Benítez
0a8425d540
Merge pull request #3135 from deltachat/adb/issue-3119
...
don't go back to welcome screen when pressing back after instant onboarding
2024-06-19 13:44:07 +02:00
B. Petersen
c22b20171d
update translations
2024-06-19 12:43:17 +02:00
B. Petersen
796bcec8e1
consolidate wording for "Message Info"
...
before, "Info" and "Message Details" were used for the same things synonymously,
this is an issue mostly in the context menus,
where eg. iOS had "Info" but desktop did not -
and android had an "i"-icon ...
but also, tapping 'Info' and then getting a different title
(not only a longer version) is not super-nice.
with this change, everything is "Info", making also the "i"-icon fit.
this is also consistent with WhatsApp.
Signal has the same mess as we before, at least on iOS.
2024-06-19 12:27:20 +02:00
gerryfrancis
bcdeff2870
Merge pull request #3136 from deltachat/f-droid-md-updates
...
Various corrections/updates to f-droid.md
2024-06-17 17:49:07 +02:00
gerryfrancis
dc3f03c48e
Update f-droid.md
2024-06-17 17:07:04 +02:00
gerryfrancis
9313e8e37a
Further corrections/updates
2024-06-17 17:03:40 +02:00
gerryfrancis
af46f8979a
Various corrections/updates to f-droid.md
2024-06-17 16:22:42 +02:00
adbenitez
cef9729ead
don't go back to welcome screen when pressing back after instant onboarding
2024-06-16 00:52:12 +02:00
Asiel Díaz Benítez
80e2620aa3
Merge pull request #3130 from deltachat/adb/issue-3128
...
allow to mark as read selected chats
2024-06-15 20:35:09 +02:00
adbenitez
6a843f51ce
use "mark as read"
2024-06-15 20:04:32 +02:00
B. Petersen
b302786dab
bump version to 1.46.5
2024-06-15 11:43:54 +02:00
B. Petersen
96d0a81ccf
update changelog for 1.46.5 (1.46.4 was never released)
2024-06-15 11:43:54 +02:00
B. Petersen
75538c61a4
bump version to 1.46.4
2024-06-15 11:22:08 +02:00
B. Petersen
dc28d188f2
update CHANGELOG for 1.46.4
2024-06-15 11:22:08 +02:00
Asiel Díaz Benítez
b2c420c8bb
Merge pull request #3131 from deltachat/adb/issue-3106
...
only show debug entries if developer mode is enabled
2024-06-15 10:19:09 +02:00
B. Petersen
8b18731e86
call setConfigFromQR() from background thread
...
setConfigFromQR() involves network and should not block the UI.
2024-06-14 21:33:55 +02:00
Asiel Díaz Benítez
fb14a8ed66
Merge pull request #3101 from deltachat/weblate
...
Translations update from Hosted Weblate
2024-06-14 19:47:13 +02:00
Hosted Weblate
919b300246
Merge remote-tracking branch 'origin/main'
2024-06-14 18:29:58 +02:00
Asiel Díaz Benítez
d1f7f4c31f
Merge pull request #3132 from deltachat/adb/use-foss-flavor
...
rename fat flavor to foss
2024-06-14 18:29:55 +02:00
adbenitez
d4048efb52
rename fat flavor to foss
2024-06-14 17:58:53 +02:00
adbenitez
5897711af5
only show debug entries if developer mode is enabled
2024-06-14 15:58:26 +02:00
adbenitez
39f17056d2
allow to mark as read selected chats
2024-06-14 14:18:23 +02:00
Hosted Weblate
e78e79a65e
Merge remote-tracking branch 'origin/main'
2024-06-13 20:14:37 +02:00
B. Petersen
f7dfb875a7
do not forget to update changelog (i was searching for that before)
2024-06-13 20:14:33 +02:00
B. Petersen
d86d390fe7
add instructions for releasing for Huawei AppGallery
2024-06-13 20:14:33 +02:00
Hosted Weblate
f54fcb6c2f
Merge remote-tracking branch 'origin/main'
2024-06-13 20:14:16 +02:00
B. Petersen
1083e19356
use name deviceMsgLabel as it is a label and no id
...
came over that while targeting https://github.com/deltachat/deltachat-ios/pull/2204
and was shortly confused about what is going on there :)
(the name saved to database is not changed, however,
to avoid popping up the message again in case we do an update without a new device messase)
2024-06-13 20:14:13 +02:00
Hosted Weblate
e7bacfc447
Merge remote-tracking branch 'origin/main'
2024-06-13 20:02:41 +02:00
Asiel Díaz Benítez
ce93edf1a3
Merge pull request #3108 from deltachat/adb/issue-3103
...
add support for RealtimeChannel API
2024-06-13 19:55:28 +02:00
adbenitez
3cd1f3b8cc
update realtime preference name title and set summary
2024-06-13 19:42:11 +02:00
Hosted Weblate
194b4d2497
Merge remote-tracking branch 'origin/main'
2024-06-13 15:25:09 +00:00
B. Petersen
b33b421615
cancel muting should not exit select-mode
...
exiting 'select mode' is unexpected when hitting 'cancel' -
the user may still want to do other things with the selection.
this makes the 'mute' behavior consisten with other cases showing a dialog,
eg. 'delete'
2024-06-13 17:25:05 +02:00
Hosted Weblate
5a44d90f15
Merge remote-tracking branch 'origin/main'
2024-06-13 15:12:18 +00:00
B. Petersen
4194e094c1
update translations
2024-06-13 17:12:13 +02:00
B. Petersen
5abb1b2d7b
update local help
2024-06-13 17:12:13 +02:00
B. Petersen
a408adb805
update deltachat-core-rust to 'chore(release): prepare for 1.140.2' of 'v1.140.2'
2024-06-13 17:12:13 +02:00
adbenitez
cd0350cc6d
send realtime data events as int array instead of base64
2024-06-13 16:26:47 +02:00
adbenitez
9e6b69c122
pass JSON array to InternalJSApi.sendRealtimeData()
2024-06-13 15:26:59 +02:00
adbenitez
29e563f89b
add config option for realtime channels
2024-06-13 15:26:59 +02:00
adbenitez
06b36fe35c
fix linter warning
2024-06-13 15:26:59 +02:00
adbenitez
50f6675d99
leave channel when webxdc is closed
2024-06-13 15:26:59 +02:00
adbenitez
07d895594e
add API to JavaScriptInterface and Rpc, listent to realtime data event
2024-06-13 15:26:59 +02:00
adbenitez
5c57fbbd84
update res/raw/webxdc.js with new RealtimeChannel API
2024-06-13 15:26:59 +02:00
Hosted Weblate
8eb78766ca
Merge remote-tracking branch 'origin/main'
2024-06-12 21:17:15 +00:00
Asiel Díaz Benítez
0e6a94b57d
Merge pull request #3127 from deltachat/adb/organize-project-structure
...
organize project structure
2024-06-12 23:17:07 +02:00
adbenitez
20bc7e6197
remove debug/README.md
2024-06-12 23:13:20 +02:00