Commit Graph

380 Commits

Author SHA1 Message Date
B. Petersen 0dccbb9789 update deltachat-core-rust submodule 2021-04-23 18:35:03 +02:00
B. Petersen b535432d8f update deltachat-core-rust submodule 2021-04-20 13:52:45 +02:00
B. Petersen 7df9a55c42 update deltachat-core-rust submodule 2021-04-18 12:49:09 +02:00
B. Petersen 42e57e1a56 update deltachat-core-rust submodule 2021-04-14 18:32:50 +02:00
B. Petersen b34e4d723b update deltachat-core-rust submodule 2021-04-09 12:40:57 +02:00
B. Petersen 665324b5c7 update deltachat-core-rust submodule 2021-04-07 20:51:51 +02:00
B. Petersen 4d541f0373 update deltachat-core-rust submodule 2021-04-04 13:11:00 +02:00
Hocuri 4f31e90b6e Repair submodule (previous commit accidentally changed submodule commit)
The last commit accidentally changed the submodule commit to a commit
that is not present in the repo. Revert this.
2021-03-27 16:57:51 +01:00
Hocuri ac5c35f6e5 Explain Podman setup better for new users (#1844)
* Specify docker.io to pull from

* Add some info about Podman + a troubleshooting section to the readme
2021-03-26 13:55:12 +01:00
B. Petersen 73c8b00973 update deltachat-core-rust submodule 2021-03-16 15:53:37 +01:00
B. Petersen a3cd131459 update deltachat-core-rust submodule 2021-03-14 15:29:24 +01:00
B. Petersen 614516ff98 remove outdated header, we usually do not use a header in the source files at all 2021-03-09 20:49:58 +01:00
B. Petersen 4901d7c68f add getStatus() api 2021-03-09 01:59:17 +01:00
Hocuri f6a5a24165 Use the message subject as the full-msg-view title
For long subject it's ellipsized (`…`) now, but I think that there is no need to show the full subject somewhere, it usually doesn't contain _that_ important information and can be seen in full in the normal chat view
2021-03-07 17:40:22 +01:00
B. Petersen 0838d6a5b1 update deltachat-core-rust submodule 2021-03-07 17:37:58 +01:00
B. Petersen 9aa2990e97 update deltachat-core-rust submodule 2021-03-01 17:09:57 +01:00
B. Petersen c992af8535 update deltachat-core-rust submodule 2021-02-23 17:59:36 +01:00
B. Petersen 85510e4139 update deltachat-core-rust submodule 2021-02-23 12:35:32 +01:00
bjoern 05287b50bf remove dead code (#1820)
the number of blocked contacts is just the size of the array returned by getBlockedContacts()
2021-02-22 16:24:49 +01:00
B. Petersen 184ba33fa7 update deltachat-core-rust submodule 2021-02-19 12:05:34 +01:00
B. Petersen 7003fcb018 update deltachat-core-rust submodule 2021-02-11 16:18:26 +01:00
Hocuri 3b8f3e7628 Show the correct sender name in mailing list messages 2021-02-10 21:33:18 +01:00
B. Petersen ee33cdb7bc update deltachat-core-rust submodule 2021-02-10 15:48:22 +01:00
B. Petersen e1029eaeb9 update deltachat-core-rust submodule 2021-02-08 12:06:18 +01:00
B. Petersen c84abad36e update deltachat-core-rust submodule 2021-02-07 23:41:29 +01:00
bjoern c814885f5c mailinglists3 (#1781)
* Adapt to mailing lists

* Change the question if this is a mailing list (untested)

* rm unused fn

* Adapt to getSenderName -> getOverrideSenderName (untested)

* Use dc_msg_get_sender_first_name() because sometimes the first name was not correctly shown in mailing lists

* Don't let the user modify mailing list groups

* Fix crash

* Make Unnamed newsletter translatable, make the subtitle of mailing lists "Mailing list"

* tweak and hide some controls for mailing lists

* Update src/com/b44t/messenger/DcChat.java

Co-authored-by: bjoern <r10s@b44t.com>

* adapt to new dc_msg_get_real_chat() api, remove dc_msg_get_sender_first_name()

* remove now dead code

* add mailing list name to contact-request-question

move question-creation to a helper class
to avoid duplicated code.

* fix DcMsg.getOverrideSenderName()

* adapt to new dc_decide_on_contact_request() api

* re-allow changing name+image for mailinglists, see recent discussions on PRs

* remove memberlist- and settings-tab from mailinglist profile until there is some use for them

* adapt to new DC_CHAT_TYPE_MAILINGLIST type

Co-authored-by: Hocuri <hocuri@gmx.de>
2021-02-07 23:39:48 +01:00
B. Petersen 6ee32bf490 update deltachat-core-rust submodule 2021-02-07 20:33:29 +01:00
B. Petersen 9f2be9c56c use dc_get_chat_encr_info() where useful 2021-02-07 20:32:51 +01:00
B. Petersen f03c8a5062 update translations 2021-02-03 13:55:01 +01:00
bjoern 8d9c02dd7a add option to view full (html) message (#1763)
* add get-mime-original apis

* remove unused control

* add 'Show full message' buttons

* split reusable WebViewActivity from LocalHelpActivity

* add FullMsgActivity

* load html via AsyncTask

* adapt to changed api

* handle mailto:-links in WebView

* block loading remote images by default, add user setting always/once/never

* do not hide 'Once' button in always-mode, playing around a day with hidden 'Once' that looks more like a bug :)

* wording: as 'Always' affects all messages, it is better to speak of multiple senders

* wording: use 'Load remote images'

this makes it easier for the user to find the option
if one sees, images are missing in the document.

* wording: shorten text.

* wording: change 'may' to 'can'. 'may' sounds a bit as if someone allows this.

* Don't use AsyncTask

* check 'once' if appropriate

* use lite-colored checkbox-emoji in dark-theme

* add comment about missing error logging

Co-authored-by: Hocuri <hocuri@gmx.de>
2021-01-28 22:53:15 +01:00
B. Petersen c0f590c59e update deltachat-core-rust submodule 2021-01-28 22:07:08 +01:00
B. Petersen 3914bf7ff4 adapt to removed dc_contact_get_first_name() api
use dc_contact_get_display_name() instead
2021-01-23 19:52:23 +01:00
B. Petersen 5371f312ac remove unused isIoRunning() api
the api is about to be removed from core as well,
see https://github.com/deltachat/deltachat-core-rust/pull/2139
2021-01-15 06:49:39 +03:00
B. Petersen b024c17f66 update deltachat-core-rust submodule 2021-01-11 17:42:34 +01:00
Hocuri 45aa3e5b82 Directly show error on msg tap
fix #1749
2020-12-13 18:06:44 +01:00
B. Petersen 3619613974 update deltachat-core-rust submodule 2020-11-19 15:48:46 +01:00
B. Petersen df225182b3 update deltachat-core-rust submodule 2020-11-09 15:42:50 +01:00
B. Petersen f1336c44d6 update deltachat-core-rust submodule 2020-10-31 23:14:46 +01:00
B. Petersen 1a4c8a918c update deltachat-core-rust submodule 2020-10-26 14:21:48 +01:00
B. Petersen f33c8c911d update deltachat-core-rust submodule 2020-10-23 18:04:06 +02:00
B. Petersen 60d915fa13 update deltachat-core-rust submodule 2020-10-21 11:07:14 +02:00
B. Petersen 3e639152ee update deltachat-core-rust submodule 2020-10-19 18:52:35 +02:00
B. Petersen c45956f42d update deltachat-core-rust submodule 2020-10-18 21:45:56 +02:00
B. Petersen b293916dd4 update deltachat-core-rust submodule 2020-10-17 22:24:13 +02:00
B. Petersen 7a87500385 update deltachat-core-rust submodule 2020-10-16 23:03:20 +02:00
B. Petersen 6c637ff6dd update deltachat-core-rust submodule 2020-10-16 23:01:44 +02:00
B. Petersen 73b9ff666a update deltachat-core-rust submodule 2020-10-16 21:52:41 +02:00
Hocuri 99d52f0be2 Remove updateDeviceChats (see https://github.com/deltachat/deltachat-core-rust/pull/1957) 2020-10-16 10:22:40 +02:00
B. Petersen 3137d744e0 update deltachat-core-rust submodule 2020-10-15 12:41:12 +02:00
B. Petersen dde0247681 adapt to new protect-api 2020-10-13 22:07:08 +02:00