adbenitez
ee5ce97779
Merge remote-tracking branch 'upstream/master' into lite
2022-04-07 17:44:28 -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
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
Hocuri
41b04decd3
Better build instructions in Readme ( #2232 )
2022-03-13 12:15:52 +01:00
B. Petersen
00cfc6dc72
update finnish translations
2022-03-11 23:02:35 +01:00
B. Petersen
376fd2ff47
update deltachat-core-rust submodule to 'remove getAllUpdates() and add a typical replicatio API for the update call ( #3081 )'
2022-03-04 20:51:32 +01:00
B. Petersen
2e3a6bc24f
update translations
2022-03-04 20:51:13 +01:00
bjoern
eb2c06cd25
enable Window.sessionStorage, Window.localStorage and IndexedDB APIs ( #2221 )
...
* enable Window.sessionStorage, Window.localStorage and IndexedDB APIs
* scope localStorage per message
when using a custom scheme as `webxdc`,
different messages will share the same localStorage,
even though different domains are in use.
not sure if that is an Android bug, however,
using `https` as the scheme scopes messages correctly,
so we are just using that.
2022-03-04 20:37:43 +01:00
bjoern
adf02b50e5
adapt js to new webxdc-update-api ( #2223 )
...
* adapt js to new webxdc-update-api
* the stub implementation of getAllUpdates() must still return a Promise
* reword parameters of getStatusUpdates()
2022-03-04 20:23:56 +01:00
bjoern
92e1719d53
add finnish translation ( #2227 )
...
* add finish to language array
* add finnish translation
* update changelog
2022-03-04 16:29:34 +01:00
B. Petersen
420f6fbbc4
update to 1.28.3, just because upload of 1.28.2 failed for some reasons and was partly corrupted
2022-02-21 19:11:17 -05:00
bjoern
5fb07d2879
prepare 1.28.2 ( #2224 )
...
* update changelog for 1.28.2
* bump version to 1.28.2
2022-02-20 23:51:01 -05:00
B. Petersen
5e10996a58
update deltachat-core-rust submodule to 'prepare 1.76 ( #3082 )'
2022-02-20 23:00:49 -05:00
B. Petersen
e27b097ece
update translations
2022-02-20 22:58:20 -05:00
bjoern
d91d8c9ea3
prepare 1.28.1 ( #2218 )
...
* update changelog to 1.28.1
* bump version to 1.28.1
2022-02-02 17:57:45 +01:00
B. Petersen
481cf9895c
update translations
2022-02-02 15:53:25 +01:00
B. Petersen
d841812dff
update translations
2022-02-01 22:09:04 +01:00
B. Petersen
40631f15c0
update translations
2022-02-01 21:58:03 +01:00
B. Petersen
7f558f8781
fix CHANGELOG typos, mark testrun versions as such, flag Webxdc as experimental
2022-02-01 21:07:19 +01:00
B. Petersen
91869bde25
fix changelog
2022-02-01 15:27:41 +01:00
B. Petersen
5e9d6c38ad
update translations
2022-02-01 15:24:06 +01:00
bjoern
6381328c43
prepare 1.28.0 ( #2216 )
...
* update changelog for 1.28.0
* bump version to 1.28.0
* add 1.28 device message
* streamlined device message
* fix typo
* simplify wording wrt mailing lists
Co-authored-by: holger krekel <holger@merlinux.eu >
2022-02-01 14:53:51 +01:00
B. Petersen
ea38ba35e3
update deltachat-core-rust submodule to 'prepare 1.75 ( #3049 )'
2022-02-01 14:10:19 +01:00