Skip to content

Commit

Permalink
Improve More screen order, change links to point to public page inste…
Browse files Browse the repository at this point in the history
…ad of issue page that requires login (@gsantner PR #2270)
  • Loading branch information
gsantner authored Apr 20, 2024
1 parent 9d467dc commit c90a1f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/string-not_translatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="app_name_real" translatable="false">Markor</string>
<string name="app_name" translatable="false">@string/app_name_real</string>
<string name="app_license_name" translatable="false">Apache 2.0</string>
<string name="app_community_url" translatable="false">https://github.com/gsantner/markor/discussions</string>
<string name="app_bugreport_url" translatable="false">https://github.com/gsantner/markor/issues/new/choose</string>
<string name="app_translate_url" translatable="false">https://crowdin.com/project/markor/invite?h=a30c38972fb7edee1b157e38bdc063492042484</string>
<string name="app_community_url" translatable="false">https://github.com/gsantner/markor/discussions/2269#discussion_bucket</string>
<string name="app_bugreport_url" translatable="false">https://github.com/gsantner/markor/discussions/2269#discussion_bucket</string>
<string name="app_translate_url" translatable="false">https://github.com/gsantner/markor/discussions/2269#discussion_bucket</string>

<string name="app_web_url" translatable="false">https://github.com/gsantner/markor</string>
<string name="sync_client_support_issue_url" translatable="false">https://github.com/gsantner/markor/discussions/1381</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
<string name="translate">Translate</string>
<string name="more_info_and_help">More info and help</string>
<string name="report_bugs">Report bugs</string>
<string name="do_you_have_a_question_or_problem">Do you have a question or a problem?</string>


<string name="join_community">Join the Community</string>
Expand Down
35 changes: 14 additions & 21 deletions app/src/main/res/xml/prefactions__more_information.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
tools:summary="Version v0.5" />

<Preference
android:icon="@drawable/ic_thumb_up_black_24dp"
android:key="@string/pref_key__more_info__rate_app"
android:title="@string/rate_this_app" />
android:icon="@drawable/ic_bug_report_black_24dp"
android:key="@string/pref_key__more_info__bug_reports"
android:summary="@string/bug_reports_suggest_improvements"
android:title="@string/do_you_have_a_question_or_problem" />

<Preference
android:icon="@drawable/ic_settings_black_24dp"
Expand All @@ -38,33 +39,25 @@
android:key="@string/pref_key__more_info__help"
android:title="@string/help" />

<Preference
android:icon="@drawable/ic_thumb_up_black_24dp"
android:key="@string/pref_key__more_info__rate_app"
android:title="@string/rate_this_app" />

<PreferenceCategory android:title="@string/contribute">
<PreferenceCategory
android:key="@string/pref_key__more_info__project_team"
android:title="@string/project_team" />

<Preference
android:icon="@drawable/ic_bug_report_black_24dp"
android:key="@string/pref_key__more_info__bug_reports"
android:summary="@string/bug_reports_suggest_improvements"
android:title="@string/report_bugs" />
<PreferenceCategory
android:key="@string/pref_key__more_info__project_community"
android:title="@string/community">

<Preference
android:icon="@drawable/ic_translate_black_24dp"
android:key="@string/pref_key__more_info__translate"
android:summary="@string/help_translating_this_app"
android:title="@string/translate" />

</PreferenceCategory>

<PreferenceCategory
android:key="@string/pref_key__more_info__project_team"
android:title="@string/project_team">

</PreferenceCategory>

<PreferenceCategory
android:key="@string/pref_key__more_info__project_community"
android:title="@string/community">

<Preference
android:icon="@drawable/ic_group_black_24dp"
android:key="@string/pref_key__more_info__join_community"
Expand Down

0 comments on commit c90a1f2

Please sign in to comment.