Skip to content

Commit 5ae1e23

Browse files
errorcodeQQerrorcodeQQ
authored andcommitted
chore: remove CSGuard for offline testing
1 parent beae9ad commit 5ae1e23

16 files changed

Lines changed: 44 additions & 1691 deletions
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: input
11+
id: provider
12+
attributes:
13+
label: Provider Name
14+
description: Which provider is causing this issue?
15+
placeholder: e.g., BinTV
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: A clear and concise description of what the bug is.
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: reproduction
27+
attributes:
28+
label: Reproduction Steps
29+
description: Steps to reproduce the behavior.
30+
value: |
31+
1. Go to '...'
32+
2. Click on '....'
33+
3. Scroll down to '....'
34+
4. See error
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: logs
39+
attributes:
40+
label: Logs or Screenshots
41+
description: Add any error logs or screenshots about the issue here.

CSGuard/build.gradle.kts

Lines changed: 0 additions & 20 deletions
This file was deleted.

CSGuard/gradle.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

CSGuard/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

CSGuard/src/main/kotlin/com/csguard/AdBlockList.kt

Lines changed: 0 additions & 95 deletions
This file was deleted.

CSGuard/src/main/kotlin/com/csguard/AllowlistStore.kt

Lines changed: 0 additions & 167 deletions
This file was deleted.

CSGuard/src/main/kotlin/com/csguard/BlockedLog.kt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)