ribot / easy-adapter

[DEPRECATED] Easy Adapters library for Android
http://ribot.github.io
Apache License 2.0
421 stars 50 forks source link

Feature extra adapter methods #32

Closed ivacf closed 9 years ago

ivacf commented 9 years ago

Add extra methods to EasyAdapter and EasyRecyclerAdapter:

Also add unit tests for all the methods in EasyAdapter and EasyRecyclerAdapter.

hitherejoe commented 9 years ago

also the tests :(

ivacf commented 9 years ago

About the tests I'm giving up with travis. It seems to run out of memory while starting the emulator or something like that. I will change so it only runs the unit tests and not the functional tests that require the emulator. We can run the functional tests manually.

ivacf commented 9 years ago

There you go @hitherejoe, all green!. Ready for you to have a look again.