https://github.com/coolcodersj/brightly
https://github.com/coolcodersj/brightly
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coolcodersj/brightly
- Owner: CoolCoderSJ
- Created: 2024-12-05T23:48:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-06T01:07:03.000Z (over 1 year ago)
- Last Synced: 2025-01-16T00:57:39.071Z (over 1 year ago)
- Language: Kotlin
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brightly
Another Soren Iverson recreation based on: https://www.instagram.com/p/DDKu9XFSZB3/
This app adjusts the system brightness based on the number of steps taken by the user. It uses the Health Connect API to read step data and adjusts the brightness accordingly.
## Features
- Reads step data from Health Connect.
- Adjusts system brightness based on the number of steps taken.
- Allows users to set an optimal brightness level for when 10,000 steps are reached.
- Runs a foreground service to periodically update brightness in the background.
## Usage
Install the apk from the releases page. Open the app and grant the necessary permissions. The app will automatically adjust the brightness based on the number of steps taken every 15 seconds.
## Notes
- Since this was mainly built as a joke, it is not optimized at all and is not recommended for daily use.
- The app must stay open (it can be in the background) for brightness updates to work