Commit Graph

70 Commits (c90bf78dc5a3c07e4a019761a6e967000400f020)

Author SHA1 Message Date
Tom Hacohen c90bf78dc5 Enable R8 and fix errors.
4 years ago
Alex Baker a36cfb8c9b Use getWantedTaskProvider
4 years ago
Alex Baker e01f54c687 Add Tasks.org support
4 years ago
Tom Hacohen df94fde5ff Move CollectionInfo and SyncEntry to the journalmanager module.
4 years ago
Tom Hacohen 5db8545f8f Upgrade ical4android.
4 years ago
Tom Hacohen 3c74cb1575 Optimise imports.
5 years ago
Tom Hacohen c8a81862ea Import: fix import of contacts.
5 years ago
Tom Hacohen 9018b6cdd0 Import: make it easy to report import issues to devs.
5 years ago
Tom Hacohen 8e457c5ec7 Import contacts: fix wrong import account.
5 years ago
Tom Hacohen cac34e6785 Import: verify activity is not null when finishing import.
5 years ago
Tom Hacohen 84ab0cb16f Import: check if successfully acquired the provider before trying to import.
5 years ago
Tom Hacohen 1f9e7fa6a6 Revert: Import: always import, don't try to find duplicates based on UID
5 years ago
Tom Hacohen d358ac0ba4 Import: implement importing tasks from file.
5 years ago
Tom Hacohen f4ce548310 Import: replace size check with isEmpty().
5 years ago
Tom Hacohen 6381617f2c Import: only dismiss import dialog if already showing.
5 years ago
Tom Hacohen e4b29832f5 Import: mark progressDialog as non-null.
5 years ago
Tom Hacohen 9c8daf1ebd More optimise imports.
5 years ago
Tom Hacohen 7010967a31 Import: fix crash when import finishes while the activity is dead.
5 years ago
Tom Hacohen bc829d0d1e Improve logging in syncmanager and import.
5 years ago
Tom Hacohen 17b6e69c86 Move everything to use the new Logger
5 years ago
Tom Hacohen 6f453faf06 Import: cleanup code a bit.
5 years ago
Tom Hacohen 77d89f3b4b Import: Rename poorly named class.
5 years ago
Tom Hacohen b765f177c7 Migrate to AndroidX.
5 years ago
Tom Hacohen 1b15aaab19 Import: minor code cleanups.
5 years ago
Tom Hacohen b64b95e204 Import from file: fix issues with sometimes importing from file.
5 years ago
Tom Hacohen 4fb49cf5f4 Import from file: dismiss dialog and print an error in a missed error case.
5 years ago
Tom Hacohen b6453718f4 Import fragment: move the null assertions around a bit
5 years ago
Tom Hacohen b13be67820 Import: improve group import and fix a potential crash
5 years ago
Tom Hacohen f9fc14b0dd Address book import: add support for importing groups from file
5 years ago
Tom Hacohen 0ae278aabd Addressbook import: implement group import when importing from account.
5 years ago
Tom Hacohen e005064be6 Fix a lot of kotlin warnings
5 years ago
Tom Hacohen 723790178c Optimise imports.
5 years ago
Tom Hacohen c4daed9391 Upgrade vcard4android and ical4android.
6 years ago
Tom Hacohen cd33b5def8 Kotlin: move resources to Kotlin (almost compiles).
6 years ago
Tom Hacohen e38c720d1a Kotlin: more kotlin migration.
6 years ago
Tom Hacohen 4d516c5fe1 Kotlin: more kotlin migration.
6 years ago
Tom Hacohen 4c4c94ca1c Kotlin: more kotlin migration.
6 years ago
Tom Hacohen f77063ff1a Kotlin: more kotlin migration.
6 years ago
Tom Hacohen 12c41b450c Contact import: Don't list accounts with an empty account name or type.
6 years ago
Tom Hacohen 25759a4e86 Fix typo in error message.
6 years ago
Tom Hacohen 3efa76579e Fix crash with missing contact downloader when importing.
6 years ago
Tom Hacohen 2e92422ea6 Import: fix showing the import finished dialog.
6 years ago
Tom Hacohen c93e21e2d3 Contact import: fix accidental double-import.
6 years ago
Tom Hacohen 536bef9815 Import: always import, don't try to find duplicates based on UID.
6 years ago
Tom Hacohen dd96ea38d0 Remove lombok usage entirely, but keep it for the submodules
6 years ago
Tom Hacohen 0e6ee9c101 Fix content provider leak.
7 years ago
Tom Hacohen 71563eddfe Import: fix crash when import finishes while the app is minimised.
7 years ago
Tom Hacohen 1cf1d0f5b0 BaseActivity: Add an activity that all other activities inherit from.
7 years ago
Tom Hacohen eb95eada91 Import: Add an alias for our addressbook and davdroid account types.
7 years ago
Tom Hacohen 2f95ddbda2 Import: Fix address book import.
7 years ago