- 3.0.1 2017/09/17
- 3.0.0 2017/09/16
- Add fully Kotlin support!
- Allow for Deterministic, Reproducible Builds with sorted inputs #342
- Internal: Migrate Lint Rules to UAST 363
- Rename withCheck to withPermissionCheck #365
- Fix CallNeedsPermissionDetector to work correctly #368
- 2.4.0 2017/05/01
- Fix
SupportV13MissingException
with newer Gradle #279.- Now we bundle support v13 library in the library, you don't have to add v13 dependency by yourself.
- If you don't need v13 remove it rxpressly. ref: README
- Now we bundle support v13 library in the library, you don't have to add v13 dependency by yourself.
- Remove a workaround in the case
targetSdkVersion < 23
#305.- If you need the workaround please use older version.
- Fix
- 2.3.2 2017/03/10
- 2.3.1 2016/12/26
- 2.3.0 2016/12/14
- 2.2.1 2016/12/08
- 2.2.0 2016/09/25
- 2.1.3 2016/05/12
- Fix #147.
- 2.1.2 2016/04/11
- 2.1.1 2016/03/30
- Fix #124.
- 2.1.0 2016/03/20
- Fix #114.
- 2.0.9 2016/03/19
- Fix #112.
- 2.0.8 2016/03/09
- 2.0.7 2016/02/16
- Kotlin 1.0 support #98.
- 2.0.6 2016/02/15
- 2.0.5 2016/01/29
- Back to support JDK 1.7.
- 2.0.4 2016/01/22
- Fix Issue #78
- 2.0.3 2016/01/18
- This version has a bug which @OnNeverAskAgain is never called. Please don't use it.
- Add #65.
- Add #72.
- 2.0.2 2016/01/13
- Fix #63.
- 2.0.1 2015/12/04
- Add
@NeverAskAgain
.
- Add
- 1.2.1 2015/09/14
- Fix #14 and #16.
- 1.2.0 2015/09/07
- Add
@DeniedPermission
and@DeniedPermissions
.
- Add
- 1.1.2 2015/08/26
- Downgrade processor jdk version to 1.7.
- 1.1.1 2015/08/25
- Fix some bugs.
- 1.1.0 2015/08/24
- Add
@NeedsPermissions
and@ShowRationales
.
- Add
- 1.0.1 2015/08/20
- Stop calling rationale methods in the OnRequestPermissionsResult.
- 1.0.0 2015/08/19
- Using support v4 compat classes.
- 0.9.0 2015/08/18
- Prepare for preview 3(final release).
- 0.5.0 2015/08/16
- Initial release.