Initial commit.
author£ukasz Anwajler <lukasz@anwajler.com>
Wed, 23 Feb 2011 16:44:02 +0000 (17:44 +0100)
committer£ukasz Anwajler <lukasz@anwajler.com>
Wed, 23 Feb 2011 16:44:02 +0000 (17:44 +0100)
commit5d980cab6eb143360d93f85812f4250c7a3f4dc9
tree9890aacd270779674f606be375f438ca7b0404f0
Initial commit.
31 files changed:
AndroidManifest.xml [new file with mode: 0644]
gen/pl/org/nowoczesnapolska/R.java [new file with mode: 0644]
lib/signpost-commonshttp4-1.2.1.1.jar [new file with mode: 0644]
lib/signpost-core-1.2.1.1.jar [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-ldpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/layout/about.xml [new file with mode: 0644]
res/layout/catalogue.xml [new file with mode: 0644]
res/layout/catalogue_book.xml [new file with mode: 0644]
res/layout/catalogue_book_list_item.xml [new file with mode: 0644]
res/layout/catalogue_item_details.xml [new file with mode: 0644]
res/layout/catalogue_list_item.xml [new file with mode: 0644]
res/layout/catalogue_read_online.xml [new file with mode: 0644]
res/layout/catalogue_shelves.xml [new file with mode: 0644]
res/layout/catalogue_shelves_item.xml [new file with mode: 0644]
res/layout/catalogue_shelves_list_item.xml [new file with mode: 0644]
res/layout/settings.xml [new file with mode: 0644]
res/layout/signin.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/pl/org/nowoczesnapolska/About.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/Auth.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/AuthHelper.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/Catalogue.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/CatalogueBook.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/CatalogueItem.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/CatalogueReadOnline.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/Settings.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/Shelves.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/ShelvesItem.java [new file with mode: 0644]
src/pl/org/nowoczesnapolska/SignIn.java [new file with mode: 0644]