Shlomo
Shlomo
I think it belongs to https://github.com/localsend/protocol
Confirmed, the issue appears for me too. Thanks @SuggestionsGuy for the clarification. I'll try to investigate it
For PC there is an option in the settings to keep the app running in the background. For Android there is an open issue https://github.com/localsend/localsend/issues/2153 You might try pinning the...
I think the new WebRTC discovery feature will allow discovery even without connecting to the local network
@farridav Can you check this? Thanks
> Checking group membership as a means of permissions seems to be a bit of an anti-pattern with djangos builtin authentication. What do you think about this? https://docs.djangoproject.com/en/4.2/topics/auth/default/#groups:~:text=Beyond%20permissions%2C%20groups,only%20email%20messages
If you can attach a logcat, that would be very helpful
The log says that such a file already exists in downloads. Is this the case? >PathExistsException: Cannot open file, path = '/storage/emulated/0/Download/android-release-unsigned.apk' (OS Error: File exists, errno = 17)
I think something like this should be automatically detected Maybe we could store the hardware ID (from the `device_info_plus` package) with the certificate and if it changes, generate a new...
@Tienisto I think the operating systems have implemented some anonymization measures. For example, [`ANDROID_ID`](https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID) includes the app-signing key, and on iOS there's the [`identifierForVendor`](https://developer.apple.com/documentation/UIKit/protecting-the-user-s-privacy#:~:text=If%20you%20must%20identify%20users%20persistently%2C%20use%20the%20identifierForVendor%20property%20of%20the%20UIDevice%20class%20or%20the%20advertisingIdentifier%20property%20of%20the%20ASIdentifierManager%20class.). The restrictions are only for non-resettable...