Skip to content

Releases: bk138/multivnc

AndroidMultiVNC-2.1.2

29 Jan 21:37
fef77be
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed a server crash when connecting to UltraVNC that has MSLogonII enabled.
  • Fixed a crash that happened when setting up an SSH tunnel failed for some reason.

AndroidMultiVNC-2.1.1

30 Dec 20:42
6fbc27b
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed bug on Android 7 devices where "VNC connection failed! Only the original thread that created
    a view hierarchy can touch its views." would appear on connection initialisation.

AndroidMultiVNC-2.1.0

28 Dec 20:24
fb2daa5
Compare
Choose a tag to compare

This feature release brings a first MVP of SSH-Tunneling, a dark mode, the ability to set preferred VNC encodings and quality/compress levels and also some bug fixes.

⚡ Features

  • Added support for night mode aka a dark theme, thanks to Gaurav Ujjwal.
  • Added Portuguese and Chinese(Taiwan) translations.
  • Improved soft-keyboard access by making keyboard and zoom controls always visible.
  • Improved support for physical mice: middle mouse button support, improved right button support.
  • Added functionality to set preferred VNC encodings, compress and quality levels, thanks to Masato Nagasawa.
  • Added a first MVP of SSH-Tunneling: works with password and priv-key.

🛠 Fixes

  • Fixed a possible crash when trying to (wrongfully) import very big database exports.
  • Fixed possible crash when showing connection info.
  • Fixed help dialog showing up on 2nd and later connections although the user denied.
  • Fixed the haptic feedback of some on-screen actions not obeying the system settings.

Get it on F-DroidGet it on Google Play

AndroidMultiVNC-2.0.10

19 Aug 11:54
Compare
Choose a tag to compare

🛠 Fixes

  • Fix ExtendedDesktopSize handling for older UltraVNC servers.

AndroidMultiVNC-2.0.9

04 Aug 13:31
f539f28
Compare
Choose a tag to compare

🛠 Fixes

AndroidMultiVNC-2.0.7

18 Feb 12:43
b9879f6
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed keyboard not being toggleable from menu on Android 12.
  • Fixed right mouse button clicks from Bluetooth mice being intertwined with flaky left mouse button clicks.
  • Fixed bookmarks having empty names when saving a connection that was not coming from Zeroconf/Bonjour.

AndroidMultiVNC-2.0.6

13 Feb 20:37
30f995b
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed connecting to servers running on Fedora 35.
  • Fixed white artifacts showing up on Android 12 when scrolling the remote desktop view.
  • Fixed the home screen widget so that it now displays all kinds of connections, not only the ones
    with password.

AndroidMultiVNC-2.0.5

27 Dec 10:24
23cbadd
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed uppercase letters and symbols not working with some VNC servers thanks to Gaurav Ujjwal.

AndroidMultiVNC-2.0.4

11 Dec 19:40
4be2d3f
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed JSON Import/Export in Release builds thanks to Gaurav Ujjwal.
  • Fixed Import not showing any files with certain file pickers thanks to Gaurav Ujjwal.
  • Fixed crash when copying non-UTF8 characters on the server side, also thanks to Gaurav Ujjwal.

AndroidMultiVNC-2.0.3

11 Dec 19:39
417e89d
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed the VNCConnService crash in a different way since the cause was actually a different one. (#172)