-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Martinovic
committed
Jan 2, 2019
1 parent
a4e0fac
commit 077eeed
Showing
98 changed files
with
162 additions
and
160 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<manifest package="com.johnnym.recyclerviewanimator" /> | ||
<manifest package="com.johnnym.jackitemanimator" /> |
2 changes: 1 addition & 1 deletion
2
...rviewanimator/ChangeJackItemAnimations.kt → ...kitemanimator/ChangeJackItemAnimations.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ym/recyclerviewanimator/HolderAnimator.kt → ...ohnnym/jackitemanimator/HolderAnimator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...recyclerviewanimator/JackItemAnimation.kt → ...nym/jackitemanimator/JackItemAnimation.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.johnnym.recyclerviewanimator | ||
package com.johnnym.jackitemanimator | ||
|
||
import android.animation.Animator | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rviewanimator/JackItemAnimationHandler.kt → ...kitemanimator/JackItemAnimationHandler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../recyclerviewanimator/JackItemAnimator.kt → ...nnym/jackitemanimator/JackItemAnimator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ecyclerviewanimator/JackItemHolderInfo.kt → ...ym/jackitemanimator/JackItemHolderInfo.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ultanimations/ItemMoveAndFadeAnimation.kt → ...ultanimations/ItemMoveAndFadeAnimation.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
recyclerviewdemo/src/main/java/com/johnnym/recyclerviewdemo/common/mvp/BasePresenter.kt
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...viewdemo/src/main/java/com/johnnym/recyclerviewdemo/recyclerviewfull/TaxiListComponent.kt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...mo/src/main/java/com/johnnym/recyclerviewdemo/recyclerviewfull/data/TaxiListRepository.kt
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...erviewdemo/src/main/java/com/johnnym/recyclerviewdemo/recyclerviewfull/domain/TaxiList.kt
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...main/java/com/johnnym/recyclerviewdemo/recyclerviewfull/presentation/TaxiListViewModel.kt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../johnnym/recyclerviewdemo/MainActivity.kt → ...m/jackitemanimator/sample/MainActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ohnnym/recyclerviewdemo/RvdApplication.kt → ...jackitemanimator/sample/RvdApplication.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...cyclerviewdemo/RvdApplicationComponent.kt → ...nimator/sample/RvdApplicationComponent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../recyclerviewdemo/RvdApplicationModule.kt → ...emanimator/sample/RvdApplicationModule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...clerviewdemo/common/ExtensionsActivity.kt → ...mator/sample/common/ExtensionsActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package com.johnnym.recyclerviewdemo.common | ||
package com.johnnym.jackitemanimator.sample.common | ||
|
||
import android.app.Activity | ||
import com.johnnym.recyclerviewdemo.RvdApplication | ||
import com.johnnym.jackitemanimator.sample.RvdApplication | ||
|
||
val Activity.rvdApplication: RvdApplication | ||
get() = application as RvdApplication |
2 changes: 1 addition & 1 deletion
2
...lerviewdemo/common/binding/ButterKnife.kt → ...ator/sample/common/binding/ButterKnife.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...yclerviewdemo/common/di/ActivityScoped.kt → ...imator/sample/common/di/ActivityScoped.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...recyclerviewdemo/common/domain/UseCase.kt → ...manimator/sample/common/domain/UseCase.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cyclerviewdemo/common/mvp/AbsPresenter.kt → ...nimator/sample/common/mvp/AbsPresenter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
sample/src/main/java/com/johnnym/jackitemanimator/sample/common/mvp/BasePresenter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.johnnym.jackitemanimator.sample.common.mvp | ||
|
||
interface BasePresenter { | ||
|
||
fun viewDestroyed() | ||
} |
4 changes: 2 additions & 2 deletions
4
...mon/presentation/GeneralSingleObserver.kt → ...mon/presentation/GeneralSingleObserver.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...erviewdemo/common/views/RoundImageView.kt → ...tor/sample/common/views/RoundImageView.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...rviewdemo/recyclerviewfull/MockFactory.kt → ...emanimator/sample/taxilist/MockFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
sample/src/main/java/com/johnnym/jackitemanimator/sample/taxilist/TaxiListComponent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.johnnym.jackitemanimator.sample.taxilist | ||
|
||
import com.johnnym.jackitemanimator.sample.common.di.ActivityScoped | ||
import com.johnnym.jackitemanimator.sample.taxilist.presentation.TaxiListActivity | ||
import dagger.Subcomponent | ||
|
||
@ActivityScoped | ||
@Subcomponent( | ||
modules = [(TaxiListModule::class)]) | ||
interface TaxiListComponent { | ||
|
||
fun inject(taxiListActivity: TaxiListActivity) | ||
} |
18 changes: 9 additions & 9 deletions
18
...ewdemo/recyclerviewfull/TaxiListModule.kt → ...nimator/sample/taxilist/TaxiListModule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...erviewfull/data/MockTaxiListRepository.kt → ...e/taxilist/data/MockTaxiListRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
sample/src/main/java/com/johnnym/jackitemanimator/sample/taxilist/data/TaxiListRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.johnnym.jackitemanimator.sample.taxilist.data; | ||
|
||
import com.johnnym.jackitemanimator.sample.taxilist.domain.TaxiList | ||
import io.reactivex.Single | ||
|
||
interface TaxiListRepository { | ||
|
||
fun getTaxiListSingle(): Single<TaxiList> | ||
} |
6 changes: 3 additions & 3 deletions
6
...mo/recyclerviewfull/domain/GetTaxiList.kt → ...tor/sample/taxilist/domain/GetTaxiList.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
sample/src/main/java/com/johnnym/jackitemanimator/sample/taxilist/domain/TaxiList.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.johnnym.jackitemanimator.sample.taxilist.domain | ||
|
||
import com.johnnym.jackitemanimator.sample.taxilist.domain.TaxiListItem | ||
|
||
data class TaxiList( | ||
val taxiListItems: List<TaxiListItem>) |
2 changes: 1 addition & 1 deletion
2
...o/recyclerviewfull/domain/TaxiListItem.kt → ...or/sample/taxilist/domain/TaxiListItem.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...recyclerviewfull/domain/TaxiSortOption.kt → .../sample/taxilist/domain/TaxiSortOption.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cyclerviewfull/domain/TaxiStatusFilter.kt → ...ample/taxilist/domain/TaxiStatusFilter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.