Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Releases: PHELAT/NavigationResult

1.0.1

01 Jun 13:34

Choose a tag to compare

Infrastructure Changes

  • Update Navigation Component to 2.2.2 #6
  • Update Kotlin to 1.3.72

1.0.0

11 Apr 20:24

Choose a tag to compare

This is the first stable release of NavigationResult library. 🎉

Behavior Changes

  • Throw exception if activity isn't extended from FragmentResultActivity in navigateUp function.

Infrastructure Changes

  • Update Kotlin to 1.3.71

1.0.0-beta02

21 Feb 13:24

Choose a tag to compare

New features

  • Added support for <dialog> destinations

Infrastructure changes

  • Updated Kotlin to 1.3.61
  • Updated Navigation Component to 2.2.1

1.0.0-beta01

28 Nov 16:55

Choose a tag to compare

This release only contains infrastructure changes and it's a step towards stable APIs in term of behavioral changes

Infrastructure changes

  • Update Navigation Component to 2.1.0
  • Update Android Gradle plugin to 3.5.2
  • Update Gradle wrapper to 5.6.4
  • Update Kotlin to 1.3.60
  • Upgrade target and compile SDK version to API 29

1.0.0-alpha4

10 Jun 10:09

Choose a tag to compare

Infrastructure changes

  • Update Kotlin plugin version to 1.3.31
  • Update Android Gradle plugin version to 3.4.1 and Gradle wrapper to 5.4.1

Behavior changes

  • Remove null-able identifier from Bundle argument of saveInstanceState function.

1.0.0-alpha3

11 May 19:22

Choose a tag to compare

Improvements

  • Save pending requests in onSaveInstanceState to restore them on activity recreation

1.0.0-alpha2

10 May 21:22

Choose a tag to compare

New features

  • Added ability to navigate using direction id instead of NavDirections interface
  • Reflect all the possible overloads of navigate function
  • Added ability to navigate with requestCode from FragmentResultActivity

Behavior Changes

  • resultCodes are renamed to requestCode

1.0.0-alpha1

05 May 17:54
778345f

Choose a tag to compare

First release