mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Go multi-module: app-common, app-phone, app-wear
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<cache-path
|
||||
name="debug_logs"
|
||||
path="debug/logs" />
|
||||
</paths>
|
||||
@@ -1,130 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:title="@string/general_thank_you_label"
|
||||
app:iconSpaceReserved="false">
|
||||
<Preference
|
||||
android:key="thanks.translators"
|
||||
android:summary="@string/translators_thanks_description"
|
||||
android:title="@string/translators_thanks_title"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://crowdin.com/project/capod/activity-stream" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="thanks.maxpatchs"
|
||||
android:summary="Thanks for the lovely icons."
|
||||
android:title="Max Patchs"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://twitter.com/maxpatchs" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="thanks.openpods"
|
||||
android:summary="Pioneering AirPod support on Android"
|
||||
android:title="OpenPods project"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/adolfintel/OpenPods" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="thanks.furiousmac"
|
||||
android:summary="Research on the continuity protocol"
|
||||
android:title="FuriousMAC"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/furiousMAC/continuity" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/settings_licenses_label"
|
||||
app:iconSpaceReserved="false">
|
||||
<Preference
|
||||
android:key="license.bugsnag"
|
||||
android:summary="Client side library for crash monitoring via bugsnag.com. (MIT)"
|
||||
android:title="Bugsnag"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/bugsnag/bugsnag-android" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.glide"
|
||||
android:summary="An image loading and caching library for Android focused on smooth scrolling. (Multiple licenses)"
|
||||
android:title="Glide"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/bumptech/glide" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.materialdesignicons"
|
||||
android:summary="materialdesignicons.com (SIL Open Font License 1.1 / Attribution 4.0 International)"
|
||||
android:title="Material Design Icons"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/Templarian/MaterialDesign" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.zwiconiconset"
|
||||
android:summary="Creative Commons Attribution 4.0 International"
|
||||
android:title="Zwicon Icon Set"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://iconduck.com/sets/zwicon-icon-set" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.kotlin"
|
||||
android:summary="The Kotlin Programming Language. (APACHE 2.0)"
|
||||
android:title="Kotlin"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/JetBrains/kotlin" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.dagger"
|
||||
android:summary="A fast dependency injector for Android and Java. (APACHE 2.0)"
|
||||
android:title="Dagger"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/google/dagger" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="license.moshi"
|
||||
android:summary="A modern JSON library for Kotlin and Java. (APACHE 2.0)"
|
||||
android:title="Moshi"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/square/moshi" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="android.android"
|
||||
android:summary="Android Open Source Project (APACHE 2.0)"
|
||||
android:title="Android"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://source.android.com/source/licenses.html" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="android.logo"
|
||||
android:summary="The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."
|
||||
android:title="Android"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://developer.android.com/distribute/tools/promote/brand.html" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_text_snippet_24"
|
||||
android:key="debug.log.record"
|
||||
android:title="@string/debug_debuglog_record_action" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_bug_report_24"
|
||||
android:key="debug.mode.enabled"
|
||||
android:summary="@string/settings_debug_mode_description"
|
||||
android:title="@string/settings_debug_mode_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_data_array_24"
|
||||
android:key="debug.fakedata.enabled"
|
||||
android:summary="@string/settings_fake_data_description"
|
||||
android:title="@string/settings_fake_data_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_devices_other_24"
|
||||
android:key="debug.blescanner.unfiltered.enabled"
|
||||
android:summary="@string/settings_blescanner_unfiltered_description"
|
||||
android:title="@string/settings_blescanner_unfiltered_label" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -1,62 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_baseline_disabled_visible_24"
|
||||
android:key="core.monitor.mode"
|
||||
android:summary="@string/settings_monitor_mode_description"
|
||||
android:title="@string/settings_monitor_mode_label" />
|
||||
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_baseline_settings_bluetooth_24"
|
||||
android:key="core.scanner.mode"
|
||||
android:summary="@string/settings_scanner_mode_description"
|
||||
android:title="@string/settings_scanner_mode_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_ghost_24"
|
||||
android:key="core.compatibility.enabled"
|
||||
android:summary="@string/settings_compatibility_mode_description"
|
||||
android:title="@string/settings_compatibility_mode_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_devices_other_24"
|
||||
android:key="core.showall.enabled"
|
||||
android:summary="@string/settings_showall_description"
|
||||
android:title="@string/settings_showall_label" />
|
||||
|
||||
<PreferenceCategory android:title="@string/settings_category_yourdevice_label">
|
||||
|
||||
<eu.darken.capod.common.preferences.PercentSliderPreference
|
||||
android:icon="@drawable/ic_baseline_signal_cellular_alt_24"
|
||||
android:key="core.signal.minimum"
|
||||
android:summary="@string/settings_signal_minimum_description"
|
||||
android:title="@string/settings_signal_minimum_label"
|
||||
app:pspMax="0.9"
|
||||
app:pspMin="0.1" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_bluetooth_searching_24"
|
||||
android:key="core.maindevice.address"
|
||||
android:summary="@string/settings_maindevice_address_description"
|
||||
android:title="@string/settings_maindevice_address_label" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_device_generic_headphones"
|
||||
android:key="core.maindevice.model"
|
||||
android:summary="@string/settings_maindevice_model_description"
|
||||
android:title="@string/settings_maindevice_model_label" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/settings_category_other_label">
|
||||
<Preference
|
||||
android:fragment="eu.darken.capod.main.ui.settings.general.debug.DebugSettingsFragment"
|
||||
android:icon="@drawable/ic_baseline_bug_report_24"
|
||||
android:key="debug.settings"
|
||||
android:summary="@string/settings_debug_description"
|
||||
android:title="@string/settings_debug_label" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -1,56 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_settings_24"
|
||||
app:fragment="eu.darken.capod.main.ui.settings.general.GeneralSettingsFragment"
|
||||
app:summary="@string/settings_general_description"
|
||||
app:title="@string/settings_general_label" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_widgets_24"
|
||||
app:fragment="eu.darken.capod.reaction.settings.ui.ReactionSettingsFragment"
|
||||
app:summary="@string/settings_reaction_description"
|
||||
app:title="@string/settings_reaction_label" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_support_agent_24"
|
||||
app:fragment="eu.darken.capod.main.ui.settings.support.SupportFragment"
|
||||
app:summary="@string/settings_support_description"
|
||||
app:title="@string/settings_support_label" />
|
||||
|
||||
<PreferenceCategory android:title="@string/settings_category_other_label">
|
||||
<Preference
|
||||
android:icon="@drawable/ic_changelog_onsurface"
|
||||
android:key="core.changelog"
|
||||
android:title="@string/changelog_label"
|
||||
app:summary="v?.?.?">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/d4rken-org/capod/releases/latest" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_baseline_translate_24"
|
||||
android:key="core.translation"
|
||||
android:title="@string/help_translate_label"
|
||||
app:summary="@string/help_translate_description">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://crowdin.com/project/capod" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_heart"
|
||||
app:fragment="eu.darken.capod.main.ui.settings.acks.AcknowledgementsFragment"
|
||||
app:summary="@string/general_thank_you_label"
|
||||
app:title="@string/settings_acknowledgements_label" />
|
||||
|
||||
<Preference
|
||||
android:key="core.privacy"
|
||||
android:icon="@drawable/ic_baseline_book_24"
|
||||
app:summary="@string/settings_privacy_policy_desc"
|
||||
app:title="@string/settings_privacy_policy_label" />
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_looks_one_24"
|
||||
android:key="reaction.onepod.enabled"
|
||||
android:summary="@string/settings_onepod_mode_description"
|
||||
android:title="@string/settings_onepod_mode_label" />
|
||||
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_play_circle_24"
|
||||
android:key="reaction.autoplay.enabled"
|
||||
android:summary="@string/settings_autoplay_description"
|
||||
android:title="@string/settings_autopplay_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_pause_circle_24"
|
||||
android:key="reaction.autopause.enabled"
|
||||
android:summary="@string/settings_autopause_description"
|
||||
android:title="@string/settings_autopause_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_bluetooth_connected_24"
|
||||
android:key="reaction.autoconnect.enabled"
|
||||
android:summary="@string/settings_autoconnect_description"
|
||||
android:title="@string/settings_autoconnect_label" />
|
||||
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_baseline_workspaces_24"
|
||||
android:key="reaction.autoconnect.condition"
|
||||
android:summary="@string/settings_autoconnect_condition_description"
|
||||
android:title="@string/settings_autoconnect_condition_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_baseline_chat_24"
|
||||
android:key="reaction.popup.caseopen"
|
||||
android:summary="@string/settings_popup_caseopen_description"
|
||||
android:title="@string/settings_popup_caseopen_label" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<Preference
|
||||
android:icon="@drawable/ic_discord_onsurface"
|
||||
android:summary="@string/discord_description"
|
||||
android:title="@string/discord_label">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://discord.gg/rrxxng35jq" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:icon="@drawable/ic_github_onsurface"
|
||||
android:summary="@string/issue_tracker_description"
|
||||
android:title="@string/issue_tracker_label">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/d4rken-org/capod/issues" />
|
||||
</Preference>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_category_other_label">
|
||||
<Preference
|
||||
android:icon="@drawable/ic_id_onsurface"
|
||||
android:key="support.installid"
|
||||
android:summary="@string/settings_support_installid_desc"
|
||||
android:title="@string/settings_support_installid_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:icon="@drawable/ic_spider_thread_onsurface"
|
||||
android:key="debug.bugreport.automatic.enabled"
|
||||
android:summary="@string/settings_debug_autoreports_description"
|
||||
android:title="@string/settings_debug_autoreports_label" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user