Xavron
Xavron
**Describe the bug** Resume computer and screen may wake up to this error. Never happened before kernel 5.12.6. uname -a Linux 5.12.6-200.fc33.x86_64 dmesg | grep -i Bluetooth usb 1-9: Product:...
The `certificate_pem, _, _ = _do_request()` has some items not working with the switch to v02 a ways back. Any way to easily get this back even if I have...
### Steps To Reproduce 1. ~https://my.account.sony.com/~ https://www.playstation.com 2. sign in (add to Bitwarden if needed) 3. user profile (top right) 4. account settings 5. security 6. sign in with passkey...
**Highly recommended to apply this pull request.** Closes: - https://github.com/ppareit/swiftp/issues/200 and major code improvement for DocumentFile. #### Short version: Heavily simplified better code. Can chew through 7,000 files in one...
Closes - https://github.com/ppareit/swiftp/issues/218 Some quick notes: - Used this long enough now without a single issue. Stops the ANR without causing any problem - Tested with zero problems on various...
### Problem: https://github.com/ppareit/swiftp/blob/221cc02148e9864789cccd36a06a8d08a3f1e34e/app/src/main/java/be/ppareit/swiftp/server/CmdMKD.java#L73 FTP client application rejecting the 250 but accepts the 257. The 257 is also used by a domain name registrar. ### Expected 257 or for the client...
Somewhat dated but if a certain upcoming pull request gets added then this easily becomes an option again. Example: https://github.com/ppareit/swiftp/blob/267ea09ad89a491d7be7a1dd170f07d45aa05dc6/app/src/main/java/be/ppareit/swiftp/utils/FileUtil.java#L176C1-L178C22 ``` private static boolean rename(File source, File target) { source.renameTo(target);...
Closes: - https://github.com/ppareit/swiftp/issues/216 Signed builds crash at eg user save from missing type due to proguard minify. _Can adjust if needed._
Closes - https://github.com/ppareit/swiftp/issues/214 Security improvement for lock screen app tile Some quick notes: - Tile on lock screen only starts app/server _after_ device is unlocked for improved security - Uses...
Closes: - https://github.com/ppareit/swiftp/issues/170 App icon shortcut to turn on the server Notes: - Had to be dynamic - Static wouldn't work and just did an ANR instead - Tested on...