mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
3.4 KiB
3.4 KiB
Delta Chat Changelog
v0.1.32
2017-04-22
- Update Spanish and Portuguese translations
- Update internal sqlite library to version 3.18.0, released on 2017-03-28
- Remove more of the custom language handling, use Android's routines instead
- General code cleanup
- Play GIF files
- Option to disable autoplaying GIF files
- When sending contacts, only use the names the receivers have set themselves
- Show some hints when long-pressing icons in the action bar
v0.1.29
2017-04-19
- Add Russian translation
- For outgoing (group-)messages, only use the names the receivers have set themselves
v0.1.28
2017-04-14
- Pimp notifications
- Bug fixes
v0.1.27
2017-04-12
- Use a permanent foreground service for reliable notifications
- Monitor the IMAP-IDLE thread and reconnect if IMAP-IDLE seems to hang
- Various battery and background optimizations
v0.1.25
2017-04-04
- Use system or user selected video player.
- Do not connect if not configured (avoids a warning on the first time startup)
- Add vertical scrollbar, eg. to settings activities.
- Pimp GUI and logo.
- Update Korean.
v0.1.24
2017-03-31
- Share images and documents from other apps to Delta Chat
- Offer to mailto:-link-support to other apps
- Ignore implausible sending time of incoming messages; use the receive time in these rare cases
- Show errors only when Delta Chat is in foreground
- Dynamically adapt video bitrate for longer videos to an attachment-size of max. 25 MB
v0.1.23
2017-03-28
- Retry connecting to IMAP if there is not network available on the first try
- Notify about new messages if the app is not active for hours, optimize battery consumption
v0.1.22
2017-03-22
- Show HTML-only messages
- Show connection errors
- Add options for SSL/TLS and STARTTLS
- Automatic account configuration, if possible
- Recode large videos
- Add Hungarian translation
- Add Korean translation
v0.1.21
2017-03-10
- Record and send voice messages
- Record and send videos
- Send and play music
- Send contacts and email addresses
- Sending and opening attachments of any type
- Share and open commands for all attachments
- Accept VCards send to us by other apps
- Clickable email addresses
- Update Polish translation
- Fix tablet startup bug
- Close the app when using the lock-app-via-pincode function
- Protect data by using a content provider for sharing
- Try to clear the task switcher's screenshots when locking the app via pincode
- Pimp GUI
v0.1.20
2017-02-16
- Avoid unwanted downloads of lots of old messages
- Make the "Chats" folder visible if the server hides new folders by default
- Fix a crash when the server returns empty folders
- Update Polish and Portuguese translations
- Use API level 25 (Nougat 7.1) as target
v0.1.18
2017-02-11
- Add Polish translation
- Use a new default background for chats
- Improve typography by using the system font instead of a custom resource font
- Remove custom plural handling, use Android's routines instead
- Remove unused source code and strings
- More fixes of lint errors and warnings
v0.1.17
2017-02-07
- Drop two unnecessary permissions: ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION
- Really add French translation
- Update Portuguese translation
- Start fixing translation handling of the program
- Remove special "foss" build, because the whole program is free now.
v0.1.16
2017-02-06
- Add French translation
- Fix some lint errors and warnings
v0.1.15
2017-01-31
- Prepare for release on F-Droid