Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
a2beef4
Move TODO to Github issues
airsquared Dec 14, 2018
73508be
Fix IPSW help shown twice (#25)
Jan 3, 2019
a8dac30
Update copyright
airsquared Jan 23, 2019
74bb770
Fix 'x' not doing anything in About menu
SwiftWinds Jan 24, 2019
8c0588d
Merge remote-tracking branch 'origin/master'
airsquared Jan 26, 2019
e465392
Add support for all the new iPads
airsquared Jan 26, 2019
5e0ec8b
add .gitignore
airsquared Jan 26, 2019
5bfe6da
Bump version number to v2.2.2
airsquared Jan 27, 2019
8036936
Update tsschecker for macOS and Windows
airsquared Jan 31, 2019
211b683
Fix warnings and clean up some of the code
airsquared Feb 1, 2019
2d0c582
Fix warnings & errors from Codacy, clean up code
airsquared Feb 2, 2019
e51b507
Also use s0uthwest's version of tsschecker for Windows
airsquared Feb 7, 2019
f474bc6
Fix issue #39
airsquared Feb 7, 2019
3065752
Update .gitignore
airsquared Feb 8, 2019
0544044
Update tsschecker_linux, stop deleting tsschecker every time
airsquared Feb 8, 2019
fdb5cfc
Use default generator of 0x1111111111111111 just like 1Conan
airsquared Feb 9, 2019
d9a4fbe
Release v2.2.3
airsquared Feb 9, 2019
caae074
Save apnonces in presets
airsquared Feb 9, 2019
708d531
Update .idea folder with formatting rules
airsquared Feb 16, 2019
a8c84a8
Call libimobiledevice using JNA instead of executable(fixes reading f…
airsquared Feb 22, 2019
6f7575d
add gradle/wrapper
airsquared Feb 23, 2019
566067c
Save all signed versions instead of latest version & Separate tsschec…
airsquared Feb 24, 2019
5cfbe31
Add a Codacy badge to README
airsquared Mar 1, 2019
0f48fe9
Update gradle/wrapper
airsquared Mar 2, 2019
4aa472c
Merge remote-tracking branch 'origin/master'
airsquared Mar 2, 2019
742db69
Update copyright dates & make buildEverything() a single Gradle task
airsquared Mar 2, 2019
a2e1dad
Update dependencies & gradle plugin versions
airsquared Mar 2, 2019
832cb23
Fix application freezing after ⌘-Q when in background
airsquared Mar 2, 2019
0cd815b
Use a global menubar on macOS instead of stage-specific menubars(than…
airsquared Mar 2, 2019
a4e42c2
Prevent opening multiple "About" windows
airsquared Mar 2, 2019
f7a2b4c
Fix primaryStage not opening while in background
airsquared Mar 2, 2019
e38ed6f
Add SHOW_BREAKPOINT options for when running from the IDE(thanks @Swi…
airsquared Mar 2, 2019
5f5aa92
No longer require restarting app to start background, improve reading…
SwiftWinds Mar 3, 2019
83e5e0e
Fix gradlew/gradlew.bat line endings
airsquared Mar 3, 2019
751f935
Fix macOS menu bar not working when starting application in background
airsquared Mar 3, 2019
d674241
Release v2.3.0
airsquared Mar 3, 2019
ec0ca5d
Update issue templates
airsquared Mar 4, 2019
a3ba013
Fix blobsaver not responding (closes #60)
airsquared Mar 15, 2019
8a062c9
Fix XS Max naming (XS Max users need to resave presets) (closes #61)
airsquared Mar 15, 2019
93be0b8
Release v2.3.1
airsquared Mar 17, 2019
9f6af74
Update gradle dependencies & gradle wrapper
SwiftWinds Mar 22, 2019
604efc3
Fix 'JavaFX is not installed' when multiple JREs installed on Windows
airsquared Mar 23, 2019
725fcf7
Fix reading tsschecker output, update tsschecker executable if alread…
airsquared Mar 24, 2019
8455588
Fix "Could not find: 'null'" error
airsquared Mar 30, 2019
51310e8
Revert back to previous versioning system since current one is broken
airsquared Apr 3, 2019
b44d3ca
Release v2.3.2
airsquared Apr 3, 2019
11236f9
Fix minor typos in strings
SwiftWinds Apr 4, 2019
5b375b3
Replace compile with implementation in build.gradle (#68)
SwiftWinds Apr 4, 2019
28bc774
use the `assemble` task to build everything, not `buildEverything`
airsquared Apr 4, 2019
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
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
gpl-3.0.txt text eol=lf
gpl-3.0_windows.txt text eol=crlf
libraries_used.txt text eol=lf
libraries_used_windows.txt text eol=crlf
libraries_used_windows.txt text eol=crlf
gradlew.bat text eol=crlf
gradlew text eol=lf
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug report
about: Create a bug report
title: ''
labels: bug
assignees: ''

---

Expand All @@ -13,7 +16,7 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. macOS Mojave]
- App version [e.g. 1.1.1]
- [ ] Using .jar?
- [ ] Using .jar?(place an x between the brackets if true)

**Crash log**
If applicable, paste the crash log here.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

Expand Down
Binary file added .github/screenshots/screenshot-macos.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 .github/screenshots/screenshot-windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
# Created by .ignore support plugin (hsz.mobi)
### Xcode template
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
### Java template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Objective-C template
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
## Various settings
## Other
## Obj-C/Swift specific
*.hmap
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/dictionaries
.idea/**/shelf

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# CMake
cmake-build-debug/
cmake-build-release/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Gradle template
.gradle
# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
13 changes: 13 additions & 0 deletions .idea/blobsaver.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading