Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AChep/PocketMode
Prevent accidential touches on your Android smartphone
https://github.com/AChep/PocketMode
android kotlin utility-application
Last synced: 4 days ago
JSON representation
Prevent accidential touches on your Android smartphone
- Host: GitHub
- URL: https://github.com/AChep/PocketMode
- Owner: AChep
- License: gpl-3.0
- Created: 2019-04-29T17:04:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T11:57:42.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:04:44.830Z (15 days ago)
- Topics: android, kotlin, utility-application
- Language: Kotlin
- Homepage:
- Size: 2.12 MB
- Stars: 47
- Watchers: 4
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pocket Mode
==========*Pocket Mode is an Android app that locks your phone when you hover the proximity sensor.*
I have developed this app because stock Android lacks this feature and my phone always changes something or disables important things while laying inside the pocket. Seriously, this has had to be stopped.
- **[Help us to translate it](https://crowdin.com/project/pocketmode)** _(even a short look would be helpful)_
Report a bug or request a feature
----------------
Before creating a new issue please make sure that same or similar issue is not already created by checking [open issues][2] and [closed issues][3] *(please note that there might be multiple pages)*. If your issue is already there, don't create a new one, but leave a comment under already existing one.Checklist for creating issues:
- Keep titles short but descriptive.
- For feature requests leave a clear description about the feature with examples where appropriate.
- For bug reports leave as much information as possible about your device, android version, etc.
- For bug reports also write steps to reproduce the issue.[Create new issue][1]
Creating your Pocket Mode
----------------
We welcome all developers to use our source code to create applications on our platform.
There are several things we require from **all developers** for the moment:1. Kindly **do not** use our standard logo as your app's logo.
2. Please remember to read and follow the [license][4].Versioning
----------------
For transparency in a release cycle and in striving to maintain backward compatibility, a project should be maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we should adhere to these rules whenever possible.Releases will be numbered with the following format: `..` and constructed with the following guidelines:
- Breaking backward compatibility bumps the major while resetting minor and patch
- New additions without breaking backward compatibility bumps the minor while resetting the patch
- Bug fixes and misc changes bumps only the patchFor more information on SemVer, please visit http://semver.org/.
[1]: https://github.com/AChep/PocketMode/issues/new
[2]: https://github.com/AChep/PocketMode/issues?state=open
[3]: https://github.com/AChep/PocketMode/issues?state=closed
[4]: https://github.com/AChep/PocketMode/blob/master/LICENSE