Overview of changes in lomiri-calendar-app 1.2.0

  - Fix typo in enabledCollectionIds method name.
  - Fix recurrence issue when using drag/drop.
  - Avoid using Timers to populate views.
  - Move to generic Contact search model.
  - Add minutes to the working hour settings.
  - Remove multi touch handling on the side bar. This is hard to reach
    and lead to unexpected behavior. Like setting the working hours.
  - Fix allDay jumping to next day with DatePicker.
  - Apply QtPim change
    (ubports/development/core/packaging/qtpim/-/merge_requests/16).
  - CMakeLists.txt: Bump cmake_minimum_required() to 3.10. Support
    building with CMake 4 without deprecation warning.
  - Fix issue with localized Time (#252).
  - Don't set a minimum for TimePicker only (#253).
  - Be able to create or remove a local calendar.
  - Allow to modify an event from next year to current year (#183)
  - Make links in description clickable.
  - Re-enable unit tests.
  - Treat allDay event dates has UTC (#251).
  - Only display Calendar sound for Qt version >= 5.15 (starting from
    Noble).
  - Add link for custom reminder alert sound setting.
  - Fix missing translation for "Online Accounts".
  - Set ApplicationID according to APP_ID env var.
  - Add provider icon to Online calendar list.
  - Add "default" calendar information on calendar item.
  - Update calendar list according to model change.
  - Group calendars by accounts. Also move import/export feature at the
    top.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).

Overview of changes in lomiri-calendar-app 1.1.4

  - Only refresh filter once.
  - Prevent displaying buttons in Agenda View by default.
  - Remove iCal.js Since missing properties have been fixed on qtpim
    backend, no need to use that third party app.

Overview of changes in lomiri-calendar-app 1.1.3

  - Propagate arguments to Exec line.
  - src/main.cpp: Fix QSettings init.
  - Ensure Clicks built on CI has unique version string.
  - Call bindtextdomain with buildtime-determined locale path.
  - Ensure PageStack is initialized before pushing content at startup.
  - Fix new event not shown in Week view.
  - Remove deprecated tabs.
  - Use local time format in event bubbles.
  - Month name should not be in genitive.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).

Overview of changes in lomiri-calendar-app 1.1.2

  - CMakeLists.txt: Fix application's 'Name=' key (and others) not
    being translated in Lomiri's launcher.

Overview of changes in lomiri-calendar-app 1.1.1

  - qml: Don't use an existing filename as createQmlObject()'s "file
    path".
  - Prevent gettext from extracting Icon field in .desktop.
  - src/: Various typo fixes.
  - debian/: Supporting building on Debian testing/unstable and Ubuntu
    noble.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).

Overview of changes in lomiri-calendar-app 1.1.0

  - Migrate to binary launcher.
  - CMakeLists.txt: Install content hub peers file when built in
    non-click mode.
  - CMakeLists.txt: Install push-helper script when building in
    non-click mode.
  - push-helper: Use /bin/sh in shebang, add EOL at EOF.
  - Provide a translation for Birthday calendar from
    lomiri-abook2cal-syncd.
  - Fix flaw when porting LOA and related components from
    Ubuntu.OnlineAccounts to Lomiri.OnlineAccounts /
    SSO.OnlineAccounts.
  - Fix Sunday events not shown.
  - Add Calendar export and import.
  - Expand the time range for day view in order to get events from
    other timezone displayed.
  - Display sync icon warning when an error occured during sync
    process.
  - Add thin border to "dot" to avoid bad visibility for grey calendar
    color in dark theme.
  - Remove MouseArea since ListItem doesn't need it.
  - Use a colored "dot" instead of background color in all day event
    popover to improve readability.
  - Bump clickable min to latest stable main version.
  - Fix TimePicker showing minutes instead of hours.
