├── .classpath
├── .project
├── AndroidManifest.xml
├── README.md
├── gen
└── com
│ ├── ab
│ └── R.java
│ ├── yixia
│ └── zi
│ │ └── R.java
│ └── yunbo
│ └── myyunbo
│ ├── BuildConfig.java
│ ├── Manifest.java
│ └── R.java
├── ic_launcher-web.png
├── lint.xml
├── proguard-project.txt
├── project.properties
├── res
├── drawable-hdpi
│ ├── avi.png
│ ├── back.png
│ ├── bdy.jpg
│ ├── bg_custom_dialog_with_btns.9.png
│ ├── blue_bg.png
│ ├── blue_loading.png
│ ├── btn_blue_f.9.png
│ ├── btn_blue_n.9.png
│ ├── copy.png
│ ├── dialog_left_button_bg_normal.9.png
│ ├── dialog_left_button_bg_pressed.9.png
│ ├── dialog_one_button_bg_normal.9.png
│ ├── dialog_one_button_bg_pressed.9.png
│ ├── dialog_right_button_bg_normal.9.png
│ ├── dialog_right_button_bg_pressed.9.png
│ ├── down.png
│ ├── download_ico.png
│ ├── flv.png
│ ├── history.png
│ ├── home1.png
│ ├── horseshoe_magnet.png
│ ├── ic_launcher.png
│ ├── image_empty.png
│ ├── image_error.png
│ ├── image_loading.png
│ ├── image_no.png
│ ├── indicator_expanded.9.png
│ ├── indicator_unexpanded.9.png
│ ├── launcher.jpg
│ ├── like.png
│ ├── list_divider.9.png
│ ├── list_top.png
│ ├── magnet.png
│ ├── mkv.png
│ ├── mov.png
│ ├── movie.png
│ ├── mp4.png
│ ├── pause.png
│ ├── play.png
│ ├── progress_loading2.png
│ ├── qqxf.jpg
│ ├── random.png
│ ├── rm.png
│ ├── s001_37.png
│ ├── search.png
│ ├── search_tool.png
│ ├── speaker.png
│ ├── stop.png
│ ├── thumb_drawable.png
│ ├── thunder.png
│ ├── up.png
│ ├── video_brightness_bg.png
│ ├── video_num_bg.png
│ ├── video_num_front.png
│ ├── video_volumn_bg.png
│ ├── vitamio.jpg
│ ├── wma.png
│ ├── wmp.png
│ ├── wmv.png
│ └── yunplay.jpg
├── drawable-mdpi
│ ├── down_delete.png
│ ├── down_install.png
│ ├── down_load.png
│ ├── down_pause.png
│ ├── ic_launcher.png
│ ├── progressbar_indeterminate1.png
│ ├── progressbar_indeterminate2.png
│ └── progressbar_indeterminate3.png
├── drawable-xhdpi
│ ├── ic_launcher.png
│ ├── mediacontroller_pause.png
│ ├── mediacontroller_play.png
│ ├── scrubber_control_disabled_holo.png
│ ├── scrubber_control_focused_holo.png
│ ├── scrubber_control_normal_holo.png
│ ├── scrubber_control_pressed_holo.png
│ ├── scrubber_primary_holo.9.png
│ ├── scrubber_secondary_holo.9.png
│ └── scrubber_track_holo_dark.9.png
├── drawable-xxhdpi
│ └── ic_launcher.png
├── drawable
│ ├── button_selector_blue.xml
│ ├── dialog_left_button_bg.xml
│ ├── dialog_one_button_bg.xml
│ ├── dialog_right_button_bg.xml
│ ├── expander_group.xml
│ ├── loading2.xml
│ ├── mediacontroller_button.xml
│ ├── progblue.xml
│ ├── progress_circular.xml
│ ├── progress_horizontal.xml
│ ├── progress_indeterminate_horizontal.xml
│ ├── progress_indeterminate_loading.xml
│ ├── progress_loading.xml
│ ├── scrubber_control_selector_holo.xml
│ ├── scrubber_progress_horizontal_holo_dark.xml
│ └── seekbar_style.xml
├── layout
│ ├── activity_btdy.xml
│ ├── activity_caopoo.xml
│ ├── activity_cili.xml
│ ├── activity_ed2k_ss.xml
│ ├── activity_film.xml
│ ├── activity_filmmain.xml
│ ├── activity_history.xml
│ ├── activity_home.xml
│ ├── activity_lanuny.xml
│ ├── activity_main.xml
│ ├── activity_meinv.xml
│ ├── activity_mp4ba.xml
│ ├── activity_new_movie.xml
│ ├── activity_nvyou.xml
│ ├── activity_play.xml
│ ├── activity_play_url.xml
│ ├── activity_search.xml
│ ├── activity_select_player.xml
│ ├── activity_sex8.xml
│ ├── activity_taotu.xml
│ ├── activity_tvlive.xml
│ ├── activity_web.xml
│ ├── activity_xiaodianying.xml
│ ├── activity_zhainandaodetail.xml
│ ├── activity_zhainandaomain.xml
│ ├── activity_zxfl.xml
│ ├── dia_list.xml
│ ├── dia_list_nowb.xml
│ ├── dia_list_text.xml
│ ├── dia_list_text_pro.xml
│ ├── dia_list_text_pro_gri.xml
│ ├── dialog_edit_button.xml
│ ├── dialog_edit_button1.xml
│ ├── dialog_image_button.xml
│ ├── dialog_list_item_1.xml
│ ├── dialog_main.xml
│ ├── dialog_text_button.xml
│ ├── dialog_web_button.xml
│ ├── down_items.xml
│ ├── down_list.xml
│ ├── down_title.xml
│ ├── his_item.xml
│ ├── item_cili.xml
│ ├── item_film.xml
│ ├── item_film1.xml
│ ├── item_list.xml
│ ├── item_list1.xml
│ ├── item_list1d.xml
│ ├── item_list_120.xml
│ ├── item_list_200.xml
│ ├── item_list_max.xml
│ ├── item_meinv.xml
│ ├── item_sex8.xml
│ ├── item_xdy.xml
│ ├── mediacontroller.xml
│ ├── sear_item.xml
│ ├── text_item.xml
│ ├── tv_item.xml
│ └── videobuffer.xml
├── values-sw600dp
│ └── dimens.xml
├── values-sw720dp-land
│ └── dimens.xml
├── values-v11
│ └── styles.xml
├── values-v14
│ └── styles.xml
└── values
│ ├── colors.xml
│ ├── dimens.xml
│ ├── strings.xml
│ └── styles.xml
└── src
└── com
└── yunbo
├── control
├── DyUtil.java
├── ENDEUtil.java
├── FanHaoUtil.java
├── HistoryUtil.java
├── RandomUtil.java
├── SearchUtil.java
├── ToolUtil.java
├── TvUtil.java
├── UpUtil.java
├── Wu115Util.java
└── Yy97Util.java
├── frame
├── CiliAdapter.java
├── DoubleScaleImageView.java
├── KeywordsView.java
├── MarqueeTextView.java
└── MyExpandableListAdapter.java
├── mode
├── Data.java
├── Dydata.java
├── Dyres.java
├── Film.java
├── Hilight.java
├── History.java
├── Iilpaylist.java
├── Iilpayobj.java
├── Iiplaydata.java
├── Movie.java
├── Name.java
├── NameEnc.java
├── Node.java
├── Nvyou.java
├── PageContent.java
├── QQDatum.java
├── QQFenXiang.java
├── Res.java
├── Resdata.java
├── Resp.java
├── Subfile_List.java
├── Urldata.java
├── Video.java
├── XFData.java
├── XFPlay.java
├── XFplayurl.java
├── XunleiItem.java
├── Yayabt.java
└── Yayaobj.java
└── myyunbo
├── AddBaiduYunActivity.java
├── BadadyActivity.java
├── BtdyttActivity.java
├── CZhiActivity.java
├── CaoPooActivity.java
├── CiLiActivity.java
├── DianYingShenMainQiActivity.java
├── DianYingShenQiActivity.java
├── DownListActivity.java
├── Ed2kSSActivity.java
├── FilmActivity.java
├── FilmMainActivity.java
├── FulibaActivity.java
├── HistoryActivity.java
├── HomeActivity.java
├── LanunyActivity.java
├── LeDsjActivity.java
├── LongFeng4Activity.java
├── MainActivity.java
├── MeiNvActivity.java
├── Mp4BaActivity.java
├── NewMovieActivity.java
├── NvYouActivity.java
├── NvyouDetailActivity.java
├── PlayActivity.java
├── PlayUrlActivity.java
├── SearchActivity.java
├── SelectPlayerActivity.java
├── Sex8Activity.java
├── TaoTuActivity.java
├── TvLiveActivity.java
├── TwoAvActivity.java
├── VideoViewBuffer.java
├── WebActivity.java
├── XiaoDianYingActivity.java
├── Yy97Activity.java
├── ZhainandaoDetailActivity.java
├── ZhainandaoMainActivity.java
└── ZxfuliActivity.java
/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | MyYunbo
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 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | qq浏览器进入以下网址观看
2 | (2018年2月27日更新)
3 | http://javccdd.net
4 | http://dio7777.net
5 | http://www.j18ib.com
6 | http://www.111avtb.com
7 | http://www.qyl099.com
8 | http://www.7mav1.com
9 | http://www.sexx106.com
10 | http://99dd2.com
11 | http://hd.caonnn.net
--------------------------------------------------------------------------------
/gen/com/ab/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 | package com.ab;
8 |
9 | public final class R {
10 | public static final class drawable {
11 | public static final int ic_launcher = 0x7f02001e;
12 | }
13 | public static final class string {
14 | public static final int app_name = 0x7f05000d;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/gen/com/yunbo/myyunbo/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package com.yunbo.myyunbo;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/gen/com/yunbo/myyunbo/Manifest.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 com.yunbo.myyunbo;
9 |
10 | public final class Manifest {
11 | public static final class permission {
12 | public static final String INTERNET="android.permission.INTERNET";
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/ic_launcher-web.png
--------------------------------------------------------------------------------
/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/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.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-17
15 | android.library.reference.1=..\\..\\..\\java\\andbase-master1.6\\AndBase
16 | android.library.reference.2=..\\InitActivity
17 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/avi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/avi.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/back.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/bdy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/bdy.jpg
--------------------------------------------------------------------------------
/res/drawable-hdpi/bg_custom_dialog_with_btns.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/bg_custom_dialog_with_btns.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/blue_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/blue_bg.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/blue_loading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/blue_loading.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/btn_blue_f.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/btn_blue_f.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/btn_blue_n.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/btn_blue_n.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/copy.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_left_button_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_left_button_bg_normal.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_left_button_bg_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_left_button_bg_pressed.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_one_button_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_one_button_bg_normal.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_one_button_bg_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_one_button_bg_pressed.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_right_button_bg_normal.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_right_button_bg_normal.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/dialog_right_button_bg_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/dialog_right_button_bg_pressed.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/down.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/download_ico.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/download_ico.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/flv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/flv.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/history.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/history.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/home1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/home1.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/horseshoe_magnet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/horseshoe_magnet.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/image_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/image_empty.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/image_error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/image_error.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/image_loading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/image_loading.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/image_no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/image_no.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/indicator_expanded.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/indicator_expanded.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/indicator_unexpanded.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/indicator_unexpanded.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/launcher.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/launcher.jpg
--------------------------------------------------------------------------------
/res/drawable-hdpi/like.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/like.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/list_divider.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/list_divider.9.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/list_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/list_top.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/magnet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/magnet.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/mkv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/mkv.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/mov.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/mov.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/movie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/movie.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/mp4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/mp4.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/pause.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/play.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/progress_loading2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/progress_loading2.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/qqxf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/qqxf.jpg
--------------------------------------------------------------------------------
/res/drawable-hdpi/random.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/random.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/rm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/rm.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/s001_37.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/s001_37.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/search.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/search_tool.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/search_tool.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/speaker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/speaker.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/stop.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/thumb_drawable.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/thumb_drawable.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/thunder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/thunder.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/up.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/video_brightness_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/video_brightness_bg.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/video_num_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/video_num_bg.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/video_num_front.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/video_num_front.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/video_volumn_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/video_volumn_bg.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/vitamio.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/vitamio.jpg
--------------------------------------------------------------------------------
/res/drawable-hdpi/wma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/wma.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/wmp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/wmp.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/wmv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/wmv.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/yunplay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-hdpi/yunplay.jpg
--------------------------------------------------------------------------------
/res/drawable-mdpi/down_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/down_delete.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/down_install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/down_install.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/down_load.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/down_load.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/down_pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/down_pause.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/progressbar_indeterminate1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/progressbar_indeterminate1.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/progressbar_indeterminate2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/progressbar_indeterminate2.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/progressbar_indeterminate3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-mdpi/progressbar_indeterminate3.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/mediacontroller_pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/mediacontroller_pause.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/mediacontroller_play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/mediacontroller_play.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_control_disabled_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_control_disabled_holo.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_control_focused_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_control_focused_holo.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_control_normal_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_control_normal_holo.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_control_pressed_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_control_pressed_holo.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_primary_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_primary_holo.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_secondary_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_secondary_holo.9.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/scrubber_track_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xhdpi/scrubber_track_holo_dark.9.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable/button_selector_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/drawable/dialog_left_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/res/drawable/dialog_one_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/res/drawable/dialog_right_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/res/drawable/expander_group.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/res/drawable/loading2.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
--------------------------------------------------------------------------------
/res/drawable/mediacontroller_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/res/drawable/progblue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | -
5 |
6 |
7 |
8 |
14 |
15 |
16 | -
17 |
18 |
19 |
20 |
21 |
27 |
28 |
29 |
30 | -
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/res/drawable/progress_circular.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/res/drawable/progress_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | -
6 |
7 |
8 |
15 |
16 |
17 |
18 | -
19 |
20 |
21 |
22 |
29 |
30 |
31 |
32 |
33 | -
34 |
35 |
36 |
37 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/res/drawable/progress_indeterminate_horizontal.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/res/drawable/progress_indeterminate_loading.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/res/drawable/progress_loading.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | -
5 |
6 |
7 |
8 |
9 |
10 | -
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | -
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/res/drawable/scrubber_control_selector_holo.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/res/drawable/scrubber_progress_horizontal_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
13 |
14 |
17 | -
18 |
21 |
22 | -
23 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/res/drawable/seekbar_style.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 | -
8 |
9 |
10 |
17 |
18 |
19 |
20 | -
21 |
22 |
23 |
24 |
30 |
31 |
32 |
33 |
34 | -
35 |
36 |
37 |
38 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/res/layout/activity_btdy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
11 |
12 |
17 |
18 |
26 |
34 |
35 |
36 |
37 |
40 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
60 |
61 |
68 |
69 |
--------------------------------------------------------------------------------
/res/layout/activity_cili.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
17 |
18 |
25 |
26 |
27 |
28 |
33 |
34 |
41 |
42 |
43 |
47 |
48 |
52 |
53 |
60 |
66 |
67 |
72 |
78 |
86 |
87 |
88 |
89 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
--------------------------------------------------------------------------------
/res/layout/activity_ed2k_ss.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
15 |
16 |
17 |
20 |
21 |
28 |
29 |
30 |
31 |
32 |
41 |
42 |
43 |
46 |
47 |
53 |
54 |
55 |
56 |
57 |
66 |
67 |
68 |
69 |
74 |
75 |
76 |
77 |
78 |
85 |
86 |
92 |
93 |
94 |
95 |
103 |
104 |
--------------------------------------------------------------------------------
/res/layout/activity_film.xml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
10 |
11 |
17 |
18 |
24 |
25 |
26 |
31 |
32 |
39 |
40 |
41 |
42 |
43 |
48 |
54 |
55 |
56 |
57 |
58 |
63 |
64 |
65 |
66 |
71 |
72 |
79 |
80 |
86 |
87 |
88 |
95 |
96 |
97 |
107 |
108 |
109 |
--------------------------------------------------------------------------------
/res/layout/activity_filmmain.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
13 |
20 |
21 |
30 |
31 |
32 |
33 |
41 |
42 |
43 |
44 |
45 |
50 |
51 |
60 |
61 |
69 |
70 |
71 |
72 |
80 |
81 |
82 |
87 |
88 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
--------------------------------------------------------------------------------
/res/layout/activity_history.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
17 |
18 |
26 |
27 |
34 |
35 |
36 |
37 |
40 |
41 |
46 |
47 |
48 |
49 |
50 |
51 |
58 |
59 |
65 |
66 |
67 |
68 |
69 |
--------------------------------------------------------------------------------
/res/layout/activity_home.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
35 |
36 |
37 |
42 |
43 |
51 |
52 |
53 |
54 |
62 |
63 |
64 |
65 |
70 |
71 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
90 |
91 |
97 |
98 |
99 |
107 |
108 |
--------------------------------------------------------------------------------
/res/layout/activity_lanuny.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
13 |
14 |
21 |
22 |
39 |
40 |
47 |
48 |
49 |
50 |
55 |
60 |
61 |
62 |
--------------------------------------------------------------------------------
/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
12 |
13 |
18 |
19 |
24 |
25 |
53 |
54 |
55 |
60 |
79 |
80 |
88 |
89 |
90 |
91 |
95 |
96 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
--------------------------------------------------------------------------------
/res/layout/activity_meinv.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
30 |
35 |
36 |
44 |
45 |
46 |
47 |
55 |
56 |
57 |
58 |
63 |
64 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/res/layout/activity_new_movie.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
21 |
22 |
23 |
30 |
31 |
--------------------------------------------------------------------------------
/res/layout/activity_nvyou.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
30 |
34 |
35 |
43 |
44 |
45 |
46 |
54 |
55 |
56 |
57 |
62 |
63 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
--------------------------------------------------------------------------------
/res/layout/activity_select_player.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
15 |
16 |
26 |
27 |
37 |
38 |
46 |
47 |
51 |
52 |
58 |
59 |
60 |
68 |
69 |
73 |
74 |
80 |
81 |
82 |
89 |
90 |
96 |
97 |
98 |
99 |
--------------------------------------------------------------------------------
/res/layout/activity_tvlive.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
11 |
12 |
17 |
18 |
26 |
27 |
35 |
36 |
45 |
46 |
47 |
51 |
52 |
60 |
61 |
62 |
63 |
71 |
72 |
73 |
76 |
77 |
82 |
83 |
84 |
85 |
86 |
87 |
94 |
95 |
101 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/res/layout/activity_web.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
13 |
14 |
22 |
23 |
28 |
34 |
35 |
36 |
37 |
40 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/res/layout/activity_xiaodianying.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
30 |
35 |
36 |
44 |
45 |
46 |
47 |
55 |
56 |
57 |
58 |
63 |
64 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
86 |
87 |
93 |
94 |
95 |
--------------------------------------------------------------------------------
/res/layout/activity_zhainandaodetail.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
30 |
31 |
36 |
37 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
55 |
56 |
--------------------------------------------------------------------------------
/res/layout/activity_zhainandaomain.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
10 |
11 |
18 |
19 |
28 |
29 |
30 |
31 |
36 |
37 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
58 |
59 |
--------------------------------------------------------------------------------
/res/layout/activity_zxfl.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
11 |
12 |
17 |
18 |
25 |
33 |
34 |
35 |
36 |
39 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
59 |
60 |
68 |
69 |
--------------------------------------------------------------------------------
/res/layout/dia_list.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/res/layout/dia_list_nowb.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/res/layout/dia_list_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
13 |
14 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/res/layout/dia_list_text_pro.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
12 |
19 |
25 |
26 |
27 |
28 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/res/layout/dia_list_text_pro_gri.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
12 |
19 |
25 |
26 |
31 |
37 |
44 |
45 |
46 |
47 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/res/layout/dialog_edit_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
17 |
18 |
28 |
29 |
30 |
39 |
40 |
45 |
46 |
51 |
52 |
53 |
54 |
55 |
62 |
63 |
68 |
69 |
78 |
79 |
83 |
84 |
93 |
94 |
95 |
101 |
102 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
--------------------------------------------------------------------------------
/res/layout/dialog_list_item_1.xml:
--------------------------------------------------------------------------------
1 |
2 |
12 |
--------------------------------------------------------------------------------
/res/layout/dialog_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
16 |
17 |
27 |
28 |
29 |
36 |
37 |
48 |
49 |
55 |
56 |
57 |
68 |
69 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
90 |
91 |
92 |
93 |
98 |
99 |
108 |
109 |
110 |
111 |
--------------------------------------------------------------------------------
/res/layout/dialog_text_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
16 |
17 |
27 |
28 |
29 |
36 |
37 |
48 |
49 |
50 |
51 |
58 |
59 |
64 |
65 |
74 |
75 |
79 |
80 |
89 |
90 |
91 |
97 |
98 |
107 |
108 |
109 |
110 |
--------------------------------------------------------------------------------
/res/layout/down_items.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
14 |
15 |
26 |
27 |
39 |
40 |
46 |
47 |
58 |
59 |
67 |
68 |
76 |
77 |
78 |
85 |
86 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/res/layout/down_list.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
12 |
13 |
20 |
21 |
22 |
28 |
29 |
--------------------------------------------------------------------------------
/res/layout/down_title.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
15 |
16 |
--------------------------------------------------------------------------------
/res/layout/his_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
11 |
12 |
18 |
19 |
27 |
28 |
29 |
30 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/res/layout/item_cili.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
14 |
15 |
22 |
23 |
24 |
25 |
32 |
33 |
40 |
41 |
42 |
47 |
48 |
55 |
56 |
57 |
58 |
65 |
66 |
73 |
74 |
75 |
76 |
82 |
83 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
--------------------------------------------------------------------------------
/res/layout/item_film.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
23 |
24 |
25 |
30 |
31 |
38 |
39 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
65 |
66 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/res/layout/item_film1.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
14 |
15 |
22 |
23 |
28 |
29 |
36 |
37 |
38 |
39 |
46 |
47 |
54 |
55 |
56 |
57 |
63 |
64 |
71 |
72 |
73 |
74 |
75 |
80 |
81 |
89 |
90 |
96 |
97 |
105 |
106 |
107 |
108 |
--------------------------------------------------------------------------------
/res/layout/item_list.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
14 |
15 |
22 |
23 |
28 |
29 |
36 | l
37 |
38 |
39 |
40 |
41 |
51 |
52 |
63 |
64 |
76 |
77 |
--------------------------------------------------------------------------------
/res/layout/item_list1.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
23 |
24 |
29 |
30 |
35 |
36 |
43 |
44 |
45 |
50 |
51 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/res/layout/item_list1d.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
23 |
24 |
29 |
30 |
35 |
36 |
43 |
44 |
45 |
50 |
51 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/res/layout/item_list_120.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
14 |
15 |
22 |
23 |
28 |
29 |
36 |
37 |
38 |
39 |
40 |
41 |
51 |
52 |
63 |
64 |
76 |
77 |
--------------------------------------------------------------------------------
/res/layout/item_list_200.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
14 |
15 |
22 |
23 |
28 |
29 |
36 |
37 |
38 |
39 |
40 |
41 |
51 |
52 |
63 |
64 |
76 |
77 |
--------------------------------------------------------------------------------
/res/layout/item_list_max.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
14 |
15 |
22 |
23 |
28 |
29 |
36 |
37 |
38 |
39 |
40 |
41 |
51 |
52 |
63 |
64 |
75 |
76 |
--------------------------------------------------------------------------------
/res/layout/item_meinv.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
23 |
24 |
25 |
30 |
31 |
38 |
39 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/res/layout/item_sex8.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
14 |
15 |
22 |
23 |
24 |
25 |
32 |
33 |
40 |
41 |
42 |
47 |
48 |
55 |
56 |
57 |
58 |
65 |
66 |
73 |
74 |
75 |
76 |
82 |
83 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
--------------------------------------------------------------------------------
/res/layout/item_xdy.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
15 |
16 |
23 |
24 |
25 |
30 |
31 |
38 |
39 |
40 |
41 |
48 |
49 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/res/layout/mediacontroller.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
12 |
13 |
22 |
23 |
31 |
32 |
40 |
41 |
51 |
52 |
53 |
61 |
62 |
--------------------------------------------------------------------------------
/res/layout/sear_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/res/layout/text_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/res/layout/tv_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/res/values-sw720dp-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 | 128dp
8 |
9 |
10 |
--------------------------------------------------------------------------------
/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 云播放
5 | Settings
6 | Hello world!
7 | SearchActivity
8 | PlayActivity
9 | NewMovieActivity
10 | HomeActivity
11 | MainActivity
12 | Ed2kSSActivity
13 | PlayUrlActivity
14 | VitamioLibrary
15 | Initializing decoders…
16 | Vitamio tools
17 | Access Vitamio package and resources.
18 | Receive Vitamio messages
19 | Receive all broadcasts from Vitamio service.
20 | Write Vitamio providers
21 | Delete, update or create new items in Vitamio providers.
22 | Cannot play video
23 | Sorry, this video is not valid for streaming to this device.
24 | 对不起,视频无法播放
25 | OK
26 | Play/Pause
27 | SelectPlayerActivity
28 | FilmActivity
29 | HistoryActivity
30 |
31 |
32 |
--------------------------------------------------------------------------------
/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
27 |
33 |
39 |
46 |
47 |
54 |
64 |
69 |
70 |
--------------------------------------------------------------------------------
/src/com/yunbo/control/DyUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/DyUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/ENDEUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/ENDEUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/FanHaoUtil.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.control;
2 |
3 | import java.io.BufferedReader;
4 | import java.io.InputStreamReader;
5 | import java.util.HashMap;
6 | import java.util.Map;
7 | import java.util.regex.Matcher;
8 | import java.util.regex.Pattern;
9 |
10 | import com.ab.activity.AbActivity;
11 |
12 | public class FanHaoUtil {
13 | public static Pattern pat = Pattern
14 | .compile("([A-Za-z]{2,5})[-]*(\\d{2,5})");
15 | public static Pattern handpat = Pattern
16 | .compile("[a-z]{2,5}");
17 | public static Mapfanhaos=null;
18 |
19 | public static String getImageUrl(String s3, AbActivity abActivity) {
20 |
21 | String imageUrl = "http://pics.dmm.co.jp/mono/movie/adult/%s/%spl.jpg";
22 | s3 = s3.toLowerCase();
23 | Matcher mat = pat.matcher(s3);
24 |
25 | s3 = s3.replace("-", "");
26 | // if (s3.startsWith("bf")||
27 | // s3.startsWith("bgn")||
28 | // s3.startsWith("pgd")||
29 | // s3.startsWith("pgd")) {
30 | // }
31 |
32 | // if (mat.find()) {
33 | // String s1 = mat.group(1);
34 | // String s2 = mat.group(2);
35 | // //imageUrl = "https://jp.netcdn.space/digital/video/%s/%spl.jpg";
36 | // s3 = s1 + String.format("%d", Integer.parseInt(s2));
37 | // return String.format(imageUrl, s3, s3);
38 | // }
39 | if (mat.find()) {
40 | String s1 = mat.group(1);
41 | String s2 = mat.group(2);
42 |
43 | imageUrl = "http://pics.dmm.co.jp/digital/video/%s/%spl.jpg";
44 |
45 | if (FanHaoUtil.fanhaos==null) {
46 | try {
47 | FanHaoUtil.fanhaos=new HashMap();
48 | InputStreamReader inputReader = new InputStreamReader(
49 | abActivity.getResources().getAssets().open("fanhao.txt"), "utf-8");
50 | BufferedReader bufReader = new BufferedReader(inputReader);
51 | String line;
52 | while ((line = bufReader.readLine()) != null) {
53 |
54 | Matcher mat1 = FanHaoUtil.handpat.matcher(line);
55 | if (mat1.find()) {
56 | String key=mat1.group();
57 | if (!FanHaoUtil.fanhaos.containsKey(key)) {
58 | FanHaoUtil.fanhaos.put(key, line);
59 | }
60 | }
61 | }
62 | } catch (Exception e) {
63 | // TODO: handle exception
64 | }
65 | }
66 | if (fanhaos.containsKey(s1)) {
67 | s1=fanhaos.get(s1);
68 | }
69 | // s1 = s1.replace("sw", "1sw");
70 | // s1 = s1.replace("abp", "118abp");
71 | // s1 = s1.replace("bgn", "118bgn");
72 | // s1 = s1.replace("sga", "118sga");
73 | // s1 = s1.replace("dep", "118dep");
74 | // s1 = s1.replace("rdt", "118rdt");
75 | // s1 = s1.replace("mmy", "118mmy");
76 | // s1 = s1.replace("fst", "118fst");
77 | // s1 = s1.replace("njg", "118njg");
78 | // s1 = s1.replace("nto", "118nto");
79 | // s1 = s1.replace("rdd", "118rdd");
80 | // s1 = s1.replace("dld", "118dld");
81 | // s1 = s1.replace("ovg", "13ovg");
82 | // s1 = s1.replace("diy", "h_900diy");
83 | // s1 = s1.replace("ysn", "h_127ysn");
84 | // s1 = s1.replace("mxgs", "h_068mxgs");
85 | // s1 = s1.replace("boya", "55boya");
86 | // s1 = s1.replace("mist", "h_890mist");
87 | // s1 = s1.replace("scpx", "h_565scpx");
88 | // s1 = s1.replace("fset", "1fset");
89 | // s1 = s1.replace("hodv", "41hodv0");
90 | // s1 = s1.replace("scop", "84scop");
91 | // s1 = s1.replace("nanx", "84nanx");
92 | // s1 = s1.replace("vrtm", "h_910vrtm");
93 | // s1 = s1.replace("sama", "h_244sama");
94 | // s1 = s1.replace("dvaj", "53dvaj");
95 | // s1 = s1.replace("dvdes", "1dvdes");
96 | // s1 = s1.replace("nhdta", "1nhdta");
97 | s3 = s1 + String.format("%05d", Integer.parseInt(s2));
98 | return String.format(imageUrl, s3, s3);
99 |
100 | }
101 | return String.format(imageUrl, s3, s3);
102 | }
103 | }
104 |
--------------------------------------------------------------------------------
/src/com/yunbo/control/HistoryUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/HistoryUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/RandomUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/RandomUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/ToolUtil.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.control;
2 |
3 | import java.util.ArrayList;
4 | import java.util.List;
5 |
6 | public class ToolUtil {
7 | public static boolean isWidth=false;
8 | public static List imgs=new ArrayList();
9 | }
10 |
--------------------------------------------------------------------------------
/src/com/yunbo/control/TvUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/TvUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/UpUtil.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/UpUtil.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/Wu115Util.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/Wu115Util.java
--------------------------------------------------------------------------------
/src/com/yunbo/control/Yy97Util.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/control/Yy97Util.java
--------------------------------------------------------------------------------
/src/com/yunbo/frame/CiliAdapter.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/frame/CiliAdapter.java
--------------------------------------------------------------------------------
/src/com/yunbo/frame/DoubleScaleImageView.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/frame/DoubleScaleImageView.java
--------------------------------------------------------------------------------
/src/com/yunbo/frame/KeywordsView.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/frame/KeywordsView.java
--------------------------------------------------------------------------------
/src/com/yunbo/frame/MarqueeTextView.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.frame;
2 |
3 | import android.content.Context;
4 | import android.util.AttributeSet;
5 | import android.widget.TextView;
6 |
7 | public class MarqueeTextView extends TextView {
8 |
9 | public MarqueeTextView(Context context) {
10 | super(context);
11 | }
12 |
13 | public MarqueeTextView(Context context, AttributeSet attrs) {
14 | super(context, attrs);
15 | }
16 |
17 | public MarqueeTextView(Context context, AttributeSet attrs,
18 | int defStyle) {
19 | super(context, attrs, defStyle);
20 | }
21 |
22 | @Override
23 | public boolean isFocused() {
24 | return true;
25 | }
26 |
27 | }
--------------------------------------------------------------------------------
/src/com/yunbo/frame/MyExpandableListAdapter.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wangxiaoli/yunbo/75a7ec39772af18ce9746691ddce56535bb43ef2/src/com/yunbo/frame/MyExpandableListAdapter.java
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Data.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | import java.util.List;
4 |
5 | public class Data {
6 | private List bt ;
7 | private int current_page ;
8 | private List group ;
9 | private List hilights ;
10 | private List nodes ;
11 | private int total_num ;
12 | private int total_page ;
13 | public List getBt() {
14 | return bt;
15 | }
16 | public void setBt(List bt) {
17 | this.bt = bt;
18 | }
19 | public int getCurrent_page() {
20 | return current_page;
21 | }
22 | public void setCurrent_page(int current_page) {
23 | this.current_page = current_page;
24 | }
25 | public List getGroup() {
26 | return group;
27 | }
28 | public void setGroup(List group) {
29 | this.group = group;
30 | }
31 | public List getHilights() {
32 | return hilights;
33 | }
34 | public void setHilights(List hilights) {
35 | this.hilights = hilights;
36 | }
37 | public List getNodes() {
38 | return nodes;
39 | }
40 | public void setNodes(List nodes) {
41 | this.nodes = nodes;
42 | }
43 | public int getTotal_num() {
44 | return total_num;
45 | }
46 | public void setTotal_num(int total_num) {
47 | this.total_num = total_num;
48 | }
49 | public int getTotal_page() {
50 | return total_page;
51 | }
52 | public void setTotal_page(int total_page) {
53 | this.total_page = total_page;
54 | }
55 | }
56 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Dydata.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Dydata {
4 | private Data data ;
5 | private long size ;
6 | public Data getData() {
7 | return data;
8 | }
9 | public void setData(Data data) {
10 | this.data = data;
11 | }
12 | public long getSize() {
13 | return size;
14 | }
15 | public void setSize(long size) {
16 | this.size = size;
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Dyres.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Dyres {
4 | private Resdata data;
5 | private int rtn;
6 | public Resdata getData() {
7 | return data;
8 | }
9 | public void setData(Resdata data) {
10 | this.data = data;
11 | }
12 | public int getRtn() {
13 | return rtn;
14 | }
15 | public void setRtn(int rtn) {
16 | this.rtn = rtn;
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Film.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | import java.util.ArrayList;
4 | import java.util.List;
5 |
6 | public class Film {
7 |
8 | private String url;
9 | private String img;
10 | private String infro;
11 | private String name;
12 | private List tags=new ArrayList();
13 |
14 |
15 | public Film() {
16 | super();
17 | }
18 |
19 | public String getUrl() {
20 | return url;
21 | }
22 |
23 | public void setUrl(String url) {
24 | this.url = url;
25 | }
26 |
27 | public String getImg() {
28 | return img;
29 | }
30 |
31 | public void setImg(String img) {
32 | this.img = img;
33 | }
34 |
35 | public String getInfro() {
36 | return infro;
37 | }
38 |
39 | public void setInfro(String infro) {
40 | this.infro = infro;
41 | }
42 |
43 | public String getName() {
44 | return name;
45 | }
46 |
47 | public void setName(String name) {
48 | this.name = name;
49 | }
50 |
51 | public List getTags() {
52 | return tags;
53 | }
54 |
55 | public void setTags(List tags) {
56 | this.tags = tags;
57 | }
58 |
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Hilight.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Hilight {
4 | private String hilight ;
5 |
6 | public String getHilight() {
7 | return hilight;
8 | }
9 |
10 | public void setHilight(String hilight) {
11 | this.hilight = hilight;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/History.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class History {
4 | private String url="";
5 | private String name;
6 | private String date;
7 | private long seek=0;
8 | public String getUrl() {
9 | return url;
10 | }
11 | public void setUrl(String url) {
12 | this.url = url;
13 | }
14 | public String getDate() {
15 | return date;
16 | }
17 | public void setDate(String date) {
18 | this.date = date;
19 | }
20 | public long getSeek() {
21 | return seek;
22 | }
23 | public void setSeek(long seek) {
24 | this.seek = seek;
25 | }
26 | public String getName() {
27 | return name;
28 | }
29 | public void setName(String name) {
30 | this.name = name;
31 | }
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Iilpaylist.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | import java.util.List;
4 |
5 | public class Iilpaylist {
6 | private List data;
7 | private int status;
8 | private String info;
9 | private int time;
10 | public List getData() {
11 | return data;
12 | }
13 | public void setData(List data) {
14 | this.data = data;
15 | }
16 | public int getStatus() {
17 | return status;
18 | }
19 | public void setStatus(int status) {
20 | this.status = status;
21 | }
22 | public String getInfo() {
23 | return info;
24 | }
25 | public void setInfo(String info) {
26 | this.info = info;
27 | }
28 | public int getTime() {
29 | return time;
30 | }
31 | public void setTime(int time) {
32 | this.time = time;
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Iilpayobj.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 |
4 | public class Iilpayobj {
5 | private Iiplaydata data;
6 | private int ret;
7 | private String msg;
8 | public Iiplaydata getData() {
9 | return data;
10 | }
11 | public void setData(Iiplaydata data) {
12 | this.data = data;
13 | }
14 | public int getRet() {
15 | return ret;
16 | }
17 | public void setRet(int ret) {
18 | this.ret = ret;
19 | }
20 | public String getMsg() {
21 | return msg;
22 | }
23 | public void setMsg(String msg) {
24 | this.msg = msg;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Iiplaydata.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Iiplaydata {
4 | private String url;
5 | private String cookie;
6 | private String name;
7 | public String getUrl() {
8 | return url;
9 | }
10 | public void setUrl(String url) {
11 | this.url = url;
12 | }
13 | public String getCookie() {
14 | return cookie;
15 | }
16 | public void setCookie(String cookie) {
17 | this.cookie = cookie;
18 | }
19 | public String getName() {
20 | return name;
21 | }
22 | public void setName(String name) {
23 | this.name = name;
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Movie.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 |
4 | public class Movie {
5 | private String name;
6 | private String url;
7 | public String getName() {
8 | return name;
9 | }
10 | public void setName(String name) {
11 | this.name = name;
12 | }
13 | public String getUrl() {
14 | return url;
15 | }
16 | public void setUrl(String url) {
17 | this.url = url;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Name.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Name {
4 | private String name;
5 |
6 | public String getName() {
7 | return name;
8 | }
9 |
10 | public void setName(String name) {
11 | this.name = name;
12 | }
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/NameEnc.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class NameEnc {
4 |
5 | private String name;
6 | private String nameEnc;
7 | public String getName() {
8 | return name;
9 | }
10 | public void setName(String name) {
11 | this.name = name;
12 | }
13 | public String getNameEnc() {
14 | return nameEnc;
15 | }
16 | public void setNameEnc(String nameEnc) {
17 | this.nameEnc = nameEnc;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Node.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Node {
4 | private String actor ;
5 | private String desc ;
6 | private String director ;
7 | private String flashget ;
8 | private String format ;
9 | private int height ;
10 | private int playtime ;
11 | private String qqdl ;
12 | private String referr ;
13 | private String size ;
14 | private int sub_num ;
15 | private String tag ;
16 | private String thunder ;
17 | private String title ;
18 | private String ts ;
19 | private int type ;
20 | private String url ;
21 | private int width ;
22 | public String getActor() {
23 | return actor;
24 | }
25 | public void setActor(String actor) {
26 | this.actor = actor;
27 | }
28 | public String getDesc() {
29 | return desc;
30 | }
31 | public void setDesc(String desc) {
32 | this.desc = desc;
33 | }
34 | public String getDirector() {
35 | return director;
36 | }
37 | public void setDirector(String director) {
38 | this.director = director;
39 | }
40 | public String getFlashget() {
41 | return flashget;
42 | }
43 | public void setFlashget(String flashget) {
44 | this.flashget = flashget;
45 | }
46 | public String getFormat() {
47 | return format;
48 | }
49 | public void setFormat(String format) {
50 | this.format = format;
51 | }
52 | public int getHeight() {
53 | return height;
54 | }
55 | public void setHeight(int height) {
56 | this.height = height;
57 | }
58 | public int getPlaytime() {
59 | return playtime;
60 | }
61 | public void setPlaytime(int playtime) {
62 | this.playtime = playtime;
63 | }
64 | public String getQqdl() {
65 | return qqdl;
66 | }
67 | public void setQqdl(String qqdl) {
68 | this.qqdl = qqdl;
69 | }
70 | public String getReferr() {
71 | return referr;
72 | }
73 | public void setReferr(String referr) {
74 | this.referr = referr;
75 | }
76 | public String getSize() {
77 | return size;
78 | }
79 | public void setSize(String size) {
80 | this.size = size;
81 | }
82 | public int getSub_num() {
83 | return sub_num;
84 | }
85 | public void setSub_num(int sub_num) {
86 | this.sub_num = sub_num;
87 | }
88 | public String getTag() {
89 | return tag;
90 | }
91 | public void setTag(String tag) {
92 | this.tag = tag;
93 | }
94 | public String getThunder() {
95 | return thunder;
96 | }
97 | public void setThunder(String thunder) {
98 | this.thunder = thunder;
99 | }
100 | public String getTitle() {
101 | return title;
102 | }
103 | public void setTitle(String title) {
104 | this.title = title;
105 | }
106 | public String getTs() {
107 | return ts;
108 | }
109 | public void setTs(String ts) {
110 | this.ts = ts;
111 | }
112 | public int getType() {
113 | return type;
114 | }
115 | public void setType(int type) {
116 | this.type = type;
117 | }
118 | public String getUrl() {
119 | return url;
120 | }
121 | public void setUrl(String url) {
122 | this.url = url;
123 | }
124 | public int getWidth() {
125 | return width;
126 | }
127 | public void setWidth(int width) {
128 | this.width = width;
129 | }
130 | }
131 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/Nvyou.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | public class Nvyou implements Comparable{
4 |
5 | private String url;
6 | private String img;
7 | private String infro;
8 | private String name;
9 | private String firstLetter;
10 |
11 |
12 | public Nvyou() {
13 | super();
14 | }
15 |
16 | public String getUrl() {
17 | return url;
18 | }
19 |
20 | public void setUrl(String url) {
21 | this.url = url;
22 | }
23 |
24 | public String getImg() {
25 | return img;
26 | }
27 |
28 | public void setImg(String img) {
29 | this.img = img;
30 | }
31 |
32 | public String getInfro() {
33 | return infro;
34 | }
35 |
36 | public void setInfro(String infro) {
37 | this.infro = infro;
38 | }
39 |
40 | public String getName() {
41 | return name;
42 | }
43 |
44 | public void setName(String name) {
45 | this.name = name;
46 | }
47 |
48 | public String getFirstLetter() {
49 | return firstLetter;
50 | }
51 |
52 | public void setFirstLetter(String firstLetter) {
53 | this.firstLetter = firstLetter;
54 | }
55 |
56 |
57 | @Override
58 | public int compareTo(Nvyou another) {
59 | if (this.getFirstLetter().equals("@")
60 | || another.getFirstLetter().equals("#")) {
61 | return -1;
62 | } else if (this.getFirstLetter().equals("#")
63 | || another.getFirstLetter().equals("@")) {
64 | return 1;
65 | } else {
66 | return this.getFirstLetter().compareTo(another.getFirstLetter());
67 | }
68 | }
69 | }
70 |
--------------------------------------------------------------------------------
/src/com/yunbo/mode/PageContent.java:
--------------------------------------------------------------------------------
1 | package com.yunbo.mode;
2 |
3 | import java.util.List;
4 |
5 | public class PageContent {
6 |
7 | private int total_num ;
8 | private int video_num ;
9 | private List