Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

Releases: CodyyAndroid/RxPermissions

update sdk verison to 28

12 Nov 02:48
644bcaa

Choose a tag to compare

  • use implementation/api instead of compile
  • update sdk version to 28

v2.0.3

01 Aug 02:04

Choose a tag to compare

  • 适配小米MIUI权限管理;
  • 增加权限申请说明Dialog;
  • 增加直接打开权限管理页面方法

v2.0.2

31 Jul 06:59

Choose a tag to compare

  • 适配小米6.0以上系统权限申请

v2.0.1

12 Apr 12:35

Choose a tag to compare

remove application label

v2.0.0

23 Mar 08:33

Choose a tag to compare

update Rxjava from 1.* to 2.*

v1.0.2

06 Jan 03:14

Choose a tag to compare

Schedules a commit of this transaction. The commit does
not happen immediately; it will be scheduled as work on the main thread
to be done the next time that thread is ready.

A transaction can only be committed with this method prior to its containing activity saving its state. If the commit is attempted after that point, an exception will be thrown. This is because the state after the commit can be lost if the activity needs to be restored from its state. See {@link #commitAllowingStateLoss()} for situations where it may be okay to lose the commit.