Skip to content
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

2.2.4 release #49

Merged
merged 71 commits into from
Mar 3, 2019
Merged

2.2.4 release #49

merged 71 commits into from
Mar 3, 2019

Conversation

SwiftWinds
Copy link
Contributor

@SwiftWinds SwiftWinds commented Jan 30, 2019

OK, you're not really gonna like this, but it's just really difficult to cherrypick all of the changes. Let me just have them all in one (sorry, but at least there are no merge conflicts!):

  • I changed the .gitignore to include Gradle's and macOS's gitignore, because there were some DS_Store stuff from macOS slipping through and the .gradle folder should be ignored.

  • A lot of the .idea path got edited automatically, which I know you don't want, but could you try it out (locally before you accept), because everything works just fine. If it doesn't work out how you like, then could you make a commit above it to revert the changes to the .idea folder? None of the .idea folders contain personal settings (those are all ignored). OK, I reverted all of them but kept encodings.xml, since it's recommended by Jetbrains

  • I bumped the copyright date and the version to 2.2.3. I'm also encapsulating the version in a class so that we can compare versions better.

  • I removed redundant parentheses. I also removed all "*" imports. I know you told me that you were going to do the refactoring, because it would cause merge conflicts, but here, there are no merge conflicts.

  • I fixed the cmd+q crash when in background on macOS

  • I added Windows and macOS A12/A12X support

If you have any questions about the code just ask me!

If this gets merged, it closes #47, closes #46, closes #42, and closes #38

EDIT: This also closes #55

SwiftWinds and others added 27 commits December 24, 2018 23:55
Remove TODO from README
…parators, add some misc. comments, disable old taskbar implementation, fix background button not changing to 'stop background', update showStage(), add misc.xml to .gitignore
Repository owner deleted a comment Feb 7, 2019
Repository owner deleted a comment Feb 7, 2019
Repository owner deleted a comment Feb 7, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
# Conflicts:
#	.idea/modules/blobsaver_main.iml
#	.idea/modules/blobsaver_test.iml
#	build.gradle
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
# Conflicts:
#	src/main/java/com/airsquared/blobsaver/Background.java
#	src/main/java/com/airsquared/blobsaver/Controller.java
#	src/main/java/com/airsquared/blobsaver/Main.java
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
# Conflicts:
#	src/main/java/com/airsquared/blobsaver/Controller.java
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 2, 2019
Repository owner deleted a comment Mar 3, 2019
Repository owner deleted a comment Mar 3, 2019
@airsquared airsquared merged commit 5f5aa92 into airsquared:master Mar 3, 2019
@SwiftWinds SwiftWinds deleted the 2.2.3-release branch March 20, 2019 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make compatible with s0uthwest's tsschecker Hide/show macOS dock icon at runtime
2 participants