Releases: builttoroam/device_calendar
Releases · builttoroam/device_calendar
v4.3.3
What's Changed
- Cherry pick request FullAccess on iOS17+ (#497) by @LeonardoCaracho in #519
- Add support for AGP 8.0 on the release branch Peng1104/device_calendar#1 by @Peng1104 in #528
New Contributors
- @LeonardoCaracho made their first contribution in #519
- @Peng1104 made their first contribution in #528
Full Changelog: 4.3.2...v4.3.3
v4.3.3-20240801
What's Changed
- Cherry pick request FullAccess on iOS17+ (#497) by @LeonardoCaracho in #519
- Add support for AGP 8.0 on the release branch Peng1104/device_calendar#1 by @Peng1104 in #528
New Contributors
- @LeonardoCaracho made their first contribution in #519
- @Peng1104 made their first contribution in #528
Full Changelog: 4.3.2...4.3.3-20240801
4.3.2
What's Changed
- Timezone implementation and fixes by @nickrandolph in #307
- Publish new prerelease by @thomassth in #360
- New prerelease (4.1) by @thomassth in #381
- 4.1.0 release by @thomassth in #395
- 4.2 prerelease by @thomassth in #406
- 4.2 Release by @thomassth in #412
- V4.3 cherry picks by @IVLIVS-III in #461
- v4.3 Release by @thomassth in #468
- Release 4.3.1 by @thomassth in #476
- gradle fix by @thomassth in #498
- Release 4.3.2: packages cleanup by @thomassth in #503
Full Changelog: 4.3.1...4.3.2
4.3.1
- Fixed an issue that prevented the plugin from being used with Kotlin 1.7.10
What's Changed
- Remove faulty requestPermissions implementation in favor of working one by @tjarvstrand in #465
New Contributors
- @tjarvstrand made their first contribution in #465
Full Changelog: 4.3.0...4.3.1
4.3.1+4217521123
Merge pull request #465 from tjarvstrand/fix-request-permissions Remove faulty requestPermissions implementation in favor of working one
4.3.0
- Updated multiple underlying dependencies
- Note:
timezone 0.9.0
removed named database files. If you are only usingdevice_calendar
, you can ignore this note.
- Note:
- Added support for all-day multi-day events on iOS
- Fixed iOS issue of adding attendees to events
- Fixed Android issue of the
ownerAccount
being null
What's Changed
- Add EventStatus property to Event by @lucasribolli in #410
- fix iOS build workflow by @meunicorn in #434
- Updated multiple underlying dependencies (closes #437). by @IVLIVS-III in #440
- Allows the plugin to be used in the background / an isolate by @lucky-lusa in #431
- Implementing Rrule package by @GoldenSoju in #403
- Owner account null #427 by @SungHyun22 in #443
- Update issue templates by @thomassth in #444
- packages cleanup by @thomassth in #449
- iOS: Fix error when adding attendees due to UUID is nil. by @GoldenSoju in #453
- Fixed All day events start time may be incorrect (iOS only) #337 by @OleksandraFedotova in #450
New Contributors
- @lucasribolli made their first contribution in #410
- @meunicorn made their first contribution in #434
- @lucky-lusa made their first contribution in #431
- @GoldenSoju made their first contribution in #403
- @SungHyun22 made their first contribution in #443
- @OleksandraFedotova made their first contribution in #450
Full Changelog: 4.2.0...4.3.0
4.3.0+3635229635
Merge pull request #450 from OleksandraFedotova/develop Fixed All day events start time may be incorrect (iOS only) #337
4.2.0
- Fix: apks can be build correctly now
- Support for viewing and editing attendee status
- iOS needs a specific native view and permissions to edit attendees due to iOS restrictions. See README and example app.
4.2.0+1693148588
Merge pull request #407 from builttoroam/thomassth-patch-1
4.1.0
- Fix: title, descriptions etc are now retrieved properly.
- Fix: Event JSONs created and are now readable. Previous (mislabeled) JSONs are also readable with warnings.
- Fix: removed depreceated plugins from Example.
- Integration tests are now working. Android instructions are ready.
- Gradle plug-ins are updated.
- Compiles with jvm 1.8, should be compilable for Flutter 2.9+
- Android: proper support for all day events, and multi-day all day events.
What's Changed
- v4.0 release by @thomassth in #368
- Release 4.0.1 by @thomassth in #378
- Fix event serialization and run tests in CI pipeline by @cjohnson19 in #321
- Integration test by @thomassth in #380
- Upgrade for gradle by @thomassth in #379
- Fixing event JSON mapping by @thomassth in #382
- more fixes to integration test by @thomassth in #385
- fix: not matching timezone from JSON by @thomassth in #388
- 4.1.0 final prep by @thomassth in #390
- Enable multiple-day allDay events on Android by @FCView in #324
- old args convertor by @thomassth in #394
New Contributors
Full Changelog: 4.0.1...4.1.0