Skip to content

Tags: Spider-Andy/flutter-permission-handler

Tags

permission_handler_v11.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Calendar Access Levels (iOS17+) (Baseflow#1151)

* - Split iOS calendar permission into write only and full access

* - Fixes + adjust readme and bump versions

* - Adjust Changelog.md

* - Support iOS 17+ calendar permissions

* - Update README.md to reflect iOS 17+ calendar permissions

* - Fix PermissionManager.m issue

* - Fix dependencies

* Baseflow#1108 Adjusted for calendarReadOnly and calendarFullAccess

* Baseflow#1108 Remove breaking change annotation from changelog

* Switch calendarReadOnly to calendarWriteOnly

* Update permission_handler/CHANGELOG.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* - Adjusted iOS EventPermissionStrategy.m after review

* Added NSCalendarsFullAccessUsageDescription to apple example .plist and podfile

* Fix deprecated calendar permission logic

* Update EventPermissionStrategy.m

* Make small adjustments

* Make small touch-ups

* Updates `Runner.xcodeproj` files

* Update permission_handler/README.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* Update permission_handler/README.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* Replace `calendar` with `contacts` in tests

* Update permission_handler_apple.yaml

* Update permission_handler.yaml

* Update permission_handler.yaml

* Update permission_handler_apple.yaml

---------

Co-authored-by: milosKarakas <milos.karakas@codebluestudio.com>
Co-authored-by: TimHoogstrate <tim566@hotmail.com>
Co-authored-by: Jeroen Weener <JeroenWeener@users.noreply.github.com>
Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>

permission_handler_html_v0.1.0+1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates `permission_handler_platform_interface` dependency (Baseflow#…

…1233)

permission_handler_html_v0.1.0

Update Flutter version constraint

permission_handler_windows_v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new calendar permissions (Baseflow#1223)

permission_handler_apple_v9.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support iOS 17 calendar permissions (iOS) (Baseflow#1220)

* - Split iOS calendar permission into write only and full access

* - Fixes + adjust readme and bump versions

* - Adjust Changelog.md

* - Support iOS 17+ calendar permissions

* - Update README.md to reflect iOS 17+ calendar permissions

* - Fix PermissionManager.m issue

* - Fix dependencies

* Baseflow#1108 Adjusted for calendarReadOnly and calendarFullAccess

* Baseflow#1108 Remove breaking change annotation from changelog

* Switch calendarReadOnly to calendarWriteOnly

* Update permission_handler/CHANGELOG.md

Co-authored-by: TimHoogstrate <tim566@hotmail.com>

* - Adjusted iOS EventPermissionStrategy.m after review

* Added NSCalendarsFullAccessUsageDescription to apple example .plist and podfile

* Fix deprecated calendar permission logic

* Update EventPermissionStrategy.m

* Separate iOS changes

* Group calendar keys in `Info.plist`

---------

Co-authored-by: milosKarakas <milos.karakas@codebluestudio.com>
Co-authored-by: Miloš Karakaš <34490121+MilosKarakas@users.noreply.github.com>
Co-authored-by: TimHoogstrate <tim566@hotmail.com>

permission_handler_platform_interface_v4.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update documentation in permission_status.dart (Baseflow#1161)

* Update documentation in permission_status.dart

Updated the documentation to be clearer when limited and provisional statuses may be returned. The docs are repeated ~3 times, so I made them consistent.

* Updated the permanentlyDenied description per changes made in version 11.0.0

* Bumped the version in pubspec and CHANGELOG.

---------

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

permission_handler_android_v12.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Report ignoreBatteryOptimizations permission correctly (Baseflow#1200)

* Report ignoreBatteryOptimizations permission correctly

* Report restricted status pre-marshmallow devices

permission_handler_platform_interface_v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates documentation for Permission.photos on Android (Baseflow#1195)

* updates documentation for Permission.photos on Android

* added style change

* update

* minor update

permission_handler_platform_interface_v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace `calendarReadOnly` with `calendarWriteOnly` (Baseflow#1193)

permission_handler_android_v12.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update logic to handle calendar WRITE/FULL_ACCESS instead of READ/FUL…

…L_ACCESS (Baseflow#1194)

* Swaps calendar READ for WRITE

* Delete confusing doc sentence