Skip to content

Latest commit

 

History

History
203 lines (76 loc) · 7 KB

CHANGELOG.md

File metadata and controls

203 lines (76 loc) · 7 KB

Change Log

Version v0.8.0

No issue

9b7640bae07f2ed Bump publishVersion

ffa00ee12369788 Bump bintray-release plugin

94276b54342745f Move commands from buildViaTravis.sh to CI yml

0854c7c2661a922 Add a changelog

  • This file will be generated automatically soon.

6234f2dbc647c6f Migration to Androidx

ecbf2a157af914b Use DiffUtil to handle RecyclerView updates

945db1a82ec8a66 Add support to API 29

73448f79f4be7f0 Bump mockk

2f27b9c1b86ca6d Bump JaCoCo plugin

00f21fb6ce172df Bump Gradle

d18578bf2adf6b0 Bump AGP

49a990979cc578a Bump Kotlin

9db35128406ee16 Fix typo

4e768bf3ee1ad1a Update README.md

4984a7b3d972a7b Update README.md

250a6c3fb50f3a3 Update README.md

98ed8bdf4e0b542 Bump Kotlin version

19bc1a82c78b941 Generate code coverage

d3ba76c1604fea7 Integrate with codecov

Version v0.7.0

No issue

cf28c283f6d5e1b Bump Publish version

562347e43a7d289 Refactoring how DSL handles changes

  • Instead of purely updating the adapter, it now handles changes, updates and additions.

Version v0.6.0

No issue

4e6f6d09763cf0d Bump Publish version

2acab4c41419489 Add a sample that changes all data

a63cbfa3dbb0755 Don't touch adapter when need it

4755070d6c22c98 Add test coverage to Adapter

  • This also fixes a strange behavior when notify adapter of inserted range.

d2b5e7f3f783a92 Add test coverage to DSL

Version v0.5.0

No issue

1b532012055b825 Bump Publish version

50af8cf50a75535 Refactoring DSL to be more clear

a76d49ed37c70f5 Add a possibility to add extra data in current RecyclerView

Version v0.4.0

No issue

bc66f9b7737b830 Bump Publish version

929e105fb6c4b8d Fix adapter bind method

  • It now binds all the on declarations. Before this fix, i was binding only one of them.

Version v0.3.0

No issue

3083c2379af4768 Bump Publish version

9239d7ca9b37385 Add a feature to display RecyclerView only with layout resource files

Version v0.2.0

No issue

a98120defa363fc Rename method and add possibility to use a custom layout manager

373d20174ab9629 Bump Publish version

c129adf9ba04328 Avoid publish library with dependencies

ccac8c8f31ce341 Never RecyclerView sample options toggle as action

876c9c6701bc47d Add an option to use GridLayout on DSL

7d68dbbb7facd66 Reuse RecyclerView in sample module

Version v0.1.0

No issue

942e64b3b5ebe7b Setup publish configuration

c516fd52c81f843 Make CI file executable

e05757ea50be5e7 Setup CI

6b8fd18f75c6616 Bump Kotlin

ff73b040dc875b4 Add support for click on layout

5ba811eaa5627b7 Use type information of list items

ec4ec2e4ae02672 Remove unused methods

a91ece0a05617e6 Display all sample with navigation view

52ea58632123e2c Create another sample of complex objects

9136ef83936ad90 Rename strings sample layout files

542b392d8d86e02 Extract sample to a separate fragment

03e039d47ffdba0 Use a default view type for item

1153757da6a493a Simply parameter representation passed to SimpleRecyclerViewAdapter

f709731edef712b Initial version of DSL

00d1ac3053455c9 Import RecyclerView and Kotlin

202ebec87044050 Project setup