-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving MVP logic into a common module
- Loading branch information
1 parent
b078999
commit e0b3ac6
Showing
59 changed files
with
187 additions
and
558 deletions.
There are no files selected for viewing
File renamed without changes.
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
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.
File renamed without changes.
File renamed without changes.
This file was deleted.
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
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: 0 additions & 13 deletions
13
example-base-v4/src/main/java/io/kimo/base/v4/example/ExampleApp.java
This file was deleted.
Oops, something went wrong.
9 changes: 5 additions & 4 deletions
9
...le/ui/activity/ExampleDetailActivity.java → ...ample/activity/ExampleDetailActivity.java
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
.../v4/example/ui/activity/MainActivity.java → ...ase/v4/example/activity/MainActivity.java
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
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
48 changes: 0 additions & 48 deletions
48
example-base-v4/src/main/java/io/kimo/base/v4/example/mapper/ExampleMapper.java
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
example-base-v4/src/main/java/io/kimo/base/v4/example/mvp/model/ExampleModel.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...e-base-v4/src/main/java/io/kimo/base/v4/example/mvp/presenter/ExampleDetailPresenter.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
example-base-v4/src/main/java/io/kimo/base/v4/example/mvp/view/ExampleDetailView.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
example-base-v4/src/main/java/io/kimo/base/v4/example/mvp/view/ExampleListView.java
This file was deleted.
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
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
3 changes: 1 addition & 2 deletions
3
...o/base/v7/example/ui/ExampleActivity.java → ...kimo/base/v7/example/ExampleActivity.java
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: 0 additions & 13 deletions
13
example-base-v7/src/main/java/io/kimo/base/v7/example/ExampleApp.java
This file was deleted.
Oops, something went wrong.
11 changes: 6 additions & 5 deletions
11
...le/ui/activity/ExampleDetailActivity.java → ...ample/activity/ExampleDetailActivity.java
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.