Skip to content

Releases: gujjwal00/avnc

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)

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)