Skip to content

Releases: mauikit/accounts

v0.4.0

25 Apr 15:06
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

CHANGELOG

v0.4.0

  1. Fixed a major bug due to which it it was not possible to filter by account in Android (was showing no contacts available).
  2. Added synced contacts count in main account listing page.
  3. Added sections to differentiate CardDAV and CalDAV(yet to be implemented) accounts.
  4. Added a dialog to show url when account list is clicked from main listing page.
  5. Fixed a bug where sync was crashing and crash dialog was shown when an account was removed when Sync was in progress.
  6. Changed QML Toasts to Android System Toasts
  7. Added ProgressDialod instead of Toast while adding an Account

v0.3.0

19 Apr 19:06
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

CHANGELOG

v0.3.0

  1. Implemented workaround Sync Functionality for Android
  2. Show Sync Progress in Notification
  3. Added context menu for listed accounts in main page to sync / delete the accounts
  4. Implemented "Custom Server" Functionality to add any custom carddav server other than Opendesktop

v0.1.2

25 Mar 08:25
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

CHANGELOG

v0.1.2

  1. Enable Sync when Account is added to System
  2. Validation Checks to prevent App from crashing during sync

v0.1

23 Mar 19:46
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

CHANGELOG

v0.1

What Works :

  1. Adding Opendesktop.cc CardDAV account to System
  2. Removing Added System Account
  3. Listing Added CardDAV System Accounts
  4. Upload New Local Contacts to Remote Server
  5. Upload Updated Local Contacts to Remote Server
  6. Download New Remote Contacts
  7. Download Updated Remote Contacts
  8. Delete Remote Contacts if Local Contact is Deleted

What Doesn't Work :

  1. Delete Local Contacts if Remote Contact is Deleted
  2. Some Fields like Photo, Email Type, Phone Type, etc are not supported yet