1. 22 Jul, 2024 2 commits
  2. 12 Jun, 2024 1 commit
  3. 04 Jun, 2024 1 commit
    • [LocationPermission] Fix warning UI unresponsive in mainthread when c… (#1329) · daf38b13
      * [LocationPermission] Fix warning UI unresponsive in mainthread when calling locationServicesEnabled
      
      * fix issue #1002: bump version, fix Xcode location check warning
      
      * fix issue #1002: Xcode warning of the unresponsive of main thread when checking location state
      
      * bump version to 11.3.2
      
      * bump version to 11.3.2: update changelog and fix #1002
      
      * update permission_handler_apple dependency to minimum 9.4.5
      
      * revert permission_handler_apple dependency
      
      * revert CHANGELOG.md
      
      * revert pubspec.yaml
      honghai2196 committed
  4. 02 May, 2024 1 commit
  5. 27 Mar, 2024 2 commits
  6. 26 Mar, 2024 3 commits
  7. 21 Mar, 2024 1 commit
  8. 18 Mar, 2024 1 commit
  9. 13 Feb, 2024 2 commits
  10. 12 Feb, 2024 2 commits
  11. 08 Feb, 2024 1 commit
    • Add `photosAddOnly` setup for iOS to Podfile in README (#1254) · 669aff85
      * Added comment in Podfile for NSPhotoLibraryAddUsageDescription
      
      * fix photosAddOnly key for info.plist
      
      * Added new versions
      
      * Update permission_handler/CHANGELOG.md
      
      * Update permission_handler/CHANGELOG.md
      
      * Update permission_handler_apple/CHANGELOG.md
      
      * Update permission_handler_apple/CHANGELOG.md
      
      ---------
      
      Co-authored-by: tim Hoogstrate <tim566@hotmail.com>
      Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
      Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
      Christian Navolskyi committed
  12. 07 Feb, 2024 1 commit
  13. 30 Jan, 2024 2 commits
  14. 17 Jan, 2024 3 commits
    • Adds support to request Siri permission on iOS. (#1265) · 78a549ca
      * Adding SiriKit permissions (#1140)
      
      * Adding SiriKit permissions
      
      * Fix tests
      
      ---------
      
      Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
      
      * Reserves the assistant permission on no-op platforms
      
      * Adds support to example application
      
      * Remove pubspec overrides
      
      * Fix formatting
      
      * Add support for Permission.assistant to the app facing package.
      
      * Fix formatting
      
      ---------
      
      Co-authored-by: Baptiste DUPUCH <baptiste.dupuch@gmail.com>
      Maurits van Beusekom committed
    • Add support for the Permission.assistant in all platforms. (#1267) · e0b76c2a
      * Adding SiriKit permissions (#1140)
      
      * Adding SiriKit permissions
      
      * Fix tests
      
      ---------
      
      Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
      
      * Reserves the assistant permission on no-op platforms
      
      * Adds support to example application
      
      * Remove pubspec overrides
      
      * Fix formatting
      
      * Revert app facing package to main
      
      * Revert so only platform implementation changes are included
      
      * Add support for Permission.assistant to platforms
      
      * Update permission_handler_android/CHANGELOG.md
      
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      
      * Update permission_handler_html/CHANGELOG.md
      
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      
      * Update permission_handler_windows/CHANGELOG.md
      
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      
      ---------
      
      Co-authored-by: Baptiste DUPUCH <baptiste.dupuch@gmail.com>
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      Maurits van Beusekom committed
    • Adds support to request SiriKit permissions to platform interface. (#1266) · 0bf4d6f0
      * Adding SiriKit permissions (#1140)
      
      * Adding SiriKit permissions
      
      * Fix tests
      
      ---------
      
      Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
      
      * Reserves the assistant permission on no-op platforms
      
      * Adds support to example application
      
      * Remove pubspec overrides
      
      * Fix formatting
      
      * Revert to platforms to main
      
      * Revert so only platform interface changes are included
      
      * Update permission_handler_platform_interface/CHANGELOG.md
      
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      
      ---------
      
      Co-authored-by: Baptiste DUPUCH <baptiste.dupuch@gmail.com>
      Co-authored-by: TimHoogstrate <tim566@hotmail.com>
      Maurits van Beusekom committed
  15. 16 Jan, 2024 1 commit
  16. 15 Dec, 2023 1 commit
  17. 05 Dec, 2023 2 commits
  18. 21 Nov, 2023 1 commit
    • Support Calendar Access Levels (iOS17+) (#1151) · e3c92e38
      * - 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
      
      * #1108 Adjusted for calendarReadOnly and calendarFullAccess
      
      * #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>
      Miloš Karakaš committed
  19. 17 Nov, 2023 3 commits
  20. 16 Nov, 2023 1 commit
  21. 15 Nov, 2023 2 commits
    • Support iOS 17 calendar permissions (iOS) (#1220) · 6d8d9617
      * - 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
      
      * #1108 Adjusted for calendarReadOnly and calendarFullAccess
      
      * #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>
      Jeroen Weener committed
  22. 14 Nov, 2023 1 commit
  23. 27 Oct, 2023 2 commits
  24. 23 Oct, 2023 1 commit
  25. 18 Oct, 2023 1 commit
  26. 17 Oct, 2023 1 commit