Pārlūkot izejas kodu

docs: rewrite README for Simplauncher

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
User 3 nedēļas atpakaļ
vecāks
revīzija
1f95f4114a
1 mainītis faili ar 16 papildinājumiem un 61 dzēšanām
  1. 16 61
      README.md

+ 16 - 61
README.md

@@ -1,69 +1,24 @@
-<p align="center">
-  <img src="docs/assets/unlauncher-logo.png">
-</p>
+# Simplauncher
 
-<h1 align="center">
-  Unlauncher
-</h1>
+A minimal, distraction-free Android launcher. No icons, no widgets, no clutter — just your apps.
 
-![Build Status](https://github.com/jkuester/unlauncher/workflows/Android%20Master%20Branch%20CI/badge.svg)
+Simplauncher is a personal fork of [Unlauncher](https://github.com/jkuester/unlauncher) (itself a fork of [Slim Launcher](https://github.com/sduduzog/slim-launcher)) maintained for feature additions and long-term use.
 
-> _Freedom from your phone_
+## Features
 
-[<img src="https://f-droid.org/badge/get-it-on.png"
-     alt="Get it on F-Droid"
-     height="80">](https://f-droid.org/packages/com.jkuester.unlauncher/)
+- **Home screen** — Pin up to 6 favourite apps, 3 quick-action buttons (call, settings, camera), clock, and date
+- **App drawer** — Swipe up for a searchable alphabetical list of all apps with optional section headings
+- **Folders** — Organize apps into collapsible folders in the drawer, with alignment-aware arrows and animated expand/collapse
+- **Customizable app names** — Rename any app's display title
+- **Visibility control** — Show or hide individual apps from the drawer; hidden apps still searchable (configurable)
+- **9 colour themes** — System (light/dark), Midnight, Jupiter, Teal, Candy, Pastel, Noon, Vlad, Groovy
+- **No distractions** — No app icons, no wallpapers, no notification badges
+- **Configurable layout** — Left, centre, or right text alignment; optional search bar; clock style options; time format; status bar toggle
 
-The goal of Unlauncher is to provide a clean and simple Android launcher experience. We believe you should have easy access to all of your apps without the distraction of bells, whistles, and notifications clamouring for your attention. You want to be able to use your phone, not have your phone use you!
+## Installation
 
-<p float="left">
-  <img height="724" width="400" src="docs/assets/home-screen-1.png">
-  <img height="724" width="400" src="docs/assets/home-screen-2.png">
-</p>
+Download the latest APK from the [releases page](https://gogs.altsol.dev/claude/simplauncher/releases).
 
-## About
+## History
 
-Features:
-
-- List your top apps on the home screen
-- No app icons
-- Customizable app titles
-- Searchable drawer with all apps
-- Show/Hide the notification bar on your home screen
-- No wallpapers
-- Multiple color themes
-
-## What people are saying
-
-<!-- 2023 -->
-Jake Ginesin - [dumb-phone](https://jakegines.in/blog/2023/dumb-phone)
-
-<!-- 2022-12-05 -->
-Side Of Burritos - [A minimalist dumb phone you should actually use](https://www.youtube.com/watch?v=OrZacTUhH0c) (VIDEO)
-
-<!-- 2020-11-13 -->
-zymotux - [Bare-bones smartphone “Unlauncher”](https://write.as/zymotux/bare-bones-smartphone-unlauncher)
-
-<!-- 2020-11-03 -->
-Maxime Vaillancourt - [Turning my smartphone into a boring tool](https://maximevaillancourt.com/blog/turning-my-smartphone-into-a-boring-tool)
-
-<!-- 2020-08-29 -->
-Linux Lounge - [A Quick Look At Unlauncher - Can This Launcher Help With Smartphone Addicition?](https://odysee.com/@LinuxLounge:b/a-quick-look-at-unlauncher-can-this) (VIDEO)
-
-## Project History
-
-This project is a downstream fork of the great [Slim Launcher](https://github.com/sduduzog/slim-launcher) by [sduduzog](https://github.com/sduduzog). The contributors to that project deserve all the credit for the beautiful layout of this app and most of its functionality.
-
-The main differentiator between Unlauncher and Slim Launcher lies in the number of apps the launcher gives you access too.  Slim Launcher takes the Spartan approach of only allowing access to seven apps. Unlauncher, on the other hand, allows you to pin up to six apps on the home screen and then gives you access to all the rest of your apps by swiping up into a searchable app drawer.
-
-The goal of this project is continue to remain synchronized, where possible, with Slim Launcher and to submit any new contributions back upstream (if they align with the design philosophy and goals of Slim Launcher).
-
-## Communication
-
-If you have any issues or questions, please log a [Github issue](https://github.com/jkuester/unlauncher/issues) for this repository.
-
-## Contributing
-
-Contributions are welcome! Simply open a pull request. See the [development guide](./DEVELOPMENT.md) for details.
-
-If a monetary contribution is more your style, please consider buying [sduduzog](https://github.com/sduduzog) (the author of the original project) a [cup of coffee](https://buymeacoff.ee/sduduzog).
+Credit goes to [sduduzog](https://github.com/sduduzog) for the original Slim Launcher design and to [jkuester](https://github.com/jkuester) and the Unlauncher contributors for expanding it with the app drawer, themes, and settings infrastructure.