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 adds a ["Notification Service Extension"](https://developer.apple.com/documentation/usernotifications/unnotificationserviceextension) that is called for every push notification received, allowing to modify the notification content, which is (localized) "You have new messages" otherwise. as...

notify

this pr adds a map that showing locations to iOS. while android and desktop use mapbox, we're using leaflet here, encapsulated in a mostly normal webxdc. - mapbox was a...

enhancement

When a user tries to transfer the device data from the one to another device (to setup the 2. device), Delta Chat fails to run on the second device after...

bug

- Device: iphone, ipad various versions - iOS version: 16.5 - Delta Chat version: 1.36.4 - Server: Dovecot, push enabled - Expected behavior: receive a notification on new IM -...

bug
notify

- Operating System: iPad OS - Delta Chat Version: 1.42.4 - Actual behavior: Delta Chat is slow and I don't get any notifications and whenever I start the app it...

needs-retry
notify

this PR will add instant onboarding to iOS 🔥 - [x] move existing login methods to "i already have a login" - [x] create `InstantOnboardingViewController`, link to "get started" button...

I noticed that DC-iOS has trouble displaying a certain video in the chat history. Sometimes it is shown with and sometimes without a border: ![Normal](https://github.com/deltachat/deltachat-ios/assets/108235546/91811c7a-4a28-4e1e-af7a-43783a122e28) ![Rand](https://github.com/deltachat/deltachat-ios/assets/108235546/47df7466-4ade-4e54-aa49-d5c1231fce87) It may be due...

bug

get instant onboarding to iOS as well; see https://github.com/deltachat/deltachat-android/issues/2996 and https://github.com/deltachat/deltachat-desktop/pull/3773 for details

enhancement

- detect long tap on link (I finally found out how to do it 🎉 ) - add an action sheet This still is a draft with probably rather bad...