This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
; Conflicts: ; README.md
- Loading branch information
Showing
145 changed files
with
1,688 additions
and
1,560 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FindBugsFilter> | ||
<!-- http://stackoverflow.com/questions/7568579/eclipsefindbugs-exclude-filter-files-doesnt-work --> | ||
<Match> | ||
<Or> | ||
<Class name="~.*\.R\$.*" /> | ||
<Class name="~.*\.Manifest\$.*" /> | ||
<Class name="~.*\.*$.*" /> | ||
<Class name="~.*Test\.*" /> | ||
<Class name="~.*R\$\.*" /> | ||
<Class name="~.*Manifest\$\.*" /> | ||
<Class name="~.*Dagger*\.*" /> | ||
<Class name="~.*Factory*\.*" /> | ||
<Package name="~io\.realm\.*" /> | ||
<Package name="~android\$.*" /> | ||
<Bug pattern="BL_BURYING_LOGIC" /> | ||
<Bug pattern="CLI_CONSTANT_LIST_INDEX" /> | ||
<Bug pattern="CSI_CHAR_SET_ISSUES_USE_STANDARD_CHARSET" /> | ||
<Bug pattern="EXS_EXCEPTION_SOFTENING_RETURN_FALSE" /> | ||
<Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE" /> | ||
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" /> | ||
<Bug pattern="MOM_MISLEADING_OVERLOAD_MODEL" /> | ||
<Bug pattern="NP_GUARANTEED_DEREF" /> | ||
<Bug pattern="NP_NULL_ON_SOME_PATH" /> | ||
<Bug pattern="NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE" /> | ||
<Bug pattern="NP_NULL_PARAM_DEREF" /> | ||
<Bug pattern="PATH_TRAVERSAL_IN" /> | ||
<Bug pattern="PCOA_PARTIALLY_CONSTRUCTED_OBJECT_ACCESS" /> | ||
<Bug pattern="PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS" /> | ||
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" /> | ||
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" /> | ||
<Bug pattern="SUA_SUSPICIOUS_UNINITIALIZED_ARRAY" /> | ||
<Bug pattern="SEO_SUBOPTIMAL_EXPRESSION_ORDER" /> | ||
<Bug pattern="PREDICTABLE_RANDOM" /> | ||
</Or> | ||
</Match> | ||
</FindBugsFilter> |
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,5 +1,4 @@ | ||
org.gradle.jvmargs=-noverify -Xmx1536m | ||
org.gradle.caching=true | ||
org.gradle.configureondemand=true | ||
org.gradle.parallel=false | ||
org.gradle.daemon=false |
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.