Skip to content

Releases: nhaarman/acorn

1.3.0

25 May 13:00
bb4cd33
Compare
Choose a tag to compare

1.2.6

15 Jan 08:31
e38f33a
Compare
Choose a tag to compare
1.2.6

1.2.0

06 Oct 13:35
fd255a8
Compare
Choose a tag to compare

This release is a bugfix release possibly resulting in build failures:

Arrow dependency

The Arrow dependency in com.nhaarman.acorn.ext:acorn has been removed and moved to the com.nhaarman.acorn.ext:acorn-rx module. This may result in compilation failure if your code relies on Arrow types and you did not specify a dependency yourself.

AppCompat issues / deprecations

The AppCompatActivity's decor view as retrieved by android.R.id.content references a theme that is not the app's theme, possibly resulting in theming issues.
In previous versions of Acorn the default behavior was that the view returned by android.R.id.content was directly used to host scene layouts.

This default behavior has been deprecated and replaced by a proper FrameLayout instance with proper theming. Methods that relied upon retrieving android.R.id.content as a convenience for you have been deprecated:

All of these methods have a suitable alternative where you need to explicitly specify which root ViewGroup to use.

See #150, #152 and https://issuetracker.google.com/issues/141726320

1.1.0

06 Oct 09:04
64eb498
Compare
Choose a tag to compare

This version introduces the CompositeParallelNavigator which can be used to implement bottom bar navigation.

Full change list:

  • Back presses are now routed through the ViewController first if possible (#144)
  • Introduce CompositeParallelNavigator (#148)
  • Transitive dependency versions are updated

1.0.0

06 Oct 08:58
Compare
Choose a tag to compare

This is the initial stable release of Acorn.