Skip to content

Commit

Permalink
Version v5.1.4, Build 115140, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Dec 11, 2023
1 parent aab668a commit 74521b0
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CustomVnc-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.CUSTOM_VNC_APP_PACKAGE_NAME"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions Opaque-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.undatech.opaque"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-feature
android:name="android.hardware.usb.host"
Expand Down
4 changes: 2 additions & 2 deletions aRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.aRDP"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions aSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.aSPICE"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-feature
android:name="android.hardware.usb.host"
Expand Down
4 changes: 2 additions & 2 deletions bVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.bVNC"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
3 changes: 3 additions & 0 deletions bVNC/CHANGELOG-Opaque
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v5.1.4
- Stability fixes
- Performance improvements
v5.1.3
- Fix for mouse pointer drift due to rounding errors
- Fix for login issues on Proxmox upgraded from 7 to 8
Expand Down
3 changes: 3 additions & 0 deletions bVNC/CHANGELOG-aRDP
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v5.1.4
- Stability fixes
- Performance improvements
v5.1.3
- Fix for mouse pointer drift due to rounding errors
- Feature to permit accepting changed SSH host key with a warning
Expand Down
3 changes: 3 additions & 0 deletions bVNC/CHANGELOG-aSPICE
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v5.1.4
- Stability fixes
- Performance improvements
v5.1.3
- Fix for mouse pointer drift due to rounding errors
- Feature to permit accepting changed SSH host key with a warning
Expand Down
3 changes: 3 additions & 0 deletions bVNC/CHANGELOG-bVNC
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v5.1.4
- Stability fixes
- Performance improvements
v5.1.3
- Fix for mouse pointer drift due to rounding errors
- Workaround for Ubuntu 22.04 reporting wrong framebuffer size
Expand Down
2 changes: 1 addition & 1 deletion bVNC/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation files('libs/com.antlersoft.android.db.jar')
// Current version of bVNC is built with bouncycastle with DH anon ciphers enabled. See https://github.com/iiordanov/bc-java
//implementation files("libs/bctls-jdk18on-1.70.jar")
implementation files("libs/bctls-jdk18on-1.70.jar")
implementation group: 'org.bouncycastle', name: 'bctls-jdk15on', version: '1.70'
implementation group: 'androidx.appcompat', name: 'appcompat', version: '1.4.1'
implementation group: 'androidx.legacy', name: 'legacy-support-v4', version: '1.0.0'
implementation group: 'androidx.vectordrawable', name: 'vectordrawable', version: '1.1.0'
Expand Down
4 changes: 2 additions & 2 deletions freeaRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freeaRDP"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions freeaSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freeaSPICE"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions freebVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freebVNC"
android:installLocation="auto"
android:versionCode="115139"
android:versionName="v5.1.3">
android:versionCode="115140"
android:versionName="v5.1.4">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 74521b0

Please sign in to comment.