Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
- Bugfix for Simulated Touchpad Drag&Drop
- Build 115110
  • Loading branch information
iiordanov committed Aug 17, 2022
1 parent aafa513 commit 0460dc3
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CustomVnc-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.CUSTOM_VNC_APP_PACKAGE_NAME"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down
2 changes: 1 addition & 1 deletion Opaque-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http:https://schemas.android.com/apk/res/android"
xmlns:tools="http:https://schemas.android.com/tools"
package="com.undatech.opaque"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-feature
Expand Down
2 changes: 1 addition & 1 deletion aRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.aRDP"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down
2 changes: 1 addition & 1 deletion aSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.aSPICE"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-feature
Expand Down
2 changes: 1 addition & 1 deletion bVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.bVNC"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-Opaque
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.1.1
- Bugfix for Simulated Touchpad Drag&Drop
v5.1.0
- Stability during reconnection improvements
- Bugfix for cursor visibility setting
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-aRDP
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.1.1
- Bugfix for Simulated Touchpad Drag&Drop
v5.1.0
- Handling Keypad Return key
- Handling of DPAD Center as Return key on Android TV
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-aSPICE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.1.1
- Bugfix for Simulated Touchpad Drag&Drop
v5.1.0
- Stability during reconnection improvements
- Fixes for synchronizing remote resolution
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-bVNC
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.1.1
- Bugfix for Simulated Touchpad Drag&Drop
v5.1.0
- Handling Keypad Return key
- Improved logging during at disconnection
Expand Down
2 changes: 1 addition & 1 deletion freeaRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.freeaRDP"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down
2 changes: 1 addition & 1 deletion freeaSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.freeaSPICE"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down
2 changes: 1 addition & 1 deletion freebVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http:https://schemas.android.com/tools"
package="com.iiordanov.freebVNC"
android:installLocation="auto"
android:versionCode="115109"
android:versionCode="115110"
android:versionName="v5.1.0">

<uses-permission tools:node="removeAll" />
Expand Down

0 comments on commit 0460dc3

Please sign in to comment.