0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 04:42:28 +02:00
etesync-android/ChangeLog.md

481 lines
17 KiB
Markdown
Raw Normal View History

2017-02-21 20:40:33 +01:00
# Changelog
2019-07-22 23:42:37 +02:00
*NOTE:* may be removed in the future in favor of the fastlane changelog.
2020-09-06 13:31:16 +02:00
## Version 1.16.1
* Fix contacts sync on Android 11
* Fix issue with tasks.org crashing because of permissions
* Update cert4android
2020-08-07 08:09:24 +02:00
## Version 1.16.0
* Add support for the Tasks.org task provider - you can now just use Tasks.org without needing to add an account there.
2020-07-14 10:49:17 +02:00
## Version 1.15.1
* Safely ignore temporary gateway timeouts
2020-07-02 12:30:07 +02:00
## Version 1.15.0
* Change default collection names to be more descriptive
2020-06-21 14:46:17 +02:00
## Version 1.14.0
* Make it clearer that account imports import the full account (and not just part of it).
2020-06-03 08:47:03 +02:00
## Version 1.13.0
* Show a snack with info if EteSync is missing permissions.
2020-03-27 17:27:43 +01:00
## Version 1.12.0
* Make sync faster by only fetching entries when journals have changed.
2020-03-12 13:28:06 +01:00
## Version 1.11.3
* Task collection view: add a message about changelog not showing if OpenTasks isn't installed
* Update German translation
2020-03-02 19:20:45 +01:00
## Version 1.11.2
* Member add: change confusing string.
2020-02-28 21:46:02 +01:00
## Version 1.11.1
* Fix crash when initialising database
2020-02-28 12:04:10 +01:00
## Version 1.11.0
* Gracefully handle malformed journal entries (e.g. malformed calendar events)
* Update vcard4android and ical4android dependencies
2020-02-11 21:58:31 +01:00
## Version 1.10.2
* Fix crash when moving the encryption password screen to background
2020-02-10 11:57:57 +01:00
## Version 1.10.1
* Fix crash in DebugInfo page
2020-02-05 14:12:19 +01:00
## Version 1.10.0
* Make it clearer that users should use their existing address book and calendar apps
* Improve the login screen's text for returning users
* Fix file descriptor leak which was causing crashes for some users.
* Invalidate the authToken after logging out.
2020-01-22 11:56:17 +01:00
## Version 1.9.9
* Translation: translate calendar invitation emails to German
2020-01-11 11:06:15 +01:00
## Version 1.9.8
* Upgrade ical4android dependency
2019-12-17 09:12:02 +01:00
## Version 1.9.7
* Re-apply the changes in 1.9.4 because some people were still reporting about temporarily disappearing tasks/events.
2019-12-03 11:50:09 +01:00
## Version 1.9.6
* Removed the deprecated 5 and 10 minutes sync intervals from the sync settings (deprecated by Android)
* Adjusted the sync code to make it more defensive against potential errors (more locking)
2019-11-24 09:58:33 +01:00
## Version 1.9.5
* Fix issue with journal preview showing the wrong dates.
* Revert the fixes in 1.9.4 because they were not actually needed.
2019-11-11 18:39:53 +01:00
## Version 1.9.4
* Hopefully really fix issue with temporarily disappearing tasks/events
2019-11-06 20:35:24 +01:00
## Version 1.9.3
* Fix issue with temporarily disappearing tasks/events
* Add autofill hints in the login screen*
* Update gradle
2019-11-03 12:15:34 +01:00
## Version 1.9.2
* Fix f-droid build
2019-10-28 16:23:49 +01:00
## Version 1.9.1
* Translation: add Norwegian Bokmål (Marius Lindvall)
* Update ical4android
2019-10-17 14:58:03 +02:00
## Version 1.9.0
* Fix database lock issues that some users were experiencing
* Fix a rare issue with setting up database
2019-10-15 19:13:07 +02:00
## Version 1.8.5
* Fix the wording for setting the task list's color.
* Gracefully handle the error case of processing an item that has been processed.
2019-10-08 13:28:58 +02:00
## Version 1.8.4
* Cache concurrent journal fetching (avoid multiple unneeded fetches).
2019-09-25 22:57:38 +02:00
## Version 1.8.3
* Improve debug information when failing to create local entries
* Update ical4android
2019-09-12 01:23:39 +02:00
## Version 1.8.2
* Fix SSL errors for old Android clients that don't default to TLSv1.2
* Update cert4android
* Report SSLProtocolException issues as errors
2019-09-09 10:01:13 +02:00
## Version 1.8.1
* Make reporting of SSL issues lax again. It was catching many issues that are not real issues.
2019-09-05 21:24:55 +02:00
## Version 1.8.0
* Make the raw entries in the change history viewer selectable (so you can copy them)
2019-08-27 19:40:07 +02:00
## Version 1.7.1
* Fix handling of SSL handshake exceptions
* Upgraded vcard4android and ical4android deps to latest
* Improve debug logs
2019-08-18 17:06:56 +02:00
## Version 1.7.0
* Debug info: add calling class information to reports.
2019-08-07 09:58:21 +02:00
## Version 1.6.1
* Fixed contacts import
* Make it easier to report import errors
2019-08-05 09:32:14 +02:00
## Version 1.6.0
* Change journal: make it possible to revert an item to a past state ("undo change").
2019-07-28 12:13:23 +02:00
## Version 1.5.1
* Import: transform EMAIL event reminders to DISPLAY. Email reminders aren't and can't be supported in EteSync due to end-to-end-encryption.
2019-07-22 23:42:37 +02:00
## Version 1.5.0
* Move to the new Android adaptive icons - makes it look nicer on Android 8 and up.
* Contacts import: fix wrong summary for the amount of added imports
2017-02-21 20:40:33 +01:00
2019-07-15 14:06:01 +02:00
## Version 1.4.12
* Import: fix potential crashes in the import process.
* Email invitations: improve signature.
2019-07-08 14:35:44 +02:00
## Version 1.4.11
* Import: use the UUID from the import source (e.g. Google account or file) rather than generating a new one.
* This prevents duplicates when importing multiple times.
* Make it possible to connect to non-TLS servers on Android P and onwards
2019-06-26 11:53:15 +02:00
## Version 1.4.10
* Fix debug information for failed login attempts
* Improve error message for bad encryption passwords
2019-06-20 15:09:57 +02:00
## Version 1.4.9
* WebView: Gracefully handle unsupported link types.
2019-06-13 10:58:17 +02:00
## Version 1.4.8
* Attempt to fix crash reporting on some devices
* Log broken entries on processing failures to make debugging easier
2019-05-28 11:26:03 +02:00
## Version 1.4.7
* Fix rare crash when listing accounts
* Update requery, kotlin and gradle
2019-05-03 16:49:51 +02:00
## Version 1.4.6
* Import: implement importing tasks from file
* Fix crash when Android kills the import activity while it's still importing
2019-05-01 11:07:46 +02:00
## Version 1.4.5
* Gracefully handle Conflict errors (retry later).
* Fix potential crash when opening and closing the app very quickly.
2019-04-25 14:26:42 +02:00
## Version 1.4.4
* Fix crash when removing accounts on some devices
2019-04-15 15:22:19 +02:00
## Version 1.4.3
* Fix encryption password change not to crash.
2019-04-15 14:59:24 +02:00
## Version 1.4.2
* Fix occasional crash when listing journal members
* Fix spelling mistake in encryption password page.
2019-04-04 12:40:32 +02:00
## Version 1.4.1
* Fix crash on import when the activity is in the background when the import finishes.
* Show notifications for SSL handshake related errors.
* Improve debug info and crash reporting email.
* Add Tutanota to the list of clients that don't support attachments from other apps.
* Fix spelling mistake in encryption password page.
2019-03-21 17:11:56 +01:00
## Version 1.4.0
* Change the sync to also do the initial preparation in chunks - useful for massive syncs
* Fix crash when removing journal members
* Fix certificate manager service leaks
* Improve logging
2019-03-15 12:22:42 +01:00
## Version 1.3.0
* Add notification channels for granular control of app notifications
* Only show the custom certificate popup when using EteSync interactively
* Fix setting changes not being applied (e.g. log to file) by making the sync the same process
* Add a separate setting for verbose logging (was previously tied to log to file) for more granular privacy control
* Upgrade cert4android and refactor httpClient based on upsteram.
* Refactor the logging system based on upstream.
2019-03-10 20:02:52 +01:00
## Version 1.2.6
* Fix collection editing following an encryption password change.
2019-03-07 09:28:48 +01:00
## Version 1.2.5
* Change crash message to be a notification rather than a toast
* View collection: don't crash when trying to view the tasks journal when OpenTasks is not installed
2019-03-06 22:59:16 +01:00
## Version 1.2.4
* Fix issue with tasks causing a lot of syncs for some people
* Fix sync when syncing deleted tasks that have never been synced before
* Fix the sync indicator in the account view to also work for tasks
* Unify the sync interval across all journal types (remove separate sync interval per type)
* Show the number of tasks in the journal view
* Move the OpenTasks installation link to the menu so it looks nicer.
2019-02-24 09:10:20 +01:00
## Version 1.2.3
* Fix import from file when choosing files from special directories rather than the filesystem.
* Fix crash when trying to sync events with invites (for some users)
2019-02-23 14:19:57 +01:00
## Version 1.2.2
* Fix crash during sync for some users
2019-02-21 20:23:28 +01:00
## Version 1.2.1
* Fix the setting controlling change notifications.
2019-02-20 17:30:17 +01:00
## Version 1.2.0
* Add a button to install OpenTasks if isn't installed.
* Warn about clients that don't support email attachments when sending event invites
2019-02-13 20:21:08 +01:00
## Version 1.1.0
* Don't pop up notifications when server is under maintenance.
* Add support for read only journals
* Group memberships: be more defensive with potentially missing members.
* Fastlane: update app name.
2019-02-07 13:10:49 +01:00
## Version 1.0.4
* Fix proguard rules that could cause crashes on some devices
2019-02-04 15:04:30 +01:00
## Version 1.0.3
* Improve import of contact groups
* Update event invitation signature
* Minor UI improvements
2019-01-30 00:15:59 +01:00
## Version 1.0.2
* Fix setting the colour of task lists
* Fix the default color shown in the create journal activity
2019-01-23 18:51:33 +01:00
## Version 1.0.1
* Email invitations: fix rare crash for events with no end date.
2019-01-13 18:45:31 +01:00
## Version 1.0.0
* Implement changing the encryption password
* Add support for importing contat groups from account and file
2019-01-11 17:22:29 +01:00
## Version 0.25.0
* Add support for the new associate account type
* Handle exceptions for read only journals
* Fix date being sometimes incorrect in the journal item preview.
2019-01-09 16:41:16 +01:00
## Version 0.24.1
* Fix issue with Calendars missing from the account view.
2019-01-09 10:56:18 +01:00
## Version 0.24.0
* Fix crash when setting up user info for the first time
* Email invitations: fix invitations not being attached on event updates in some rare cases.
* Email invitations: add a way to send an invite from the journal log.
2019-01-08 12:39:07 +01:00
## Version 0.23.2
* Tasks: add ability to create, edit, deleted and view task journals
2019-01-07 22:52:52 +01:00
## Version 0.23.1
* Catch IllegalStateExceptions in the account changed receiver.
2019-01-06 22:30:23 +01:00
## Version 0.23.0
2019-01-07 11:42:36 +01:00
* Add Tasks support via OpenTasks!
* Minimum Android version is now KitKat (4.4)
2019-01-06 22:30:23 +01:00
* Migrate almost all of the code to Kotlin
* Upgraded vcard4android and ical4android deps to latest (after more than a year!)
* Drop the custom password entry widget in favour of the stock one
2019-01-07 02:36:10 +01:00
* Debug handler now sends the report as body if ProtonMail (doesn't support attachments) is installed
2019-01-06 22:30:23 +01:00
* Fix the shared-to user in shared journals to be case insensitive
* Update HTTPS trusted ciphers list.
* Fix account deletion issues on some devices.
2019-01-04 21:39:37 +01:00
## Version 0.22.6
* Fix rare crash when importing / creating events with a missing or invalid timezone.
2018-12-30 21:59:59 +01:00
## Version 0.22.5
* Fix rare crash when trying to import contacts from an account on the phone.
2018-12-24 19:21:22 +01:00
## Version 0.22.4
* Event invitations: fix issue with times showing wrong across timezones.
* Fix group memberships to show with more Contacts apps
* Fix bug causing groups to get duplicated on modifications rather than just updated.
2018-11-30 12:20:03 +01:00
## Version 0.22.3
* Event invitations: add timezone and location information to email summary.
* Update ical4j dependency.
2018-11-01 11:36:00 +01:00
## Version 0.22.2
* Really fix the crashes because of the missing support lib dependencies
* Fix crash when importing a contact with a remote (not-embedded) picture
2018-10-30 11:48:32 +01:00
## Version 0.22.1
* Fix crashes because of missing support lib dependencies
2018-10-26 16:11:58 +02:00
## Version 0.22.0
* Add a setting to disable the "New Journal Entries" notifications
2018-09-25 11:57:31 +02:00
## Version 0.21.6
* Fix handling of partial dates in the jorunal contact view.
2018-09-14 19:28:42 +02:00
## Version 0.21.5
* Fix issue when viewing journal entries for contacts with malformed (empty but existing) nicknames
2018-09-06 17:45:28 +02:00
## Version 0.21.4
* Fix previous broken build because of bad submodules.
2018-09-06 17:29:36 +02:00
## Version 0.21.3
* Fix issue with events being saved with both duration and an end date.
2018-08-28 23:50:44 +02:00
## Version 0.21.2
* Fix sync when events have attendees and a duration rather than an end date.
2018-08-24 14:41:49 +02:00
## Version 0.21.1
* Trigger F-Droid build
2018-08-21 10:50:21 +02:00
## Version 0.21.0
* Add a notification to send email invites whenever an event has atendees.
2018-04-16 22:09:24 +02:00
## Version 0.20.4
* Restore the webview state after device rotation.
2018-04-11 11:23:36 +02:00
## Version 0.20.3
* Fix adding journal members on some devices.
* Don't crash when trying to delete non-existent records.
2018-02-07 00:36:21 +01:00
## Version 0.20.2
* Make HTTP request/response logging more verbose when logging to file (useful when debugging).
2018-01-25 15:42:40 +01:00
## Version 0.20.1
* Fix issue with contacts sometimes not syncing or syncing very slowly after big and heavy imports.
* Remove some potentially sensitive info from logs (needed now that we suggest sharing logs on crashes).
* ACRA: increase the number of last log-lines shared in crash reports to 500.
* Use ACRA when sharing the debug log from the debug activity (it also shares more info).
2018-01-23 11:49:12 +01:00
## Version 0.20.0
* Automatically generate stack traces on crashes and offer to send them by email. (Powered by ACRA).
* Detect and alert potential vendor specific bugs (namely with Xiaomi devices).
* Import: fix showing of the "import has finished" dialog.
* Import: remove duplicate detection, this didn't work well and was causing issues.
* Contact import: fix potential double-import.
* Make journal ownership tests case insensitive (as emails are).
* Update gradle, support libs and requery, and get rid of lombok.
* Make it more obvious that file-logging notification is persistent.
2018-01-07 18:29:57 +01:00
## Version 0.19.6
* Fix confusing error message when creating/fetching user info.
2017-12-26 13:01:21 +01:00
## Version 0.19.5
* Update store description.
2017-12-16 15:48:23 +01:00
## Version 0.19.4
* Improve error message when using the wrong encryption password on account creation.
* Update target SDK
2017-12-11 12:19:13 +01:00
## Version 0.19.3
* Update Polish translation.
2017-11-29 14:08:49 +01:00
## Version 0.19.2
* Fix a crash on import when app is in the background.
* Fix a few minor leaks.
* Update Polish translation.
2017-11-19 22:11:56 +01:00
## Version 0.19.1
* Update description to include self-hosting information on f-droid.
2017-11-19 21:40:06 +01:00
## Version 0.19.0
* Added support for setting a custom server address (needed for self-hosting support)
2017-11-19 21:42:47 +01:00
* Add support for anniversaries without a year
2017-11-19 21:40:06 +01:00
2017-11-14 20:10:48 +01:00
## Version 0.18.2
* Added fastlane data for f-droid
2017-09-26 19:38:29 +02:00
## Version 0.18.1
* Add support for birthdays without the year.
* Notify the user on journal modification.
* Add a debug option to force the UI language.
2017-05-16 13:29:27 +02:00
## Version 0.18.0
* Add back support for contact groups - thanks to user "359" for reporting this.
* Fix an issue causing local cache corruption in some rare cases - thanks to user "359" for reporting this.
* Clean up the vObject PRODID.
* Update okhttp
2017-05-15 12:31:08 +02:00
## Version 0.17.0
* Download journal in chunks instead of all at once
* Improves behaviour on slow and unreliable internet connections.
* Fixes Android cancelling the sync mid-way on some Android versions.
* Fix crash when exiting some activities before content loading has finished.
2017-05-12 13:49:59 +02:00
## Version 0.16.0
* Improve the look and feel of the journal viewer and show contacts and events in a prettier way.
* Increase default RSA key length to 3072 bit.
* Fix an issue with account addition not working in some cases.
* Add a unique constraint on journal UIDs (possible thanks to a bug fix in requery)
2017-05-04 12:25:57 +02:00
## Version 0.15.0
* Add support for multiple address books (adjusted from the DAVdroid solution).
* This works around the Android limitation of one address book per account.
* Change the fingerprint format to be numeric instead of hex (thanks to Dominik Schürmann for the suggestion)
* Fix UUID generation - in some cases weird UUIDs were generated for events.
* Fix opening of dashboard in the external browser.
* Fix a rare crash on the login page.
* Fix potential crash when viewing journals before they have been sync.
2017-04-24 17:25:53 +02:00
## Version 0.14.0
* Add support for sharing journals and using shared journals.
* This change includes viewing and verifying user's public key fingerprints, as well as automatic upload of encrypted private key.
* Add support for read-only journals (not controlling them, just treating existing read-only ones as such)
* Add icons to menu operations.
* Update dependencies (e.g. okhttp, requery, ical4android)
2017-04-07 10:09:25 +02:00
## Version 0.13.0
* Added a showcase wizard to showcase some features on first use.
* Make the sync more robust in case of interruptions.
* Changed the allowed TLS ciphers to only include a secure list.
* Changed the minimum required version to Android 4.1 (sdk version 16)
* Show a message when system-wide auto-sync is disabled
* Set correct PROID for Contacts, Events and Tasks
* Added many tests for the crypto and service.
* Code cleanups and refactoring in the sync manager.
* Update {cert,ical,vcard}4android to latest.
* Minor fixes
2017-04-04 00:07:37 +02:00
## Version 0.12.0
* Add import from local account (import calendars/contacts)
* Update the crypto protocol to version 2.
* Refactoring
2017-03-28 18:01:18 +02:00
## Version 0.11.1
* Fix potential crash when updating the app.
2017-03-24 17:19:46 +01:00
## Version 0.11.0
* Add import from file (vCard/iCal).
* Fix bug preventing from re-adding a removed account.
* Fix issue with some entries marked as "ADD" instead of "CHANGE" in some cases.
* Fix issues with embedded webview not showing all pages it should.
* Always log deletes, even when not previously added to server.
* Refresh the collection view when editing/deleting.
* Login: add a "forgot password" link.
2017-03-10 19:16:13 +01:00
## Version 0.10.0
* Open FAQ, user guide and signup page inside the app
* Add calendar/contacts view and edits screens
* Show the change journal on calendar/contacts view screen
* Journals are now cached locally
* Setup account page: added more info about the encryption password.
* Update German translation
2017-03-02 14:56:07 +01:00
## Version 0.9.2
* Reword some parts of the UI
* Add a "Coming soon" section for the Change Journal
2017-03-01 01:15:06 +01:00
## Version 0.9.1
* Add links to the usage guide.
* Open the account's dashboard when getting a "UserInactive" exception.
* Change how notifications launch activities.
* Fix issue with only one of the notifications being clickable.
* Shorten notification error title so account name is visible.
* Internal changes to how HttpExceptions are handled.
* Update strings.
2017-02-27 14:35:10 +01:00
## Version 0.9.0
* Rename the Android package to EteSync to avoid clashes with DAVdroid
* Optimise proguard rules and fix warnings
* Implement sha256 using bouncy-castle.
* Pin gradle plugin version to 2.2.3.
## Version 0.8.1
* Request permissions on app launch instead of only when needed.
* Update vcard4droid and ical4droid.
2017-02-21 20:40:33 +01:00
## Version 0.8.0
* Initial release.