| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.0-RC2 source code.tar.gz | 2020-01-21 | 170.2 kB | |
| 3.0.0-RC2 source code.zip | 2020-01-21 | 223.1 kB | |
| README.md | 2020-01-21 | 577 Bytes | |
| Totals: 3 Items | 393.9 kB | 0 | |
3.0.0-RC2
- Detect permanently denied permissions! Changes to
AssentResult's structure, it also allows you to accessGrantResult's for specific permissions. - Some internal cleanup and restructuring.
3.0.0-RC1
- The library is now split into 3 separate modules. Core, Rationales, and Coroutines.
- Coroutines support! No callbacks.
- Upgrade dependencies and project structure.
- Add
ACCESS_BACKGROUND_LOCATIONto thePermissionenum. - Got rid of Timber for logging (doesn't really make sense for a library). Log to the logcat directly.