diff --git a/README.md b/README.md index da60c09..4c9c51c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nav Utils [![Download](https://api.bintray.com/packages/raphaelbussa/maven/navutils/images/download.svg) ](https://bintray.com/raphaelbussa/maven/navutils/_latestVersion) -![Logo](https://raw.githubusercontent.com/rebus007/NavUtils/master/sample/src/main/ic_launcher-web.png) +![Logo](https://raw.githubusercontent.com/raphaelbussa/NavUtils/master/sample/src/main/ic_launcher-web.png) Easy manage commit Fragment and Activity, with some little extra @@ -18,7 +18,7 @@ repositories { ```Gradle dependencies { - implementation 'com.raphaelbussa:navutils:4.0.0.alpha4' + implementation 'com.raphaelbussa:navutils:4.0.0.alpha5' } ``` ### How to use diff --git a/build.gradle b/build.gradle index 4dd8e2f..c2cfc50 100755 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { compileSdk: 28, minSdk : 21, targetSdk : 28, - version : "4.0.0" + version : "4.0.0.alpha5" ] } @@ -20,7 +20,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.3.2' classpath 'com.novoda:bintray-release:0.9' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21' - classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17' + classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.18' } } diff --git a/docs/index.md b/docs/index.md index da60c09..4c9c51c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # Nav Utils [![Download](https://api.bintray.com/packages/raphaelbussa/maven/navutils/images/download.svg) ](https://bintray.com/raphaelbussa/maven/navutils/_latestVersion) -![Logo](https://raw.githubusercontent.com/rebus007/NavUtils/master/sample/src/main/ic_launcher-web.png) +![Logo](https://raw.githubusercontent.com/raphaelbussa/NavUtils/master/sample/src/main/ic_launcher-web.png) Easy manage commit Fragment and Activity, with some little extra @@ -18,7 +18,7 @@ repositories { ```Gradle dependencies { - implementation 'com.raphaelbussa:navutils:4.0.0.alpha4' + implementation 'com.raphaelbussa:navutils:4.0.0.alpha5' } ``` ### How to use diff --git a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html index b981896..874a0b3 100644 --- a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html +++ b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html @@ -9,7 +9,7 @@

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

Parameters

diff --git a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html new file mode 100644 index 0000000..325f1c2 --- /dev/null +++ b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html @@ -0,0 +1,18 @@ + + + +ActivityBuilder.clipRevealTransition - library + + + +library / com.raphaelbussa.navutils.activity / ActivityBuilder / clipRevealTransition
+
+

clipRevealTransition

+ +fun clipRevealTransition(view: View?): Unit +

clipRevealTransition

+

Parameters

+

+view - View?

+ + diff --git a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/index.html b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/index.html index be4127c..5df808c 100644 --- a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/index.html +++ b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/index.html @@ -32,7 +32,7 @@

Functions

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

@@ -56,6 +56,15 @@

Functions

+

clipRevealTransition

+ + +fun clipRevealTransition(view: View?): Unit +

clipRevealTransition

+ + + +

customAnimation

diff --git a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/animation-type.html b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/animation-type.html index f99c6bd..d7afbc2 100644 --- a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/animation-type.html +++ b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/animation-type.html @@ -9,7 +9,7 @@

animationType

-var animationType: Anim +var animationType: NavUtils.Anim

Anim

Property

diff --git a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html index cd7eed5..38589e9 100644 --- a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html +++ b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html @@ -41,7 +41,7 @@

Properties

animationType

-var animationType: Anim +var animationType: NavUtils.Anim

Anim

diff --git a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/animation-type.html b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/animation-type.html index 14823db..d9f1b6b 100644 --- a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/animation-type.html +++ b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/animation-type.html @@ -9,7 +9,7 @@

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

Parameters

diff --git a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html index 3ef9424..7d66015 100644 --- a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html +++ b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html @@ -30,7 +30,7 @@

Functions

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

diff --git a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/animation-type.html b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/animation-type.html index 0fcfcd2..f45308d 100644 --- a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/animation-type.html +++ b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/animation-type.html @@ -9,7 +9,7 @@

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

Parameters

diff --git a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html index 3308574..06ac0b1 100644 --- a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html +++ b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html @@ -41,7 +41,7 @@

Functions

animationType

-fun animationType(animationType: Anim): Unit +fun animationType(animationType: NavUtils.Anim): Unit

animationType

diff --git a/docs/library/com.raphaelbussa.navutils/-nav-utils/index.html b/docs/library/com.raphaelbussa.navutils/-nav-utils/index.html index 9799b5b..a065e7d 100644 --- a/docs/library/com.raphaelbussa.navutils/-nav-utils/index.html +++ b/docs/library/com.raphaelbussa.navutils/-nav-utils/index.html @@ -80,7 +80,7 @@

Companion Object Functions

valueOfAnim

-fun valueOfAnim(value: Int?): Anim? +fun valueOfAnim(value: Int?): NavUtils.Anim?

valueOfAnim

diff --git a/docs/library/com.raphaelbussa.navutils/-nav-utils/value-of-anim.html b/docs/library/com.raphaelbussa.navutils/-nav-utils/value-of-anim.html index f97f236..61e24e4 100644 --- a/docs/library/com.raphaelbussa.navutils/-nav-utils/value-of-anim.html +++ b/docs/library/com.raphaelbussa.navutils/-nav-utils/value-of-anim.html @@ -9,7 +9,7 @@

valueOfAnim

-fun valueOfAnim(value: Int?): Anim? +fun valueOfAnim(value: Int?): NavUtils.Anim?

valueOfAnim

Parameters

diff --git a/docs/library/index-outline.html b/docs/library/index-outline.html index c787527..1159c15 100644 --- a/docs/library/index-outline.html +++ b/docs/library/index-outline.html @@ -33,9 +33,10 @@ ActivityBuilder()
-fun animationType(animationType: Anim): Unit
+fun animationType(animationType: NavUtils.Anim): Unit
fun arguments(arguments: Bundle): Unit
fun clearStack(clearStack: Boolean): Unit
+fun clipRevealTransition(view: View?): Unit
fun customAnimation(@AnimRes enterResId: Int, @AnimRes exitResId: Int): Unit
fun sceneTransition(sceneTransition: Pair<View?, String>): Unit
fun sceneTransition(sharedElement: View?, sharedElementName: String): Unit
@@ -43,6 +44,38 @@ +androidx.fragment.app.Fragment
+

+androidx.fragment.app.FragmentActivity
+ abstract class BaseActivity : AppCompatActivity
@@ -217,7 +250,7 @@ fun pushFragment(activity: FragmentActivity, target: KClass<*>, frameId: Int, builder: FragmentBuilder.() -> Unit = {}): NavUtilsPushFragment
fun pushFragment(fragment: Fragment, target: Fragment, frameId: Int, builder: FragmentBuilder.() -> Unit = {}): NavUtilsPushFragment
fun pushFragment(fragment: Fragment, target: KClass<*>, frameId: Int, builder: FragmentBuilder.() -> Unit = {}): NavUtilsPushFragment
-fun valueOfAnim(value: Int?): Anim?
+fun valueOfAnim(value: Int?): NavUtils.Anim?
@@ -265,6 +298,18 @@ + + + +package com.raphaelbussa.navutils
+ -package com.raphaelbussa.navutils
- -androidx.fragment.app.Fragment
- -androidx.fragment.app.FragmentActivity
- +const val NULL: Int
-package com.raphaelbussa.navutils.activity
+package com.raphaelbussa.navutils.activity
-package com.raphaelbussa.navutils.chrome
+package com.raphaelbussa.navutils.chrome
-package com.raphaelbussa.navutils.fragment
+package com.raphaelbussa.navutils.fragment