├── bin
├── classes.dex
├── resources.ap_
├── SmartTransXA.apk
├── res
│ └── crunch
│ │ ├── drawable-hdpi
│ │ ├── next_.png
│ │ ├── popup.png
│ │ ├── pre_.png
│ │ ├── icon_en.png
│ │ ├── icon_st.png
│ │ ├── ic_launcher.png
│ │ ├── next_down_.png
│ │ └── pre_down_.png
│ │ ├── drawable-xhdpi
│ │ ├── home.png
│ │ ├── bg_main.png
│ │ ├── main_bg.png
│ │ ├── bg_edittext.png
│ │ ├── ic_launcher.png
│ │ ├── ic_end_station.png
│ │ ├── ib_busline_search.png
│ │ ├── ib_search_outline.png
│ │ ├── ic_start_station.png
│ │ ├── button_more_selected.png
│ │ ├── ib_transfer_search.png
│ │ ├── button_more_unselected.png
│ │ ├── button_route_selected.png
│ │ ├── button_route_unselected.png
│ │ ├── button_station_selected.png
│ │ ├── button_station_unselected.png
│ │ ├── button_transfer_selected.png
│ │ └── button_transfer_unselected.png
│ │ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
├── jarlist.cache
├── classes
│ └── cn
│ │ └── com
│ │ └── jian
│ │ └── smarttransxa
│ │ ├── activity
│ │ ├── R.class
│ │ ├── R$id.class
│ │ ├── R$attr.class
│ │ ├── R$color.class
│ │ ├── R$dimen.class
│ │ ├── R$menu.class
│ │ ├── R$raw.class
│ │ ├── R$style.class
│ │ ├── R$layout.class
│ │ ├── R$string.class
│ │ ├── BuildConfig.class
│ │ ├── MainActivity.class
│ │ ├── R$drawable.class
│ │ ├── MainActivity$1.class
│ │ ├── MainActivity$2.class
│ │ ├── MainActivity$3.class
│ │ ├── OutLineActivity.class
│ │ ├── BusLineOnlineActivity.class
│ │ ├── TransferOnlineActivity.class
│ │ ├── OutLineActivity$InnerOnClickListener.class
│ │ ├── OutLineActivity$InnerOnPageChangeListener.class
│ │ └── TransferOnlineActivity$MyTransitRouteOverlay.class
│ │ ├── domain
│ │ └── Bus.class
│ │ ├── database
│ │ ├── BusDatabase.class
│ │ ├── DatabaseTest.class
│ │ └── MyDatabaseHelper.class
│ │ ├── fragment
│ │ ├── MoreFragment.class
│ │ ├── RouteFragment.class
│ │ ├── StationFragment.class
│ │ ├── TransferFragment.class
│ │ ├── RouteFragment$InnerOnClickListener.class
│ │ ├── MoreFragment$InnerOnItemClickListener.class
│ │ ├── StationFragment$InnerOnClickListener.class
│ │ └── TransferFragment$InnerOnClickListener.class
│ │ ├── util
│ │ ├── BusLineOverlay.class
│ │ ├── OverlayManager.class
│ │ └── TransitRouteOverlay.class
│ │ └── adapter
│ │ └── OutlineFragmentAdapter.class
├── dexedLibs
│ ├── locSDK_6.13-2e08f84caf7cb110fbc1d0bb2e9b8069.jar
│ ├── android-support-v4-eea7e9ddd5416df487d29a2ba809c2d0.jar
│ ├── baidumapapi_base_v3_7_3-de58c11da540146ee113dadef84fab2c.jar
│ ├── baidumapapi_map_v3_7_3-b918f1b02c2327f93671f145b6a21fed.jar
│ ├── baidumapapi_util_v3_7_3-8f39bbf6601455a134bf701175de4a92.jar
│ ├── baidumapapi_cloud_v3_7_3-b987344eed860eab4c67a190f3fe5977.jar
│ ├── baidumapapi_radar_v3_7_3-9235608ec23de4a2b5493d886a89c05d.jar
│ └── baidumapapi_search_v3_7_3-f01d597bcabc614f9db2267ac5c99c92.jar
└── AndroidManifest.xml
├── res
├── raw
│ └── xian.db
├── drawable-hdpi
│ ├── pre_.png
│ ├── icon_en.png
│ ├── icon_st.png
│ ├── next_.png
│ ├── popup.png
│ ├── pre_down_.png
│ ├── ic_launcher.png
│ └── next_down_.png
├── drawable-xhdpi
│ ├── home.png
│ ├── bg_main.png
│ ├── main_bg.png
│ ├── bg_edittext.png
│ ├── ic_launcher.png
│ ├── ic_end_station.png
│ ├── ic_start_station.png
│ ├── ib_busline_search.png
│ ├── ib_search_outline.png
│ ├── ib_transfer_search.png
│ ├── button_more_selected.png
│ ├── button_route_selected.png
│ ├── button_more_unselected.png
│ ├── button_route_unselected.png
│ ├── button_station_selected.png
│ ├── bg_bundle_share_follow.9.png
│ ├── button_station_unselected.png
│ ├── button_transfer_selected.png
│ └── button_transfer_unselected.png
├── drawable-mdpi
│ └── ic_launcher.png
├── drawable-xxhdpi
│ └── ic_launcher.png
├── drawable-nodpi
│ ├── button_normal.xml
│ ├── button_pressed.xml
│ ├── button_selector.xml
│ ├── tab_menu_colors_selector.xml
│ ├── tab_menu_more_selector.xml
│ ├── tab_menu_route_selector.xml
│ ├── tab_menu_station_selector.xml
│ └── tab_menu_transfer_selector.xml
├── values-v11
│ └── styles.xml
├── layout
│ ├── more_item.xml
│ ├── transfer_item.xml
│ ├── station_item.xml
│ ├── route_item.xml
│ ├── onlinesearch_item.xml
│ ├── fragment_trans_more.xml
│ ├── fragment_trans_station.xml
│ ├── activity_main.xml
│ ├── fragment_trans_route.xml
│ ├── fragment_trans_transfer.xml
│ ├── activity_busline_online.xml
│ ├── fragment_trans_online.xml
│ ├── fragment_trans_outline.xml
│ └── activity_trans_online.xml
├── menu
│ └── main.xml
├── values-w820dp
│ └── dimens.xml
├── values-v14
│ └── styles.xml
└── values
│ ├── colors.xml
│ ├── styles.xml
│ ├── strings.xml
│ └── dimens.xml
├── ic_launcher-web.png
├── libs
├── locSDK_6.13.jar
├── x86
│ ├── liblocSDK6a.so
│ ├── libBaiduMapSDK_base_v3_7_3.so
│ ├── libBaiduMapSDK_cloud_v3_7_3.so
│ ├── libBaiduMapSDK_map_v3_7_3.so
│ ├── libBaiduMapSDK_radar_v3_7_3.so
│ ├── libBaiduMapSDK_util_v3_7_3.so
│ └── libBaiduMapSDK_search_v3_7_3.so
├── x86_64
│ ├── liblocSDK6a.so
│ ├── libBaiduMapSDK_base_v3_7_3.so
│ ├── libBaiduMapSDK_map_v3_7_3.so
│ ├── libBaiduMapSDK_util_v3_7_3.so
│ ├── libBaiduMapSDK_cloud_v3_7_3.so
│ ├── libBaiduMapSDK_radar_v3_7_3.so
│ └── libBaiduMapSDK_search_v3_7_3.so
├── android-support-v4.jar
├── arm64-v8a
│ ├── liblocSDK6a.so
│ ├── libBaiduMapSDK_base_v3_7_3.so
│ ├── libBaiduMapSDK_map_v3_7_3.so
│ ├── libBaiduMapSDK_util_v3_7_3.so
│ ├── libBaiduMapSDK_cloud_v3_7_3.so
│ ├── libBaiduMapSDK_radar_v3_7_3.so
│ └── libBaiduMapSDK_search_v3_7_3.so
├── armeabi
│ ├── liblocSDK6a.so
│ ├── libBaiduMapSDK_map_v3_7_3.so
│ ├── libBaiduMapSDK_base_v3_7_3.so
│ ├── libBaiduMapSDK_cloud_v3_7_3.so
│ ├── libBaiduMapSDK_radar_v3_7_3.so
│ ├── libBaiduMapSDK_search_v3_7_3.so
│ └── libBaiduMapSDK_util_v3_7_3.so
├── armeabi-v7a
│ ├── liblocSDK6a.so
│ ├── libBaiduMapSDK_base_v3_7_3.so
│ ├── libBaiduMapSDK_map_v3_7_3.so
│ ├── libBaiduMapSDK_util_v3_7_3.so
│ ├── libBaiduMapSDK_cloud_v3_7_3.so
│ ├── libBaiduMapSDK_radar_v3_7_3.so
│ └── libBaiduMapSDK_search_v3_7_3.so
├── baidumapapi_map_v3_7_3.jar
├── baidumapapi_base_v3_7_3.jar
├── baidumapapi_cloud_v3_7_3.jar
├── baidumapapi_radar_v3_7_3.jar
├── baidumapapi_search_v3_7_3.jar
└── baidumapapi_util_v3_7_3.jar
├── lint.xml
├── src
└── cn
│ └── com
│ └── jian
│ └── smarttransxa
│ ├── domain
│ └── Bus.java
│ ├── database
│ ├── BusDatabase.java
│ ├── DatabaseTest.java
│ └── MyDatabaseHelper.java
│ ├── util
│ ├── BusLineOverlay.java
│ ├── OverlayManager.java
│ └── TransitRouteOverlay.java
│ ├── activity
│ ├── MainActivity.java
│ ├── OutLineActivity.java
│ ├── BusLineOnlineActivity.java
│ └── TransferOnlineActivity.java
│ ├── fragment
│ ├── MoreFragment.java
│ ├── RouteFragment.java
│ ├── StationFragment.java
│ └── TransferFragment.java
│ └── adapter
│ └── OutlineFragmentAdapter.java
├── gen
└── cn
│ └── com
│ └── jian
│ └── smarttransxa
│ └── activity
│ ├── BuildConfig.java
│ └── R.java
├── project.properties
├── proguard-project.txt
├── .project
├── .classpath
├── AndroidManifest.xml
└── LICENSE
/bin/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes.dex
--------------------------------------------------------------------------------
/res/raw/xian.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/raw/xian.db
--------------------------------------------------------------------------------
/bin/resources.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/resources.ap_
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/ic_launcher-web.png
--------------------------------------------------------------------------------
/bin/SmartTransXA.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/SmartTransXA.apk
--------------------------------------------------------------------------------
/libs/locSDK_6.13.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/locSDK_6.13.jar
--------------------------------------------------------------------------------
/libs/x86/liblocSDK6a.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/liblocSDK6a.so
--------------------------------------------------------------------------------
/libs/x86_64/liblocSDK6a.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/liblocSDK6a.so
--------------------------------------------------------------------------------
/res/drawable-hdpi/pre_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/pre_.png
--------------------------------------------------------------------------------
/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/libs/arm64-v8a/liblocSDK6a.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/liblocSDK6a.so
--------------------------------------------------------------------------------
/libs/armeabi/liblocSDK6a.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/liblocSDK6a.so
--------------------------------------------------------------------------------
/res/drawable-hdpi/icon_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/icon_en.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/icon_st.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/icon_st.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/next_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/next_.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/popup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/popup.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/home.png
--------------------------------------------------------------------------------
/libs/armeabi-v7a/liblocSDK6a.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/liblocSDK6a.so
--------------------------------------------------------------------------------
/libs/baidumapapi_map_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_map_v3_7_3.jar
--------------------------------------------------------------------------------
/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/pre_down_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/pre_down_.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/bg_main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/bg_main.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/main_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/main_bg.png
--------------------------------------------------------------------------------
/libs/baidumapapi_base_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_base_v3_7_3.jar
--------------------------------------------------------------------------------
/libs/baidumapapi_cloud_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_cloud_v3_7_3.jar
--------------------------------------------------------------------------------
/libs/baidumapapi_radar_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_radar_v3_7_3.jar
--------------------------------------------------------------------------------
/libs/baidumapapi_search_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_search_v3_7_3.jar
--------------------------------------------------------------------------------
/libs/baidumapapi_util_v3_7_3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/baidumapapi_util_v3_7_3.jar
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/next_down_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-hdpi/next_down_.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/bg_edittext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/bg_edittext.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/next_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/next_.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/popup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/popup.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/pre_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/pre_.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/home.png
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_base_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_base_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_cloud_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_cloud_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_map_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_map_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_radar_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_radar_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_util_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_util_v3_7_3.so
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_end_station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ic_end_station.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_start_station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ic_start_station.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/icon_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/icon_en.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/icon_st.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/icon_st.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/bg_main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/bg_main.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/main_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/main_bg.png
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_map_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_map_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86/libBaiduMapSDK_search_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86/libBaiduMapSDK_search_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_base_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_base_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_map_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_map_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_util_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_util_v3_7_3.so
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ib_busline_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ib_busline_search.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ib_search_outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ib_search_outline.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ib_transfer_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/ib_transfer_search.png
--------------------------------------------------------------------------------
/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/next_down_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/next_down_.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-hdpi/pre_down_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-hdpi/pre_down_.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_base_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_base_v3_7_3.so
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_map_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_map_v3_7_3.so
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_util_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_util_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_base_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_base_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_cloud_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_cloud_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_radar_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_radar_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_search_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_search_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi/libBaiduMapSDK_util_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi/libBaiduMapSDK_util_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_cloud_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_cloud_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_radar_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_radar_v3_7_3.so
--------------------------------------------------------------------------------
/libs/x86_64/libBaiduMapSDK_search_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/x86_64/libBaiduMapSDK_search_v3_7_3.so
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_more_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_more_selected.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_route_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_route_selected.png
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/domain/Bus.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/domain/Bus.java
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/bg_edittext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/bg_edittext.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_cloud_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_cloud_v3_7_3.so
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_radar_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_radar_v3_7_3.so
--------------------------------------------------------------------------------
/libs/arm64-v8a/libBaiduMapSDK_search_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/arm64-v8a/libBaiduMapSDK_search_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_base_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_base_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_map_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_map_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_util_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_util_v3_7_3.so
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_more_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_more_unselected.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_route_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_route_unselected.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_station_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_station_selected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ic_end_station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ic_end_station.png
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_cloud_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_cloud_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_radar_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_radar_v3_7_3.so
--------------------------------------------------------------------------------
/libs/armeabi-v7a/libBaiduMapSDK_search_v3_7_3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/libs/armeabi-v7a/libBaiduMapSDK_search_v3_7_3.so
--------------------------------------------------------------------------------
/res/drawable-xhdpi/bg_bundle_share_follow.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/bg_bundle_share_follow.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_station_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_station_unselected.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_transfer_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_transfer_selected.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/button_transfer_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/res/drawable-xhdpi/button_transfer_unselected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ib_busline_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ib_busline_search.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ib_search_outline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ib_search_outline.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ic_start_station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ic_start_station.png
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/domain/Bus.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/domain/Bus.class
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_more_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_more_selected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/ib_transfer_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/ib_transfer_search.png
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/database/BusDatabase.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/database/BusDatabase.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/util/BusLineOverlay.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/util/BusLineOverlay.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/util/OverlayManager.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/util/OverlayManager.java
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$id.class
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_more_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_more_unselected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_route_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_route_selected.png
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/activity/MainActivity.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/activity/MainActivity.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/database/DatabaseTest.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/database/DatabaseTest.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/fragment/MoreFragment.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/fragment/MoreFragment.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/fragment/RouteFragment.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/fragment/RouteFragment.java
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$attr.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$color.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$dimen.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$menu.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$raw.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$raw.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$style.class
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_route_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_route_unselected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_station_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_station_selected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_station_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_station_unselected.png
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_transfer_selected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_transfer_selected.png
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/activity/OutLineActivity.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/activity/OutLineActivity.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/database/MyDatabaseHelper.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/database/MyDatabaseHelper.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/fragment/StationFragment.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/fragment/StationFragment.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/fragment/TransferFragment.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/fragment/TransferFragment.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/util/TransitRouteOverlay.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/util/TransitRouteOverlay.java
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$layout.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$string.class
--------------------------------------------------------------------------------
/bin/res/crunch/drawable-xhdpi/button_transfer_unselected.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/res/crunch/drawable-xhdpi/button_transfer_unselected.png
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/BuildConfig.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/R$drawable.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/database/BusDatabase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/database/BusDatabase.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/database/DatabaseTest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/database/DatabaseTest.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/MoreFragment.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/MoreFragment.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/util/BusLineOverlay.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/util/BusLineOverlay.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/util/OverlayManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/util/OverlayManager.class
--------------------------------------------------------------------------------
/bin/dexedLibs/locSDK_6.13-2e08f84caf7cb110fbc1d0bb2e9b8069.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/locSDK_6.13-2e08f84caf7cb110fbc1d0bb2e9b8069.jar
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/activity/BusLineOnlineActivity.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/activity/BusLineOnlineActivity.java
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/adapter/OutlineFragmentAdapter.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/adapter/OutlineFragmentAdapter.java
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$1.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$2.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/MainActivity$3.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/RouteFragment.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/RouteFragment.class
--------------------------------------------------------------------------------
/src/cn/com/jian/smarttransxa/activity/TransferOnlineActivity.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/src/cn/com/jian/smarttransxa/activity/TransferOnlineActivity.java
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/database/MyDatabaseHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/database/MyDatabaseHelper.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/StationFragment.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/StationFragment.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/TransferFragment.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/TransferFragment.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/util/TransitRouteOverlay.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/util/TransitRouteOverlay.class
--------------------------------------------------------------------------------
/bin/dexedLibs/android-support-v4-eea7e9ddd5416df487d29a2ba809c2d0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/android-support-v4-eea7e9ddd5416df487d29a2ba809c2d0.jar
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/BusLineOnlineActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/BusLineOnlineActivity.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/TransferOnlineActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/TransferOnlineActivity.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/adapter/OutlineFragmentAdapter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/adapter/OutlineFragmentAdapter.class
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_base_v3_7_3-de58c11da540146ee113dadef84fab2c.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_base_v3_7_3-de58c11da540146ee113dadef84fab2c.jar
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_map_v3_7_3-b918f1b02c2327f93671f145b6a21fed.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_map_v3_7_3-b918f1b02c2327f93671f145b6a21fed.jar
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_util_v3_7_3-8f39bbf6601455a134bf701175de4a92.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_util_v3_7_3-8f39bbf6601455a134bf701175de4a92.jar
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_cloud_v3_7_3-b987344eed860eab4c67a190f3fe5977.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_cloud_v3_7_3-b987344eed860eab4c67a190f3fe5977.jar
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_radar_v3_7_3-9235608ec23de4a2b5493d886a89c05d.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_radar_v3_7_3-9235608ec23de4a2b5493d886a89c05d.jar
--------------------------------------------------------------------------------
/bin/dexedLibs/baidumapapi_search_v3_7_3-f01d597bcabc614f9db2267ac5c99c92.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/dexedLibs/baidumapapi_search_v3_7_3-f01d597bcabc614f9db2267ac5c99c92.jar
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/RouteFragment$InnerOnClickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/RouteFragment$InnerOnClickListener.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity$InnerOnClickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity$InnerOnClickListener.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/MoreFragment$InnerOnItemClickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/MoreFragment$InnerOnItemClickListener.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/StationFragment$InnerOnClickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/StationFragment$InnerOnClickListener.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/fragment/TransferFragment$InnerOnClickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/fragment/TransferFragment$InnerOnClickListener.class
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity$InnerOnPageChangeListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/OutLineActivity$InnerOnPageChangeListener.class
--------------------------------------------------------------------------------
/gen/cn/com/jian/smarttransxa/activity/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package cn.com.jian.smarttransxa.activity;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/bin/classes/cn/com/jian/smarttransxa/activity/TransferOnlineActivity$MyTransitRouteOverlay.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ContentCoderJian/SmartTransXA/HEAD/bin/classes/cn/com/jian/smarttransxa/activity/TransferOnlineActivity$MyTransitRouteOverlay.class
--------------------------------------------------------------------------------
/res/drawable-nodpi/button_normal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/button_pressed.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/button_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/tab_menu_colors_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/tab_menu_more_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/tab_menu_route_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/tab_menu_station_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable-nodpi/tab_menu_transfer_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/res/layout/more_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
--------------------------------------------------------------------------------
/res/menu/main.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/res/layout/transfer_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/res/layout/station_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
13 |
14 |
--------------------------------------------------------------------------------
/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-19
15 |
--------------------------------------------------------------------------------
/res/layout/route_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #519DEB
5 | #D57296
6 | #ffffff
7 | #F1F1F1
8 | #F4F4F4
9 |
10 |
11 | #999999
12 | #6A9CBB
13 | #265982
14 | #EFF3F7
15 | #E61A5F
16 |
17 |
--------------------------------------------------------------------------------
/res/layout/onlinesearch_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
--------------------------------------------------------------------------------
/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | SmartTransXA
4 |
5 |
6 |
7 |
8 |
9 | com.android.ide.eclipse.adt.ResourceManagerBuilder
10 |
11 |
12 |
13 |
14 | com.android.ide.eclipse.adt.PreCompilerBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.jdt.core.javabuilder
20 |
21 |
22 |
23 |
24 | com.android.ide.eclipse.adt.ApkBuilder
25 |
26 |
27 |
28 |
29 |
30 | com.android.ide.eclipse.adt.AndroidNature
31 | org.eclipse.jdt.core.javanature
32 |
33 |
34 |
--------------------------------------------------------------------------------
/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 畅行西安
5 | Settings
6 |
7 | 畅行西安
8 | 站点
9 | 线路
10 | 换乘
11 | 更多
12 | 离线站点查询
13 | 请输入站点
14 | 搜索
15 | 离线线路查询
16 | 请输入公交线路
17 | 下行搜索
18 | 上行搜索
19 | 离线换乘查询
20 | 输入起始站
21 | 输入终点站
22 | 在线换乘查询
23 | 公交在线查询
24 | 最少时间
25 | 最少步行
26 | 不坐地铁
27 | 最少换乘
28 |
29 |
30 |
--------------------------------------------------------------------------------
/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 | 15dp
8 |
9 |
10 | 12sp
11 | 14sp
12 | 16sp
13 | 17sp
14 | 20sp
15 |
16 |
17 | 0dp
18 | 40dp
19 | 100dp
20 | 140dp
21 | 143dp
22 | 190dp
23 | 250dp
24 | 260dp
25 | 0dp
26 | 34dp
27 | 40dp
28 | 30dp
29 | 50dp
30 |
31 |
32 | 28dp
33 | 28dp
34 |
35 |
36 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_more.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
19 |
20 |
29 |
30 |
39 |
40 |
49 |
50 |
56 |
57 |
58 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_station.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
18 |
19 |
29 |
30 |
42 |
43 |
44 |
45 |
58 |
59 |
65 |
66 |
70 |
71 |
72 |
73 |
--------------------------------------------------------------------------------
/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
13 |
14 |
22 |
23 |
31 |
32 |
33 |
40 |
41 |
48 |
56 |
57 |
65 |
66 |
74 |
75 |
76 |
--------------------------------------------------------------------------------
/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
39 |
40 |
41 |
46 |
47 |
48 |
51 |
52 |
53 |
54 |
55 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/bin/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
39 |
40 |
41 |
46 |
47 |
48 |
51 |
52 |
53 |
54 |
55 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_route.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
20 |
21 |
31 |
32 |
44 |
45 |
46 |
47 |
55 |
56 |
67 |
68 |
79 |
80 |
81 |
87 |
88 |
92 |
93 |
94 |
95 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_transfer.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
20 |
21 |
26 |
27 |
35 |
36 |
45 |
46 |
56 |
57 |
69 |
70 |
71 |
85 |
86 |
87 |
88 |
89 |
102 |
103 |
109 |
110 |
116 |
117 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/res/layout/activity_busline_online.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
20 |
21 |
31 |
32 |
44 |
45 |
46 |
47 |
55 |
56 |
68 |
69 |
81 |
82 |
83 |
84 |
89 |
90 |
96 |
97 |
105 |
106 |
115 |
116 |
125 |
126 |
127 |
128 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_online.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
19 |
20 |
28 |
29 |
30 |
34 |
35 |
41 |
42 |
49 |
50 |
56 |
57 |
72 |
73 |
87 |
88 |
102 |
103 |
117 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/res/layout/fragment_trans_outline.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
19 |
20 |
28 |
29 |
30 |
34 |
35 |
41 |
42 |
49 |
50 |
56 |
57 |
72 |
73 |
87 |
88 |
102 |
103 |
117 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/res/layout/activity_trans_online.xml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
19 |
20 |
25 |
26 |
34 |
35 |
44 |
45 |
55 |
56 |
68 |
69 |
70 |
84 |
85 |
86 |
87 |
88 |
96 |
97 |
113 |
114 |
130 |
131 |
147 |
148 |
164 |
165 |
166 |
170 |
171 |
176 |
177 |
185 |
186 |
195 |
196 |
205 |
206 |
207 |
208 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "{}"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright {yyyy} {name of copyright owner}
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/gen/cn/com/jian/smarttransxa/activity/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 |
8 | package cn.com.jian.smarttransxa.activity;
9 |
10 | public final class R {
11 | public static final class attr {
12 | }
13 | public static final class color {
14 | public static final int bg_line=0x7f050001;
15 | public static final int bg_more=0x7f050004;
16 | public static final int bg_station=0x7f050003;
17 | public static final int rg_background=0x7f050002;
18 | public static final int text=0x7f050007;
19 | public static final int text_menu_title=0x7f050009;
20 | public static final int text_tab_menu_selected=0x7f050006;
21 | /** text
22 | */
23 | public static final int text_tab_menu_unselected=0x7f050005;
24 | public static final int text_title=0x7f050008;
25 | public static final int tv_titlebar=0x7f050000;
26 | }
27 | public static final class dimen {
28 | /** Default screen margins, per the Android Design guidelines.
29 |
30 | Example customization of dimensions originally defined in res/values/dimens.xml
31 | (such as screen margins) for screens with more than 820dp of available width. This
32 | would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
33 |
34 | */
35 | public static final int activity_horizontal_margin=0x7f060000;
36 | public static final int activity_vertical_margin=0x7f060001;
37 | public static final int height_btn=0x7f060011;
38 | public static final int height_ic_station=0x7f060016;
39 | public static final int height_normal=0x7f060014;
40 | public static final int height_small=0x7f060013;
41 | public static final int height_title=0x7f060012;
42 | public static final int height_zero=0x7f060010;
43 | public static final int radius=0x7f060002;
44 | public static final int text_big=0x7f060005;
45 | public static final int text_large=0x7f060006;
46 | public static final int text_normal=0x7f060004;
47 | /** text
48 | */
49 | public static final int text_small=0x7f060003;
50 | public static final int text_xlarge=0x7f060007;
51 | public static final int width_big=0x7f06000a;
52 | public static final int width_btn=0x7f06000f;
53 | /** imageview
54 | */
55 | public static final int width_ic_station=0x7f060015;
56 | public static final int width_large=0x7f06000b;
57 | public static final int width_normal=0x7f060009;
58 | public static final int width_xlarge=0x7f06000c;
59 | public static final int width_xxlarge=0x7f06000d;
60 | public static final int width_xxxlarge=0x7f06000e;
61 | /** height and width
62 | */
63 | public static final int width_zero=0x7f060008;
64 | }
65 | public static final class drawable {
66 | public static final int bg_bundle_share_follow=0x7f020000;
67 | public static final int bg_edittext=0x7f020001;
68 | public static final int bg_main=0x7f020002;
69 | public static final int button_more_selected=0x7f020003;
70 | public static final int button_more_unselected=0x7f020004;
71 | public static final int button_normal=0x7f020005;
72 | public static final int button_pressed=0x7f020006;
73 | public static final int button_route_selected=0x7f020007;
74 | public static final int button_route_unselected=0x7f020008;
75 | public static final int button_selector=0x7f020009;
76 | public static final int button_station_selected=0x7f02000a;
77 | public static final int button_station_unselected=0x7f02000b;
78 | public static final int button_transfer_selected=0x7f02000c;
79 | public static final int button_transfer_unselected=0x7f02000d;
80 | public static final int home=0x7f02000e;
81 | public static final int ib_busline_search=0x7f02000f;
82 | public static final int ib_search_outline=0x7f020010;
83 | public static final int ib_transfer_search=0x7f020011;
84 | public static final int ic_end_station=0x7f020012;
85 | public static final int ic_launcher=0x7f020013;
86 | public static final int ic_start_station=0x7f020014;
87 | public static final int icon_en=0x7f020015;
88 | public static final int icon_st=0x7f020016;
89 | public static final int main_bg=0x7f020017;
90 | public static final int next_=0x7f020018;
91 | public static final int next_down_=0x7f020019;
92 | public static final int popup=0x7f02001a;
93 | public static final int pre_=0x7f02001b;
94 | public static final int pre_down_=0x7f02001c;
95 | public static final int tab_menu_colors_selector=0x7f02001d;
96 | public static final int tab_menu_more_selector=0x7f02001e;
97 | public static final int tab_menu_route_selector=0x7f02001f;
98 | public static final int tab_menu_station_selector=0x7f020020;
99 | public static final int tab_menu_transfer_selector=0x7f020021;
100 | }
101 | public static final class id {
102 | public static final int action_settings=0x7f0a0046;
103 | public static final int bmapView=0x7f0a0007;
104 | public static final int btn_busline_next=0x7f0a0009;
105 | public static final int btn_busline_pre=0x7f0a0008;
106 | public static final int btn_opposite=0x7f0a0005;
107 | public static final int btn_route=0x7f0a0004;
108 | public static final int btn_route_search=0x7f0a0033;
109 | public static final int btn_route_search_opposite=0x7f0a0034;
110 | public static final int btn_search_nosubway=0x7f0a001b;
111 | public static final int btn_search_timefirst=0x7f0a0018;
112 | public static final int btn_search_transferfirst=0x7f0a0019;
113 | public static final int btn_search_walkfirst=0x7f0a001a;
114 | public static final int btn_station_search=0x7f0a0039;
115 | public static final int btn_transfer_search=0x7f0a0042;
116 | public static final int console_line_bottom=0x7f0a0027;
117 | public static final int contentFrg=0x7f0a0026;
118 | public static final int et_online_transend=0x7f0a0016;
119 | public static final int et_online_transstart=0x7f0a0015;
120 | public static final int et_route=0x7f0a0031;
121 | public static final int et_route_online=0x7f0a0002;
122 | public static final int et_station=0x7f0a0038;
123 | public static final int et_transfer_end=0x7f0a0041;
124 | public static final int et_transfer_start=0x7f0a0040;
125 | public static final int ib_busline_online=0x7f0a000e;
126 | public static final int ib_home=0x7f0a000a;
127 | public static final int ib_search_outline=0x7f0a0010;
128 | public static final int ib_transfer_online=0x7f0a000f;
129 | public static final int iv_logo=0x7f0a0021;
130 | public static final int iv_online_transend=0x7f0a0013;
131 | public static final int iv_online_transstart=0x7f0a0012;
132 | public static final int iv_transfer_end=0x7f0a003e;
133 | public static final int iv_transfer_start=0x7f0a003d;
134 | public static final int ll_btn_trans_online=0x7f0a0017;
135 | public static final int ll_ib=0x7f0a000c;
136 | public static final int ll_online_ib=0x7f0a000d;
137 | public static final int ll_online_iv_et=0x7f0a0011;
138 | public static final int ll_route=0x7f0a0003;
139 | public static final int ll_route_search=0x7f0a0032;
140 | public static final int ll_transer_iv_et=0x7f0a003c;
141 | public static final int lv_more=0x7f0a0024;
142 | public static final int lv_route=0x7f0a0036;
143 | public static final int lv_station=0x7f0a003b;
144 | public static final int lv_transfer=0x7f0a0044;
145 | public static final int map=0x7f0a001d;
146 | public static final int next=0x7f0a001f;
147 | public static final int pre=0x7f0a001e;
148 | public static final int rb_tab_menu_more=0x7f0a0030;
149 | public static final int rb_tab_menu_nosubway=0x7f0a002c;
150 | public static final int rb_tab_menu_route=0x7f0a002e;
151 | public static final int rb_tab_menu_station=0x7f0a002d;
152 | public static final int rb_tab_menu_timefirst=0x7f0a0029;
153 | public static final int rb_tab_menu_transfer=0x7f0a002f;
154 | public static final int rb_tab_menu_transferfirst=0x7f0a002a;
155 | public static final int rb_tab_menu_walkfirst=0x7f0a002b;
156 | public static final int rg_tab_menu=0x7f0a0028;
157 | public static final int rl_Online_search=0x7f0a001c;
158 | public static final int rl_online_et=0x7f0a0014;
159 | public static final int rl_route=0x7f0a0006;
160 | public static final int rl_route_et=0x7f0a0001;
161 | public static final int rl_route_search=0x7f0a0035;
162 | public static final int rl_station_et=0x7f0a0037;
163 | public static final int rl_station_search=0x7f0a003a;
164 | public static final int rl_transfer_et=0x7f0a003f;
165 | public static final int rl_transfer_search1=0x7f0a0043;
166 | public static final int tv_app_name=0x7f0a0022;
167 | public static final int tv_station=0x7f0a0045;
168 | public static final int tv_title=0x7f0a0020;
169 | public static final int tv_title_route=0x7f0a0000;
170 | public static final int tv_title_transfer=0x7f0a000b;
171 | public static final int tv_version=0x7f0a0023;
172 | public static final int viewpager=0x7f0a0025;
173 | }
174 | public static final class layout {
175 | public static final int activity_busline_online=0x7f030000;
176 | public static final int activity_main=0x7f030001;
177 | public static final int activity_trans_online=0x7f030002;
178 | public static final int fragment_trans_more=0x7f030003;
179 | public static final int fragment_trans_online=0x7f030004;
180 | public static final int fragment_trans_outline=0x7f030005;
181 | public static final int fragment_trans_route=0x7f030006;
182 | public static final int fragment_trans_station=0x7f030007;
183 | public static final int fragment_trans_transfer=0x7f030008;
184 | public static final int more_item=0x7f030009;
185 | public static final int onlinesearch_item=0x7f03000a;
186 | public static final int route_item=0x7f03000b;
187 | public static final int station_item=0x7f03000c;
188 | public static final int transfer_item=0x7f03000d;
189 | }
190 | public static final class menu {
191 | public static final int main=0x7f090000;
192 | }
193 | public static final class raw {
194 | public static final int xian=0x7f040000;
195 | }
196 | public static final class string {
197 | public static final int action_settings=0x7f070001;
198 | public static final int app_name=0x7f070000;
199 | public static final int btn_route_search=0x7f07000d;
200 | public static final int btn_route_search_opposite=0x7f07000c;
201 | public static final int btn_search=0x7f070009;
202 | public static final int et_route_search=0x7f07000b;
203 | public static final int et_station_search=0x7f070008;
204 | public static final int et_transfer_end=0x7f070010;
205 | public static final int et_transfer_start=0x7f07000f;
206 | public static final int rb_nosubway=0x7f070015;
207 | public static final int rb_tab_menu_route=0x7f070004;
208 | public static final int rb_tab_menu_station=0x7f070003;
209 | public static final int rb_tab_menu_transfer=0x7f070005;
210 | public static final int rb_tab_meun_more=0x7f070006;
211 | public static final int rb_timefirst=0x7f070013;
212 | public static final int rb_transferfirst=0x7f070016;
213 | public static final int rb_walkfirst=0x7f070014;
214 | public static final int tv_route=0x7f07000a;
215 | public static final int tv_station_title=0x7f070007;
216 | public static final int tv_title=0x7f070002;
217 | public static final int tv_title_busline_online=0x7f070012;
218 | public static final int tv_title_online_transfer=0x7f070011;
219 | public static final int tv_title_transfer=0x7f07000e;
220 | }
221 | public static final class style {
222 | /**
223 | Base application theme, dependent on API level. This theme is replaced
224 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
225 |
226 |
227 |
228 |
229 |
230 | Theme customizations available in newer API levels can go in
231 | res/values-vXX/styles.xml, while customizations related to
232 | backward-compatibility can go here.
233 |
234 |
235 |
236 |
237 |
238 | Base application theme for API 11+. This theme completely replaces
239 | AppBaseTheme from res/values/styles.xml on API 11+ devices.
240 |
241 | API 11 theme customizations can go here.
242 |
243 | Base application theme for API 14+. This theme completely replaces
244 | AppBaseTheme from BOTH res/values/styles.xml and
245 | res/values-v11/styles.xml on API 14+ devices.
246 |
247 | API 14 theme customizations can go here.
248 | */
249 | public static final int AppBaseTheme=0x7f080000;
250 | /** Application theme.
251 | All customizations that are NOT specific to a particular API-level can go here.
252 | */
253 | public static final int AppTheme=0x7f080001;
254 | }
255 | }
256 |
--------------------------------------------------------------------------------