Skip to content

Commit 6846514

Browse files
committed
Update README.md
1 parent 07fd85a commit 6846514

1 file changed

Lines changed: 62 additions & 9 deletions

File tree

README.md

Lines changed: 62 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,68 @@
1-
# Toolkit Tiles
1+
# Toolkit Tiles – Useful Quick Settings Tools
22

3-
[![Platform](https://img.shields.io/badge/android-platform?style=for-the-badge&label=platform&labelColor=21262d&color=6e7681)](https://www.android.com) [![API](https://img.shields.io/badge/26%2B-level?style=for-the-badge&logo=android&logoColor=3cd382&label=API&labelColor=21262d&color=ff663b)](https://developer.android.com/studio/releases/platforms) [![Release](https://img.shields.io/github/v/release/WSTxda/Toolkit-Tiles?display_name=tag&style=for-the-badge&logo=github&labelColor=21262d&color=1f6feb)](https://github.com/WSTxda/Toolkit-Tiles/releases/latest) [![Downloads](https://img.shields.io/github/downloads/WSTxda/Toolkit-Tiles/total?style=for-the-badge&labelColor=21262d&color=238636)](https://github.com/WSTxda/Toolkit-Tiles/releases)
4-
5-
![alt text](https://raw.githubusercontent.com/WSTxda/Toolkit-Tiles/main/images/Banner.svg)
3+
Toolkit Tiles integrates useful tools directly into your Android Quick Settings panel, allowing instant access with a single tap—no need to launch separate apps.
64

7-
**Download**
5+
[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/WSTxda/Toolkit-Tiles/.github%2Fworkflows%2Fandroid.yml?style=for-the-badge&logo=github-actions&labelColor=21262D&color=3FB950)](https://github.com/WSTxda/Toolkit-Tiles/actions)
6+
[![Platform](https://img.shields.io/badge/android-platform?style=for-the-badge&label=platform&labelColor=21262d&color=6e7681)](https://www.android.com)
7+
[![API](https://img.shields.io/badge/26%2B-level?style=for-the-badge&logo=android&logoColor=3cd382&label=API&labelColor=21262d&color=ff663b)](https://developer.android.com/studio/releases/platforms)
8+
[![Release](https://img.shields.io/github/v/release/WSTxda/Toolkit-Tiles?display_name=tag&style=for-the-badge&logo=github&labelColor=21262d&color=1f6feb)](https://github.com/WSTxda/Toolkit-Tiles/releases/latest)
9+
[![Downloads](https://img.shields.io/github/downloads/WSTxda/Toolkit-Tiles/total?style=for-the-badge&labelColor=21262d&color=238636)](https://github.com/WSTxda/Toolkit-Tiles/releases)
810

9-
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/GitHub.svg"
10-
alt='Get it on GitHub'
11-
height="80">](https://github.com/WSTxda/Compass-QS-Tile/releases/latest)
11+
![Banner](https://raw.githubusercontent.com/WSTxda/Toolkit-Tiles/main/images/Banner.svg)
12+
13+
Toolkit Tiles enhances your Android experience by adding practical utilities to the Quick Settings panel. These tools leverage your device's built-in sensors for accurate, real-time results, ensuring they're always at your fingertips.
14+
15+
## Features
16+
17+
### Tools Available
18+
19+
**🧭 Compass**
20+
Quickly determine your device's orientation and find directions. It displays cardinal directions and degrees for precise navigation.
21+
22+
**📏 Bubble Level**
23+
Measure the inclination of surfaces with ease, mimicking a traditional spirit level. Ideal for DIY projects, hanging pictures, or checking alignments.
24+
25+
### Key Benefits
26+
27+
- **Lightweight and Efficient**: Minimal resource usage with no background processes.
28+
- **Seamless Integration**: Fits naturally into Android's Quick Settings for one-tap access.
29+
- **Sensor-Based Accuracy**: Utilizes your device's accelerometer and magnetometer for reliable readings.
30+
- **No Permissions Overreach**: Only requires sensor access; no internet or storage permissions needed.
31+
32+
### Installation and Usage
33+
34+
1. Download and install the latest APK from the [releases page](https://github.com/WSTxda/Toolkit-Tiles/releases/latest).
35+
2. Swipe down twice from the top of your screen to open the full Quick Settings panel.
36+
3. Tap the edit button (pencil icon) to customize the panel.
37+
4. Locate the Toolkit Tiles (Compass and Bubble Level) in the available tiles section.
38+
5. Drag them to your active Quick Settings area.
39+
6. Tap any tile to activate the tool instantly.
40+
41+
> [!NOTE]
42+
> **Required Sensors:**
43+
>
44+
> **🧭 Compass:**
45+
> - [Rotation Vector Sensor](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ROTATION_VECTOR) (gyro + accelerometer + magnetometer)
46+
> - [Geomagnetic Rotation Vector](https://developer.android.com/reference/android/hardware/Sensor#TYPE_GEOMAGNETIC_ROTATION_VECTOR) (accelerometer + magnetometer)
47+
>
48+
> **📏 Bubble Level:**
49+
> - [Rotation Vector Sensor](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ROTATION_VECTOR)
50+
> - [Accelerometer](https://developer.android.com/reference/android/hardware/Sensor#TYPE_ACCELEROMETER) only (fallback, less accurate)
51+
>
52+
> **Optional:** Gyroscope can improve accuracy for both tiles but is not mandatory.
53+
54+
---
55+
56+
### Download
57+
58+
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/GitHub.svg" alt="Get it on GitHub" height="80">](https://github.com/WSTxda/Toolkit-Tiles/releases/latest)
59+
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/Telegram.svg" alt="Get it on Telegram" height="80">](https://t.me/WSTprojects)
60+
61+
### Donate
62+
63+
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/PayPal.svg" alt="Donate with PayPal" height="80">](https://bit.ly/2lV0E6u)
64+
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/BMC.svg" alt="Donate with BMC" height="80">](https://www.buymeacoffee.com/wstxda)
1265

1366
### Credits
1467

15-
- [Mike Klimek](https://github.com/Tetr4) for [CompassTile](https://github.com/Tetr4/CompassTile) project using [CyanogenMod](https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/179168) feature.
68+
**[Mike Klimek](https://github.com/Tetr4)** for the original [CompassTile](https://github.com/Tetr4/CompassTile) project, inspired by a [CyanogenMod/LineageOS feature](https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/179168).

0 commit comments

Comments
 (0)