- targetSdkVersion 33 -> 34
- Update library
- Gradle from 8.7 to 8.8
- AGP from 8.4.1 to 8.5.1
- AppCompat from 1.6.1 to 1.7.0
- Update library
- Gradle 8.4 -> 8.7
- BuildTools 33.0.1 -> 34.0.0
- AGP from 8.1.2 to 8.3.0
- Kotlin from 1.9.10 to 2.0.0
- core-ktx from 1.12.0 to 1.13.1
- Support Android 13
- targetSdkVersion 31 -> 33
- compileSdkVersion 31 -> 34
- minSdkVersion 14 -> 23
- Update library
- Gradle 7.4.2 -> 8.4
- AGP 7.2.0 -> 8.1.2
- Kotlin 1.6.21 -> 1.9.10
- BuildTools 30.0.3 -> 33.0.1
- Android X Core 1.3.2 -> 1.12.0
- AppCompat 1.3.0-beta01 -> 1.6.1
- Preference 1.1.1 -> 1.2.1
- Support Android 12
- compileSdkVersion 30 -> 31
- targetSdkVersion 30 -> 31
- maxSdkVersion=30 (Android 11)
- Update library
- AGP 4.2.0-beta04 -> 7.2.0
- Gradle 6.8.2 -> 7.4.2
- BuildTools 30.0.2 -> 30.0.3
- Kotlin 1.4.30 -> 1.6.21
- Change app icon
- Support dark theme
- compileSdkVersion 28 -> 30
- targetSdkVersion 28 -> 30
- Update library
- Gradle 5.4.1 -> 6.8.2
- AGP 3.5.2 -> 4.2.0-beta04
- BuildTools 28.0.3 -> 30.0.2
- Kotlin 1.3.50 -> 1.4.30
- Androidx Preference 1.1.1
- Hide notification on lockscreen
- Add timer (hide and resume) button on the notification
- Change notification button text to image
- Fix style of the notification text
- Update library
- AGP 3.5.1 -> 3.5.2
- Introduce Kotlin
- Fix not start the meter automatically after installation
- Update library
- Gradle 4.10.1 -> 5.4.1
- AGP 3.4.0-alpha02 -> 3.5.1
- compileSdkVersion 27 -> 28
- targetSdkVersion 27 -> 28
- Migrate to AndroidX
- Make "auto start" as ON by default
- Distribute with App Bundle
- Update library
- Gradle 4.1 -> 4.10.1
- AGP 3.0.1 -> 3.4.0-alpha02
- BuildTools 27.0.3 -> 28.0.3
- Fix crash on boot (Android 8.0 or later)
- Add show/hide button on the notification bar
- Remove resident setting (always resident)
- Remove notification icon (transparent icon)
- targetSdkVersion 26 -> 27
- Update build tools
- Auto restart when killed by system
- Fix detecting full screen
- Support O
- Support M new permission model (Overlay)
- Fix "service stop" problem
- targetSdkVersion 16 -> 26
- Add resident mode
- Fix to exclude loopback traffics (Android 4.3 or later)
- Improve sleep on/off behavior
- Add restart menu
- Add debug feature (dump logs to internal storage, add WRITE_EXTERNAL_STORAGE permission)
- Fix delay to detect screen off
- Add "Kbps" option
- Fix delaying interval on Android 5.1 devices
- Disable Interpolate Mode when log-bar disabled
- Move "start" and "stop" buttons to ActionBar
- Add text size config
- Save battery life (on interpolation mode)
- Fix some bugs
- Add interpolation mode (Notice decreasing your battery life)
- Improve performance
- Fix screen rotation problem
- Add config to hide bar when in fullscreen
- Hide bar when in fullscreen
- Fix layer problem (ex, unable to touch the install button of APK installer)
- Fix scrolling problem
- Change text color limits
- Others
- Add logarithm bar config
- Add max speed config
- Add auto start on boot feature
- Replace service interface to "bind interface"
- Add ja resource
- Initial release