From c48fa66bd8c27e38d8df56cd8740ca415568a3e8 Mon Sep 17 00:00:00 2001 From: Sara Olson Date: Thu, 28 May 2020 10:22:28 -0400 Subject: [PATCH 01/10] Delete feature_request.md we're encouraging feature requests be submitted through the new google form now --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 63b82974a..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'Type: Feature' -assignees: '' - ---- - -**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. From 98ddc72ae1433bbf0033bec7d6aa48afa02b1c78 Mon Sep 17 00:00:00 2001 From: Sara Olson Date: Thu, 28 May 2020 10:25:49 -0400 Subject: [PATCH 02/10] Update bug_report.md adding form link for possible suggestions/feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 781ca3b7b..cc1617cf1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the bug is. If your issue is not related to a specific bug, please submit it as a suggestion through our form: https://forms.gle/Fa6oztkDsbzLqSvE9 **To Reproduce** Steps to reproduce the behavior: From 2188a29cd19dc7484dcf322422f694baff7fac91 Mon Sep 17 00:00:00 2001 From: Sara Olson Date: Thu, 28 May 2020 10:58:08 -0400 Subject: [PATCH 03/10] Create crash_report --- .github/ISSUE_TEMPLATE/crash_report | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/crash_report diff --git a/.github/ISSUE_TEMPLATE/crash_report b/.github/ISSUE_TEMPLATE/crash_report new file mode 100644 index 000000000..7a79469ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report @@ -0,0 +1,26 @@ +--- +name: Crash report +about: Create a report for app crash instances +title: '' +labels: 'Type: Crash' +assignees: '' + +--- + +**Describe the crash** +What were you doing before the issue? Was there an error, did the app stall, or did it fully close? + +**To Reproduce** +Can you reliably reproduce the crash? If so, list steps. + +**Screenshots/Video** +If applicable, add screenshots or video to help show the problem + +**Smartphone (please complete the following information):** + - Device: [e.g. Moto G5] + - OS: [e.g. Android 9] + - App Version: [e.g. 2.2] + - Habitica Username: + +**Additional context** +Add any other context about the problem here. From 52331dd1020caa091636accbd3990bca27022dc5 Mon Sep 17 00:00:00 2001 From: Sara Olson Date: Thu, 28 May 2020 10:58:37 -0400 Subject: [PATCH 04/10] Rename crash_report to crash_report.md trying things lol --- .github/ISSUE_TEMPLATE/{crash_report => crash_report.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{crash_report => crash_report.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/crash_report b/.github/ISSUE_TEMPLATE/crash_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/crash_report rename to .github/ISSUE_TEMPLATE/crash_report.md From 5cd9ad6945eb9257a89e13672707505fa230fced Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 16 Apr 2020 13:49:58 +0200 Subject: [PATCH 05/10] small design tweaks --- Habitica/res/layout/fragment_faq_overview.xml | 2 +- Habitica/res/layout/fragment_support_main.xml | 12 ++++++------ Habitica/res/values/styles.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Habitica/res/layout/fragment_faq_overview.xml b/Habitica/res/layout/fragment_faq_overview.xml index 4ca622466..b861b8a7a 100644 --- a/Habitica/res/layout/fragment_faq_overview.xml +++ b/Habitica/res/layout/fragment_faq_overview.xml @@ -130,7 +130,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="14sp" - android:textColor="@color/gray_50" + android:textColor="@color/gray_100" android:gravity="center"/> diff --git a/Habitica/res/layout/fragment_support_main.xml b/Habitica/res/layout/fragment_support_main.xml index 2ccd6820d..08f827823 100644 --- a/Habitica/res/layout/fragment_support_main.xml +++ b/Habitica/res/layout/fragment_support_main.xml @@ -38,7 +38,7 @@ android:text="@string/using_habitica_description" style="@style/Body2" android:lineSpacingExtra="3sp" - android:textColor="@color/gray_50" + android:textColor="@color/gray_100" android:layout_marginStart="20dp" android:layout_marginEnd="20dp" android:gravity="center" @@ -56,7 +56,7 @@ android:layout_marginBottom="@dimen/spacing_medium" android:background="@drawable/support_info_lower_bg" android:textColor="@color/white" - android:elevation="2dp" + android:elevation="4dp" android:textAllCaps="false" style="@style/Subheader1" /> @@ -88,7 +88,7 @@ android:text="@string/bugs_fixes_description" style="@style/Body2" android:lineSpacingExtra="3sp" - android:textColor="@color/gray_50" + android:textColor="@color/gray_100" android:layout_marginStart="20dp" android:layout_marginEnd="20dp" android:gravity="center" @@ -106,7 +106,7 @@ android:layout_marginBottom="@dimen/spacing_medium" android:background="@drawable/support_info_lower_bg" android:textColor="@color/white" - android:elevation="2dp" + android:elevation="4dp" android:textAllCaps="false" style="@style/Subheader1" /> @@ -138,7 +138,7 @@ android:text="@string/suggestions_feedback_description" style="@style/Body2" android:lineSpacingExtra="3sp" - android:textColor="@color/gray_50" + android:textColor="@color/gray_100" android:layout_marginStart="20dp" android:layout_marginEnd="20dp" android:gravity="center" @@ -155,7 +155,7 @@ android:layout_marginEnd="@dimen/spacing_medium" android:layout_marginBottom="@dimen/spacing_medium" android:background="@drawable/support_info_lower_bg" - android:elevation="2dp" + android:elevation="4dp" android:textColor="@color/white" style="@style/Subheader1" /> diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index 60c0d0409..7b7f43b96 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -299,7 +299,7 @@ @color/gray_200 true @dimen/spacing_large - 0.1 + 0.15