Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move local collection management from companion objects to LocalDataStore #1125

Draft
wants to merge 12 commits into
base: main-ose
Choose a base branch
from

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    6afa2cf View commit details
    Browse the repository at this point in the history
  2. Move Syncer.getLocalCollections to LocalDataStore.getAll()

    - note that things like the "sync_enabled" Android calendar flag are not supported and always set to true
    rfc2822 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8534a31 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    rfc2822 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fc003c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29312b8 View commit details
    Browse the repository at this point in the history
  5. Implement LocalTaskListStore

    rfc2822 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    fbdf465 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix tests

    sunkup committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    465c109 View commit details
    Browse the repository at this point in the history
  2. Drop initialUserData

    rfc2822 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9dda038 View commit details
    Browse the repository at this point in the history
  3. Address book read-only applies to entries of address book itself, so …

    …moving to LocalAddressBook
    rfc2822 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8cbfe1d View commit details
    Browse the repository at this point in the history
  4. KDoc, shouldBeReadOnly

    rfc2822 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    72aef60 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Test accountName

    sunkup committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    71b3525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ca1a0 View commit details
    Browse the repository at this point in the history
  3. Test create address book

    sunkup committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2b9ea3c View commit details
    Browse the repository at this point in the history