Skip to content

Releases: krossovochkin/FiberyUnofficial

Version 0.18.1

13 Feb 12:11
Compare
Choose a tag to compare
Version 0.18.1 Pre-release
Pre-release

Fixed issues:

  • #246 Fix crash on app start on API < 29 (missing color)

Version 0.18.0

12 Feb 13:38
Compare
Choose a tag to compare
Version 0.18.0 Pre-release
Pre-release

Features and improvements:

  • #462 Kotlinx-kover support
  • #465 Filter/Sort API improvements
  • #467 Material3 support
  • #468 Rename App->Space, EntityType -> Database
  • #469 Splash screen support

Version 0.17.2

04 Nov 06:24
d63464d
Compare
Choose a tag to compare
Version 0.17.2 Pre-release
Pre-release

Fixed issues:

  • #245 Fix broken filter/sort selectors

Version 0.17.1

03 Nov 19:03
ab26834
Compare
Choose a tag to compare
Version 0.17.1 Pre-release
Pre-release

Fixed issues:

  • #244 Fix crash on startup due to proguard misconfiguration

Version 0.17.0

02 Nov 05:48
8ecbb42
Compare
Choose a tag to compare
Version 0.17.0 Pre-release
Pre-release

Features and improvements:

  • #244 Interactive sorting
  • #245 Filter picker improvements - multiple single select fields
  • #455 Fix release completion on release CI
  • #457 Split core module
  • #458 Remove unused dependencies from modules
  • #459 NativeText instead of ResProvider
  • #460 Move ApiModule to app

Version 0.16.1

13 Jun 11:52
Compare
Choose a tag to compare
Version 0.16.1 Pre-release
Pre-release

Features and improvements:

  • #454 Setup Debug app id

Fixed issues:

  • #243 Entity Filter can't be selected

Version 0.16.0

13 Jun 10:43
Compare
Choose a tag to compare
Version 0.16.0 Pre-release
Pre-release

Features and improvements:

  • #453 Update communication between fragments to new Results API

Fixed issues:

  • #242 Crash on filter click

Version 0.15.0

15 May 12:03
Compare
Choose a tag to compare
Version 0.15.0 Pre-release
Pre-release

Features and improvements:

  • #447 Replace LiveData w/ Flow/Channels
  • #449 change package name to com.krossovochkin
  • #451 Update dependencies

Version 0.14.0

10 Jan 12:59
Compare
Choose a tag to compare
Version 0.14.0 Pre-release
Pre-release

Features and improvements:

  • #248 Extract DI into app
  • #314 Flipper integration
  • #347 Fix icon colors in light theme
  • #348 Files support
  • #349 comments support
  • #381 Fragment code deduplication
  • #382 Fix adapterPosition deprecated
  • #414 Update dependencies

Fixed issues:

  • #175 Error not showing on paged lists
  • #208 Fix filter apply

Version 0.13.0

08 Nov 11:28
Compare
Choose a tag to compare
Version 0.13.0 Pre-release
Pre-release

Added features:

  • #247 Single-select/Multi-select support

Improvements:

  • #280 material transition animations
  • #91 edge-to-edge support
  • #142 field name on inner entity list
  • #313 filter picker screen texts clean up

Fixed issues:

  • #200 resources naming clean up