Bump version and add changelog 0.000_002
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 21 Sep 2014 08:24:08 +0000 (11:24 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 21 Sep 2014 08:24:08 +0000 (11:24 +0300)
AndroidManifest.xml
Changes [new file with mode: 0644]

index 5104f5146befeadab78563bf873193c16e841ef0..eef40aa9d5be30e97d1edea9d170278a2d21bbee 100644 (file)
@@ -1,8 +1,8 @@
 <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"
diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..54715b0
--- /dev/null
+++ b/Changes
@@ -0,0 +1,14 @@
+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
This page took 0.011019 seconds and 4 git commands to generate.