forked from sockeqwe/mosby
-
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
Showing
13 changed files
with
93 additions
and
158 deletions.
There are no files selected for viewing
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,59 @@ | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
bin/ | ||
gen/ | ||
classes/ | ||
gen-external-apklibs/ | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
.metadata | ||
.settings | ||
|
||
# IntelliJ files | ||
.idea | ||
*.iml | ||
|
||
# OSX files | ||
.DS_Store | ||
|
||
# Windows files | ||
Thumbs.db | ||
|
||
# vi swap files | ||
*.swp | ||
|
||
# backup files | ||
*.bak | ||
|
||
|
||
# Files for the Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
.gradle | ||
|
||
#maven files | ||
target/ | ||
/null | ||
|
||
# Local configuration file (sdk path, etc) | ||
|
||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
#Log Files | ||
*.log |
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,2 @@ | ||
apply plugin: 'java' | ||
apply from: '../maven-push-java-lib.gradle' |
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,4 @@ | ||
POM_NAME = Mosby mvp-common | ||
POM_ARTIFACT_ID = mvp-common | ||
POM_PACKAGING = jar | ||
POM_DESCRIPTION = Containing the common interfaces of mosby mvp |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ':sample', ':core', ':core-dagger1', ':viewstate', ':mvp', ':rx', ':retrofit', ':mvp-dagger1', ':viewstate-dagger1', ':sample-dagger1', ':sample-dagger2-rx', ':sample-mail',':testing' | ||
include ':sample', ':core', ':core-dagger1', ':viewstate', ':mvp', ':rx', ':retrofit', ':mvp-dagger1', ':viewstate-dagger1', ':sample-dagger1', ':sample-dagger2-rx', ':sample-mail',':testing', ':mvp-common' |
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
21 changes: 0 additions & 21 deletions
21
testing/src/main/java/com/hannesdorfmann/mosby/mvp/MvpPresenter.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
testing/src/main/java/com/hannesdorfmann/mosby/mvp/MvpView.java
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
testing/src/main/java/com/hannesdorfmann/mosby/mvp/lce/MvpLceView.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