Commit Graph

3915 Commits

Author SHA1 Message Date
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
Hocuri c4b3fb9d80 Add a UI test 2022-03-26 13:01:26 +01:00
Hocuri de9100f8e1 fix stuff 2022-03-26 13:01:26 +01:00
Asiel Díaz Benítez 764023f227 Merge pull request #2245 from deltachat/adb-issue-2195
Do not disable fullscreen keyboard
2022-03-23 19:14:27 -04:00
adbenitez f5b6e774cb do not disable fullscreen keyboard 2022-03-23 18:07:20 -04:00
B. Petersen 33ec742fc4 bump version to 1.29.0 beta series 2022-03-23 15:25:59 +01:00
B. Petersen c8cc1bd3d3 update deltachat-core-rust submodule to 'Merge pull request #3144 from deltachat/dependabot/cargo/zip-0.6.0' 2022-03-23 11:27:50 +01:00
Asiel Díaz Benítez e1379e41aa add account id to webxdc-fake-url (#2243) 2022-03-23 11:16:38 +01:00
B. Petersen cf46d0df5a update translations 2022-03-22 22:49:20 +01:00
B. Petersen a67b9a559c update deltachat-core-rust submodule to 'config_cache fixes (#3145)' 2022-03-22 22:48:04 +01:00
B. Petersen c71c534311 update deltachat-core-rust submodule to 'log file size on backup import' 2022-03-22 13:51:08 +01:00
link2xt 4a338de5bc Mark already seen messages as seen
Marking the message as seen starts ephemeral timer if it is not
already started.

Due to the bug in the core, sometimes messages were marked as seen
without starting ephemeral timer. This can also happen due to other
errors, like database access timeout.

Always calling markseenMsgs whenever the message is displayed, even if
it is already seen, ensures that ephemeral timer is started
eventually.
2022-03-19 17:23:52 +00:00