Skip to content

Commit

Permalink
Implemented completely dark background for better image quality.
Browse files Browse the repository at this point in the history
Version v5.1.2
Build 115120
Changelog update
  • Loading branch information
iiordanov committed Feb 4, 2023
1 parent 294725d commit c6a1861
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 16 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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.undatech.opaque"
android:versionCode="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
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.2
- Completely dark background for better image on OLED screens
v5.1.1
- Bugfix for single-click with certain trackpads
- Bugfix for Simulated Touchpad Drag&Drop
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.2
- Completely dark background for better image on OLED screens
v5.1.1
- Bugfix for single-click with certain trackpads
- Color mode selection
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.2
- Completely dark background for better image on OLED screens
v5.1.1
- Bugfix for auto local cursor
- Bugfix for single-click with certain trackpads
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.2
- Completely dark background for better image on OLED screens
v5.1.1
- Bugfix for single-click with certain trackpads
- Bugfix for Simulated Touchpad Drag&Drop
Expand Down
2 changes: 2 additions & 0 deletions bVNC/src/main/res/layout-large/canvas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/background_dark"
>

<com.iiordanov.bVNC.RemoteCanvas
android:id="@+id/canvas"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="bottom|center"
android:background="@android:color/background_dark"
>
</com.iiordanov.bVNC.RemoteCanvas>

Expand Down
2 changes: 2 additions & 0 deletions bVNC/src/main/res/layout/canvas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/background_dark"
>

<com.iiordanov.bVNC.RemoteCanvas
android:id="@+id/canvas"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="bottom|center"
android:background="@android:color/background_dark"
>
</com.iiordanov.bVNC.RemoteCanvas>

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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

<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="115119"
android:versionName="v5.1.1">
android:versionCode="115120"
android:versionName="v5.1.2">

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

0 comments on commit c6a1861

Please sign in to comment.