-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/schema-deferred' into develop
- Loading branch information
Showing
8 changed files
with
113 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
## Change Log | ||
|
||
### Kotlin AndroidX Account 1.1.3 *(2020-02-07)* | ||
|
||
* Migrate schema to support deferred streams. | ||
|
||
### Kotlin AndroidX Account 1.1.2 *(2019-12-04)* | ||
|
||
* Fix single account scheme to remove only authenticator accounts. | ||
|
||
### Kotlin AndroidX Account 1.1.1 *(2019-11-12)* | ||
|
||
* Make `removeAccount()` method dependant on scheme mode. | ||
|
||
### Kotlin AndroidX Account 1.1.0 *(2019-11-12)* | ||
|
||
* Add `mode` property to `AccountScheme`. | ||
|
||
### Kotlin AndroidX Account 1.0.1 *(2019-11-12)* | ||
|
||
* Correct constant package names in scheme; | ||
* Refactor schema code to remove duplications. | ||
|
||
### Kotlin AndroidX Account 1.0.0 *(2019-11-12)* | ||
|
||
* Stable library release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters