android
android copied to clipboard
Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)
Custom implementation of the `cdp` protocol (transport layer). - [x] #11 - [x] Listen via rfcomm (1b694db9df0fec43b8c62fd78587f0fe9478bb37) - [x] Connect (public keys) - [x] #12 - [x] #13 - [x]...
Sentry Issue: [ANDROID-F](https://nearshare.sentry.io/issues/4216690985/?referrer=github_integration) ``` System.Net.Sockets.SocketException: Connection timed out ?, in async Task NetworkTransport.ConnectAsync(EndpointInfo endpoint) System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its...
1. Add a new setting to https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Resources/xml/preferences_cdp.xml#L2 https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Settings/SettingsActivity.cs#L112 2. Use the choosen path in `FileUtils.CreateMediaStoreStream` https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/FileUtils.cs#L25
When I want to receive a file, I need to turn BT on in advance. It would be nice if the app did this by itself
## Issue Currently, if a users closes the app or the screen goes dark during the transfer does not finish. https://github.com/nearby-sharing/android/blob/4c7425292edb373ac043c5c6743bcafc1b51546c/src/SendActivity.cs#L382-L387 ## Solution Move the `cdp` instance into a common...
Add the ability to run the application in the background (implemented in Send Anywhere) so that there is no need to manually open the application every time you receive files....