fm-sys / snapdrop-android

Android client for local file sharing via https://snapdrop.net/ and https://pairdrop.net

Home Page:https://play.google.com/store/apps/details?id=com.fmsys.snapdrop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.11.2 breaks file transfer

terrytw opened this issue · comments

Checklist

  • I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue.
  • I have updated "Snapdrop for Android" to the latest version. The bug is reproducible on this latest version.
  • I have checked, that this is NOT a general Snapdrop bug. It is only related to the Android app, and not reproducible with the website as well.

App version

1.11.2

Android version

12

Describe the bug

I have a WSA setup, with latest 1.11.2 from play store. The other end is chrome webpage.

Transferring from chrome to WSA fails, but it works the opposite way.

Switching back to F-droid 1.11.0 version fixes the issue.

Steps to reproduce the bug

See bug description.

since snapdrop.net is down, I used https://node-snapdrop.herokuapp.com/

Stacktrace

No response

Screenshots and additional context

No response

I was trying to force https for snapdrop.net while keeping clear text compatibility with other services. (e9d2baa) seems like this did not work as expected.

But can't imagine how this is related.

Can you check v1.11.1 as well?

Where can I find 1.11.1? Latest F-droid version is 1.11.0 while play store does not let me choose version.

Never mind, I found it in your repo.

1.11.1 works fine.

Update: tested on an real android phone, android version 10.
It's the same behavior. So I guess not related to how microsoft implemented WSA.

Also I would like to mention that the circular file transfer progress bar works, and the file save windows pop up as well, if it helps. It's just after hitting save, nothing happens. I suspect something wrong when saving it to android storage.

I think I've found the bug - thanks for reporting it! Just for reference, bug was caused by 2645d9a

Do you want to test v1.11.3? The APK is part of eb0a407, release is already uploaded to google play but might take some time to be rolled out...

Yeah I tested it, it's fixed! Thank you!