search record details with slider and fragments (honeycomb ui like)
authordrizea <danielrizea27@gmail.com>
Sun, 8 Jul 2012 16:13:02 +0000 (19:13 +0300)
committerdrizea <danielrizea27@gmail.com>
Sun, 8 Jul 2012 16:13:02 +0000 (19:13 +0300)
commit36dae12c093c7e783ac08a27ad7a5203b785076c
tree700801654fd8a5bb17cbe5e806abdb587e53f7d5
parent1a22b8472603238557da742b64aa51882300b91e
search record details with slider and fragments (honeycomb ui like)
95 files changed:
Open-ILS/src/Android/.classpath
Open-ILS/src/Android/AndroidManifest.xml
Open-ILS/src/Android/bin/EvergreenApp.apk
Open-ILS/src/Android/bin/classes.dex
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$attr.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$color.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$dimen.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$drawable.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$id.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$layout.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$string.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R$style.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/R.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/RecordDetails.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/RecordDetails_Info.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/RecordDetails_Simple.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/SearchCatalog.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/SearchCatalogListView$1.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/SearchCatalogListView$SearchArrayAdapter.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/searchCatalog/SearchCatalogListView.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/views/AccountScreenDashboard.class
Open-ILS/src/Android/bin/classes/org/evergreen/android/views/MainScreenDashboard.class
Open-ILS/src/Android/bin/resources.ap_
Open-ILS/src/Android/gen/org/evergreen/android/R.java
Open-ILS/src/Android/lib/org.openils_idl.jar [deleted file]
Open-ILS/src/Android/lib/org.opensrf2_serialized_reg.jar [deleted file]
Open-ILS/src/Android/lib/simple-xml-2.6.4.jar [deleted file]
Open-ILS/src/Android/libs/android-support-v4.jar [new file with mode: 0644]
Open-ILS/src/Android/libs/org.openils_idl.jar [new file with mode: 0644]
Open-ILS/src/Android/libs/org.opensrf2_serialized_reg.jar [new file with mode: 0644]
Open-ILS/src/Android/libs/simple-xml-2.6.4.jar [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_focused.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_selected.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_unselected.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-ldpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_selected.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_selected_focused.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_selected_pressed.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_unselected.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_unselected_focused.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/custom_tab_indicator_unselected_pressed.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_selected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_unselected_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png [new file with mode: 0644]
Open-ILS/src/Android/res/drawable/custom_tab_indicator.xml [new file with mode: 0644]
Open-ILS/src/Android/res/drawable/vpi__tab_indicator.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/record_details_info.xml
Open-ILS/src/Android/res/layout/record_details_more_fragment.xml [new file with mode: 0644]
Open-ILS/src/Android/res/layout/record_details_simple.xml
Open-ILS/src/Android/res/layout/simple_tabs.xml [new file with mode: 0644]
Open-ILS/src/Android/res/menu/menu.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/styles.xml
Open-ILS/src/Android/res/values/vpi__attrs.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/vpi__colors.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/vpi__defaults.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/vpi__styles.xml [new file with mode: 0644]
Open-ILS/src/Android/res/xml/vpi__dark_theme.xml [new file with mode: 0644]
Open-ILS/src/Android/res/xml/vpi__light_theme.xml [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/RecordDetails.java
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalog.java
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/TabsView.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/AdvancedDetailsFragment.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BaseSampleActivity.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/BasicDetailsFragment.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/PageIndicator.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/RealViewSwitcher.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TabPageIndicator.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragment.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TestFragmentAdapter.java [new file with mode: 0644]
Open-ILS/src/Android/src/org/evergreen/android/utils/ui/TitlePageIndicator.java [new file with mode: 0644]