Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .theos/_/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Description: Turns on AirplaneMode if you have low signal strength. Enable/disab
Maintainer: Joe Merlino
Author: Joe Merlino
Section: Tweaks
Version: 0.0.1-2
Installed-Size: 296
Version: 0.0.1-4
Installed-Size: 324
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,243 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>Choose the amount of strength to trigger AirplaneSignal. After the number of seconds you set, if the phone still has that low signal AirplaneSignal will enable Airplane mode. The tweak will also enable wifi and/or bluetooth after Airplane mode if they were enabled before but you can always enable wifi connectivity if you want.</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>key</key>
<string>enabled</string>
<key>label</key>
<string>Enabled</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>label</key>
<string>Signal strength</string>
<key>detail</key>
<string>PSListItemsController</string>
<key>default</key>
<integer>2</integer>
<key>key</key>
<string>percentage</string>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
<key>validTitles</key>
<array>
<string>20% or less</string>
<string>40% or less</string>
<string>60% or less</string>
</array>
<key>validValues</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>label</key>
<string>After</string>
<key>detail</key>
<string>PSListItemsController</string>
<key>default</key>
<integer>5</integer>
<key>key</key>
<string>delay</string>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
<key>validTitles</key>
<array>
<string>5 sec</string>
<string>10 sec</string>
<string>15 sec</string>
<string>20 sec</string>
<string>25 sec</string>
<string>30 sec</string>
<string>35 sec</string>
<string>40 sec</string>
<string>45 sec</string>
<string>50 sec</string>
</array>
<key>validValues</key>
<array>
<integer>5</integer>
<integer>10</integer>
<integer>15</integer>
<integer>20</integer>
<integer>25</integer>
<integer>30</integer>
<integer>35</integer>
<integer>40</integer>
<integer>45</integer>
<integer>50</integer>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>key</key>
<string>forcewifi</string>
<key>label</key>
<string>Always enable WiFi</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>This feature allows to disable Airplane Mode and check the network after a set amount of minutes.</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>key</key>
<string>check</string>
<key>label</key>
<string>Re-check signal</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>label</key>
<string>After</string>
<key>detail</key>
<string>PSListItemsController</string>
<key>default</key>
<integer>300</integer>
<key>key</key>
<string>checkmin</string>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
<key>validTitles</key>
<array>
<string>5 min</string>
<string>10 min</string>
<string>15 min</string>
<string>20 min</string>
<string>25 min</string>
<string>30 min</string>
<string>35 min</string>
<string>40 min</string>
<string>45 min</string>
<string>50 min</string>
</array>
<key>validValues</key>
<array>
<integer>300</integer>
<integer>600</integer>
<integer>900</integer>
<integer>1200</integer>
<integer>1500</integer>
<integer>1800</integer>
<integer>2100</integer>
<integer>2400</integer>
<integer>2700</integer>
<integer>3000</integer>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>This feature allows to "force downgrade" network speed (LTE -> 3G [or 3G -> EDGE on older iDevices]) before enabling airplane mode, since signal strength might be better on slower network.</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.joemerlino.airplanesignal</string>
<key>key</key>
<string>downgradenetwork</string>
<key>label</key>
<string>Downgrade network speed</string>
<key>PostNotification</key>
<string>com.joemerlino.airplanesignal.preferencechanged</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>Donation and contact email are the same, if you're already logged on PayPal you'll see that directly filled in.</string>
</dict>
<dict>
<key>action</key>
<string>twitter</string>
<key>alignment</key>
<string>center</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>@joe_merlino</string>
</dict>
<dict>
<key>action</key>
<string>my_site</string>
<key>alignment</key>
<string>center</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>GitHub</string>
</dict>
<dict>
<key>action</key>
<string>donate</string>
<key>alignment</key>
<string>center</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Buy Me a Coffee! (Donate)</string>
</dict>
<dict>
<key>action</key>
<string>sendEmail</string>
<key>alignment</key>
<string>center</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Send Mail</string>
</dict>
</array>
<key>title</key>
<string>AirplaneSignal</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .theos/last_package
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./com.joemerlino.airplanesignal_0.0.1-2_iphoneos-arm.deb
./com.joemerlino.airplanesignal_0.0.1-4_iphoneos-arm.deb
Binary file modified .theos/obj/AirplaneSignal.dylib
Binary file not shown.
Binary file modified .theos/obj/arm64/AirplaneSignal.dylib
Binary file not shown.
Binary file removed .theos/obj/arm64/Tweak.xm.cdaed394.o
Binary file not shown.
Binary file added .theos/obj/arm64/Tweak.xm.e9ab706b.o
Binary file not shown.
Binary file modified .theos/obj/armv7/AirplaneSignal.dylib
Binary file not shown.
Binary file removed .theos/obj/armv7/Tweak.xm.0b1e2b5c.o
Binary file not shown.
Binary file added .theos/obj/armv7/Tweak.xm.7ebfd186.o
Binary file not shown.
Binary file modified .theos/obj/armv7s/AirplaneSignal.dylib
Binary file not shown.
Binary file removed .theos/obj/armv7s/Tweak.xm.a29c2cef.o
Binary file not shown.
Binary file added .theos/obj/armv7s/Tweak.xm.e23d6086.o
Binary file not shown.
2 changes: 1 addition & 1 deletion .theos/packages/com.joemerlino.airplanesignal-0.0.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
4
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
TARGET := iphone:clang
SDKVERSION = 8.4
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 7.0
ARCHS = armv7 armv7s arm64

include theos/makefiles/common.mk

TWEAK_NAME = AirplaneSignal
Expand Down
Loading