Skip to content

Releases: t895/DNSNet

1.0.15

02 Jan 02:23
Compare
Choose a tag to compare

Changes

  • Fix host action dropdown #9
  • Reduce log spam in release version
  • Reduce memory usage by the rule database and in the block logger
  • Use a variable number of columns for start screen buttons
  • Prevent touches going through navigation bar
  • Fix tooltip dismiss behavior where you'd have to dismiss a tooltip before being able to interact with anything on screen

1.0.14

12 Dec 17:36
Compare
Choose a tag to compare
Bump version to 1.0.14

1.0.13

12 Dec 16:57
Compare
Choose a tag to compare

Changes

  • Remove dependency metadata to allow publishing reproducible builds on F-Droid

1.0.12

11 Dec 22:11
Compare
Choose a tag to compare

Changes

  • Change logcat button action from share sheet to file export. This should improve reliability.

1.0.11

11 Dec 18:53
Compare
Choose a tag to compare

Changes

  • Update androix.navigation.compose which fixes broken transition animations and an occasional IndexOutOfBoundsException
  • Use better tooltip text for the icon button in each block log list item
  • Allow user to change settings while service is running. The service will automatically restart when changing sensitive settings now.
  • Fix incorrect host state text in the edit host screen
  • Prevent popping too many backstack entries. This could have either left the app in an unusable state where no UI is visible or close the app if an action is used that "navigates up" too many times.

1.0.10

09 Dec 20:20
Compare
Choose a tag to compare

Changes

  • Allow tapping/dragging Switches to toggle
  • Added search/sort/filtering options to the block log and the apps screen

1.0.9

09 Dec 04:15
Compare
Choose a tag to compare

Changes

  • Potential fix for first time VPN startup failure
  • Improved app list performance
  • Use blurred status bar scrim

1.0.8

06 Dec 19:41
Compare
Choose a tag to compare

Changes

  • Reduce memory usage when updating hosts
  • Fix crash when viewing the block log goes from 0 entries to 1 entry
  • Fix an issue where the block log wouldn't be deleted when disabled
  • Remove "%s" from configuration load failure message

1.0.7

04 Dec 22:58
Compare
Choose a tag to compare

Changes

  • Use tooltips for all icon buttons
  • Improve list update performance
  • Fix an issue where app exceptions would not save
  • Add a status bar shade
  • Use different colors for selected and unselected tabs
  • Do not load rule database until the service is started (Greatly reduces idle memory consumption)
  • Improve Private DNS error dialog description

1.0.6

03 Dec 19:41
Compare
Choose a tag to compare

Changes

  • Add credits screen (Accessible from the about screen)
  • Replace DNS66 Android TV icon
  • Further fixes for hosts/dns fab padding
  • Update dependencies
  • Fix Edit DNS screen top app bar scrollling