Skip to content

Releases: DrifterAtSea/navigation-with-animated-transitions-using-jetpack-compose

Updated to Android Studio Arctic Fox | 2020.3.1

29 Jul 07:57
Compare
Choose a tag to compare

Note: This version is now using the official release of Jetpack Compose 1.0.0 and was compiled using Android Studio Arctic Fox | 2020.3.1. The Canary builds are becoming too unstable at this point to continue supporting them. The Arctic Fox version also has a major bug. You cannot set the minSdkVersion to 21. The app will crash upon start. This bug has been documented with Google and they have acknowledged it. The minSdkVersion needs to be set to 24+ as a temporary solution.

Updated to Android Studio, Bumblebee 2021.1.1 Canary 3

10 Jul 07:06
Compare
Choose a tag to compare

A screenIsClosing parameter was added to each screen handler and is used to inform the screen when it is being closed.

Updated to Android Studio, Bumblebee 2021.1.1 Canary 2

08 Jun 10:40
Compare
Choose a tag to compare
v1.1.2

Updated dependency versions. Compiled to run on Android Studio, Bumbl…

Updated to Android Studio, Bumblebee 2021.1.1 Canary 1

19 May 15:41
Compare
Choose a tag to compare

In addition to upgrading to the latest canary version of Android Studio along with updates to the latest library dependencies, the Chris Banes Coil dependency was replaced with Google's (com.google.accompanist:accompanist-coil). The navigation library hasn't changed in this version.

v1.1.0: Added screen caching and replaced navigateBackImmediately with onNavigateBack

24 Apr 18:12
Compare
Choose a tag to compare

Replaced navigateBackImmediately with onNavigateBack to support more options on navigating back. Added support for caching screens.

v1.0.4

08 Apr 18:47
Compare
Choose a tag to compare

Added feature to uniquely identify an item in the navigation stack.Added an optional id parameter to navigateTo function to uniquely identify an item in the navigation stack. Added the getNavInfoById to retrieve the navigation stack item by its id.

Added button to terminate activity

04 Apr 07:35
Compare
Choose a tag to compare

A button was added to the Dummy screen to let you terminate the activity. If you then restart the activity, you'll notice that the screen state has been maintained.

Added callback interface

04 Apr 06:50
Compare
Choose a tag to compare

Added NavigationManagerHelper interface to allow callbacks to viewmodels. Bugfix for crashes due to large navigation drawer image.

Added previousScreenNavInfo API

28 Mar 09:00
Compare
Choose a tag to compare
1.0.1

Added the previousScreenNavInfo API.

Initial release

24 Mar 13:35
Compare
Choose a tag to compare
1.0.0

Modified README.md