Skip to content

Commit 7320b3d

Browse files
committed
release v1.1.4
1 parent 3e6e83b commit 7320b3d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.MD

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ If you have any feature requests as a whole or a bug report, open the issue in t
1414

1515
## Features
1616

17-
- **Clipboard Sync**: Seamlessly share clipboard content between your Android device and Windows PC.
18-
- **Media Control**: Control media playback and the volume of your PC from your Android device.
19-
- **Notification Sync**: Allows to display (or 'toast') notifications from your Android device on your desktop.
20-
- **Storage Integration**: Integrate your Android storage with your PC to access files from your phone.
17+
- **Clipboard Sharing**: Seamlessly share clipboard content between your Android device and Windows PC.
18+
- **Media Control**: Control media playback and volume of your PC from android.
19+
- **File Sharing**: Share files between your devices easily.
20+
- **Storage Integration**: Integrate your Android storage into the Windows Explorer.
21+
- **Notification**: Allows toasting the notifications from your android in desktop.
22+
- **Screen mirroring**: Mirror and control the Android device via scrcpy.
2123

2224
## Limitations
2325

@@ -57,6 +59,7 @@ If you have any feature requests as a whole or a bug report, open the issue in t
5759
- Initiate the connection on your Android device using either manual connect or auto connect. Manual connect is faster, while auto connect takes a bit more time to determine which IP address works for you.
5860
- Once the connection is initiated, Windows will receive a pop-up to accept or decline the connection. Ensure that the keys match on both devices.
5961
- After the authentication is done, you should be navigated to the home screens on both devices, wait a bit for the notifications on Windows to load up for the first time.
62+
- **Note:** Make sure you have excluded the app from Firewall and Antivirus restrictions.
6063
3. **Clipboard Sharing**:
6164
- When you copy content on your desktop, it will automatically sync with your Android device (provided you have enabled this feature in the settings). If you have also enabled image syncing, images should be sent as well. **Note:** You must enable the 'add received images to clipboard' option for image syncing to work.
6265
- To automatically share the clipboard, enable the corresponding preference in the settings (accessibility permission is required). **Note:** This method may not work in every scenario.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
applicationId = "com.castle.sefirah"
1616

17-
versionCode = 12
18-
versionName = "1.1.3"
17+
versionCode = 13
18+
versionName = "1.1.4"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
• Fix reconnection issues
2+
• Fix file transfer not working for certain file types
3+
• Improve ip address listing during pairing
4+
• Add Brazilian portuguese translation
5+
• Show command name on timer dialog

0 commit comments

Comments
 (0)