VerveDo/README_EN.md
2025-05-24 08:52:12 +08:00

59 lines
No EOL
3.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

![Preview of the app UI](https://s2.loli.net/2025/02/17/SIeA9KaGFZkl4BX.png)
# To Do
A simple to-do app that follows Material Design 3, using Jetpack Compose
> [!CAUTION]
> Recently, a counterfeit version of the To Do app was discovered on the Google Play Store (special thanks to @RohitKushvaha01 for the alert).
>
> It has been confirmed that this fake app violates the `GPL-v3` license and includes [AppsFlyer](https://www.appsflyer.com/) analytics, ads, and internet permissions in its code, potentially compromising user privacy. So, **do not download To Do from the Google Play Store**. Instead, please use one of the two official download channels mentioned in the [Download](#-download) section below to protect your personal data.
>
> Additionally, other excellent open-source projects like [Xed-Editor](https://github.com/Xed-Editor/Xed-Editor) and [WhatSave](https://github.com/mardous/WhatSave) have also been found on Google Play with unauthorized ads and analytics added without the original developers' consent.
>
> The appearance of this fake app has made me deeply disappointed and disheartened.
>
> You can help me by reporting the fake app on Google Play:
> 1. Open the counterfeit apps [listing](https://play.google.com/store/apps/details?id=cn.super12138.todo);
> 2. Tap the three-dot menu (⋮) → **"Flag as inappropriate"**;
> 3. Select **"App felt suspicious"** → **"Share feedback"**.
>
> Alternatively, submit a policy violation report [here](https://support.google.com/googleplay/android-developer/contact/policy_violation_report) with:
> - **Application package name**: `cn.super12138.todo`
> - **Suspected Policy Violation**: **"Impersonation"**
[简体中文](https://github.com/Super12138/ToDo/blob/main/README.md) | **English**
[![Android CI](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml/badge.svg)](https://github.com/Super12138/ToDo/actions/workflows/android_ci.yml)
![GitHub latest release](https://img.shields.io/github/v/release/Super12138/ToDo?style=flat-square)
![GitHub all releases download](https://img.shields.io/github/downloads/Super12138/ToDo/total?style=flat-square)
# 📦 Supported Versions
From `Android 7.0 (Nougat)` to `Android 15.0 (VanillaIceCream)`
# ✨ Features
- Jetpack Compose
- Customizable theming system based on Material Design 3
- Multi-subject support
- Task priority
- ...
# ⬇️ Download
> [!IMPORTANT]
> The two download channels below are the official and secure sources for To Do. To protect your privacy, only download the app from these links.
>
> To Do can't update automatically. It is recommended to [subscribe to GitHub Release notifications](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository) or [install F-Droid](https://f-droid.org/) to check for updates.
[From Github Release](https://github.com/Super12138/ToDo/releases/)
Or get it from F-Droid
[<img src="./art/get-it-on-fdroid.png" height="100" />](https://f-droid.org/packages/cn.super12138.todo)
# 📸 Screenshots
| ![Main page (Light)](https://s2.loli.net/2025/02/17/WB3sP8uckvYJCIi.png) | ![Main page (Dark)](https://s2.loli.net/2025/02/17/ty3ZwjbOkBgFLsf.png) |
| --- | --- |
| Main page (Light) | Main page (Dark) |
| ![Add task page](https://s2.loli.net/2025/02/17/97L2uhKlA3Q8d4P.png) | ![The effect of completing a task](https://s2.loli.net/2025/02/17/9FRKx72DqVBtnfX.png) |
| Add task page | The effect of completing a task |
# 📃 License
[GPL-3.0-only](https://github.com/Super12138/ToDo/blob/main/LICENSE)