- 17 Jan, 2024 1 commit
-
-
* 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
-
- 16 Jan, 2024 1 commit
-
-
Maurits van Beusekom committed
-
- 15 Dec, 2023 1 commit
-
-
Flero committed
-
- 05 Dec, 2023 2 commits
-
-
Maurits van Beusekom committed
-
* fixed plugin init with non-https web app * fixed plugin init with non-https web app * fixed handling of nullable values * fixed _locationPermissionName * better error handling * PR feedback * PR feedback
Eugene Kuleshov committed
-
- 21 Nov, 2023 1 commit
-
-
* - 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
-
- 17 Nov, 2023 3 commits
-
-
Jeroen Weener committed
-
Maurits van Beusekom committed
-
Jeroen Weener committed
-
- 16 Nov, 2023 1 commit
-
-
* Rename to `permission_handler_html` * Change description example `pubspec.yaml`
Jeroen Weener committed
-
- 15 Nov, 2023 2 commits
-
-
Jeroen Weener committed
-
* - 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
-
- 14 Nov, 2023 1 commit
-
-
Maurits van Beusekom committed
-
- 27 Oct, 2023 2 commits
-
-
* 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>
Andrew Brampton committed -
* Fix * Replace `-` to `*` * Fix
Michael Nabil committed
-
- 23 Oct, 2023 1 commit
-
-
* Report ignoreBatteryOptimizations permission correctly * Report restricted status pre-marshmallow devices
Maurits van Beusekom committed
-
- 18 Oct, 2023 1 commit
-
-
* updates documentation for Permission.photos on Android * added style change * update * minor update
TimHoogstrate committed
-
- 17 Oct, 2023 2 commits
-
-
* Swaps calendar READ for WRITE * Delete confusing doc sentence
Jeroen Weener committed -
Jeroen Weener committed
-
- 13 Oct, 2023 1 commit
-
-
* Clean up `determinePermissionStatus` * Implement new calendar permissions
Jeroen Weener committed
-
- 11 Oct, 2023 1 commit
-
-
Michael Nabil committed
-
- 10 Oct, 2023 1 commit
-
-
Jeroen Weener committed
-
- 04 Oct, 2023 1 commit
-
-
* Add `PermissionCallbacks` * Fix * Clean tests * Update permission_handler/CHANGELOG.md Co-authored-by: Maurits van Beusekom <maurits@baseflow.com> * Fix type * Merge `PermissionCallbacks` to `PermissionActions` * Fix format * Fix test * Convert all the variables to private --------- Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
Michael Nabil committed
-
- 27 Sep, 2023 1 commit
-
-
Refactor 'infomation' to 'information'
Md. Touhidul Islam committed
-
- 26 Sep, 2023 1 commit
-
-
* Removed unused method and fix analysis warnings * Bumped version number
Maurits van Beusekom committed
-
- 25 Sep, 2023 1 commit
-
-
Jeroen Weener committed
-
- 22 Sep, 2023 1 commit
-
-
Co-authored-by: Rafał Świerzyński <rafal.swierzynski@jambit.com>
wujek-srujek committed
-
- 20 Sep, 2023 1 commit
-
-
* Remove `BIND_CALL_REDIRECTION_SERVICE` permission from `PERMISSION_GROUP_PHONE` * Remove `BIND_CALL_REDIRECTION_SERVICE` permission from manifest * Combine all permission results instead of returning the first * Update changelog and version * Update CHANGELOG and version
Jeroen Weener committed
-
- 18 Sep, 2023 1 commit
-
-
* added integration tests * added basic integration tests * updated integration tests * continued integration tests * added unit test file * Move each permission request to its own private method * Add unit tests and fake web permission handler plugin * added unit tests for camera and microphone * Updated documentation files * Create superclass web_handler.dart * Use OOP delegation pattern for web_handler * Change web_handler.dart to web_delegate.dart * Make WebDelegate class initialization lazy * Create unit test for each method and permission * removed redundant integration_test module * remove redundant test_driver module * Revert unneeded files and add api docs * Add geolocation to web permission_handler * Formatted web_delegate.dart * Avoid swallowing request permission exception * Replace UnimplementedError with UnsupportedError for requestPermissions method Co-authored-by: Maurits van Beusekom <maurits@baseflow.com> * Make WebDelegate instance variables private --------- Co-authored-by: Victor Sanni <victorsanni@google.com> Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
Victor Sanni committed
-
- 13 Sep, 2023 1 commit
-
-
* Reply already submitted in Android 13 while user request permissions(eg. post_notification, locations) * Update permission_handler_android/android/src/main/java/com/baseflow/permissionhandler/PermissionManager.java Co-authored-by: Jeroen Weener <JeroenWeener@users.noreply.github.com> --------- Co-authored-by: Jeroen Weener <JeroenWeener@users.noreply.github.com>
飞龙 committed
-
- 11 Sep, 2023 1 commit
-
-
Jeroen Weener committed
-
- 07 Sep, 2023 2 commits
-
-
* Return 'permanently denied' as status when appropriate * Make `checkPermissionStatus` callable from background * Update version number * Make use of `Activity` more explicit * Format java code * Refactor activity and context bookkeeping * Initialize `PermissionManager` in `onAttachedToEngine` * Follow-up from merge
Jeroen Weener committed -
* Handle special permissions for multirequest * Update PI docs (#1133) * Add background location section to faq (#1134) * Open settings screen (#1138) * Update Android version mentions (#1135) * Update Android version references (#1136) * Refactor launching of special permissions * Handle special permissions for multirequest * Refactor launching of special permissions
Jeroen Weener committed
-
- 06 Sep, 2023 5 commits
-
-
Jeroen Weener committed
-
Jeroen Weener committed
-
Jeroen Weener committed
-
Jeroen Weener committed
-
Jeroen Weener committed
-
- 28 Aug, 2023 1 commit
-
-
* Fix dialog dismiss bug * Fixes javadoc alignment
Jeroen Weener committed
-
- 01 Aug, 2023 1 commit
-
-
md-touhid committed
-