diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ed76597..f0e26dd 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="13" + android:versionName="2.0"> @@ -35,8 +35,11 @@ - + + + + diff --git a/LICENSE b/LICENSE index 5064438..2f9d8eb 100755 --- a/LICENSE +++ b/LICENSE @@ -34,10 +34,6 @@ libs/httpmime-4.1.2.jar is (c) Apache Software Foundation org.envaya.sms.Base64Coder is (c) 2003-2010 Christian d'Heureuse, released under MIT License (and others) -org.envaya.sms.ui.InertCheckBox and org.envaya.sms.ui.CheckableRelativeLayout - is (c) C�dric Caron, released presumably into the public domain at - http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/ - org.envaya.sms.App.chooseOutgoingSmsPackage and org.envaya.sms.ForegroundService include code from Android, Copyright 2005-2009 The Android Open Source Project diff --git a/res/layout/help.xml b/res/layout/help.xml index c32e9aa..8c26775 100755 --- a/res/layout/help.xml +++ b/res/layout/help.xml @@ -11,7 +11,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/help" - android:textSize="16sp" android:autoLink="web" android:textColor="#FFFFFF" android:layout_margin="5px"> diff --git a/res/layout/inbox.xml b/res/layout/inbox.xml index 64a14ac..2147606 100755 --- a/res/layout/inbox.xml +++ b/res/layout/inbox.xml @@ -9,10 +9,11 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" - android:choiceMode="multipleChoice" /> -