Skip to content

Releases: vanniktech/RxPermission

0.10.0

19 Aug 18:18
Compare
Choose a tag to compare
  • RxPermission: Fix return type of request & requestEach. Always non-null. #106 (vanniktech)

0.9.0

18 Aug 18:17
Compare
Choose a tag to compare
  • 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

16 Jun 09:08
Compare
Choose a tag to compare
  • 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

06 Jan 21:52
Compare
Choose a tag to compare

Thanks to ParthPadg for the AndroidX migration!

0.6.0

06 Jan 21:51
Compare
Choose a tag to compare
  • Update dependencies and make Theme transparent especially around the status bar. #55 (vanniktech)

0.5.0

30 Oct 16:53
Compare
Choose a tag to compare

0.4.0

17 Aug 22:35
Compare
Choose a tag to compare

0.3.0

04 Feb 11:25
Compare
Choose a tag to compare

0.2.0

10 Dec 12:49
Compare
Choose a tag to compare

0.1.0

12 Aug 09:17
Compare
Choose a tag to compare
  • Initial release