Skip to content

Releases: gujjwal00/avnc

v2.5.0

06 Jun 14:59
Compare
Choose a tag to compare
  • Many improvements to virtual keys (9a0dfde)
    image

    • Two-row layout, similar to Termux
    • Dedicated button to toggle Android keyboard
    • Once opened, virtual keys will continue to automatically open on each connection (same goes for closing them)
    • A textbox (accessed by left swipe) to allow full-fledged Android editing experience for sending text to server
    • Use long-press to 'lock' meta keys like Alt/Ctrl. Unlocked meta keys will be automatically released with next character.
  • Wake-on-LAN support. AVNC can now send WoL magic packet before connecting to a server (6a52227)

  • Made it easier to perform two-finger tap (645b6b7)

v2.4.2

24 Mar 04:44
Compare
Choose a tag to compare
  • Added option to auto-connect to a server on app start (0545440)
  • Added Viewer help for new users (5ab9f52)
  • Added workaround for buggy servers which don't respect the pixel format sent by client (1e3621f)
  • Fixed a possible crash in Login dialog (4354fc2)

v2.4.1

01 Mar 18:42
Compare
Choose a tag to compare
  • Snap zoom to 100% when scaling (c92c8c4)
  • Fix possible crash when using SSH tunnel (1a1779e)

v2.4.0

25 Feb 08:02
Compare
Choose a tag to compare
  • Added option to control toolbar opening with swipe-in gesture (5cd63e0)
    Settings => Viewer => Toolbar => Swipe-in from edge to open
    Also improved compatibility with gesture navigation
  • Restored Repeater support (9417ccf)
  • Cache unlocked SSH keys in memory (971f9ac)
  • Try to reconnect automatically if disconnected while app was in background (df7279b)
  • Try to restore zoom & view position when reconnecting (2d3464d)
  • Added icon for F-Droid metadata (d7b9e74)
  • Fixed occasional flickering in viewer (bb433b2)
  • Restrict number of clipboard synchronizations (22f3ddd)
    This should fix few ANRs caused by servers which continuously send clip text when selecting something on server.
  • Improved reliability of server discovery (021145a)

v2.3.1

13 Feb 11:49
Compare
Choose a tag to compare
  • Fixed SSH tunnel not working in v2.3.0 #207 (9a66581)

v2.3.0

08 Feb 12:18
Compare
Choose a tag to compare

What's New

  • Added a toggle button to lock zoom (a29f4de)

    This works on per-server basis, and persists across sessions.
  • Added an option in Viewer settings to control whether screen remains ON during session (4a91bd5)
  • You can now search through saved servers via the top address-bar (c2ff8ae)
  • New monochrome icon by @Biswa96 (#199) (b64b781)
  • Improved splash theme support (12f235f)
    This also improves app startup time.

Fixed

  • Fixed users not able to type C-Cedilla (ddebd90)
  • Fixed toolbar not closing in certain cases (17e7b0f)
  • AVNC now handles more cases of mistyped vnc:// URIs, and automatically corrects them (7920cc9)

Removed

  • Remove ability to save SSH private key passwords (b3a36b9)
    This has been planned for a while, see #131 for background .
  • Remove repeater support (a941fc2)
    This never actually worked because of a bug.

v2.2.3

29 May 16:29
Compare
Choose a tag to compare
  • Added gesture action to drag with middle button (37b4df9)
  • Fixed entries for 'Long press and swipe' setting (60fa2ce)

v2.2.2

17 May 14:54
Compare
Choose a tag to compare
  • Added an option to automatically resize remote session to local window (d04e4e1)
  • Made SSH passwords optional when creating profile (42b8fb8)
  • Fixed Option key on macOS (f2b9947)
  • Fixed crash caused by incorrect VNC URIs (385e7b8)

v2.2.1

28 Mar 05:56
Compare
Choose a tag to compare
  • Reset Zoom button will now change zoom to saved default (65b1144) (#108)
    (You can Long-press on the Reset button to set 100% zoom)
  • Fixed copy/paste with some TigerVNC servers (#157)
  • Fixed random black screens when connecting to TigerVNC (#156)
  • Fixed possible crash when importing invalid private key (9bfdc85)
  • New language: Portuguese (by ssantos)

v2.2.0

11 Mar 15:55
Compare
Choose a tag to compare

What's New

  • Added support for Unicode clipboard sharing (requires server support) (53ac22d) (#121)
  • Added support for raw key events (requires server support) (06e5407) (#129 , #149)
  • You can now dynamically change gesture style when connected to a server
    (enabled by Settings => Viewer => Show gesture style toggle) (4b118e8) (#118)
  • Allow Remote drag action for One-finger swipe (68af560) (#137)

Fixed

  • Fixed invisible virtual keys when fullscreen was disabled (b5fd614)
  • Fixed possible crash when delayed-click was enabled (bb81bec) (#138)
  • Improved server layout (ae31db2) (#140)