-
Notifications
You must be signed in to change notification settings - Fork 38
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
1 parent
9fc2ec1
commit 1f926f0
Showing
410 changed files
with
20,303 additions
and
26,158 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @isuPatches |
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 |
---|---|---|
|
@@ -2,6 +2,4 @@ | |
.gradle | ||
/local.properties | ||
/.idea | ||
.DS_Store | ||
/build | ||
/captures |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE import-control PUBLIC | ||
"-//Puppy Crawl//DTD Import Control 1.2//EN" | ||
"http://www.puppycrawl.com/dtds/import_control_1_1.dtd"> | ||
<import-control pkg="com.isupatches.wisefy"> | ||
|
||
<allow pkg="com.isupatches.wisefy"/> | ||
|
||
<!-- Android --> | ||
<allow pkg="android.annotation"/> | ||
<allow pkg="android.content"/> | ||
<allow pkg="android.net"/> | ||
<allow pkg="android.os"/> | ||
<allow pkg="android.support"/> | ||
<allow pkg="android.util"/> | ||
|
||
<!-- Google --> | ||
<allow pkg="com.google.android.gms"/> | ||
|
||
<!-- Java --> | ||
<allow pkg="java.lang.annotation"/> | ||
<allow pkg="java.math"/> | ||
<allow pkg="java.net"/> | ||
<allow pkg="java.util"/> | ||
|
||
<!-- Junit --> | ||
<allow pkg="org.junit"/> | ||
|
||
<!-- Mockito --> | ||
<allow pkg="org.mockito"/> | ||
</import-control> |
Oops, something went wrong.