Skip to content

Commit 5c73c04

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 63f7dc5 + db84938 commit 5c73c04

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
pockettest
1+
# PocketProtector
2+
Prevent your pocket from accidentally using your phone.
3+
<br/><br/>
4+
## What does the tweak do?
5+
- Detects when the iPhone's proximity sensor is activated as near.
6+
- After the prox. sensor has been activated, start tracking motion.
7+
- If the device is upside down (to a configurable amount), dimm and lock the screen after a configuable amount of time.
8+
<br/><br/>
9+
## Open Source
10+
- This was a quick project I put together for a school project, so why not OS it. I also am a firm beleiver in OS contributing to learning developers
11+
as this was vital in my journey and still is. My challenge to any aspiring or novice tweak devs is to add an option to turn off screen dimming, some people might not want it. If you do it, make a PR and I'll push the update!
12+
- I plan to go through and comment what everything does, most of it is pretty self explanatory, but the "enqueue" methods description can be found in [PowerUp](https://github.com/JB-NSStudio/PowerUp)
13+
<br/><br/>
14+
## DragonBuild
15+
This was the first tweak I have built using the dragon toolkit. It is significantly faster than the typical theos enviroment
16+
but has some bugs as its still being worked on. I loved using dragon throughly, but probably wouldnt recommend it to beginning devs
17+
as there arent as many troubleshooting resources. I have provided a fully working makefile and DragonMake file should you chose to try to build with either
18+
<br/><br/>
19+
## Repo
20+
PocketProtector can currently be found on the following repos:
21+
- https://repo.squiddy.dev
22+
<br/><br/>
23+
## Credits
24+
- [Krit](https://github.com/KritantaDev) for saving me hours building test versions [DragonBuild](https://github.com/DragonBuild/dragon)
25+
<br/><br/>
26+
## PocketProtector creators
27+
- [Squiddy](https://github.com/Squidkingdom) (Twitter: [@Squidkingdom](https://twitter.com/squidkingdom))
28+

0 commit comments

Comments
 (0)