Skip to content

Commit df9dcc1

Browse files
committed
Update README.md badges for consistency and adjust last updated date
1 parent 09da285 commit df9dcc1

1 file changed

Lines changed: 9 additions & 94 deletions

File tree

README.md

Lines changed: 9 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ Patchwork is an all-in-one power user toolkit that unlocks the full potential of
1111

1212
<p align="center">
1313
<a href="https://github.com/brittytino/patchwork/releases/latest">
14-
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/brittytino/patchwork?style=for-the-badge&logo=github&logoColor=white&labelColor=black&color=blue">
14+
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/brittytino/patchwork?style=for-the-badge&logo=github&logoColor=white&labelColor=black&color=blue" />
1515
</a>
1616
<a href="https://github.com/brittytino/patchwork/blob/main/LICENSE">
17-
<img alt="License" src="https://img.shields.io/github/license/brittytino/patchwork?style=for-the-badge&logo=opensourceinitiative&logoColor=white&labelColor=black&color=green">
17+
<img alt="License" src="https://img.shields.io/github/license/brittytino/patchwork?style=for-the-badge&logo=opensourceinitiative&logoColor=white&labelColor=black&color=green" />
1818
</a>
1919
<a href="https://github.com/brittytino/patchwork/releases/latest">
20-
<img alt="GitHub Downloads" src="https://img.shields.io/github/downloads/brittytino/patchwork/total?style=for-the-badge&logo=android&logoColor=white&labelColor=black&color=purple">
20+
<img alt="GitHub Downloads" src="https://img.shields.io/github/downloads/brittytino/patchwork/total?style=for-the-badge&logo=download&logoColor=white&labelColor=black&color=orange" />
2121
</a>
2222
<a href="https://github.com/brittytino/patchwork/stargazers">
23-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/brittytino/patchwork?style=for-the-badge&logo=starship&logoColor=white&labelColor=black&color=yellow">
23+
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/brittytino/patchwork?style=for-the-badge&logo=starship&logoColor=white&labelColor=black&color=yellow" />
2424
</a>
2525
</p>
2626

2727
<p align="center">
2828
<a href="https://github.com/brittytino/patchwork/issues/new?assignees=&labels=bug&template=bug_report.yml">
29-
<img alt="Report Bug" src="https://img.shields.io/badge/Report_Bug-red?style=for-the-badge&logo=openbugbounty&logoColor=white">
29+
<img alt="Report Bug" src="https://img.shields.io/badge/Report_Bug-red?style=for-the-badge&logo=openbugbounty&logoColor=white" />
3030
</a>
3131
<a href="https://github.com/brittytino/patchwork/issues/new?assignees=&labels=enhancement&template=feature_request.yml">
32-
<img alt="Request Feature" src="https://img.shields.io/badge/Request_Feature-orange?style=for-the-badge&logo=apachespark&logoColor=white">
32+
<img alt="Request Feature" src="https://img.shields.io/badge/Request_Feature-orange?style=for-the-badge&logo=apachespark&logoColor=white" />
3333
</a>
3434
<a href="https://crowdin.com/project/patchwork-android">
35-
<img alt="Crowdin" src="https://img.shields.io/badge/Translate-30%2B_Languages-cyan?style=for-the-badge&logo=crowdin&logoColor=white">
35+
<img alt="Translate" src="https://img.shields.io/badge/Translate-30%2B_Languages-cyan?style=for-the-badge&logo=crowdin&logoColor=white" />
3636
</a>
3737
<a href="https://t.me/tidwib">
38-
<img alt="Join Community" src="https://img.shields.io/badge/Join_Community-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white">
38+
<img alt="Join Community" src="https://img.shields.io/badge/Join_Community-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" />
3939
</a>
4040
</p>
4141

@@ -413,91 +413,6 @@ If you find Patchwork useful, consider:
413413

414414
Every bit of support helps keep the project alive and growing!
415415

416-
## Root Access
417-
418-
If your device is rooted, Patchwork can use root privileges directly.
419-
420-
### Advantages:
421-
- No need for Shizuku
422-
- Persistent access across reboots
423-
- Slightly faster execution for some features
424-
425-
### Setup:
426-
1. Ensure your device is rooted (Magisk recommended)
427-
2. Grant Patchwork root permission when prompted
428-
3. Root access will be used automatically for compatible features
429-
430-
## Without Shizuku or Root
431-
432-
Most Patchwork features work perfectly fine without elevated permissions! You'll still have access to:
433-
- Quick Settings Tiles (basic)
434-
- Visual customizations (Status Bar, Notification Lighting, Dynamic Night Light with limitations)
435-
- Notification features (Snooze Notifications)
436-
- Location Reached (Travel Alarm)
437-
- Screen Off Widget
438-
- Button Remap (limited functionality)
439-
- App Lock
440-
- Watermark
441-
- System Keyboard
442-
- Batteries Monitor
443-
- And much more!
444-
445-
Only features specifically marked "Requires: Shizuku or Root" (Maps Power Saving, App Freezing) need elevated access.
446-
447-
**Note**: Patchwork is designed with universal compatibility in mind. All features work across different Android manufacturers with automatic device detection and graceful fallbacks for OEM-specific limitations.
448-
449-
# Screenshots
450-
451-
<p align="center">
452-
<img src="https://github.com/user-attachments/assets/a6a574ac-a1cb-44d5-b8c7-4fbca08647f1" width="19%" />
453-
<img src="https://github.com/user-attachments/assets/e2b20eff-a232-420c-be90-b1308363f4f7" width="19%" />
454-
<img src="https://github.com/user-attachments/assets/7fb98791-e4b4-43f1-98a8-4ab6aeb1d0f0" width="19%" />
455-
<img src="https://github.com/user-attachments/assets/f126681d-ba53-4e45-911c-c9cb69350848" width="19%" />
456-
<img src="https://github.com/user-attachments/assets/fc1593ec-ebf4-485a-bef4-7dd8ae6edb2a" width="19%" />
457-
</p>
458-
<p align="center">
459-
<img src="https://github.com/user-attachments/assets/36dfaed1-89b5-4998-987b-40d5203598a7" width="19%" />
460-
<img src="https://github.com/user-attachments/assets/22e9deea-6fb8-43bc-9923-f711f5447c70" width="19%" />
461-
<img src="https://github.com/user-attachments/assets/d0eb5302-9432-4618-896b-7d9e5b7cf9cd" width="19%" />
462-
<img src="https://github.com/user-attachments/assets/50d762a5-5bc6-46e7-a9ce-9ccfc207957f" width="19%" />
463-
<img src="https://github.com/user-attachments/assets/d77c91c0-a1b3-45e4-9123-eee0f09a558f" width="19%" />
464-
</p>
465-
466-
# Shell Providers (Shizuku & Root)
467-
468-
- Patchwork supports both **Shizuku** and **Root** as shell providers for executing advanced system-level commands.
469-
- **Shizuku**: Make sure to get the latest version of Shizuku preferably from a fork such as [yangFenTuoZi/Shizuku](https://github.com/yangFenTuoZi/Shizuku) or other not from the Google Play as it is no longer well supported especially with Android 16 QPR1 up.
470-
- **Root**: If your device is rooted, Patchwork can bypass Shizuku and use root privileges directly for features like Button Remap and App Freezing.
471-
472-
# How to grant accessibility permissions
473-
474-
<img width="1280" height="696" alt="image" src="https://github.com/user-attachments/assets/685115e7-4caa-4add-9196-d2e1e2c126a6" />
475-
476-
# Localization
477-
478-
Help us bring Patchwork to more people around the world! If you're fluent in another language, you can contribute by translating the app on Crowdin.
479-
480-
[![Crowdin](https://badges.crowdin.net/patchwork-android/localized.svg)](https://crowdin.com/project/patchwork-android)
481-
482-
[Support translation on Crowdin](https://crowdin.com/project/patchwork-android)
483-
484-
Patchwork is currently available in **30+ languages**, all thanks to our amazing community translators. If you're fluent in another language or want to improve existing translations, we'd love your contribution!
485-
486-
### How to Contribute:
487-
1. Visit our [Crowdin project page](https://crowdin.com/project/patchwork-android)
488-
2. Select your language (or request a new one)
489-
3. Start translating!
490-
491-
No technical knowledge required—just language skills and a few minutes of your time. Every translation helps make Patchwork accessible to more users worldwide.
492-
493-
**Current Languages**: English, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, Korean, Arabic, Hindi, and many more!
494-
495-
# Contributing
496-
497-
We welcome contributions from the community! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is appreciated.
498-
499-
Please read our [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
500-
501416
# Stars <3
502417

503418
<a href="https://star-history.com/#brittytino/patchwork&Date">
@@ -511,6 +426,6 @@ Please read our [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of co
511426
---
512427

513428
<p align="center">
514-
Last updated: 2026-02-04
429+
Last updated: 2026-02-11
515430
</p>
516431

0 commit comments

Comments
 (0)