Skip to content

Releases: marcelpinto/permissions-ktx

v0.9

20 Sep 05:12
66e7fe7
Compare
Choose a tag to compare
  • Few bug fixing
  • Added new init method
  • Migrated to MavenCentral and dropped JCenter

v0.7

14 Mar 07:58
5ef59a8
Compare
Choose a tag to compare
  • Add ability to request Multiple Permissions (#4)

v0.6

07 Mar 09:09
Compare
Choose a tag to compare

Clean up and refactor of the main API to improve type-safety and architecture

  • Split Permission.kt into multiple independent classes
  • Create inline Permission class for type safety avoiding creating new allocations
  • Remove String extensions since it's not the best practice for core base types
    • Instead use the Permission class itself.
    • Provide PermissionKtx extensions to use directly Strings
  • Rename PermissionRequest.kt to PermissionLauncher.kt to align with ActivityResultLauncher terminology.

v0.5

13 Jan 08:34
Compare
Choose a tag to compare
  • Improve testability
  • Cleanup code

v0.4

09 Jan 09:24
Compare
Choose a tag to compare

First release! Available via JCentral.

v0.2

03 Jan 23:06
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Refactored the API to improve testability and usability

v0.1

01 Dec 07:43
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial version