Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 5.96 KB

CHANGELOG.md

File metadata and controls

83 lines (61 loc) · 5.96 KB

Change Log

Version 0.11.0 (In development)

Version 0.10.0 (2022-08-19)

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

Version 0.9.0 (2022-08-18)

  • 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)

Version 0.8.0 (2022-06-16)

  • 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)

Version 0.7.0 (2019-01-06)

Thanks to ParthPadg for the AndroidX migration!

Version 0.6.0 (2018-11-02)

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

Version 0.5.0 (2018-10-30)

Version 0.4.0 (2018-08-18)

Version 0.3.0 (2018-02-4)

Version 0.2.0 (2017-12-08)

Version 0.1.0 (2017-08-12)

  • Initial release