1. 17 Oct, 2023 2 commits
  2. 13 Oct, 2023 1 commit
  3. 11 Oct, 2023 1 commit
  4. 10 Oct, 2023 1 commit
  5. 04 Oct, 2023 1 commit
    • Refactor Permission Handling for Improved Readability (#1164) · a3bacb4a
      * 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
  6. 27 Sep, 2023 1 commit
  7. 26 Sep, 2023 1 commit
  8. 25 Sep, 2023 1 commit
  9. 22 Sep, 2023 1 commit
  10. 20 Sep, 2023 1 commit
  11. 18 Sep, 2023 1 commit
    • Support web implementation of permission_handler (#1121) · a021685f
      * 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
  12. 13 Sep, 2023 1 commit
    • Reply already submitted in Android 13 while user request permissions (#1147) · 4026813d
      * 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
  13. 11 Sep, 2023 1 commit
  14. 07 Sep, 2023 2 commits
  15. 06 Sep, 2023 5 commits
  16. 28 Aug, 2023 1 commit
  17. 01 Aug, 2023 1 commit
  18. 20 Jul, 2023 1 commit
  19. 18 Jul, 2023 2 commits
  20. 13 Jul, 2023 2 commits
  21. 12 Jul, 2023 5 commits
  22. 07 Jul, 2023 1 commit
  23. 06 Jul, 2023 2 commits
  24. 30 Jun, 2023 4 commits