Skip to content

Releases: CasperVerswijvelt/Better-Internet-Tiles

v2.5.2

17 Oct 21:15
Compare
Choose a tag to compare

Improvements and fixes

  • Fixed issue causing the app to crash when a tile becomes inactive
  • Hide some settings (language, add-tile shortcuts) on Android versions lower than 13
  • Fixed some tile labels (Mobile Data, NFC) not being translated according to the app language setting
  • Translation updates (Russian, Turkish)

v2.5.1

10 Oct 20:11
Compare
Choose a tag to compare

New

  • Added button that redirects to the app's locale settings

Improvements and fixes

  • Added Turkish, Norwegian and Russian to the locale config so they are available in the per app language settings
  • Fixed ghost UI in the app that appears after changing app language
  • Some small app theme changes in light mode

v2.5.0

05 Oct 18:46
Compare
Choose a tag to compare

New

  • Added Russian and Turkish translations
  • Added link to weblate, our translations platform

v2.4.1

19 Sep 20:30
Compare
Choose a tag to compare

Improvements and fixes

  • Fixed Analytics being reported multiple times on app startup, avoiding the 12 hour cooldown

v2.4.0

18 Sep 15:59
Compare
Choose a tag to compare

New

  • Added dutch and norwegion language support
  • Added basic analytics reporting (language, android version, device brand and model, app version, used tiles, build flavor). This data will be used to get a better view on which features/languages should be focussed on next. Analytics tools is selfhosted using Report Anything, no data is shared.

Improvements and fixes

  • Internet tile: changed 'Wi-Fi on' subtitle to 'Not connected'
  • Updated depencies
  • Code and dependency cleanup
  • Use seperate build flavors for PlayStore, GitHub and F-Droid releases. This was needed to exclude closed source Google libraries for releasing on F-Droid, as well as for keeping track for analytics purposes.
  • Automated builds and deployments using GitHub actions for Playstore and GitHub releases
  • Weblate platform is now used for contributing translations, check it out!

v2.3.1

28 Aug 10:46
Compare
Choose a tag to compare

Improvements and fixes

  • Check Shizuku access before starting foreground service
  • Code cleanup and formatting
  • Update Kotlin version

v2.3.0

27 Aug 21:00
Compare
Choose a tag to compare

New

  • Added NFC tile

Improvements and fixes

  • Internet tile: Always open same settings menu on long press, regardless of state (wifi/data)
  • Internet tile: Show connected Wi-Fi name or mobile data state instead of just 'Internet' when QS is not fully expanded
  • Data tile / Internet tile: Show 'Network not available' when SIM is disabled and 'No service' when signal level is 0
  • Data tile / Internet tile: Show correct carriername when using dual SIM (untested, please let me know if this works)
  • Stop foreground service as soon as Shizuku/Shell access is detected (App will no longer show under 'Active apps' on Android 13)
  • Moved 'Add ... tile' shortcuts to seperate section

Known issues

  • When using dual SIM, the signal strength might not be for the correct SIM

v2.2.0

19 Aug 23:13
Compare
Choose a tag to compare
  • Fix Wi-Fi SSID not being shown on Android 13
  • Add shortcut to add tiles to quick settings (Android 13 only)
  • Bump target and compile SDK to 33

v2.1.4

19 Aug 22:40
Compare
Choose a tag to compare
  • Catch exception on starting foreground service, but still send log to crashlytics
  • Make mobile data tile feel snappier when in sitatuations where it doesn't immediately activate
  • Run shell command to retrieve Wi-Fi SSID in background thread
  • Fix wifi SSID not displaying when using direct root access
  • Add link to feebdack form, display app version

v2.1.3

29 Dec 21:24
Compare
Choose a tag to compare
  • Added Firebase Crashlytics