Skip to content

Latest commit

 

History

History
98 lines (97 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

98 lines (97 loc) · 6.48 KB

ChangeLog

  • 3.3.1 2018/04/17
    • Internal: Update using Kotlin ver to 1.2.50 #489
    • Add: Add a lint rule for not call WithPermissionCheck inside onResume #486
    • Fix: Fix compile error when request SYSTEM_ALERT_WINDOW on SupportFragment #482
    • Fix: Fix the problem with order matter "Useless @OnShowRationale declaration #479
  • 3.2.0 2018/04/17
    • Update: Address lint for Kotlin project #460
    • Add: Add JvmName annotation to generated file #458
    • Update: Deprecate android.app.Fragment #454
    • Fix: Kotlin file problem with CallOnRequestPermissionsResultDetector #449
  • 3.1.0 2017/12/18
    • Fix: nullable params with Kotlin #397
    • Fix: PD does not generate kt version of SYSTEM_ALERT_WINDOW #406
  • 3.0.1 2017/09/17
    • Fix: NeedsPermission annotated method with parameter doesn't work in Kotlin #376
    • Fix: CallNeedsPermission check incorrectly flags calls to methods of different class #377
  • 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
    • Remove a workaround in the case targetSdkVersion < 23 #305.
      • If you need the workaround please use older version.
  • 2.3.2 2017/03/10
    • Update minSdkVersion to API level 9 #286.
    • Add new compile-time check #284.
    • Fix the problem with receiver of startActivityForResult #280
    • Support nested annotated class #263
  • 2.3.1 2016/12/26
    • Fix a bug related to Xiaomi. #240.
    • Address #244 just in case.
  • 2.3.0 2016/12/14
    • Start Xiaomi support. #235.
    • Fix slight bug for lint check. #230.
  • 2.2.1 2016/12/08
    • Lint update: Migrate to Psi APIs #227.
    • Make sure to support Java 1.6 #222.
  • 2.2.0 2016/09/25
    • Support maxSdkVersion #204.
    • Add ProGuard support #175.
    • Some internal cleanup.
  • 2.1.3 2016/05/12
  • 2.1.2 2016/04/11
  • 2.1.1 2016/03/30
  • 2.1.0 2016/03/20
  • 2.0.9 2016/03/19
  • 2.0.8 2016/03/09
  • 2.0.7 2016/02/16
    • Kotlin 1.0 support #98.
  • 2.0.6 2016/02/15
    • Add lint support #75.
    • Update kotlin version #91.
    • Performance improvement #93.
  • 2.0.5 2016/01/29
    • Back to support JDK 1.7.
  • 2.0.4 2016/01/22
  • 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.
  • 1.2.1 2015/09/14
    • Fix #14 and #16.
  • 1.2.0 2015/09/07
    • Add @DeniedPermission and @DeniedPermissions.
  • 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.
  • 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.