Releases: BlazeCodeDev/TSViewer
Releases · BlazeCodeDev/TSViewer
V2.1.0
Phone changes
- Added refresh button to notification
- Reversed data graph
- App is now running full screen (colored nav & status bar)
- Fixed spacer line being the wrong length on some devices
- Fixed qs tile not opening app on tap on devices running Android 14+
Wearable changes
- Add refresh button to clients screen
- Complication can now display when the service status is off or errors have occured
- Added screen to turn on the service
- Added screen to show previous error
Make sure to update both phone and watch apps since they are not compatible with older verions respectively
V2.0.2
- Add automatic focus request when opening a text field in settings
- Fix updater always showing
- Fix "no data" not showing
- Fix placeholders not replacing text in settings
V2.0.1
- Fixed crash happening on some Samsung devices in settings in core flavor
- Fixed always showing "no data" screen
- Replaced prefilled text in settings with placeholders for ip, username and password
V2.0 - Compose Remake
- Completely remade UI in Compose
- New Home screen with server view
- New client info in Data screen including active connection time for each client
- Added support for different virtual server id
- Added new crash report system (only sends data when you specifically tell it to after a crash)
& many more changes
Crashes may occur when upgrading to this version, clean reinstall / clearing data is recommended
If you are using the WearOS version, make sure to also update to the new version as this version of the phone app will not work with the old wear app.
For info about the flavors check the ReadMe.
V1.4
- Added WearOS support
V1.3
- Added configurable query ports
- Added more error messages for no wifi / airplane mode
- Added Android 13 style switches
- Fixed missing notification permission in Android 13
- Fixed battery optimization button color
- Optimized Link / Mail util
- Added copyright to files
V1.2.1
- Added automatic updater via GitHub
- Changed client notification to big text
- Database now adds "No Connection" instead of nothing when lost connection
- Added qs tile placement api
- Target SDK is now 33
- Added support for predictive back gesture
- Fixed wrong nav bar theming in A13 light mode
V1.2
- Added new graph view which displays a history of connections
- Added Android 13 adaptive icon
- Added Material 3 menu style
- Added toast when tapping the qs tile below Android 10
- Added automatically scaling toolbar height depending on your device size
- Removed random nickname option
- Fixed crashes
- Upgraded to target sdk 32
- Updated Gradle, Kotlin and other dependencies
V1.1
- Added battery optimization snackbar
- Dependency updates
- Gradle update
V1.0
First Release