Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realethanplayzdev/touchblocker
TouchBlocker is a Android application made to prevent accidental touches. You can use this in a normal activity state/multi-window/freeform-window activity state to prevent accidental touches by directly capturing the touches to TouchBlocker's activities. The activities are also transparent, which mean you can still see the app behind the TouchBlocker activity. For some reasons Android Studio pushes commits as "cccp2" at my laptop.
https://github.com/realethanplayzdev/touchblocker
Last synced: 5 days ago
JSON representation
TouchBlocker is a Android application made to prevent accidental touches. You can use this in a normal activity state/multi-window/freeform-window activity state to prevent accidental touches by directly capturing the touches to TouchBlocker's activities. The activities are also transparent, which mean you can still see the app behind the TouchBlocker activity. For some reasons Android Studio pushes commits as "cccp2" at my laptop.
- Host: GitHub
- URL: https://github.com/realethanplayzdev/touchblocker
- Owner: RealEthanPlayzDev
- License: gpl-3.0
- Created: 2021-02-16T04:32:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T10:39:39.000Z (over 3 years ago)
- Last Synced: 2023-03-08T18:39:38.772Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 373 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TouchBlocker
Android application to prevent accidental touches.## README Navigation
- [Introduction to TouchBlocker](#introduction-to-touchblocker)
- [License](#license)
- [Contributing](#contributing)
- [TODOs](#todos)## Introduction to TouchBlocker
TouchBlocker is a Android application made to prevent accidental touches. You can use this in a normal activity state/multi-window/freeform-window activity state to prevent accidental touches by directly capturing the touches to TouchBlocker's activities. The activities are also transparent, which mean you can still see the app behind the TouchBlocker activity.## TODOs
- [x] Finish rewriting to Android Studio
- [x] Finish creating ActivityManager
- [ ] Ability to launch TouchBlocker from your quick settings notification panel (requires Android 7 or above and ActivityManager)
- [ ] Somehow rework the settings UI## License
TouchBlocker is licensed under [GNU GPLv3](https://github.com/RealEthanPlayzDev/TouchBlocker/blob/master/LICENSE)## Contributing
Contributions are allowed and welcome! We welcome any kind of contributions! Just make sure you submit them in a form pull request.