Raymond Lai
Raymond Lai
## Description - Refactored SshConnectionPool to more generic NetCopyClientConnectionPool - Change SshClientTemplate to NetCopyClientTemplate - Implement FTP client support. Defaults to passive FTP and implicit SSL for FTPS - Add...
Fixes #3224. Let the crash begin...
Implementation notes: Library support is available: https://github.com/stephenc/java-iso-tools or [just the library itself](https://mvnrepository.com/artifact/com.github.stephenc.java-iso-tools/loopy-core/1.2.2), but it's also not maintained any more. Alternate solution, some suggested using [7z JNI binding](https://stackoverflow.com/a/65966094), but I think...
[Zstandard archive format](https://facebook.github.io/zstd/) is [RFC8878](https://datatracker.ietf.org/doc/html/rfc8878) too. There is [a pure Java port of the algorithm on Github](https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd) in addition to [JNI binding](https://github.com/luben/zstd-jni). Unless there is popular demand this feature will...
## Description As noted by Android Studio on the use of `android.permission.QUERY_ALL_PACKAGES` permission, use `` with explicitly defined action and MIME type instead. This looks safer (minimal permission principle), and...
Without entering username and/or password, user can still create/update a SMB connection to a public share. This makes the anonymous checkbox meaningless. UI should - block user from saving if...
## Description To make `gradlew clean spotlessApply spotlessCheck jacocoTestFdroidDebugUnitTestReport assembleDebug` build workflow also work seamlessly, - Moved RAR related tests to `testPlay` directory - `CompressedHelperCallableTestSuite` for different flavours - `ExtractorTestSuite`...
## Description Also fixes line parsing of filenames having colons as I work on, listing files under `/dev`. #### Issue tracker Fixes #3476 #### Automatic tests - [ ] Added...
**Describe the bug** Amaze cannot display entries in some 7z archives using full paths as archive entry. Attached an example archive here. [test-direct-paths.7z.zip](https://github.com/TeamAmaze/AmazeFileManager/files/9386237/test-direct-paths.7z.zip) Archive entries as `7z l` shows: ```bash...
## Description - Allow cleartext traffic only at localhost, which is required for streaming media over network - Disable include dependency info in built apk. Not much advantage from this,...