B. Petersen
2688f233b8
add timeinfo for 'listmsgs' repl command
2021-04-18 00:51:51 +02:00
B. Petersen
7be8fb7245
bumb version to 1.53.0
1.53.0
2021-04-18 00:51:51 +02:00
B. Petersen
a9b8776342
update changelog for 1.53.0
2021-04-18 00:51:51 +02:00
link2xt
9a34fe5c70
sql: enable shared cache
2021-04-17 23:47:21 +03:00
link2xt
e35a8d4415
sql: use sqlite3_last_insert_rowid instead of SELECT
2021-04-17 22:59:34 +03:00
Asiel Díaz Benítez
59dea29e88
Merge pull request #2333 from deltachat/adb-issue-2328
...
Add html API
2021-04-17 13:55:48 -04:00
Asiel Díaz Benítez
cfdc841c7e
Update python/tests/test_account.py
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2021-04-17 12:45:50 -04:00
Asiel Díaz Benítez
2974affaeb
Merge pull request #2334 from deltachat/adb-issue-2329
...
Add "override_sender_name" API
2021-04-16 15:23:31 -04:00
link2xt
69dae4c006
Switch to release version of sqlx
2021-04-16 22:05:21 +03:00
link2xt
a795ae98ee
Test saving and loading of LoginParam
2021-04-16 21:47:39 +03:00
link2xt
ac54301923
mimefactory: resultify is_file_size_okay
2021-04-16 21:47:29 +03:00
B. Petersen
9ecb6d9b15
test dehtml for pre-tag (wrote that little test to test the new coverage script :)[D
2021-04-15 01:49:12 +03:00
link2xt
ac9394cb16
dehtml.rs: test </i> tag
2021-04-15 00:30:50 +03:00
link2xt
edb9ea0e83
format_flowed.rs: increase line coverage to 100%
2021-04-15 00:30:50 +03:00
link2xt
4c1315446e
Add coverage script
2021-04-15 00:30:50 +03:00
B. Petersen
cc6b02f037
remove additional tags: check from ci, it is 'master branch || has tags' so that does not make much sense, generation should be done on master only
1.52.0
2021-04-14 16:55:45 +02:00
B. Petersen
e13bb8fbd4
bump version to 1.52.0
2021-04-14 16:55:45 +02:00
B. Petersen
eaca4446aa
update changelog to 1.52
2021-04-14 16:55:45 +02:00
B. Petersen
f3fb26c066
add a test to search for one-to-one-chats coming without authnames
2021-04-14 14:09:35 +02:00
B. Petersen
1a1416e446
change chat names correctly on contact name change
...
the user-given contact name may be set to an empty string;
in this case the authname or the email is used for the contact
and also for the name of possibly existing chats.
this works well for `dc_chat_get_name()` as that just uses
`dc_contact_get_display_name()` for single-chats.
it did not work for `dc_get_chatlist(query)` as that
uses the database for performance reasons -
however, in the database, the empty string is written
instead of the display name is written for a chat.
this is fixed by this pr by also using
dc_contact_get_display_name() when updating the chats-table
(similar to `dc_create_chat_by_contact_id()`)
2021-04-14 14:09:35 +02:00
B. Petersen
0afc07f6e7
add a test to search for one-to-one-chats
2021-04-14 14:09:35 +02:00
adbenitez
e6d2b1052c
fix typo
2021-04-13 04:23:36 -04:00
adbenitez
19c1e6efc3
try to fix test
2021-04-13 04:11:15 -04:00
adbenitez
26d9addc5d
improve test, test has_html()
2021-04-13 04:11:15 -04:00
adbenitez
6601015a09
add test_html_message()
2021-04-13 04:11:15 -04:00
adbenitez
36653928f7
add html API
2021-04-13 04:11:15 -04:00
Asiel Díaz Benítez
dda3c605c6
Merge pull request #2326 from deltachat/adb-fix-message-id
...
make Message.id a dynamic property
2021-04-13 04:08:50 -04:00
adbenitez
2e015e685f
add aditional check
2021-04-13 03:53:37 -04:00
adbenitez
d4a1858d41
try to fix test
2021-04-13 03:53:21 -04:00
adbenitez
d6a6ba01e4
fix test
2021-04-13 02:38:42 -04:00
adbenitez
27714f596e
add test_message_override_sender_name()
2021-04-13 02:14:53 -04:00
link2xt
d4e065ee84
Update once_cell, base64, itertools, strum and strum_macros
2021-04-13 02:18:15 +03:00
link2xt
bc222af661
Cargo.toml: sort dependencies alphabetically
...
This is what we do in rPGP too.
2021-04-13 02:18:15 +03:00
adbenitez
f6136f0ecc
fix Chat.prepare_message()
2021-04-12 14:59:15 -04:00
adbenitez
b2517d3060
make Message.id a property
2021-04-12 14:59:15 -04:00
link2xt
244260a978
Fix nightly clippy and rustc errors
2021-04-12 21:33:52 +03:00
adbenitez
dc6fb7d481
add "override_sender_name" API
2021-04-11 21:18:46 -04:00
Asiel Díaz Benítez
f17320a9cb
Merge pull request #2332 from deltachat/adb-issue-2327
...
Add sticker viewtype
2021-04-11 20:49:49 -04:00
adbenitez
d1237c9f8d
add Message.is_sticker()
2021-04-11 20:37:47 -04:00
adbenitez
b9beaee7d4
update Message.new_empty() to allow view_type="sticker" and also allow using
...
message type directly (ex. `const.DC_MSG_STICKER`) so if new message types are
added, they can be used direcly without needing the python API to be updated.
2021-04-11 20:37:47 -04:00
adbenitez
258856c23a
add sticker type
2021-04-11 20:37:47 -04:00
adbenitez
72ddd33adf
avoid for loop
2021-04-11 20:37:47 -04:00
link2xt
1cd53aafff
Add support for "Mixed Up" MIME format
...
This is an PGP/MIME format produced by Microsoft Exchange and ProtonMail IMAP/SMTP Bridge,
described in detail in https://tools.ietf.org/id/draft-dkg-openpgp-pgpmime-message-mangling-00.html
This patch adds seamless support for "Mixed Up" Encryption, repairing
mangled Autocrypt messages without notifying the user.
2021-04-11 19:50:59 +03:00
link2xt
4d2ac5a3a2
ci: switch to v2 of actions/checkout
2021-04-11 14:45:27 +03:00
link2xt
146db48c35
ci: use DCC_NEW_TMP_EMAIL for remote python tests
2021-04-11 14:45:27 +03:00
link2xt
9529d76d82
ci: update ci_scripts README
2021-04-11 14:45:27 +03:00
link2xt
b5f2752e41
python: remove DCC_PY_LIVECONFIG references from all scripts
...
This variable is not used anymore.
2021-04-11 14:45:27 +03:00
link2xt
ce4675e9f7
ci: move remote python tests from CircleCI to GitHub Actions
2021-04-11 14:45:27 +03:00
link2xt
f0bd129636
ci: fix syntax of git --format in run-doxygen.sh
...
git version 2.31.0 throws fatal error on --format without "="
2021-04-11 14:45:27 +03:00
link2xt
dfe3cabb14
circleci: remove remote_tests_rust
...
Rust tests are already running on GitHub Actions, this is duplicate work.
2021-04-11 14:45:27 +03:00