Skip to content

Releases: eadm/AndroidKit

domain-rx-1.0.1

Choose a tag to compare

@eadm eadm released this 19 Jun 14:29
c06dad2
  • update first & maybeFirst extension types

view-injection-1.0.1

Choose a tag to compare

@eadm eadm released this 14 Jun 20:53
d20c3fd
  • add rx schedulers qualifiers

model-1.0.4

Choose a tag to compare

@eadm eadm released this 14 Jun 20:51
d01deda

CollectionExtensions

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

presentation-base-1.1.1

Choose a tag to compare

@eadm eadm released this 13 Jun 22:00
1b794d4
  • add presenter delegates
  • add nested presenters

presentation-base-1-1-1

model-1.0.3

Choose a tag to compare

@eadm eadm released this 13 Jun 22:50
0576f99

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