-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor:rename the package name (as I make a big mistake for the new…
… project guide of the as)
- Loading branch information
lemon
committed
Apr 4, 2018
1 parent
ac17e03
commit cbdffaf
Showing
24 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
Binary file not shown.
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
...ech/easybridge/ExampleInstrumentedTest.kt → ...ily/easybridge/ExampleInstrumentedTest.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
8 changes: 4 additions & 4 deletions
8
...va/easily/tech/easybridge/MainActivity.kt → ...va/tech/easily/easybridge/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
10 changes: 5 additions & 5 deletions
10
...y/tech/easybridge/handler/ToastHandler.kt → ...easily/easybridge/handler/ToastHandler.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
2 changes: 1 addition & 1 deletion
2
...easily/tech/easybridge/ExampleUnitTest.kt → ...tech/easily/easybridge/ExampleUnitTest.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 easily.tech.easybridge | ||
package tech.easily.easybridge | ||
|
||
import org.junit.Test | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ybridge/annotation/EasyBridgeHandler.java → ...ybridge/annotation/EasyBridgeHandler.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
...ybridge/processor/BridgeHandlerModel.java → ...ybridge/processor/BridgeHandlerModel.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
2 changes: 1 addition & 1 deletion
2
...sybridge/lib/ExampleInstrumentedTest.java → ...sybridge/lib/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
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,2 +1,2 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="easily.tech.easybridge.lib" /> | ||
package="tech.easily.easybridge.lib" /> |
2 changes: 1 addition & 1 deletion
2
.../tech/easybridge/lib/CallBackMessage.java → ...asily/easybridge/lib/CallBackMessage.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 easily.tech.easybridge.lib; | ||
package tech.easily.easybridge.lib; | ||
|
||
/** | ||
* Created by lemon on 29/03/2018. | ||
|
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
...bridge/lib/EasyBridgeWebChromeClient.java → ...bridge/lib/EasyBridgeWebChromeClient.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
2 changes: 1 addition & 1 deletion
2
...y/tech/easybridge/lib/ResultCallBack.java → ...easily/easybridge/lib/ResultCallBack.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 easily.tech.easybridge.lib; | ||
package tech.easily.easybridge.lib; | ||
|
||
/** | ||
* Created by lemon on 29/03/2018. | ||
|
2 changes: 1 addition & 1 deletion
2
...easybridge/lib/SecurityPolicyChecker.java → ...easybridge/lib/SecurityPolicyChecker.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 easily.tech.easybridge.lib; | ||
package tech.easily.easybridge.lib; | ||
|
||
/** | ||
* a security policy checker | ||
|
2 changes: 1 addition & 1 deletion
2
...ava/easily/tech/easybridge/lib/Utils.java → ...ava/tech/easily/easybridge/lib/Utils.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 easily.tech.easybridge.lib; | ||
package tech.easily.easybridge.lib; | ||
|
||
import android.content.Context; | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
...bridge/lib/handler/BaseBridgeHandler.java → ...bridge/lib/handler/BaseBridgeHandler.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
6 changes: 3 additions & 3 deletions
6
...easybridge/lib/handler/BridgeHandler.java → ...easybridge/lib/handler/BridgeHandler.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
.../tech/easybridge/lib/ExampleUnitTest.java → ...asily/easybridge/lib/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 easily.tech.easybridge.lib; | ||
package tech.easily.easybridge.lib; | ||
|
||
import org.junit.Test; | ||
|
||
|