Skip to content

Releases: TarballCoLtd/iOS-Restrictions-Recovery

iOS-Restrictions-Recovery v1.0 beta 4

05 Aug 22:51
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v1.0 beta 4

ONLY SUPPORTS iOS 7.0 TO iOS 12.4.9.
iOS 13.0+ support is not possible until an update to keychain_dumper is released which fixes support for iOS 13.0+. I do not have an ETA for when this will happen, if at all, as I am not a developer of keychain_dumper.

Changes:
-Labels for downloading assets
-Better device cleanup code

iOS-Restrictions-Recovery v1.0 beta 3

05 Aug 18:55
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v1.0 beta 3

Changes:
-Fixes "ArrayIndexOutOfBoundsException:1" error for iOS 12 only
-Other bug fixes and QOL improvements

iOS-Restrictions-Recovery v0.7.3

21 Jul 16:39
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v0.7.3

Changes:
-No longer requires downloading keychain_dumper manually, if keychain_dumper cannot be found, it is downloaded from GitHub
-Removes keychain_dumper from your device after finishing

iOS-Restrictions-Recovery v0.7.2

21 Jul 15:26
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v0.7.2

Changes:
-Adds my name to the app title
-Sorts recovery options by compatible iOS version
-Adds disclaimer to about section

iOS-Restrictions-Recovery v0.7.1

20 Jul 14:02
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v0.7.1
Check v0.7 changelog for instructions

Changes:
-Adds "About/Credits" tab in main menu
-Better coding conventions in InfoPlist

iOS-Restrictions-Recovery v0.7

18 Jul 11:51
Compare
Choose a tag to compare
Pre-release

iOS-Restrictions-Recovery v0.7
Note: To use the iOS 12 and 13 features, keychain_dumper must be in the same directory as the JAR.
OpenSSH and SQLite 3.x must also be installed on your device. These are available on the default repos.

Changes:
-Adds support for iOS 12 and iOS 13
-Dependencies are now managed by Maven
-Fixes a bug with the SSH feature for iOS 7.0-11.4.1 where known_hosts would fail to load

If you like my work, please consider donating! It would be greatly appreciated. :D
paypal.me/alyxferrari

iOS Restrictions Recovery v0.6.4

03 Jul 09:51
Compare
Choose a tag to compare
Pre-release

iOS Restrictions Recovery v0.6.4

Changes:
-Fixes freezing during passcode calculation
-Adds appropriate titles to JOptionPanes

iOS Restrictions Recovery v0.6.2

03 Jul 08:38
Compare
Choose a tag to compare
Pre-release

iOS Restrictions Recovery v0.6.2

Changes:
-Automatically detects if you're using the Microsoft Store version of iTunes

iOS Restrictions Recovery v0.6.1

03 Jul 08:24
Compare
Choose a tag to compare
Pre-release

iOS Restrictions Recovery v0.6.1

Changes:
-Replaces model identifiers with model names in iTunes backup list
-Fixes NumberFormatException when reading backups made with an iOS 6 or below device

iOS Restrictions Recovery v0.6

02 Jul 13:34
Compare
Choose a tag to compare
Pre-release

iOS Restrictions Recovery v0.6

Changes:
-Adds support for non-jailbroken devices by using an unencrypted iTunes backup
-Bug fixes