Skip to content

Releases: aaronjwood/PortAuthority

v2.4.5

11 Sep 18:54
Compare
Choose a tag to compare
  • Fix (for now) issue that broke host scans on Android 12 and 13. See #151 for more details

v2.4.4

11 Sep 03:48
Compare
Choose a tag to compare
  • Updated translations
  • Fixed potential crashes in database code

v2.4.3

06 Sep 21:00
Compare
Choose a tag to compare

This release fixes an invalid localization abbreviation. Otherwise it is the exact same as v2.4.2:

  • Updated translations
  • Fix progress reporting on port database downloads
  • Provide more clarity for the situation where the MAC address is completely inaccessible to us
  • Bump up various libs
  • Require API 19 (Android 4.4) as the minimum version
  • Rework internal host scanning logic to support Android 13
  • NetBIOS resolution improvements and fixes
  • mDNS hostname resolution support
  • Hostname resolution now respects the LAN socket timeout setting
  • Faster gradle builds

v2.4.2

06 Sep 20:33
Compare
Choose a tag to compare
  • Updated translations
  • Fix progress reporting on port database downloads
  • Provide more clarity for the situation where the MAC address is completely inaccessible to us
  • Bump up various libs
  • Require API 19 (Android 4.4) as the minimum version
  • Rework internal host scanning logic to support Android 13
  • NetBIOS resolution improvements and fixes
  • mDNS hostname resolution support
  • Hostname resolution now respects the LAN socket timeout setting
  • Faster gradle builds

v2.4.1

07 Jan 02:02
Compare
Choose a tag to compare

v2.4.0

06 Jan 22:11
Compare
Choose a tag to compare
  • Italian, German, and Brazilian Portuguese translations
  • Display live progress when download port/MAC databases
  • Allow sorting of discovered hosts by IP
  • Detect private and multicast MACs
  • Migrate support layer to AndroidX
  • Fix resource leak in DB layer
  • Fix potential null pointer crashes
  • Fix async tasks from blocking each other

v2.3.3

01 Sep 05:49
Compare
Choose a tag to compare
  • Fix public IP API service.

v2.3.2

02 Mar 08:25
Compare
Choose a tag to compare
  • Switch to a new DNS lib
  • Prevent possible divide-by-zero scenario

v2.3.1

26 Feb 06:06
Compare
Choose a tag to compare
  • Add support for user-specified Wake-on-LAN hosts
  • Fix Android 4 breakage due to the upgrade of OkHttp
  • Fix some crashes caused by recent changes to DNS functionality
  • Fix some rare crashes around user preferences

v2.2.13

24 Feb 08:18
Compare
Choose a tag to compare
  • Fix broken DNS lookups on production builds optimized with R8