Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: google/agera

1.2.0-beta2

16 Aug 09:35
Compare
Choose a tag to compare
1.2.0-beta2 Pre-release
Pre-release

Agera core

  • Added an orContinue directive to the repository compiler, allowing for the rest of the processing flow to only be used if the thenAttempt failed
  • Added a sendDiscardedValuesTo directive to the repository compiler, allowing to specify a disposer Receiver to handle any intermediate values discarded from the data processing flow

Database sample extension

  • Ability to use any column value type

1.2.0-beta1 DOA and never tagged

1.1.0

04 Jul 21:52
Compare
Choose a tag to compare

Agera core

  • Adds sort/thenSort to FunctionCompiler
  • Better exception message when trying to add/remove null updatable
  • Adds .ifFailed(Non)AbsentSendTo to Result
  • Adds to bind to failures to Result
  • Adds a Function that wraps a Throwable in a Result
  • Improved yielding / auto back pressure for better UI performance / FPS
  • Allows for updatables to be used with different life cycles for different observables
  • Fixes a racing condition occurring when quickly adding/removing updatables to cancellable compiled repositories
  • Result now returns absent() if created with failure(e) when e is the absent() Throwable
  • Remove the confusing stack trace in the absent() and default failure() Throwables in Result

Database sample extension

  • Ability to set sqlite conflict algorithms

Rvadapter sample extension

  • Ability to let the RepositoryAdapter life cycle automatically follow the life cycle of an activity (target api 14 only)
  • Basic support to compile aRecyclerView RepositoryPresenters

Rvdatabinding sample extension (new)

  • Basic support to compile a RecyclerView RepositoryPresenterfor use with the data binding library

1.1.0 beta2

05 Jun 19:09
Compare
Choose a tag to compare
1.1.0 beta2 Pre-release
Pre-release

Agera core

  • Result now returns absent() if created with failure(e) when e is the absent() Throwable (needed to make the new beta1 Function that wraps a Throwable in a Result to propagate absent correctly)
  • Changed the new beta1 sort method in FunctionCompiler to not mutate input Lists
  • Fixed a problem in beta1 causing low pass filtering to fail
  • Remove the confusing stack trace in the absent() and default failure() Throwables in Result

1.1.0 beta1

03 Jun 09:01
Compare
Choose a tag to compare
1.1.0 beta1 Pre-release
Pre-release

Agera core

  • Adds sort/thenSort to FunctionCompiler
  • Better exception message when trying to add/remove null updatable
  • Adds .ifFailed(Non)AbsentSendTo to Result
  • Adds to bind to failures to Result
  • Adds a Function that wraps a Throwable in a Result
  • Improved yielding / auto back pressure for better UI performance / FPS
  • Allows for updatables to be used with different life cycles for different observables
  • Fixes a racing condition occurring when quickly adding/removing updatables to cancellable compiled repositories
  • dex method count now at 464

Database sample extension

  • Ability to set sqlite conflict algorithms

Rvadapter sample extension

  • Ability to let the RepositoryAdapter life cycle automatically follow the life cycle of an activity (target api 14 only)
  • Basic support to compile aRecyclerView RepositoryPresenters

Rvdatabinding sample extension (new)

  • Basic support to compile a RecyclerView RepositoryPresenterfor use with the data binding library

Performance improvement

24 Apr 09:53
Compare
Choose a tag to compare
  • Reduced updates to max 1 per looper loop, vastly improving the performance
  • Changed net experimental sample extension to use UTF-8 as the default charset

Initial release candidate drop

24 Apr 09:53
Compare
Choose a tag to compare
v1.0.0-RC1

Added agera