This repository has been archived by the owner on May 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
sentry.properties
existence over build flavor to set sentry ena…
…bled state. (Fix #214) This will also disable sentry by default on community builds/forks.
- Loading branch information
Showing
10 changed files
with
59 additions
and
229 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 was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
app/src/default/java/com/fox2code/mmm/sentry/SentryBreadcrumb.java
This file was deleted.
Oops, something went wrong.
116 changes: 0 additions & 116 deletions
116
app/src/default/java/com/fox2code/mmm/sentry/SentryMain.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
app/src/fdroid/java/com/fox2code/mmm/sentry/SentryBreadcrumb.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
app/src/fdroid/java/com/fox2code/mmm/sentry/SentryMain.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
tools:ignore="QueryAllPackagesPermission"> | ||
|
||
<application android:icon="@mipmap/ic_launcher"> | ||
|
||
</application> | ||
</manifest> |
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