From 7211c7b03f5d0406900d97e201402946af6dfb20 Mon Sep 17 00:00:00 2001 From: Xilin Jia <6257601+XilinJia@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:16:47 +0100 Subject: [PATCH] minor updates --- PrivacyPolicy.md | 2 +- README.md | 5 +++++ .../fragment/preferences/about/AboutFragment.kt | 2 +- app/src/main/res/xml/preferences_about.xml | 12 ++++++------ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/PrivacyPolicy.md b/PrivacyPolicy.md index b31a5c49..1f78a933 100644 --- a/PrivacyPolicy.md +++ b/PrivacyPolicy.md @@ -28,7 +28,7 @@ The app requests the following privacy-relevant Android permissions: - The donation system: PodVinci uses Open Collective, offered by Open Collective Inc (USA) & Open Collective Europe ASBL (Belgium). When you make a donation, these entities get access to certain data. For more information, see [Open Collective’s privacy policy](https://opencollective.com/privacypolicy). - The website: PodVinci’s website is hosted via GitHub Pages. [GitHub’s privacy policy](https://docs.github.com/en/github/site-policy/github-privacy-statement#github-pages) notices that “GitHub may collect User Personal Information from visitors to your GitHub Pages website, including logs of visitor IP addresses, to comply with legal obligations, and to maintain the security and integrity of the Website and the Service.” The website does not store any cookies on your machine, and no 3rd party tracking (analytics) or other services are used. -- The forum: PodVinci’s forum uses the Discourse software, hosted by the core team. Please see the [forum’s privacy policy](https://github.com/XilinJia/PodVinci/PrivacyPolicy.md) for which data is concerned. +- The forum: PodVinci’s forum uses the Discourse software, hosted by the core team. Please see the [forum’s privacy policy](https://github.com/XilinJia/PodVinci/blob/main/PrivacyPolicy.md) for which data is concerned. ## What data the PodVinci core team may have access to diff --git a/README.md b/README.md index ca49f352..82a7c865 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ PodVinci is an open source podcast manager/player project. This is based on a fork from the popular project AntennaPod (https://github.com/AntennaPod/AntennaPod) as of Feb 5 2024. This project converted all codes from Java to Kotlin, updated most dependencies, and most importantly upgraded the media player to androidx.media3, and added mechanism of AudioOffloadMode which is supposed to be kind to device battery. Build is also upgraded to target Android 14. + +## License + +AntennaPod is licensed under the GNU General Public License (GPL-3.0). You can find the license text in the LICENSE file. + diff --git a/app/src/main/java/ac/mdiq/podvinci/fragment/preferences/about/AboutFragment.kt b/app/src/main/java/ac/mdiq/podvinci/fragment/preferences/about/AboutFragment.kt index a79d9718..35fb879a 100644 --- a/app/src/main/java/ac/mdiq/podvinci/fragment/preferences/about/AboutFragment.kt +++ b/app/src/main/java/ac/mdiq/podvinci/fragment/preferences/about/AboutFragment.kt @@ -42,7 +42,7 @@ class AboutFragment : PreferenceFragmentCompat() { } findPreference("about_privacy_policy")!!.onPreferenceClickListener = Preference.OnPreferenceClickListener { preference: Preference? -> - openInBrowser(requireContext(), "https://github.com/XilinJia/PodVinci/PrivacyPolicy.md") + openInBrowser(requireContext(), "https://github.com/XilinJia/PodVinci/blob/main/PrivacyPolicy.md") true } findPreference("about_licenses")!!.onPreferenceClickListener = diff --git a/app/src/main/res/xml/preferences_about.xml b/app/src/main/res/xml/preferences_about.xml index d07ae2ea..4f756f05 100644 --- a/app/src/main/res/xml/preferences_about.xml +++ b/app/src/main/res/xml/preferences_about.xml @@ -9,20 +9,20 @@ android:title="@string/podvinci_version" android:icon="@drawable/ic_star" android:summary="1.7.2 (asd8qs)"/> - +