Skip to content

Releases: li2/android-common

Rx & Coroutine utils for broadcast, sdcard, sensor, etc

24 May 07:37
@li2 li2
Compare
Choose a tag to compare
  • Rx & Coroutine sdcard state changes
  • Rx & Coroutine broadcast
  • Rx & Coroutine sensor changes
  • Rx SubscribeOnLifecycle
  • CoroutineScopeExt.kt
  • Updated RxDialog package
  • Refactor RxPermissions

Context: getVersionName, openUrl

07 Jun 06:42
@li2 li2
Compare
Choose a tag to compare
0.2.1

Bump version to 0.2.1

Upgraded to RxBinding4, RxJava3, RxKotlin3

27 May 09:53
@li2 li2
Compare
Choose a tag to compare
0.2.0

Bump version to 0.2.0

Resource to data class; LiveData.combineLatest:

23 May 10:40
@li2 li2
Compare
Choose a tag to compare
  • Updated Resource to data class
  • LiveData.combineLatest: combine the latest value emitted by each LiveData.
  • RateLimiter: Utility class that decides whether we should fetch some data or not.

LiveData isLoading, isError, isIdle extension functions

03 May 06:31
@li2 li2
Compare
Choose a tag to compare

LiveData post error as well as data if has

29 Apr 06:54
@li2 li2
Compare
Choose a tag to compare
0.1.10

Bump version to 0.1.10

Added utils to open App

15 Apr 08:15
@li2 li2
Compare
Choose a tag to compare
0.1.9

Bump version to 0.1.9

Initial Release

14 Apr 12:05
@li2 li2
Compare
Choose a tag to compare

Utilities includes:

├── arch
│   ├── Event.kt
│   ├── LiveDataExt.kt
│   ├── Resource.kt
│   └── SingleLiveEvent.kt
├── collections
│   └── CollectionsExt.kt
├── framework
│   ├── ApiLevelUtils.kt
│   └── CookiesUtil.kt
├── logic
│   └── BooleanExt.kt
├── net
│   └── Uri.kt
├── number
│   ├── IntExt.kt
│   └── NumberFormatUtils.kt
├── rx
│   ├── ObservableExt.kt
│   ├── RxBluetooth.kt
│   ├── RxBus.kt
│   ├── RxDialog.kt
│   ├── RxPermissions.kt
│   └── internal
└── text
    ├── StringExt.kt
    └── buildSpanned.kt