forked from tasomaniac/OpenLinkWith
-
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.
More static-analysis fixes after dependency updates
Also realized CI was not running all tests 🙈
- Loading branch information
1 parent
bbbb51e
commit 462b99f
Showing
9 changed files
with
17 additions
and
48 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,4 @@ class DebugSettings @Inject constructor( | |
.setType("text/plain") | ||
.createChooserIntent() | ||
} | ||
|
||
} |
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,29 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="pref_key_category_debug" translatable="false">pref_debug</string> | ||
<string name="pref_title_category_debug" translatable="false">Debug</string> | ||
|
||
<string name="pref_key_debug_amazon" translatable="false">pref_debug_amazon</string> | ||
<string name="pref_title_debug_amazon" translatable="false">Amazon Intent</string> | ||
|
||
<string name="pref_key_debug_maps" translatable="false">pref_debug_maps</string> | ||
<string name="pref_title_debug_maps" translatable="false">Maps Intent</string> | ||
|
||
<string name="pref_key_debug_instagram" translatable="false">pref_debug_instagram</string> | ||
<string name="pref_title_debug_instagram" translatable="false">Instagram Intent</string> | ||
|
||
<string name="pref_key_debug_hangouts" translatable="false">pref_debug_hangouts</string> | ||
<string name="pref_title_debug_hangouts" translatable="false">Hangouts Intent</string> | ||
|
||
<string name="pref_key_debug_play" translatable="false">pref_debug_play</string> | ||
<string name="pref_title_debug_play" translatable="false">Play Store Intent</string> | ||
|
||
<string name="pref_key_debug_redirect" translatable="false">pref_debug_redirect</string> | ||
<string name="pref_title_debug_redirect" translatable="false">Url with redirect</string> | ||
|
||
<string name="pref_key_debug_non_http" translatable="false">pref_debug_non_http</string> | ||
<string name="pref_title_debug_non_http" translatable="false">Non-Http url</string> | ||
|
||
<string name="pref_key_debug_missing_http" translatable="false">pref_debug_missing_http</string> | ||
<string name="pref_title_debug_missing_http" translatable="false">Missing-Http Intent</string> | ||
</resources> |
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