Skip to content

Releases: bornfight/AndroidUtils

Updated GenericAdapter2

15 Feb 14:04
ee81b49
Compare
Choose a tag to compare

Added viewType argument to createBinding method

Added GenericAdapter2 with ViewBinding support

12 Feb 10:41
916f8e4
Compare
Choose a tag to compare
Merge pull request #6 from bornfight/feat/new_generic_adapter

fix: added new generic adapter

Framework update

08 Feb 10:46
Compare
Choose a tag to compare
0.98

fix: update framework versions

RecyclerView Decorators Update

28 Nov 22:15
Compare
Choose a tag to compare

Vertical & Horizontal Offset Item Decorators updated.
Paginated Data getting stuck of refresh fix.

Update 0.96

23 Sep 09:25
Compare
Choose a tag to compare

Updated the following:

  • PaginatedData reloading fixes.
  • Uncommented image rotation rotateImageIfRequired in ImageUtils.

Release

02 Jul 08:55
d2ebf45
Compare
Choose a tag to compare

This is the initial release of the Bornfight internal utils pack.

Features:

  • PaginatedData for paginated data loading.
  • GenericAdapter that extends the basic functionalities of a RecyclerView Adapter. Supports one data type only.
  • Other utils for handling TextViews, HTML content, form validations, location utils etc.

Dependencies:

Depends on the latest version of Firebase-Core lib, so make sure to update your app dependecies as well.

Pre-release

06 Dec 12:05
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release
0.91

Gradle update

Pre-release

06 Dec 10:42
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release
0.9

first commit