diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b93d6fb..acb3915 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,10 @@ --- name: Bug report about: Create a report to help us improve +title: '' labels: bug +assignees: '' + --- **Describe the bug** @@ -9,23 +12,20 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. -2. +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error -**Expected behavior** +**Expected behaviour** A clear and concise description of what you expected to happen. -**Environment** -A concise description of your environment: GatorGrader version, -python version, operating system, etc. - -**Possible solution** +**Screenshots** +If applicable, add screenshots to help explain your problem. -**Possible implementation** +**Smartphone (please complete the following information):** + - Device: [e.g. Pixel9] + - OS: [e.g. Android 16] **Additional context** Add any other context about the problem here. - -#### Is this is a critical secuirty vulnerability? -- [ ] Yes: Please read code-of-conduct once -- [ ] No diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100755 index b09ad19..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -labels: feature ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. - -#### Will you be working on this feature? -- [ ] Yes -- [ ] No - -#### Have you talked with any inner-core member regarding this feature? -- [ ] Yes -- [ ] No diff --git a/.gitignore b/.gitignore index 7e5b563..8715c49 100755 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ .externalNativeBuild .cxx /app/google-services.json +/app/google-services.prod.json +/app/google-services.dev.json /keystore.properties diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..0325727 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +VITTY \ No newline at end of file diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b86273d 100755 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/detekt.xml b/.idea/detekt.xml new file mode 100644 index 0000000..ee7289c --- /dev/null +++ b/.idea/detekt.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7b46144..804c374 100755 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,14 +4,14 @@