deltachat-ios icon indicating copy to clipboard operation
deltachat-ios copied to clipboard

Email-based instant messaging for iOS.

Results 75 deltachat-ios issues
Sort by recently updated
recently updated
newest added

this PR reduces the code complexitiy. We just always call refreshMessagees()/dc…Context.getChatMsgs() on DC_EVENT_MSGS_CHANGED, DC_EVENT_MSG_READ, DC_EVENT_MSG_DELIVERED and DC_EVENT_MSG_FAILED now.

to reproduce: - share a webpage from safari - select a one-to-one siri-shortcut - subsequent dialog shows "saved messages" instead of the selected one-to-one chat same with sharing an image...

bug
share extension

fix phaser sprite loading bug in webxdc the reason was the missing http status code

imu, when i select "share to delta" without using a siri-link, the default destination chat should be "Saved Messages". however, it happens from time to time that another chat is...

bug
share extension

was reported on the forum: - https://support.delta.chat/t/tls-1-3-support-on-ios/2239 - https://support.delta.chat/t/does-delta-chat-support-tls-1-3/2231 Can we fix it or is it because we use system ssl or sth like that? Or do we just need...

sometimes, a just sent message is not shown the chat view (it is not only not scrolled down). leaving and re-entering the chat shows the message and the message is...

bug

for the messages' context menu, we stay with what the system provided. we do this to avoid rewriting too much code and to avoid issues and future maintenance costs. even...

enhancement

init [MCEmojiPicker's](https://github.com/deltachat/MCEmojiPicker) "Frequently Used" reactions with our default reactions 👍 👎 ❤️ 😂 🙁 - that way, we can go for using [preferredElementSize](https://developer.apple.com/documentation/uikit/uimenu/4013313-preferredelementsize) with fewer defaults without much drawbacks (for...

enhancement
good first issue

currently, there is a little abstraction layer for the messages' context menu, that does not help much or avoid double code, but makes "nicer" things harder -eg. having a separator,...

enhancement

this draft tries to target the issue that NSE-fetch and Main-IO must not run at the same time. sync is done by setting/clearing `mainAppRunning` using shared UserDefaults. however, this is...

notify