android icon indicating copy to clipboard operation
android copied to clipboard

Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)

Results 40 android issues
Sort by recently updated
recently updated
newest added

Custom implementation of the `cdp` protocol (transport layer). - [x] #11 - [x] Listen via rfcomm (1b694db9df0fec43b8c62fd78587f0fe9478bb37) - [x] Connect (public keys) - [x] #12 - [x] #13 - [x]...

enhancement

`NearShareSender.SendFilesAsync` does not return on denial

bug

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...

type::bug
area::libCdp

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

type::feature-request
good first issue
area::UI-UX
area::Settings

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

type::feature-request
good first issue
area::UI-UX
area::Receive

## 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...

area::Send

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....

type::feature-request
area::Receive