Skip to content

Version 2023.12.25

Choose a tag to compare

@textbrowser textbrowser released this 23 Dec 17:02
· 11 commits to master since this release
Release Notes
  • API 28!
  • Android 10 and newer. Older machines are not available.
  • Corrected APK paths in Makefile.linux.
  • Corrected GitHub ticket #3 by removing the BouncyCastle provider during certificate creation.
  • Eliminated constant-expression switch() warnings.
  • NetworkInfo is deprecated.
  • New SmokeStackService implementation.
  • New network-availability logic.
  • Removed ProgressDialog as it's deprecated.
  • Removed imports.
  • Removed redundant casts.
  • Replaced StringBuilder with String in some instances.
  • String comparisons and equalsIgnoreCase().