Version History

v1.05
  • no turn off delay if WiFi or Bluetooth connection was enabled only for a very short time (e.g. when just turning on the device to check for new SMSes or missed calls)
  • significantly decreased (automatically triggered) WiFi usage from 15% to 3% without losing functionality
v1.04
  • do not turn any wireless connections (mobile data, WiFi, Bluetooth) from off to on if airplane mode is enabled
v1.03
  • new option to enable/disable automatic management of the mobile data connection
  • new option for automatically managing WiFi state
  • new option for automatically managing Bluetooth state
  • new option for alarm when battery is fully charged
  • alternate method to turn on/off mobile data for Android v2.2
  • vibration for alarms did not work due to missing permission
  • significantly reduced memory usage
v1.02
  • new option for alarm only after several consequent threshold exceedings
  • show percentage of battery usage in notification
  • no statistics/alarm during phone calls (new permission READ_PHONE_STATE required)
v1.01
  • improved detection for WiFi established
  • removed unnecessary permission
  • added battery usage monitoring and alarm
  • Trial period extended to 14 days
v1.0
  • Initial release

Explanation of Permissions

  • RECEIVE_BOOT_COMPLETED: to start background service after rebooting the device
  • ACCESS_NETWORK_STATE: to check mobile data connection mode in Android 2.3+
  • CHANGE_NETWORK_STATE: to modify mobile data connection mode in Android 2.3+
  • MODIFY_PHONE_STATE: to modify mobile data connection mode in Android 2.2
  • ACCESS_WIFI_STATE: to check WiFi connection status
  • CHANGE_WIFI_STATE: to modify WiFi connection status
  • BLUETOOTH: to check Bluetooth connection status
  • BLUETOOTH_ADMIN: to modify Bluetooth connection status
  • VIBRATE: to let phone vibrate on notification
  • BROADCAST_STICKY: to communicate with other applications (e.g. Roaming Control)
  • READ_PHONE_STATE: to get access to the current phone state (idle, off hook, ringing)
  • CHECK_LICENSE: for checking the license (only for the full version)
  • INTERNET, ACCESS_NETWORK_STATE: for ads in trial version