Skip to content

Releases: eadm/AndroidKit

domain-rx-1.0.1

19 Jun 14:29
c06dad2
Compare
Choose a tag to compare
  • update first & maybeFirst extension types

view-injection-1.0.1

14 Jun 20:53
d20c3fd
Compare
Choose a tag to compare
  • add rx schedulers qualifiers

model-1.0.4

14 Jun 20:51
d01deda
Compare
Choose a tag to compare

CollectionExtensions

  • add mapOfNotNull extension
  • add List::startsWith extension
  • add cast and safeCast extensions

presentation-base-1.1.1

13 Jun 22:00
1b794d4
Compare
Choose a tag to compare
  • add presenter delegates
  • add nested presenters

presentation-base-1-1-1

model-1.0.3

13 Jun 22:50
0576f99
Compare
Choose a tag to compare

PagedList

  • add transform operation to change list and keep pagination information

CollectionExtensions

  • add List::slice with optimised lists
  • add List::insert operation to add items to list in immutable way
  • add Map::putNullable operation to put optional values to map