Releases: mauikit/accounts
Releases · mauikit/accounts
v0.4.0
CHANGELOG
v0.4.0
- Fixed a major bug due to which it it was not possible to filter by account in Android (was showing no contacts available).
- Added synced contacts count in main account listing page.
- Added sections to differentiate CardDAV and CalDAV(yet to be implemented) accounts.
- Added a dialog to show url when account list is clicked from main listing page.
- Fixed a bug where sync was crashing and crash dialog was shown when an account was removed when Sync was in progress.
- Changed QML Toasts to Android System Toasts
- Added ProgressDialod instead of Toast while adding an Account
v0.3.0
CHANGELOG
v0.3.0
- Implemented workaround Sync Functionality for Android
- Show Sync Progress in Notification
- Added context menu for listed accounts in main page to sync / delete the accounts
- Implemented "Custom Server" Functionality to add any custom carddav server other than Opendesktop
v0.1.2
CHANGELOG
v0.1.2
- Enable Sync when Account is added to System
- Validation Checks to prevent App from crashing during sync
v0.1
CHANGELOG
v0.1
What Works :
- Adding Opendesktop.cc CardDAV account to System
- Removing Added System Account
- Listing Added CardDAV System Accounts
- Upload New Local Contacts to Remote Server
- Upload Updated Local Contacts to Remote Server
- Download New Remote Contacts
- Download Updated Remote Contacts
- Delete Remote Contacts if Local Contact is Deleted
What Doesn't Work :
- Delete Local Contacts if Remote Contact is Deleted
- Some Fields like Photo, Email Type, Phone Type, etc are not supported yet