-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e988675
commit d5502fc
Showing
8 changed files
with
363 additions
and
144 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# https://github.com/massivemadness/Squircle-CE/issues/167 | ||
-keep class com.jcraft.jsch.** { *; } | ||
-keep class com.jcraft.jsch.** { *; } | ||
|
||
# Unresolved classes | ||
-dontwarn com.sun.jna.Library | ||
-dontwarn com.sun.jna.Memory | ||
-dontwarn com.sun.jna.Native | ||
-dontwarn com.sun.jna.Platform | ||
-dontwarn com.sun.jna.Pointer | ||
-dontwarn com.sun.jna.Structure | ||
-dontwarn com.sun.jna.platform.win32.Kernel32 | ||
-dontwarn com.sun.jna.platform.win32.User32 | ||
-dontwarn com.sun.jna.platform.win32.WinBase$SECURITY_ATTRIBUTES | ||
-dontwarn com.sun.jna.platform.win32.WinBase | ||
-dontwarn com.sun.jna.platform.win32.WinDef$HWND | ||
-dontwarn com.sun.jna.platform.win32.WinDef$WPARAM | ||
-dontwarn com.sun.jna.platform.win32.WinNT$HANDLE | ||
-dontwarn com.sun.jna.win32.W32APIOptions | ||
-dontwarn org.apache.logging.log4j.Level | ||
-dontwarn org.apache.logging.log4j.LogManager | ||
-dontwarn org.apache.logging.log4j.Logger | ||
-dontwarn org.ietf.jgss.GSSContext | ||
-dontwarn org.ietf.jgss.GSSCredential | ||
-dontwarn org.ietf.jgss.GSSException | ||
-dontwarn org.ietf.jgss.GSSManager | ||
-dontwarn org.ietf.jgss.GSSName | ||
-dontwarn org.ietf.jgss.MessageProp | ||
-dontwarn org.ietf.jgss.Oid | ||
-dontwarn org.newsclub.net.unix.AFUNIXServerSocketChannel | ||
-dontwarn org.newsclub.net.unix.AFUNIXSocketAddress | ||
-dontwarn org.newsclub.net.unix.AFUNIXSocketChannel | ||
-dontwarn org.slf4j.Logger | ||
-dontwarn org.slf4j.LoggerFactory |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Added: Support for CSS language | ||
- Added: Read Only in Settings > Editor | ||
- Fixed: Encoding and LineBreaks were ignored when using «Save As» option | ||
- Fixed: RSA key validation for SFTP | ||
- Bugfixes and minor improvements |
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