This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md updated from https://stackedit.io/
- Loading branch information
tacticalDevC
authored and
tacticalDevC
committed
Nov 29, 2018
1 parent
2e62ee5
commit 44657ce
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# PanicTrigger | ||
--- | ||
|
||
|
||
--- | ||
|
||
<h1 id="panictrigger">PanicTrigger</h1> | ||
<p><strong>DISCLAIMER:</strong> I am NOT responsible for any damage caused by this app! If you come crying to me with tears in your eyes because you lost your job or something I WILL POINT MY FINGER AT YOU AND LAUGH! I am not responsible for ANYTHING! Period.</p> | ||
<h2 id="description">Description</h2> | ||
<p>PanicTrigger is an Android app which can help you in case of an emergency situation. In case of an emergency you tap on a big red button which causes the app to send out SMS to your preconfigured contacts without comfirmation. So don’t tap on the wrong button ;-)<br> | ||
PanicTrigger runs in the background and listens for incoming SMS this is why it needs the permission to read your SMS. Trust me I won’t read your SMS :)<br> | ||
If an ingoing SMS contains a specific word AND is from a specific number then an alarm will go off and call the sender of the SMS in one minute. Enough time for you to wake up and realize that the alarm has been triggered.<br> | ||
Your contact(s) can trigger your alarm with a simple SMS and vice versa. If your opponent doesn’t have this app he will only see an SMS with the text “Panic” (by default) and your current GPS coordinates. This makes this app useful regardless of your contact has this app installed or not.</p> | ||
<h2 id="requirements">Requirements</h2> | ||
<ul> | ||
<li>Your phone</li> | ||
<li>A connection to your provider</li> | ||
<li>Enough credits for a few SMS</li> | ||
</ul> | ||
<h2 id="features">Features</h2> | ||
<ul> | ||
<li>AMOLED theme by default</li> | ||
<li>Simple interface</li> | ||
<li>Triggers an alarm on your friends phone (He/She needs to have this app too)</li> | ||
<li>More features coming soon…</li> | ||
</ul> | ||
<h2 id="coming-soon...">Coming soon…</h2> | ||
<ul> | ||
<li>Send last known GPS coordinates within trigger message</li> | ||
<li>GPS tracker (send updated coordinates ever n minutes unless canceled)</li> | ||
<li>Root functionality</li> | ||
<li>THEMES!!!</li> | ||
<li>In case there are no contacts configured call emergency services</li> | ||
</ul> | ||
<h2 id="license">License</h2> | ||
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"></a><br><span>PanicTrigger</span> by <a href="https://github.com/tacticalDevC/PanicTrigger" rel="cc:attributionURL">tacticalDevC</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br>Permissions beyond the scope of this license may be available at <a href="https://github.com/tacticalDevC/PanicTrigger" rel="cc:morePermissions">https://github.com/tacticalDevC/PanicTrigger</a>.</p> | ||
|