Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quiprr committed Aug 7, 2020
1 parent f17cc31 commit d5912b6
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.vscode
.DS_Store
.DS_Store
.dragon/
packages/
13 changes: 12 additions & 1 deletion NotiPingPrefs/NPIDevPageController.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,20 @@ - (void)openReddit
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://reddit.com/u/quiprr"] options:@{} completionHandler:nil];
}

- (void)openPayPal
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://paypal.me/quiprr"] options:@{} completionHandler:nil];
}

- (void)openDiscord
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://discord.gg/MA7NQJd"] options:@{} completionHandler:nil];
}

- (void)specialThanks
{
UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Special Thanks"
message:@"@CaptInc - help with the entire tweak\n@burrit0z - alert features to be implemented"
message:@"@CaptInc - help with the entire tweak\n@kritanta - help with DragonBuild"
preferredStyle:UIAlertControllerStyleAlert];

UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"Dismiss" style:UIAlertActionStyleDefault
Expand All @@ -62,4 +72,5 @@ - (void)specialThanks
[alert addAction:defaultAction];
[self presentViewController:alert animated:YES completion:nil];
}

@end
28 changes: 24 additions & 4 deletions NotiPingPrefs/Resources/Developer.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Developer Links</string>
<string>Links</string>
</dict>
<dict>
<key>cell</key>
Expand All @@ -24,7 +24,7 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>quiprr on Twitter</string>
<string>Twitter</string>
<key>icon</key>
<string>Service-Twitter.png</string>
<key>action</key>
Expand All @@ -34,7 +34,7 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>quiprr's Website</string>
<string>Website</string>
<key>icon</key>
<string>Service-Website.png</string>
<key>action</key>
Expand All @@ -44,12 +44,32 @@
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>quiprr's Reddit</string>
<string>Reddit</string>
<key>icon</key>
<string>Service-Reddit.png</string>
<key>action</key>
<string>openReddit</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Discord Server</string>
<key>icon</key>
<string>Service-Discord.png</string>
<key>action</key>
<string>openDiscord</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Consider Donating</string>
<key>icon</key>
<string>Service-PayPal.png</string>
<key>action</key>
<string>openPayPal</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
Expand Down
2 changes: 0 additions & 2 deletions NotiPingPrefs/Resources/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>NotiPing</string>
</dict>
<dict>
<key>cell</key>
Expand Down
Binary file added NotiPingPrefs/Resources/Service-Discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NotiPingPrefs/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NotiPingPrefs/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NotiPingPrefs/Resources/Service-PayPal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NotiPingPrefs/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added NotiPingPrefs/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# NotiPing
NotiPing is my first tweak, and I have open sourced and released it for free here. NotiPing is a tweak that sends you an alert if a server you specify goes offline and your device does not get a response.
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
<br>
Current version: v1.0.3
<br>
## NotiPing
Get an alert if a server goes down!
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
### Current version:
v1.0.4
### Where to download
Repo: https://repo.ametrine.dev/
# How to compile
- Get DragonBuild
- run `dragon build` in the notiping/ directory
- Profit
.deb: [GitHub Releases](https://github.com/ItHertzSoGood/NotiPing/releases/)
### Build this yourself
#### DragonBuild:
- Download [DragonBuild](https://github.com/DragonBuild/DragonBuild)
- Run `dragon build` in the NotiPing directory
#### Theos:
- Download [Theos](https://github.com/theos/theos)
- Make a makefile using the same parameters of the [DragonMake](https://github.com/ItHertzSoGood/notiping/blob/master/DragonMake)
- Run `make package` in the NotiPing directory
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dev.ametrine.notiping
Name: NotiPing
Version: 1.0.3
Version: 1.0.4
Architecture: iphoneos-arm
Description: Get notified when a server goes down!
Maintainer: ItHertzSoGood
Expand Down

0 comments on commit d5912b6

Please sign in to comment.