From b876c6df82c7e195ec5d9fa433e8908a53f70025 Mon Sep 17 00:00:00 2001 From: Evan Leybourn Date: Thu, 4 Nov 2010 17:09:39 +1100 Subject: [PATCH] Various again --- AndroidManifest.xml | 2 +- README | 7 ++ default.properties | 2 +- res/layout/isbn_search.xml | 78 ++++++++-------- res/layout/row_series_books.xml | 89 +++++++++++++------ .../AdministrationFunctions.java | 21 +---- .../bookcatalogue/BookBackupAgent.java | 21 ++--- .../bookcatalogue/BookCatalogue.java | 29 ++++-- .../bookcatalogue/BookEditFields.java | 11 +-- .../bookcatalogue/BookISBNSearch.java | 5 +- .../bookcatalogue/CatalogueDBAdapter.java | 58 ++++++++++-- 11 files changed, 202 insertions(+), 121 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f6de299..c10829b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionName="3.0.1" android:versionCode="36"> diff --git a/README b/README index 65c08e7..579b856 100644 --- a/README +++ b/README @@ -41,6 +41,13 @@ Features include; case. e.g. "The murder on the links" becomes "The Murder on the Links" * Using ISBN or Barcode scanning will also download a thumbnail (if available) +New in v3.0.1 +* Export bug fixed +* Further enhancements to the new ISBN screen +* Filtering by bookshelf on title view is now fixed +* There is now an when sorting by Series (thanks Vinikia) +* App will now search all fields (Thanks Michael) + New in v3.0 * Added app2sd support (2.2 users only) * You can now assign books to multiple bookshelves (requested by many people) diff --git a/default.properties b/default.properties index 51e933a..128c6ef 100644 --- a/default.properties +++ b/default.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-8 +target=android-7 diff --git a/res/layout/isbn_search.xml b/res/layout/isbn_search.xml index 799ed41..4be5db6 100755 --- a/res/layout/isbn_search.xml +++ b/res/layout/isbn_search.xml @@ -9,8 +9,8 @@ android:layout_width="fill_parent" android:layout_height="fill_parent"> - + android:width="75sp" + android:layout_width="75sp" + android:layout_height="75sp" />