Skip to content

Releases: gujjwal00/avnc

v2.7.1

14 Jan 09:30
Compare
Choose a tag to compare
  • Fixed possible ANR during connection shutdown (c9b34c6)
  • Fixed extra blank character in copied text (7025b9c)
  • Restored Virtual Keys visibility after exiting Picture-in-Picture mode (c1ccb56)
  • New Language: Italian by Astro Spiff

v2.7.0

07 Dec 16:05
Compare
Choose a tag to compare
  • Added support for Vencrypt's X509 sub-types (bc03cda)
    AVNC can now connect to WayVNC server on Raspberry Pi without any workaround.
  • Added explicit option to export secrets (3c9dc1e)
    By default passwords and keys will not be exported. You can select this option to export them.
  • Reduce auto-reconnect delay for successful connections (61be054)
  • Enabled button-up delay for Middle & Right button (07c9e64)
  • Fixed Activity leak on Picture-in-Picture window close (0130018)
  • New Translation: Tamil by @TamilNeram

v2.6.3

14 Oct 11:36
Compare
Choose a tag to compare
  • Fixed 'Application not responding' error happening in some cases (b45fad8)

v2.6.2

12 Oct 16:18
Compare
Choose a tag to compare
  • New Arabic localization by Ahmed (#254)
  • Fixed possible crash when coercing tap to frame edge (53c5b34)
  • Added option to force masOS (30) security type (6ff7208)
  • Enabled LeakCanary for debug builds (80bc5a6)

v2.6.1

26 Aug 02:35
Compare
Choose a tag to compare
  • Fixed Virtual key layout editor crash (f0e0050)

v2.6.0

25 Aug 14:50
Compare
Choose a tag to compare
  • Added ability to customize Virtual Key layout (d5bb70e)
    You can add/remove keys, or change their position. Go to Settings => Input => Virtual keys => Customize keys to make changes.
  • Move pointer to frame edge when tapped outside of frame (572ef51)
  • Made sure Toolbar is not obstructed by display cutout (24b3b67)
  • Stopped the frame from moving up/down when touchpad gesture style is active (ef7e899)

v2.5.3

03 Aug 18:13
Compare
Choose a tag to compare
  • Re-implemented Virtual keys layout, all keys will now be shown on the same page. (3b6f8f9)
  • Disabled long-press detection when not used (fddc69d)
  • Fixed a memory leak (aa6c19f)

v2.5.2

15 Jul 16:42
Compare
Choose a tag to compare
  • Added an experimental option to pause updates in background (0ff2914)
    It should improve data & battery usage when AVNC is in background. It will become the default behavior in a future release, so please test it by enabling Settings => Viewer => Pause updates when in background and report any issues you find.
  • Fixed viewer help animation crash on Android 5 (API 21) (2506588)
  • Fixed couple of crashes caused by activity lifecycle (ad12fc6 & 47fc5c3)
  • Improved keyboard navigation for Login dialog (f614488 & 423ed86)

v2.5.1

25 Jun 11:44
Compare
Choose a tag to compare
  • Improved error reporting (6050c85)
    In most cases, AVNC should now display a relevant error message instead of simply saying "Disconnected". There is still room for improvement here and if you feel like some errors are not communicated properly, feel free to open an issue.
  • Fixed HTML content not being copied to server (1db1d0d)
  • Fixed a memory leak (6a96d09)

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)