Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
version 4.0.0.alpha5
Browse files Browse the repository at this point in the history
- add clip reveal transition
- update dokka lib
  • Loading branch information
raphaelbussa committed Mar 26, 2019
1 parent b72aa89 commit 33cf68b
Show file tree
Hide file tree
Showing 22 changed files with 183 additions and 106 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
compileSdk: 28,
minSdk : 21,
targetSdk : 28,
version : "4.0.0"
version : "4.0.0.alpha5"
]
}

Expand All @@ -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'
}
}

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<h1>animationType</h1>
<a name="com.raphaelbussa.navutils.activity.ActivityBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)"></a>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
<h3>Parameters</h3>
<p><a name="animationType"></a>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>ActivityBuilder.clipRevealTransition - library</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">library</a>&nbsp;/&nbsp;<a href="../index.html">com.raphaelbussa.navutils.activity</a>&nbsp;/&nbsp;<a href="index.html">ActivityBuilder</a>&nbsp;/&nbsp;<a href="./clip-reveal-transition.html">clipRevealTransition</a><br/>
<br/>
<h1>clipRevealTransition</h1>
<a name="com.raphaelbussa.navutils.activity.ActivityBuilder$clipRevealTransition(android.view.View)"></a>
<code><span class="keyword">fun </span><span class="identifier">clipRevealTransition</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$clipRevealTransition(android.view.View)/view">view</span><span class="symbol">:</span>&nbsp;<a href="https://developer.android.com/reference/android/view/View.html"><span class="identifier">View</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>clipRevealTransition</p>
<h3>Parameters</h3>
<p><a name="view"></a>
<code>view</code> - View?</p>
</BODY>
</HTML>
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Functions</h3>
<p><a href="animation-type.html">animationType</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
</td>
</tr>
Expand All @@ -56,6 +56,15 @@ <h3>Functions</h3>
</tr>
<tr>
<td>
<p><a href="clip-reveal-transition.html">clipRevealTransition</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">clipRevealTransition</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.activity.ActivityBuilder$clipRevealTransition(android.view.View)/view">view</span><span class="symbol">:</span>&nbsp;<a href="https://developer.android.com/reference/android/view/View.html"><span class="identifier">View</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>clipRevealTransition</p>
</td>
</tr>
<tr>
<td>
<p><a href="custom-animation.html">customAnimation</a></p>
</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<h1>animationType</h1>
<a name="com.raphaelbussa.navutils.activity.BaseActivity$animationType"></a>
<code><span class="keyword">var </span><span class="identifier">animationType</span><span class="symbol">: </span><a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a></code>
<code><span class="keyword">var </span><span class="identifier">animationType</span><span class="symbol">: </span><a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a></code>
<p>Anim</p>
<h3>Property</h3>
<p><a name="animationType"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>Properties</h3>
<p><a href="animation-type.html">animationType</a></p>
</td>
<td>
<code><span class="keyword">var </span><span class="identifier">animationType</span><span class="symbol">: </span><a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a></code>
<code><span class="keyword">var </span><span class="identifier">animationType</span><span class="symbol">: </span><a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a></code>
<p>Anim</p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<h1>animationType</h1>
<a name="com.raphaelbussa.navutils.chrome.ChromeBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)"></a>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.chrome.ChromeBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.chrome.ChromeBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
<h3>Parameters</h3>
<p><a name="animationType"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>Functions</h3>
<p><a href="animation-type.html">animationType</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.chrome.ChromeBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.chrome.ChromeBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<h1>animationType</h1>
<a name="com.raphaelbussa.navutils.fragment.FragmentBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)"></a>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.fragment.FragmentBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.fragment.FragmentBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
<h3>Parameters</h3>
<p><a name="animationType"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>Functions</h3>
<p><a href="animation-type.html">animationType</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.fragment.FragmentBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<code><span class="keyword">fun </span><span class="identifier">animationType</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.fragment.FragmentBuilder$animationType(com.raphaelbussa.navutils.NavUtils.Anim)/animationType">animationType</span><span class="symbol">:</span>&nbsp;<a href="../../com.raphaelbussa.navutils/-nav-utils/-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>animationType</p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Companion Object Functions</h3>
<p><a href="value-of-anim.html">valueOfAnim</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">valueOfAnim</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.NavUtils.Companion$valueOfAnim(kotlin.Int)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">?</span></code>
<code><span class="keyword">fun </span><span class="identifier">valueOfAnim</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.NavUtils.Companion$valueOfAnim(kotlin.Int)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">?</span></code>
<p>valueOfAnim</p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<h1>valueOfAnim</h1>
<a name="com.raphaelbussa.navutils.NavUtils.Companion$valueOfAnim(kotlin.Int)"></a>
<code><span class="keyword">fun </span><span class="identifier">valueOfAnim</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.NavUtils.Companion$valueOfAnim(kotlin.Int)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="-anim/index.html"><span class="identifier">Anim</span></a><span class="symbol">?</span></code>
<code><span class="keyword">fun </span><span class="identifier">valueOfAnim</span><span class="symbol">(</span><span class="identifier" id="com.raphaelbussa.navutils.NavUtils.Companion$valueOfAnim(kotlin.Int)/value">value</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="-anim/index.html"><span class="identifier">NavUtils.Anim</span></a><span class="symbol">?</span></code>
<p>valueOfAnim</p>
<h3>Parameters</h3>
<p><a name="value"></a>
Expand Down
Loading

0 comments on commit 33cf68b

Please sign in to comment.