From 824af6a2b062110fa94e9e5de492ab5b873ba99f Mon Sep 17 00:00:00 2001 From: Poussinou Date: Fri, 12 Apr 2024 10:54:16 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bea65148..6b01c596 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Compared to AntennaPod this project: 4. Targets Android 14, 5. Aims to improve efficiency and provide more user-friendly features +[Get it on F-Droid](https://f-droid.org/packages/ac.mdiq.podcini/) + +Or download the latest APK from the [Releases Section](https://github.com/XilinJia/Podcini/releases/latest). + ## Version 4 Some drastic changes are made in the project since version 4.0. There is now a whole new interface of the Subscriptions page showing only the feeds with tags as filters, no longer having tags as folders in the page. And the default page of the app is changed to the Subscriptions page. Feed list are no longer shown in the drawer. Access to statistics is in the drawer. Alongside, the Home, Echo and Inbox pages are removed from the project. OnlineFeedView activity is stripped down to only receive externally shared feeds. Also, viewbindings are enabled for most views, the project becomes mono-modular, containing only the app module.