From a05a1a56538daf89e3e26a4e6053b8c99617ab29 Mon Sep 17 00:00:00 2001 From: rumboalla Date: Mon, 14 Aug 2023 15:31:06 +0200 Subject: [PATCH] Use markdown for description --- .../android/en-US/full_description.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 6ceca670..189850a5 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1,17 @@ -APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps. It provides similar functionality to an app store, but instead of depending on a single source, it aggregates the results from APKMirror, Aptoide, F-Droid and GitHub. +# APKUpdater [![](https://github.com/rumboalla/apkupdater/workflows/Android%20Build/badge.svg)](https://github.com/rumboalla/apkupdater/actions?query=workflow%3A%22Android+Build%22) +**APKUpdater** is an open source tool that simplifies the process of **finding updates** for your installed apps. +It provides similar functionality to an app store, but instead of depending on a single source, it aggregates the results from **APKMirror**, **Aptoide**, **F-Droid** and **GitHub**. + +The 3.x branch is a full rewrite using modern technologies like **Jetpack Compose**, **Flow** and **WorkManager**. + +# Features +* **Update Sources**: Find updates from **APKMirror**, **Aptoide**, **F-Droid** and **GitHub**. +* **Search Sources**: Find new apps to install from **APKMirror**, **Aptoide**, **F-Droid** and **GitHub**. +* Schedule **background update checks** and receive a **notification** when updates are found. +* Supports **Android 7.0** (**24**) to **Android 14** (**34**). +* Supports **Android TV**. +* **Material Design 3** with **Dark**, **Light** and **Dynamic** theme support. +* **Direct install** of updates for sources that support it. +* Supports **installs without user interaction** on Android 12+. +* **Root install** of updates. +* **Languages**: English, Spanish, Dutch, German, Traditional Chinese, Romanian.