Vanniktech RxPermission Versions Save

Reactive permissions for Android

0.10.0

1 year ago
  • RxPermission: Fix return type of request & requestEach. Always non-null. #106 (vanniktech)

0.9.0

1 year ago
  • RxPermission: hasRequested API to check if Permission has been requested once before. #105 (vanniktech)
  • Add Dependency Guard plugin. #96 (vanniktech)
  • Add licensee plugin for License verification. #95 (vanniktech)
  • Lint: Fail upon SyntheticAccessor issues. #94 (vanniktech)

0.8.0

1 year ago
  • Stopping permission requests on activity restore #76 (rprunskas)
  • Target 29 & add test for location background permission. #73 (vanniktech)
  • Fix NullpointerException in ShadowActivity#handleIntent. #70 (vanniktech)
  • Separate testing infrastructure into it's own module. #65 (vanniktech)

0.7.0

5 years ago

Thanks to ParthPadg for the AndroidX migration!

0.6.0

5 years ago
  • Update dependencies and make Theme transparent especially around the status bar. #55 (vanniktech)

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago
  • Initial release