Skip to content

Releases: supershadoe/delta

2025.05+2

07 May 19:05
2cc85f1
Compare
Choose a tag to compare

Message

Hotfix update: fixes crashes on Android 11 due to a new check
added in app for availability of hotspot feature. (#81 #82 )

Also, some changes in UI by @HansHolz09 as discussed in #77 and #80

Checksum

$ sha256sum app-release.apk
b4b07a2e419e72f52e172c1a7ec3ccf1d4de2cdbf29810d67e7e08e469cbf84b  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Full Changelog: 2025.05+1...2025.05+2

2025.05+1

03 May 09:22
8194b19
Compare
Choose a tag to compare

Message

This has been a long pending upgrade and I was busy with a lot of things IRL and the amount of changes just kept stacking on top of one another! I'll be focusing more on the stability of this app in the upcoming months and probably not add any features as I have added almost everything I have wanted to add in the first place (and a few other stuff here and there)

Warning

Update to previous version before this if upgrading from a very old version (else, you will just lose the cache of blocked devices names, that's it -- if that doesn't matter, it's fine to just directly upgrade)

New features

  • Presets support for saving/restoring settings (#47)
  • Quick setting tile for devices where SystemUI doesn't show one (#8)
  • Tap to copy IP address (@25huizengek1 in #64)
  • Can change language for Delta alone in System settings
  • Tasker integration (can trigger start/soft hotspot actions via intents) (#71)
  • New languages
    • Fully translated: German
    • Partial: Serbian & Spanish

Tip

Check out Crowdin for translating this app into your own language as well!

Bugfixes

These aren't literally bugs to be fair, it's more about taking preventive action to stop letting the app/system tethering service go into inconsistent states (especially happens on Samsung when changing settings that they expect to be set only through their settings app)

  • Proper checking of blocklist/tethering support on devices (#59)
  • Automatically fix tethering if it fails due to bad config (#58)

Improvements

  • Redesigned UI: provides faster access to required settings and fixes some UI bugs on landscape mode (#1, #4, #37, #40, #67)

Checksum

$ sha256sum app-release.apk
635c08edd9a1ea8e40b2060f0c82114fd34e3c586fd633a8efa9136f85e71ed8  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Full Changelog: 2025.03+5...2025.05+1

2025.03+5

08 Apr 18:12
Compare
Choose a tag to compare

Message

There aren't a lot of user-facing changes this time but quite a bunch of stuff has changed internally in the app.

New features

  • Added Turkish translation
  • Opens system hotspot QR code screen to quickly share Hotspot credentials between devices

Checksum

$ sha256sum app-release.apk
5c07a47ca80720af799d8089d01e24fbd067d7dcd235c75d7ed6d3a040e43d67  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Acknowledgements

Thanks to everyone who supports this app, and especially thanks to everyone who filed issues in
the app; it really helped in increasing the stability of the app and its reach!

Contributors

Full Changelog: 2025.03+4...2025.03+5

Important

Should have been 2025.04+0 but due to some scripting failure, it got launched as 2025.03+5,
thus the release tag has been updated as such.

2025.03+4

21 Mar 11:35
0b9673b
Compare
Choose a tag to compare

Improvements

  • Shows warning on settings fields on validation failure
  • Opens settings and other pages in split screen on tablet and other huge devices

New features

  • Added Russian translation
  • Partial Japanese translation
  • Android 16 support

Checksum

$ sha256sum app-release.apk
e96260115aab1c33dacbd1fbd6525cc553fce5018cf6de78ab6d6f2ac10382a4  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Contributors

Full Changelog: 2025.03+3...2025.03+4

2025.03+3

13 Mar 16:01
89b0dad
Compare
Choose a tag to compare

Message

This release was delayed a bit by a lot of factors but here we are, finally! This update brings some new features and a lot of bug fixes.

Bugfixes

  • Fixed all bugs from Android 11 till 15 (#27, #30, #31)
  • Fixed an edge case where app prompts for a passphrase even with passphrase disabled (#32)
  • Shizuku state is properly updated in app (#34)
  • Prioritize dual band and tri band in devices (#39)
  • Fixed background color on light mode (background under hotspot icon wasn't visible)
  • Prevented app crashing when Shizuku was stopped

Improvements

  • New design for setup screen (#7)
  • Added helpful description for each setting

New features

  • Shows a notification when the app crashes for the user to easily copy and send crash logs
  • Added advanced settings (hidden SSID, client limit, MAC randomization, auto shutdown timeout (#6)) (#21, #41)

Checksum

$ sha256sum app-release.apk
808ae612af72ebd8b424ae645a25f83692b4724f9c2bad4ed8b89b2e5ccd4903  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Acknowledgements

Thanks to everyone who supports this app, and especially thanks to everyone who filed issues in
the app; it really helped in increasing the stability of the app and its reach!

Contributors

Happy weekend and happy pi day, everyone!

Full Changelog: 2025.03+1...2025.03+3

2025.03+1

05 Mar 13:56
b37abf8
Compare
Choose a tag to compare

Message

This is a hotfix release, there should be another release in the weekend with new features.

  • Fixed various crashes in the app due to various changes in internals last week
  • Increased stability due to checking for support for various features (partially #19 )

Checksum

$ sha256sum app-release.apk
f897db1b72093acde5c6b28cfc8b7f35582a9651e0fd241945f1d84a295948f5  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Full Changelog: 2025.03+0...2025.03+1

2025.03+0

02 Mar 02:57
fc93ea8
Compare
Choose a tag to compare

Message

Fixed the odd app bar at top, no idea how I let that slip past me.

The app will be versioned like this hereafter, where the part before the + is the year and month of the release and the part
after + is the build number in that month.

Check out the commit message in e68a070 for reasons on why this shift in versioning.

Checksum

$ sha256sum app-release.apk
52b0062998adbd48cfb26f2daa8d5822b672be3023a241ee4fc2b3f672fd6d3c  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Important

App version shows 9-dev due to release script failure

v0.2.3

01 Mar 23:34
7db5b63
Compare
Choose a tag to compare

Message

This update has a solid feature added and a huge fix but most of the changes are in how the app's codebase is structured,
automated testing, formatting, deployment and other cool developer stuff like super fast builds.

Changelog

This update brings blocklist to the field, letting you block or unblock any device. (issue #3)

No more pesky friends finishing up your bandwidth!

Also, the app works again on Android 14 (and lower, potentially, haven't checked) (Fix for #16)

Checksum

$ sha256sum app-release.apk
2bb9a29c58b2f4ce380a274dfdc7b09119c106fffb91ec50dbc663a51961c5b2  app-release.apk

Check the checksum after downloading the APK using sha256sum to
ensure integrity of the file.

Full Changelog: 0.2.2...0.2.3

v0.2.2

22 Feb 19:14
89d7061
Compare
Choose a tag to compare

Hotfix APK: Do not use the older APKs in GitHub releases
as it won't probably work on your devices unless you use Obtainium or install using adb install -t app-release.apk

Removed compileSdkPreview = "Baklava" from build config which made all the APKs be marked as test only and therefore
non-installable (using normal ways). It's apparently the intended behavior, according to Google.

v0.2.1

21 Feb 14:56
3ee3758
Compare
Choose a tag to compare

Additions

  • Full feature parity with AOSP settings app's Tethering page: Speed type, turn off automatically, etc.

Improvements

  • Restores older passphrase if switching from open security

Fixes

  • Improved code stability: Faster operations, saner API, no ugly transformations
  • UI changes in hotspot settings screen: Cleaner and easier to use

Full Changelog: 0.2.0...0.2.1