-
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
Brian
committed
Apr 24, 2020
1 parent
d8727dd
commit bdae8b7
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...roidtemplate/ExampleInstrumentedTest.java → ...anlu/trashme/ExampleInstrumentedTest.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.brianlu.androidtemplate; | ||
package com.brianlu.trashme; | ||
|
||
import android.content.Context; | ||
|
||
|
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
.../com/brianlu/androidtemplate/Api/Api.java → ...ain/java/com/brianlu/trashme/Api/Api.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
...ianlu/androidtemplate/Api/ApiService.java → ...a/com/brianlu/trashme/Api/ApiService.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
2 changes: 1 addition & 1 deletion
2
...anlu/androidtemplate/Api/CommonPairs.java → .../com/brianlu/trashme/Api/CommonPairs.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
2 changes: 1 addition & 1 deletion
2
...droidtemplate/Api/URLRetrofitBuilder.java → ...ianlu/trashme/Api/URLRetrofitBuilder.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.brianlu.androidtemplate.Api; | ||
package com.brianlu.trashme.Api; | ||
|
||
import com.google.gson.GsonBuilder; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...androidtemplate/Base/BaseApplication.java → ...brianlu/trashme/Base/BaseApplication.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
...u/androidtemplate/Base/BasePresenter.java → ...m/brianlu/trashme/Base/BasePresenter.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
2 changes: 1 addition & 1 deletion
2
...rianlu/androidtemplate/Base/BaseView.java → ...va/com/brianlu/trashme/Base/BaseView.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
2 changes: 1 addition & 1 deletion
2
...brianlu/androidtemplate/MainActivity.java → ...ava/com/brianlu/trashme/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
2 changes: 1 addition & 1 deletion
2
...m/brianlu/androidtemplate/Model/User.java → .../java/com/brianlu/trashme/Model/User.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.brianlu.androidtemplate.Model; | ||
package com.brianlu.trashme.Model; | ||
|
||
|
||
import android.util.Base64; | ||
|
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,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">AndroidTemplate</string> | ||
<string name="app_name">TrashMe</string> | ||
</resources> |
2 changes: 1 addition & 1 deletion
2
...anlu/androidtemplate/ExampleUnitTest.java → .../com/brianlu/trashme/ExampleUnitTest.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.brianlu.androidtemplate; | ||
package com.brianlu.trashme; | ||
|
||
import org.junit.Test; | ||
|
||
|