B. Petersen
e0339034d4
update translations
2022-04-26 21:29:19 +02:00
B. Petersen
9277ac0623
adapt strings to new welcome screen
2022-04-26 21:14:48 +02:00
B. Petersen
6be48986e7
update translations
2022-04-26 21:01:43 +02:00
B. Petersen
ad042a73ab
add "Resend" to message menu
...
the UI does not check before selection if a message can be resent,
this is subject to change and not worth the effort.
instead, just an error is shown.
for the ID_NEVER_SHOW_AS_ACTION_* - this is a bit ugly,
however, the few alternatives i tried were even more uglier,
Java and Array-primitives are just not great.
as it is not changed often, it is probably not worth the effort to dive deeper.
2022-04-26 21:00:47 +02:00
B. Petersen
f047f1382e
add resendMsgs() api
2022-04-26 21:00:47 +02:00
B. Petersen
fb60d2965a
update deltachat-core-rust submodule to 'resend messages using the same Message-ID ( #3238 )'
2022-04-26 20:59:56 +02:00
B. Petersen
9475ee3ad9
update deltachat-core-rust submodule to 'Also run clippy for benchmarks in CI ( #3241 )'
2022-04-23 13:33:18 +02:00
Simon Laux
188bb37763
webxdc: make setUpdateListener return a promise
...
see https://github.com/deltachat/deltachat-core-rust/issues/3203
2022-04-19 15:39:36 +02:00
B. Petersen
c77945929c
update deltachat-core-rust submodule to 'Merge branch 'markseen-imap-loop''
2022-04-17 17:11:04 +02:00
B. Petersen
bc40b4898f
update core stock strings
2022-04-17 16:08:07 +02:00
B. Petersen
00380ee7fe
update deltachat-core-rust submodule to 'show 'Not connected' if storage information are not yet available ( #3222 )'
2022-04-16 19:11:32 +02:00
B. Petersen
04b32db81f
show download failure
...
tapping on the message, still allows re-downloading
in case of temporary errors.
2022-04-14 22:24:21 +02:00
Hocuri
a4efe7f47f
Warn when enabling config "only_fetch_mvbox"
2022-04-12 19:10:16 +02:00
B. Petersen
0b9b0ff484
update translations
2022-04-12 12:35:38 +02:00
B. Petersen
b673b51cad
update deltachat-core-rust submodule to 'make Connectivity-View-HTML not scalable ( #3213 )'
2022-04-12 12:32:58 +02:00
Asiel Díaz Benítez
068f3446cd
Merge pull request #2273 from deltachat/adb/improve-docs-tab
...
improve display of webxdc items in Docs tab
2022-04-11 14:13:33 -04:00
Asiel Díaz Benítez
5133f83477
Update res/layout/webxdc_compact_view.xml
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2022-04-11 14:11:00 -04:00
Hocuri
4b96d8a98e
Update search results when the chatlist changes ( #2271 )
...
Fix #1843
2022-04-11 10:15:20 +02:00
adbenitez
edd7727101
improve Docs tab, improve display of webxdc items, allow to open them directly
2022-04-11 03:38:33 -04:00
B. Petersen
88d776e6a4
bump beta-version to 1.29.1
2022-04-10 18:47:55 +02:00
B. Petersen
cd0fa70ec5
update deltachat-core-rust submodule to 'prepare 1.77 ( #3209 )'
2022-04-10 18:46:38 +02:00
Hocuri
7d13b71b0b
Very small speed improvements ( #2269 )
...
* Fix off-by-one-error
* Wait longer with refreshing shortcuts to make sure that it doesn't affect the start of the activity
* Don't unnecessarily clear "screenshot security" flag
If this setting is off, the flag will never be added, so no need to
remove it.
2022-04-10 10:02:10 +02:00
Asiel Díaz Benítez
12e4259194
Merge pull request #2266 from deltachat/adb/tweak-confirm-forward-dialog
...
tweak confirm-to-forward dialog
2022-04-10 00:36:59 -04:00
Asiel Díaz Benítez
e8f20afda0
Merge pull request #2265 from deltachat/adb/issue-1753
...
fix sound notifications, allow to set to "silent"
2022-04-09 23:22:00 -04:00
Asiel Díaz Benítez
c8af3ea4d3
Merge pull request #2267 from deltachat/adb/add-quoted-webxdc-thumbnail
...
show webxdc icon in quotes
2022-04-09 23:17:42 -04:00
Asiel Díaz Benítez
d4ae9122a3
Merge pull request #2259 from deltachat/adb/issue-2258
...
pause/destroy webview when activity is paused/destroyed
2022-04-09 23:15:12 -04:00
Hocuri
724dc43970
Small benchmark improvements ( #2264 )
2022-04-07 21:30:01 +02:00
adbenitez
8566a67068
show webxdc icon in quotes
2022-04-07 03:18:48 -04:00
adbenitez
31f55a315c
go back to chatlist when back button is pressed or user touches outside the dialog in the dialog asking to confirm to forward message inside chat
2022-04-07 00:35:58 -04:00
adbenitez
b98dd7bd36
set channel sound to silent when needed
2022-04-06 17:05:40 -04:00
adbenitez
5acb84328d
set correct value for silent sound in default notification settings
2022-04-06 16:58:49 -04:00
B. Petersen
f5570baa0b
update translations
2022-04-05 16:45:00 +02:00
B. Petersen
d040326207
update deltachat-core-rust submodule to 'Merge pull request #3189 from deltachat/dependabot/cargo/zip-0.6.2'
2022-04-05 16:05:54 +02:00
adbenitez
d4db45f581
pause/destroy webview when activity is paused/destroyed
2022-04-04 15:42:57 -04:00
B. Petersen
f450dbc624
update deltachat-core-rust submodule to 'smtp: do not try to use stale connections'
2022-04-03 15:59:11 +02:00
B. Petersen
75bd4aa8cc
update deltachat-core-rust submodule to 'ephemeral: clear more fields in delete_expired_messages'
2022-04-03 15:02:15 +02:00
adbenitez
c9fd88fec7
when clicking a system message, jump to parent message if the parent is a webxdc
2022-04-03 14:34:03 +02:00
Asiel Díaz Benítez
24c1de8f0a
Merge pull request #2256 from deltachat/adb/issue-2197
...
avoid null mime type
2022-04-02 10:46:11 -04:00
adbenitez
675ef73c98
avoid null mime type
2022-04-02 00:57:32 -04:00
Asiel Díaz Benítez
cca6fd2c75
Merge pull request #2249 from deltachat/adb/issue-1835
...
avoid rotated avatar image when selecting new self-avatar from Gallery
2022-04-01 15:00:51 -04:00
B. Petersen
d4febccb04
update deltachat-core-rust submodule to 'move invariant out of loop, less LOC and 1.5% faster'
2022-04-01 18:37:20 +02:00
Hocuri
24e82f6f35
Create enterFilledChat and createAndEnterEmptyChats benchmarks ( #2247 )
2022-03-30 09:53:37 +02:00
Asiel Díaz Benítez
48f64d26af
Merge pull request #2253 from deltachat/fixup-webxdc.js-2022
...
fix setting `update_listener`
2022-03-29 18:15:40 -04:00
Simon Laux
c3315a2b65
fix setting update_listener
...
and show the deprecation notice of `getAllUpdates` to the user with console.error
2022-03-29 21:35:41 +02:00
Hocuri
5e5932619c
Remove unused getChatMsgs() ( #2252 )
2022-03-29 21:23:40 +02:00
B. Petersen
1b1dd266e4
update translations
2022-03-29 15:34:59 +02:00
B. Petersen
0ce8fd72f5
update deltachat-core-rust submodule to 'Merge pull request #3161 from deltachat/dependabot/cargo/syn-1.0.90'
2022-03-29 15:32:48 +02:00
Asiel Díaz Benítez
c20cf03f10
Merge pull request #2251 from deltachat/adb/issue-1798
...
use the same size for the app title and conversation title
2022-03-28 16:10:31 -04:00
adbenitez
332bd00024
use the same size for the action bar's title in the chat list and conversation's title
2022-03-28 11:38:51 -04:00
adbenitez
2962796afb
avoid rotated avatar image when selecting new self-avatar from Gallery
2022-03-27 11:13:34 -04:00