-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic refactor & URL Schemes / 3D Touch #141
Open
nullpixel
wants to merge
35
commits into
kpwn:master
Choose a base branch
from
nullpixel:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
201982e
Add case for already jailbroken device
a8a0dac
Added better already jailbroken handling, made a function, and remove…
nullpixel 32f8a0d
Merge branch 'patch-1' of github.com:nullpixel1/yalu102 into patch-1
nullpixel b99c5f8
Added URL scheme & rename setAleadyJailbroken
nullpixel e8f8323
Added local bool & rename for easier use in future
nullpixel 25669fc
Add a URL scheme to jailbreak
nullpixel f289c67
Add 3D touch shortcut to jailbreak
nullpixel 4dfc259
Fixed 3D touch shortcuts not working?
nullpixel 746b443
Add jailbreaking button state
nullpixel 8e105de
Allow building and running on iOS Simulator
aydenp fc5aaf4
Attempt at fixing issue where shouldJailbreak sticks
nullpixel b28d73e
Fix 3D Touch shortcut
aydenp df57c80
Merge remote-tracking branch 'origin/patch-1' into patch-1
aydenp a169a55
Move actual UI changes outside of logic function
aydenp 9378385
Move shouldJailbreak setter to better spot
aydenp d25d842
Comment some of the more "easy" code
aydenp 0f33ad8
Move location of device check to make build for real devices again (w…
aydenp d83fd90
Fixed simulator check in jailbreak file
aydenp d02d694
Fix jailbreak check always returning true
aydenp 06ff73b
Add some UI changes to main thread
nullpixel 250f337
Merge pull request #1 from kpwn/master
aydenp 44f2e95
Merge branch 'master' into patch-1
b6dcaf8
Fix offsets typo
aydenp 5c377ba
Merge pull request #2 from kpwn/master
aydenp 89edd86
Add 5s and 6 to supported devices
12d1c66
Add beta 2
d7a035c
Forgot to commit confirm alert
nullpixel eb32ad9
Merge branch 'patch-1' of github.com:nullpixel1/yalu102 into patch-1
nullpixel 9e03639
Merge branch 'master' into patch-1
255126e
Merge branch 'master' into patch-1
aydenp e259f23
Merge pull request #3 from kpwn/master
aydenp a515977
Fixed hanging
1f1a80a
Merge branch 'master' into patch-1
7ae3a82
Merge pull request #4 from kpwn/master
aydenp 727ca28
Merge pull request #5 from kpwn/master
aydenp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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 |
---|---|---|
|
@@ -13,6 +13,8 @@ | |
IBOutlet UIButton* dope; | ||
} | ||
- (IBAction)yolo:(id)sender; | ||
- (void) doIt; | ||
- (bool) alreadyJailbroken; | ||
|
||
@end | ||
|
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space in key name likely stops this from appearing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks b