first commit to Android project
authordrizea <danielrizea27@gmail.com>
Mon, 4 Jun 2012 13:53:56 +0000 (16:53 +0300)
committerdrizea <danielrizea27@gmail.com>
Mon, 4 Jun 2012 13:53:56 +0000 (16:53 +0300)
commit4010920b25ad241bd2ac32e69c37b2d73e5089fd
tree970c03d9310ec36287279a642abd6a3608da63f5
parentf58737e7f2a78c48c36a0dcdb06dc39f2255021a
first commit to Android project
44 files changed:
Open-ILS/src/Android/AndroidManifest.xml [new file with mode: 0644]
Open-ILS/src/Android/assets/fm_IDL.xml [new file with mode: 0644]
Open-ILS/src/Android/lib/org.openils_ild.jar [new file with mode: 0644]
Open-ILS/src/Android/lib/org.opensrf.jar [new file with mode: 0644]
Open-ILS/src/Android/lib/simple-xml-2.6.4.jar [new file with mode: 0644]
Open-ILS/src/Android/proguard.cfg [new file with mode: 0644]
Open-ILS/src/Android/project.properties [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/action_search.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/address_book.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/address_book.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/address_book.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Open-ILS/src/Android/res/layout/main.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/record_details_info.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/record_details_simple.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/search_result_item.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/search_result_list.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/colors.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/strings.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/styles.xml [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AuthenticateUser.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/globals/Utils.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/Organisation.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails_Content.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails_Details.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails_Info.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails_Simple.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordInfo.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/Event.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/Sys.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/idl/IDLException.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/idl/IDLField.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/idl/IDLLink.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/idl/IDLObject.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/idl/IDLParser.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/test/TestIDL.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/test/TestLogin.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/open_ils/util/Utils.java [new file with mode: 0644]