<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ro.ieval.fonbot"
android:installLocation="internalOnly"
- android:versionCode="1"
- android:versionName="0.000_001" >
+ android:versionCode="2"
+ android:versionName="0.000_002" >
<uses-sdk
android:minSdkVersion="8"
--- /dev/null
+Revision history for Android application FonBot.
+
+0.000_002 2014-09-21T10:15+03:00
+ - Send texts longer than 140 characters correctly
+ - Request the BLUETOOTH_ADMIN permission
+ - Use the 'reboot' program if PowerManager#reboot fails
+ - Execute commands received via SMS on the main service
+ - Fix the 'system app' checkbox on 4.4 KitKat
+ - Add the SH, ROOTSH and SMSQ commands
+ - Document the GETFILE command
+ - Let users disable command confirmations over SMS
+
+0.000_001 2013-10-16T00:39+03:00
+ - Initial release