From a30e7ab11c4277d5cf7c80530c47559386f88817 Mon Sep 17 00:00:00 2001 From: pynicolas <6371790+pynicolas@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:34:36 +0200 Subject: [PATCH] Update markdown files (#17) --- README.md | 14 +++++--------- privacy.md | 11 ----------- 2 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 privacy.md diff --git a/README.md b/README.md index c58511d..b0313b6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# MyScan (temporary name) +# FairScan -**MyScan** is a free and open source Android app for scanning documents quickly and privately. - -> ⚠️ This project is under active development. -> The app’s final name and repository structure may change in the near future. +**FairScan** is a free and open source Android app for scanning documents quickly and privately. ## Features @@ -16,18 +13,17 @@ ## Philosophy Most document scanner apps are cluttered, invasive, or frustrating to use. -MyScan aims to be a simple, efficient and respectful alternative. +FairScan aims to be a simple, efficient and respectful alternative. ## Privacy Policy The app does not collect or share any personal data. -- Camera access is used only for local document detection. +- Camera access is used only to create a PDF for the user. +- Captured images are stored only on the user's device. - No data is sent to any server. - No analytics, no ads, no tracking. -See [privacy.md](./privacy.md) - ## Build instructions ```bash diff --git a/privacy.md b/privacy.md deleted file mode 100644 index c82fdaf..0000000 --- a/privacy.md +++ /dev/null @@ -1,11 +0,0 @@ -# Privacy Policy - -**MyScan** does not collect or share any personal data. - -- The camera is used locally to detect documents. -- No data is sent to any server. -- No analytics, no advertising, no tracking. - -This app is entirely offline and open source. - -You can inspect the full source code in this repository.