├── .gitignore ├── README.md ├── app ├── .gitignore ├── build.gradle ├── libs │ ├── bcprov-jdk16-139.jar │ ├── rhino-1.7.14.jar │ ├── tbs_sdk_thirdapp_v4.3.0.326_44226_sharewithdownloadwithfile_withoutGame_obfs_20220825_155943.jar │ ├── umeng-analytics-7.4.4.jar │ └── umeng-common-1.4.1.jar ├── proguard-rules.pro ├── src │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── hikerview │ │ │ └── ExampleInstrumentedTest.java │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ │ ├── Hikerurl.js │ │ │ ├── adTouch.js │ │ │ ├── adblock.js │ │ │ ├── aes.js │ │ │ ├── beautify.js │ │ │ ├── blob.js │ │ │ ├── clearSelectText.js │ │ │ ├── colors.txt │ │ │ ├── css.js │ │ │ ├── dplayer │ │ │ │ ├── DPlayer.min.js │ │ │ │ ├── boot.css │ │ │ │ ├── hls.min.js │ │ │ │ ├── jquery.min.js │ │ │ │ └── player.html │ │ │ ├── elemhideblocked.js │ │ │ ├── elemhideemu.js │ │ │ ├── empty.js │ │ │ ├── fastPlay.js │ │ │ ├── home.js │ │ │ ├── home.json │ │ │ ├── home │ │ │ │ └── index.html │ │ │ ├── homeSubView.json │ │ │ ├── inject.js │ │ │ ├── jquery.min.js │ │ │ ├── litepal.xml │ │ │ ├── magnet.js │ │ │ ├── manage-mini.json │ │ │ ├── mute.js │ │ │ ├── plugin.js │ │ │ ├── startSelectText.js │ │ │ ├── theme.js │ │ │ ├── translate.js │ │ │ ├── update_records.json │ │ │ ├── vConsole.js │ │ │ ├── vConsoleShow.js │ │ │ └── worker.js │ │ ├── ic_launcher-web.png │ │ ├── java │ │ │ ├── com │ │ │ │ ├── example │ │ │ │ │ ├── hikerview │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ └── MovieInfoUse.java │ │ │ │ │ │ ├── constants │ │ │ │ │ │ │ ├── ArticleColTypeEnum.java │ │ │ │ │ │ │ ├── AutoPrefix.java │ │ │ │ │ │ │ ├── CollectionTypeConstant.java │ │ │ │ │ │ │ ├── ImageUrlMapEnum.java │ │ │ │ │ │ │ ├── JSONPreFilter.java │ │ │ │ │ │ │ ├── Media.java │ │ │ │ │ │ │ ├── MediaType.java │ │ │ │ │ │ │ ├── PreferenceConstant.java │ │ │ │ │ │ │ ├── RemotePlayConfig.java │ │ │ │ │ │ │ ├── TimeConstants.java │ │ │ │ │ │ │ └── UAEnum.java │ │ │ │ │ │ ├── convertor │ │ │ │ │ │ │ └── MovieRuleConvertor.java │ │ │ │ │ │ ├── event │ │ │ │ │ │ │ ├── ActivityFinishEvent.java │ │ │ │ │ │ │ ├── BookmarkRefreshEvent.java │ │ │ │ │ │ │ ├── ChangeHomePageAndFinishEvent.java │ │ │ │ │ │ │ ├── ClearDetectedEvent.java │ │ │ │ │ │ │ ├── DownloadStoreRefreshEvent.java │ │ │ │ │ │ │ ├── FindVideoEvent.java │ │ │ │ │ │ │ ├── FloatVisibleChangeEvent.java │ │ │ │ │ │ │ ├── HomeTabModeEvent.java │ │ │ │ │ │ │ ├── LoadingDismissEvent.java │ │ │ │ │ │ │ ├── OnArticleListRuleChangedEvent.java │ │ │ │ │ │ │ ├── OnBackEvent.java │ │ │ │ │ │ │ ├── OnHasFoundDeviceEvent.java │ │ │ │ │ │ │ ├── OnHomePageChangedEvent.java │ │ │ │ │ │ │ ├── OnPageChangedEvent.java │ │ │ │ │ │ │ ├── OnRefreshEvent.java │ │ │ │ │ │ │ ├── OnScanCompleteEvent.java │ │ │ │ │ │ │ ├── OnSubRefreshEvent.java │ │ │ │ │ │ │ ├── OnTimeChangedEvent.java │ │ │ │ │ │ │ ├── OnTopEvent.java │ │ │ │ │ │ │ ├── OnUrlChangeEvent.java │ │ │ │ │ │ │ ├── OpenHomeRulesActivityEvent.java │ │ │ │ │ │ │ ├── PlaySourceUpdateEvent.java │ │ │ │ │ │ │ ├── SearchEvent.java │ │ │ │ │ │ │ ├── SearchVisibleChangeEvent.java │ │ │ │ │ │ │ ├── ShowMoreSettingMenuEvent.java │ │ │ │ │ │ │ ├── ShowSettingMenuEvent.java │ │ │ │ │ │ │ ├── ShowToastMessageEvent.java │ │ │ │ │ │ │ ├── StartActivityEvent.java │ │ │ │ │ │ │ ├── StatusEvent.java │ │ │ │ │ │ │ ├── ToastMessage.java │ │ │ │ │ │ │ ├── WebViewUrlChangedEvent.java │ │ │ │ │ │ │ ├── home │ │ │ │ │ │ │ │ ├── ArticleListLoadFinishEvent.java │ │ │ │ │ │ │ │ ├── LastClickShowEvent.java │ │ │ │ │ │ │ │ ├── LoadingEvent.java │ │ │ │ │ │ │ │ ├── OnHomeRuleCheckEvent.java │ │ │ │ │ │ │ │ ├── OnPageChangeEvent.java │ │ │ │ │ │ │ │ ├── OnRefreshPageEvent.java │ │ │ │ │ │ │ │ ├── OnRefreshWebViewEvent.java │ │ │ │ │ │ │ │ ├── OnRefreshX5HeightEvent.java │ │ │ │ │ │ │ │ ├── SetPageTitleEvent.java │ │ │ │ │ │ │ │ └── ToastEvent.java │ │ │ │ │ │ │ ├── rule │ │ │ │ │ │ │ │ ├── ClsItemsFindEvent.java │ │ │ │ │ │ │ │ ├── ConfirmEvent.java │ │ │ │ │ │ │ │ ├── ItemFindEvent.java │ │ │ │ │ │ │ │ └── ItemModifyEvent.java │ │ │ │ │ │ │ ├── video │ │ │ │ │ │ │ │ ├── BackMainEvent.java │ │ │ │ │ │ │ │ ├── OnDeviceUpdateEvent.java │ │ │ │ │ │ │ │ └── PlayChapterEvent.java │ │ │ │ │ │ │ └── web │ │ │ │ │ │ │ │ ├── BlobDownloadEvent.java │ │ │ │ │ │ │ │ ├── BlobDownloadProgressEvent.java │ │ │ │ │ │ │ │ ├── DestroyEvent.java │ │ │ │ │ │ │ │ ├── DownloadStartEvent.java │ │ │ │ │ │ │ │ ├── FindMagnetsEvent.java │ │ │ │ │ │ │ │ ├── FloatVideoChangeEvent.java │ │ │ │ │ │ │ │ ├── OnBookmarkUpdateEvent.java │ │ │ │ │ │ │ │ ├── OnCreateWindowEvent.java │ │ │ │ │ │ │ │ ├── OnEvalJsEvent.java │ │ │ │ │ │ │ │ ├── OnFindInfoEvent.java │ │ │ │ │ │ │ │ ├── OnHideCustomViewEvent.java │ │ │ │ │ │ │ │ ├── OnImgHrefFindEvent.java │ │ │ │ │ │ │ │ ├── OnLoadUrlEvent.java │ │ │ │ │ │ │ │ ├── OnLongClickEvent.java │ │ │ │ │ │ │ │ ├── OnMenuItemClickEvent.java │ │ │ │ │ │ │ │ ├── OnOverrideUrlLoadingForHttp.java │ │ │ │ │ │ │ │ ├── OnOverrideUrlLoadingForOther.java │ │ │ │ │ │ │ │ ├── OnPageFinishedEvent.java │ │ │ │ │ │ │ │ ├── OnPageStartEvent.java │ │ │ │ │ │ │ │ ├── OnProgressChangedEvent.java │ │ │ │ │ │ │ │ ├── OnSaveAdBlockRuleEvent.java │ │ │ │ │ │ │ │ ├── OnSetAdBlockEvent.java │ │ │ │ │ │ │ │ ├── OnSetWebTitleEvent.java │ │ │ │ │ │ │ │ ├── OnShortcutUpdateEvent.java │ │ │ │ │ │ │ │ ├── OnShowCustomViewEvent.java │ │ │ │ │ │ │ │ ├── OnShowFileChooserEvent.java │ │ │ │ │ │ │ │ ├── OnSnackBarEvent.java │ │ │ │ │ │ │ │ ├── OnViaInterfaceEvent.java │ │ │ │ │ │ │ │ ├── ShowSearchEvent.java │ │ │ │ │ │ │ │ ├── ShowTranslateEvent.java │ │ │ │ │ │ │ │ └── UpdateBgEvent.java │ │ │ │ │ │ ├── lib │ │ │ │ │ │ │ └── picture │ │ │ │ │ │ │ │ ├── SvgDecoder.java │ │ │ │ │ │ │ │ ├── SvgDrawableTranscoder.java │ │ │ │ │ │ │ │ ├── SvgEncoder.kt │ │ │ │ │ │ │ │ └── SvgSoftwareLayerSetter.java │ │ │ │ │ │ ├── listener │ │ │ │ │ │ │ └── UpdateUaListener.java │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ ├── AdBlockRule.java │ │ │ │ │ │ │ ├── AdBlockUrl.java │ │ │ │ │ │ │ ├── BigTextDO.java │ │ │ │ │ │ │ ├── Bookmark.java │ │ │ │ │ │ │ ├── DownloadRecord.java │ │ │ │ │ │ │ ├── MovieRule.java │ │ │ │ │ │ │ ├── MovieRuleDO.java │ │ │ │ │ │ │ ├── PlayerPosHis.java │ │ │ │ │ │ │ ├── SearchEngineDO.java │ │ │ │ │ │ │ ├── SharedAdUrl.java │ │ │ │ │ │ │ ├── UaRuleDO.java │ │ │ │ │ │ │ ├── ViewCollection.java │ │ │ │ │ │ │ ├── ViewCollectionExtraData.java │ │ │ │ │ │ │ ├── ViewHistory.java │ │ │ │ │ │ │ └── XiuTanFavor.java │ │ │ │ │ │ ├── service │ │ │ │ │ │ │ ├── exception │ │ │ │ │ │ │ │ └── ParseException.java │ │ │ │ │ │ │ ├── http │ │ │ │ │ │ │ │ ├── BytesCallback.java │ │ │ │ │ │ │ │ ├── BytesConvert.java │ │ │ │ │ │ │ │ ├── CharsetStringCallback.java │ │ │ │ │ │ │ │ ├── CharsetStringConvert.java │ │ │ │ │ │ │ │ ├── CodeUtil.java │ │ │ │ │ │ │ │ ├── ContentTypeAfterInterceptor.kt │ │ │ │ │ │ │ │ ├── ContentTypePreInterceptor.kt │ │ │ │ │ │ │ │ ├── CookieJarUtil.kt │ │ │ │ │ │ │ │ └── HikerRuleUtil.java │ │ │ │ │ │ │ ├── parser │ │ │ │ │ │ │ │ ├── BaseParseCallback.java │ │ │ │ │ │ │ │ ├── CommonParser.java │ │ │ │ │ │ │ │ ├── HomeParser.java │ │ │ │ │ │ │ │ ├── HttpHelper.java │ │ │ │ │ │ │ │ ├── HttpParser.java │ │ │ │ │ │ │ │ ├── IWebViewParser.java │ │ │ │ │ │ │ │ ├── JSEngine.java │ │ │ │ │ │ │ │ ├── JsEngineBridge.java │ │ │ │ │ │ │ │ ├── LazyRuleParser.java │ │ │ │ │ │ │ │ ├── PageParser.java │ │ │ │ │ │ │ │ ├── SearchJsCallBack.java │ │ │ │ │ │ │ │ ├── SearchParser.java │ │ │ │ │ │ │ │ ├── WebkitFetcher.kt │ │ │ │ │ │ │ │ ├── WebkitParser.java │ │ │ │ │ │ │ │ └── X5WebViewParser.java │ │ │ │ │ │ │ └── subscribe │ │ │ │ │ │ │ │ ├── AdUrlSubscribe.java │ │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ │ └── SubscribeMsg.java │ │ │ │ │ │ ├── ui │ │ │ │ │ │ │ ├── ActivityManager.kt │ │ │ │ │ │ │ ├── Application.java │ │ │ │ │ │ │ ├── MyAppGlideModule.java │ │ │ │ │ │ │ ├── OkHttpLibraryGlideModule.java │ │ │ │ │ │ │ ├── adblock │ │ │ │ │ │ │ │ └── AdSettingsActivity.java │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ ├── BaseActivity.java │ │ │ │ │ │ │ │ ├── BaseCallback.java │ │ │ │ │ │ │ │ ├── BaseFragment.java │ │ │ │ │ │ │ │ ├── BaseModel.java │ │ │ │ │ │ │ │ ├── BaseSlideActivity.java │ │ │ │ │ │ │ │ ├── BaseStatusActivity.java │ │ │ │ │ │ │ │ ├── BaseStatusTransNavigationActivity.java │ │ │ │ │ │ │ │ ├── BaseTransNavigationActivity.java │ │ │ │ │ │ │ │ ├── BaseTranslucentActivity.java │ │ │ │ │ │ │ │ ├── BaseTranslucentAndNavActivity.java │ │ │ │ │ │ │ │ ├── IBaseHolder.java │ │ │ │ │ │ │ │ ├── SimpleActionListener.java │ │ │ │ │ │ │ │ └── SimpleArrayCallback.java │ │ │ │ │ │ │ ├── bookmark │ │ │ │ │ │ │ │ ├── BookmarkActivity.java │ │ │ │ │ │ │ │ ├── BookmarkAdapter.java │ │ │ │ │ │ │ │ ├── BookmarkEditPopup.java │ │ │ │ │ │ │ │ ├── SearchEngineEditPopup.java │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ └── BookmarkModel.java │ │ │ │ │ │ │ │ └── service │ │ │ │ │ │ │ │ │ └── ChromeParser.java │ │ │ │ │ │ │ ├── browser │ │ │ │ │ │ │ │ ├── BottomDialogFragment.java │ │ │ │ │ │ │ │ ├── BottomSearchAdapter.java │ │ │ │ │ │ │ │ ├── HtmlSourceActivity.java │ │ │ │ │ │ │ │ ├── MediaListActivity.java │ │ │ │ │ │ │ │ ├── MediaListAdapter.java │ │ │ │ │ │ │ │ ├── PictureListActivity.java │ │ │ │ │ │ │ │ ├── PictureListAdapter.java │ │ │ │ │ │ │ │ ├── TouchEventRunnable.java │ │ │ │ │ │ │ │ ├── ViaInterface.java │ │ │ │ │ │ │ │ ├── VideoInterface.java │ │ │ │ │ │ │ │ ├── WebViewActivity.java │ │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ │ ├── CardCol4Data.java │ │ │ │ │ │ │ │ │ ├── CardMultiData.java │ │ │ │ │ │ │ │ │ ├── DomainConfig.kt │ │ │ │ │ │ │ │ │ ├── MagnetData.java │ │ │ │ │ │ │ │ │ └── TabHistory.java │ │ │ │ │ │ │ │ ├── enums │ │ │ │ │ │ │ │ │ └── ShortcutTypeEnum.kt │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ ├── AdBlockModel.java │ │ │ │ │ │ │ │ │ ├── AdUrlBlocker.java │ │ │ │ │ │ │ │ │ ├── DetailPage.java │ │ │ │ │ │ │ │ │ ├── DetectUrlUtil.java │ │ │ │ │ │ │ │ │ ├── DetectedMediaResult.java │ │ │ │ │ │ │ │ │ ├── DetectedVideoInfo.java │ │ │ │ │ │ │ │ │ ├── DetectorManager.java │ │ │ │ │ │ │ │ │ ├── GreasyMeta.kt │ │ │ │ │ │ │ │ │ ├── IconTitle.java │ │ │ │ │ │ │ │ │ ├── JSManager.java │ │ │ │ │ │ │ │ │ ├── JSMenu.kt │ │ │ │ │ │ │ │ │ ├── JSUpdateDTO.java │ │ │ │ │ │ │ │ │ ├── LocalVideoInfo.java │ │ │ │ │ │ │ │ │ ├── M3U8PreviewInfo.java │ │ │ │ │ │ │ │ │ ├── MediaListModel.java │ │ │ │ │ │ │ │ │ ├── PicturePageData.java │ │ │ │ │ │ │ │ │ ├── SearchEngine.java │ │ │ │ │ │ │ │ │ ├── Shortcut.java │ │ │ │ │ │ │ │ │ ├── UAModel.java │ │ │ │ │ │ │ │ │ ├── UrlDetector.java │ │ │ │ │ │ │ │ │ ├── VideoDetector.java │ │ │ │ │ │ │ │ │ ├── VideoFormat.java │ │ │ │ │ │ │ │ │ ├── VideoInfo.java │ │ │ │ │ │ │ │ │ ├── VideoTask.java │ │ │ │ │ │ │ │ │ ├── ViewCollectionModel.java │ │ │ │ │ │ │ │ │ └── XiuTanModel.java │ │ │ │ │ │ │ │ ├── service │ │ │ │ │ │ │ │ │ ├── BrowserProxy.kt │ │ │ │ │ │ │ │ │ ├── BrowserProxyHeader.java │ │ │ │ │ │ │ │ │ ├── BrowserProxyRule.java │ │ │ │ │ │ │ │ │ ├── DomainConfigService.kt │ │ │ │ │ │ │ │ │ ├── JSUpdater.kt │ │ │ │ │ │ │ │ │ └── PoetryService.kt │ │ │ │ │ │ │ │ ├── util │ │ │ │ │ │ │ │ │ ├── BottomBarAnimateUtil.java │ │ │ │ │ │ │ │ │ ├── CollectionUtil.java │ │ │ │ │ │ │ │ │ ├── FileUtil.java │ │ │ │ │ │ │ │ │ ├── HomeConfigUtil.java │ │ │ │ │ │ │ │ │ ├── HttpRequestUtil.java │ │ │ │ │ │ │ │ │ ├── M3U8Util.java │ │ │ │ │ │ │ │ │ ├── UUIDUtil.java │ │ │ │ │ │ │ │ │ └── VideoFormatUtil.java │ │ │ │ │ │ │ │ ├── view │ │ │ │ │ │ │ │ │ ├── BaseWebViewActivity.java │ │ │ │ │ │ │ │ │ ├── BrowserMenuPopup.java │ │ │ │ │ │ │ │ │ ├── BrowserSubMenuPopup.java │ │ │ │ │ │ │ │ │ ├── DomainConfigPopup.kt │ │ │ │ │ │ │ │ │ ├── DragGridView.java │ │ │ │ │ │ │ │ │ ├── IVideoWebView.kt │ │ │ │ │ │ │ │ │ ├── IconFloatButton.java │ │ │ │ │ │ │ │ │ ├── ImagesViewerAdapter.java │ │ │ │ │ │ │ │ │ ├── ImagesViewerPopup.java │ │ │ │ │ │ │ │ │ ├── JSUpdateAdapter.java │ │ │ │ │ │ │ │ │ ├── JSUpdatePopup.java │ │ │ │ │ │ │ │ │ ├── MenuPopup.java │ │ │ │ │ │ │ │ │ ├── MultiWondowTextAdapter.java │ │ │ │ │ │ │ │ │ ├── MultiWondowTextPopup.java │ │ │ │ │ │ │ │ │ ├── MyCaptureActivity.java │ │ │ │ │ │ │ │ │ ├── ShortcutAdapter.java │ │ │ │ │ │ │ │ │ ├── TranslatePopup.java │ │ │ │ │ │ │ │ │ ├── VideoContainer.kt │ │ │ │ │ │ │ │ │ └── WebViewClient.java │ │ │ │ │ │ │ │ └── webview │ │ │ │ │ │ │ │ │ ├── AdblockHolder.java │ │ │ │ │ │ │ │ │ ├── InternalContext.java │ │ │ │ │ │ │ │ │ ├── JsBridgeHolder.java │ │ │ │ │ │ │ │ │ ├── JsPluginHelper.java │ │ │ │ │ │ │ │ │ ├── MultiWindowManager.java │ │ │ │ │ │ │ │ │ ├── RegexContentTypeDetector.java │ │ │ │ │ │ │ │ │ ├── ServiceWorkerInterceptor.java │ │ │ │ │ │ │ │ │ ├── StatusBarColorMap.java │ │ │ │ │ │ │ │ │ ├── WebViewHelper.java │ │ │ │ │ │ │ │ │ └── WebViewWrapper.java │ │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ │ ├── DetailUIHelper.java │ │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ │ │ ├── InputExtra.java │ │ │ │ │ │ │ │ │ └── SelectExtra.java │ │ │ │ │ │ │ ├── download │ │ │ │ │ │ │ │ ├── AppDownloadCallback.java │ │ │ │ │ │ │ │ ├── DetectListener.java │ │ │ │ │ │ │ │ ├── DownloadChooser.java │ │ │ │ │ │ │ │ ├── DownloadConfig.java │ │ │ │ │ │ │ │ ├── DownloadDialogUtil.java │ │ │ │ │ │ │ │ ├── DownloadForegroundService.java │ │ │ │ │ │ │ │ ├── DownloadInfo.kt │ │ │ │ │ │ │ │ ├── DownloadManager.java │ │ │ │ │ │ │ │ ├── DownloadRecordsActivity.java │ │ │ │ │ │ │ │ ├── DownloadRecordsAdapter.java │ │ │ │ │ │ │ │ ├── DownloadRecordsFragment.java │ │ │ │ │ │ │ │ ├── DownloadStatusEnum.java │ │ │ │ │ │ │ │ ├── DownloadTask.java │ │ │ │ │ │ │ │ ├── DownloadThread.java │ │ │ │ │ │ │ │ ├── LocalVideoInfo.java │ │ │ │ │ │ │ │ ├── M3U8PreviewInfo.java │ │ │ │ │ │ │ │ ├── VideoFormat.java │ │ │ │ │ │ │ │ ├── VideoInfo.java │ │ │ │ │ │ │ │ ├── enums │ │ │ │ │ │ │ │ │ └── SortType.java │ │ │ │ │ │ │ │ ├── exception │ │ │ │ │ │ │ │ │ └── DownloadErrorException.kt │ │ │ │ │ │ │ │ ├── merge │ │ │ │ │ │ │ │ │ ├── VideoProcessManager.java │ │ │ │ │ │ │ │ │ └── VideoProcessThreadHandler.java │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ ├── M3u8SubStreamInf.java │ │ │ │ │ │ │ │ │ └── ProgressEvent.java │ │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ │ ├── ConnectionCheckDTO.java │ │ │ │ │ │ │ │ │ ├── HttpRequestUtil.java │ │ │ │ │ │ │ │ │ ├── IntentUtil.java │ │ │ │ │ │ │ │ │ ├── RandomUtil.java │ │ │ │ │ │ │ │ │ ├── ThreadUtil.java │ │ │ │ │ │ │ │ │ ├── TimeUtil.java │ │ │ │ │ │ │ │ │ ├── UUIDUtil.java │ │ │ │ │ │ │ │ │ └── VideoFormatUtil.java │ │ │ │ │ │ │ ├── ext │ │ │ │ │ │ │ │ ├── BootstrapDns.kt │ │ │ │ │ │ │ │ ├── DnsOverHttps2.kt │ │ │ │ │ │ │ │ └── DohProviders.kt │ │ │ │ │ │ │ ├── js │ │ │ │ │ │ │ │ ├── AdListActivity.java │ │ │ │ │ │ │ │ ├── AdListAdapter.java │ │ │ │ │ │ │ │ ├── AdUrlListActivity.java │ │ │ │ │ │ │ │ ├── AdUrlListAdapter.java │ │ │ │ │ │ │ │ ├── HomeHtmlEditActivity.java │ │ │ │ │ │ │ │ ├── JSEditActivity.java │ │ │ │ │ │ │ │ ├── JSListActivity.java │ │ │ │ │ │ │ │ ├── JSListAdapter.java │ │ │ │ │ │ │ │ ├── StringListAdapter.java │ │ │ │ │ │ │ │ ├── VideoRuleListActivity.java │ │ │ │ │ │ │ │ ├── editor │ │ │ │ │ │ │ │ │ ├── CodePane.java │ │ │ │ │ │ │ │ │ ├── CodeText.java │ │ │ │ │ │ │ │ │ ├── CodeTextView.java │ │ │ │ │ │ │ │ │ ├── CodeTextViewPane.java │ │ │ │ │ │ │ │ │ ├── ColorsText.java │ │ │ │ │ │ │ │ │ ├── ColorsTextView.java │ │ │ │ │ │ │ │ │ ├── DpiUtils.java │ │ │ │ │ │ │ │ │ ├── HVScrollView.java │ │ │ │ │ │ │ │ │ ├── JsCodeParser.java │ │ │ │ │ │ │ │ │ ├── JsTextViewCodeParser.java │ │ │ │ │ │ │ │ │ ├── PreformEdit.java │ │ │ │ │ │ │ │ │ ├── PreformTextView.java │ │ │ │ │ │ │ │ │ └── TextUtil.java │ │ │ │ │ │ │ │ ├── javascript │ │ │ │ │ │ │ │ │ ├── Kit.java │ │ │ │ │ │ │ │ │ ├── ObjToIntMap.java │ │ │ │ │ │ │ │ │ ├── Token.java │ │ │ │ │ │ │ │ │ ├── TokenStream.java │ │ │ │ │ │ │ │ │ └── UniqueTag.java │ │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ │ │ ├── JsRule.java │ │ │ │ │ │ │ │ │ └── ViaJsPlugin.java │ │ │ │ │ │ │ ├── miniprogram │ │ │ │ │ │ │ │ ├── MiniProgramActivity.kt │ │ │ │ │ │ │ │ ├── MiniProgramFragment.kt │ │ │ │ │ │ │ │ ├── MiniProgramListPopup.java │ │ │ │ │ │ │ │ ├── MiniProgramRouter.kt │ │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ │ ├── AutoPageData.java │ │ │ │ │ │ │ │ │ ├── HistoryDTO.kt │ │ │ │ │ │ │ │ │ ├── RuleDTO.kt │ │ │ │ │ │ │ │ │ └── ViewDTO.kt │ │ │ │ │ │ │ │ ├── extensions │ │ │ │ │ │ │ │ │ └── Strings.kt │ │ │ │ │ │ │ │ ├── interfaces │ │ │ │ │ │ │ │ │ └── ArticleListIsland.kt │ │ │ │ │ │ │ │ ├── logs │ │ │ │ │ │ │ │ │ ├── LogsAdapter.java │ │ │ │ │ │ │ │ │ └── LogsPopup.java │ │ │ │ │ │ │ │ └── service │ │ │ │ │ │ │ │ │ ├── ArticleListService.java │ │ │ │ │ │ │ │ │ ├── AutoCacheUtil.kt │ │ │ │ │ │ │ │ │ └── HistoryMemoryService.kt │ │ │ │ │ │ │ ├── music │ │ │ │ │ │ │ │ └── HeadsetButtonReceiver.kt │ │ │ │ │ │ │ ├── picture │ │ │ │ │ │ │ │ ├── PictureItemsActivity.kt │ │ │ │ │ │ │ │ ├── PictureItemsFragment.kt │ │ │ │ │ │ │ │ ├── PictureListFragment.kt │ │ │ │ │ │ │ │ ├── PictureOnlineActivity.kt │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ ├── PictureItem.kt │ │ │ │ │ │ │ │ │ └── PictureType.kt │ │ │ │ │ │ │ │ └── service │ │ │ │ │ │ │ │ │ ├── AdeskPictureParser.kt │ │ │ │ │ │ │ │ │ ├── IPictureParser.kt │ │ │ │ │ │ │ │ │ ├── PictureParserPool.kt │ │ │ │ │ │ │ │ │ └── UnsplashPictureParser.kt │ │ │ │ │ │ │ ├── richtext │ │ │ │ │ │ │ │ └── OkHttpImageDownloader.java │ │ │ │ │ │ │ ├── rules │ │ │ │ │ │ │ │ ├── ClazzFetchPopup.java │ │ │ │ │ │ │ │ ├── DebugPopup.java │ │ │ │ │ │ │ │ ├── HighLightEditActivity.java │ │ │ │ │ │ │ │ ├── ImportSubscribeCheckPopup.java │ │ │ │ │ │ │ │ ├── PublishCodeEditActivity.java │ │ │ │ │ │ │ │ ├── RuleStatisticsActivity.java │ │ │ │ │ │ │ │ ├── RuleUpdateCheckPopup.java │ │ │ │ │ │ │ │ ├── RuleVerifyActivity.java │ │ │ │ │ │ │ │ ├── RulesSubscribeAdapter.java │ │ │ │ │ │ │ │ ├── RulesSubscribePopup.java │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ ├── AccountPwd.java │ │ │ │ │ │ │ │ │ ├── BailanBodyResponse.kt │ │ │ │ │ │ │ │ │ ├── BailanResponse.kt │ │ │ │ │ │ │ │ │ ├── BailanResponseData.kt │ │ │ │ │ │ │ │ │ ├── ClazzFetchRule.java │ │ │ │ │ │ │ │ │ ├── DebuggingRule.java │ │ │ │ │ │ │ │ │ ├── DetailPageRule.java │ │ │ │ │ │ │ │ │ ├── RequireDescription.java │ │ │ │ │ │ │ │ │ ├── RequireItem.java │ │ │ │ │ │ │ │ │ └── SubscribeRecord.java │ │ │ │ │ │ │ │ ├── service │ │ │ │ │ │ │ │ │ ├── BailanImporter.java │ │ │ │ │ │ │ │ │ ├── CmdImporter.java │ │ │ │ │ │ │ │ │ ├── HomeRulesSubService.java │ │ │ │ │ │ │ │ │ ├── NetCutImporter.java │ │ │ │ │ │ │ │ │ ├── PastebinImporter.java │ │ │ │ │ │ │ │ │ ├── Pasteme2Importer.java │ │ │ │ │ │ │ │ │ ├── PastemeImporter.java │ │ │ │ │ │ │ │ │ ├── RuleImporter.java │ │ │ │ │ │ │ │ │ ├── RuleImporterManager.java │ │ │ │ │ │ │ │ │ ├── UbuntuImporter.java │ │ │ │ │ │ │ │ │ └── require │ │ │ │ │ │ │ │ │ │ └── RequireUtils.java │ │ │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ │ │ └── PublishHelper.java │ │ │ │ │ │ │ ├── search │ │ │ │ │ │ │ │ ├── BottomSearchStatusAdapter.java │ │ │ │ │ │ │ │ ├── EmptySearchActivity.java │ │ │ │ │ │ │ │ ├── GlobalSearchPopup.java │ │ │ │ │ │ │ │ ├── HomeSearchAdapter.java │ │ │ │ │ │ │ │ ├── MyTranslateAnimator.java │ │ │ │ │ │ │ │ ├── SearchActivity.java │ │ │ │ │ │ │ │ ├── SearchAdapter.java │ │ │ │ │ │ │ │ ├── SearchFragment.java │ │ │ │ │ │ │ │ ├── SearchFragmentAdapter.java │ │ │ │ │ │ │ │ ├── SearchGroupAdapter.java │ │ │ │ │ │ │ │ ├── SearchHisAdapter.java │ │ │ │ │ │ │ │ ├── SearchInOneRuleActivity.java │ │ │ │ │ │ │ │ ├── SearchResultGroupAdapter.java │ │ │ │ │ │ │ │ ├── engine │ │ │ │ │ │ │ │ │ ├── SearchEngineMagActivity.java │ │ │ │ │ │ │ │ │ ├── SearchEngineMagAdapter.java │ │ │ │ │ │ │ │ │ └── SearchEngineModel.java │ │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ │ │ ├── SearchGroup.java │ │ │ │ │ │ │ │ │ ├── SearchHistroyModel.java │ │ │ │ │ │ │ │ │ ├── SearchModel.java │ │ │ │ │ │ │ │ │ ├── SearchRuleJO.java │ │ │ │ │ │ │ │ │ ├── SearchRuleModel.java │ │ │ │ │ │ │ │ │ └── SuggestModel.java │ │ │ │ │ │ │ ├── thunder │ │ │ │ │ │ │ │ ├── MagnetConsumer.kt │ │ │ │ │ │ │ │ ├── MagnetVideoConsumer.kt │ │ │ │ │ │ │ │ ├── ThunderManager.kt │ │ │ │ │ │ │ │ └── XL.kt │ │ │ │ │ │ │ ├── video │ │ │ │ │ │ │ │ ├── ChapterAdapter.kt │ │ │ │ │ │ │ │ ├── ChapterFullAdapter.kt │ │ │ │ │ │ │ │ ├── EmptyActivity.java │ │ │ │ │ │ │ │ ├── FloatVideoController.kt │ │ │ │ │ │ │ │ ├── MusicForegroundService.java │ │ │ │ │ │ │ │ ├── PlayerChooser.java │ │ │ │ │ │ │ │ ├── PlayerEnum.java │ │ │ │ │ │ │ │ ├── PlayerStateManager.java │ │ │ │ │ │ │ │ ├── SimpleAnalyticsListener.java │ │ │ │ │ │ │ │ ├── VideoChapter.java │ │ │ │ │ │ │ │ ├── VideoPlayerActivity.java │ │ │ │ │ │ │ │ ├── VideoViewTag.java │ │ │ │ │ │ │ │ ├── event │ │ │ │ │ │ │ │ │ ├── MusicAction.java │ │ │ │ │ │ │ │ │ └── MusicInfo.java │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ ├── PlayData.java │ │ │ │ │ │ │ │ │ ├── RemotePlaySource.java │ │ │ │ │ │ │ │ │ └── RemotePlaySourceBatchData.java │ │ │ │ │ │ │ │ ├── remote │ │ │ │ │ │ │ │ │ ├── LivePlayerHelper.java │ │ │ │ │ │ │ │ │ ├── WebPlayGenerator.kt │ │ │ │ │ │ │ │ │ └── WebPlayerHelper.kt │ │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ │ ├── ScanLiveTVUtils.java │ │ │ │ │ │ │ │ │ ├── VideoCacheHolder.kt │ │ │ │ │ │ │ │ │ └── VideoUtil.kt │ │ │ │ │ │ │ ├── view │ │ │ │ │ │ │ │ ├── AdaptiveTextView.kt │ │ │ │ │ │ │ │ ├── BaseDividerItem.java │ │ │ │ │ │ │ │ ├── CenterLayoutManager.java │ │ │ │ │ │ │ │ ├── CusomSwipeView.java │ │ │ │ │ │ │ │ ├── CustomBottomPopup.java │ │ │ │ │ │ │ │ ├── CustomBottomRecyclerViewPopup.java │ │ │ │ │ │ │ │ ├── CustomCenterRecyclerViewPopup.java │ │ │ │ │ │ │ │ ├── CustomColorPopup.java │ │ │ │ │ │ │ │ ├── CustomCopyPopup.java │ │ │ │ │ │ │ │ ├── CustomRecyclerViewAdapter.java │ │ │ │ │ │ │ │ ├── CustomRecyclerViewPopup.java │ │ │ │ │ │ │ │ ├── DialogBuilder.java │ │ │ │ │ │ │ │ ├── DownloadDialog.java │ │ │ │ │ │ │ │ ├── DrawableInlineTextView.java │ │ │ │ │ │ │ │ ├── DrawableTextView.java │ │ │ │ │ │ │ │ ├── DrawerLayout.java │ │ │ │ │ │ │ │ ├── EnhanceScrollView.java │ │ │ │ │ │ │ │ ├── EnhanceTabLayout.java │ │ │ │ │ │ │ │ ├── EnhanceViewPager.java │ │ │ │ │ │ │ │ ├── HorizontalWebView.java │ │ │ │ │ │ │ │ ├── MutiWondowAdapter.java │ │ │ │ │ │ │ │ ├── MutiWondowPopup.java │ │ │ │ │ │ │ │ ├── MutiWondowThumbnailAdapter.java │ │ │ │ │ │ │ │ ├── MyBottomBarBehavior.java │ │ │ │ │ │ │ │ ├── MyScaleAlphaAnimator.java │ │ │ │ │ │ │ │ ├── MySnapHelper.java │ │ │ │ │ │ │ │ ├── ObservableScrollView.java │ │ │ │ │ │ │ │ ├── OverlyingView.java │ │ │ │ │ │ │ │ ├── PopImageLoader.java │ │ │ │ │ │ │ │ ├── PopImageLoaderNoView.java │ │ │ │ │ │ │ │ ├── RecyclerViewReboundAnimator.java │ │ │ │ │ │ │ │ ├── RelativeListenLayout.java │ │ │ │ │ │ │ │ ├── ScrollSpeedLinearLayoutManger.java │ │ │ │ │ │ │ │ ├── ScrollWebView.java │ │ │ │ │ │ │ │ ├── SmartRefreshLayout.java │ │ │ │ │ │ │ │ ├── SpringInterpolator.java │ │ │ │ │ │ │ │ ├── TabRecyclerView.java │ │ │ │ │ │ │ │ ├── TextViewUtil.kt │ │ │ │ │ │ │ │ ├── WhiteEditText.java │ │ │ │ │ │ │ │ ├── XGridLayoutManager.java │ │ │ │ │ │ │ │ ├── XiuTanResultAdapter.java │ │ │ │ │ │ │ │ ├── XiuTanResultPopup.java │ │ │ │ │ │ │ │ ├── ZLoadingDialog │ │ │ │ │ │ │ │ │ ├── StarBuilder.java │ │ │ │ │ │ │ │ │ ├── TextBuilder.java │ │ │ │ │ │ │ │ │ ├── ZLoadingBuilder.java │ │ │ │ │ │ │ │ │ ├── ZLoadingDialog.java │ │ │ │ │ │ │ │ │ ├── ZLoadingDrawable.java │ │ │ │ │ │ │ │ │ ├── ZLoadingTextView.java │ │ │ │ │ │ │ │ │ ├── ZLoadingView.java │ │ │ │ │ │ │ │ │ └── Z_TYPE.java │ │ │ │ │ │ │ │ ├── ZoomCodePaneView.java │ │ │ │ │ │ │ │ ├── ZoomCodeTextPaneView.java │ │ │ │ │ │ │ │ ├── ZoomEditTextView.java │ │ │ │ │ │ │ │ ├── ZoomView.java │ │ │ │ │ │ │ │ ├── animate │ │ │ │ │ │ │ │ │ └── AnimateTogetherUtils.java │ │ │ │ │ │ │ │ ├── colorDialog │ │ │ │ │ │ │ │ │ ├── AnimationLoader.java │ │ │ │ │ │ │ │ │ ├── ColorDialog.java │ │ │ │ │ │ │ │ │ ├── PromptDialog.java │ │ │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ │ │ └── DisplayUtil.java │ │ │ │ │ │ │ │ ├── dialog │ │ │ │ │ │ │ │ │ └── GlobalDialogActivity.java │ │ │ │ │ │ │ │ ├── listener │ │ │ │ │ │ │ │ │ └── ScrollViewListener.java │ │ │ │ │ │ │ │ ├── plusmenu │ │ │ │ │ │ │ │ │ ├── KickBackAnimator.java │ │ │ │ │ │ │ │ │ └── MoreWindow.java │ │ │ │ │ │ │ │ ├── popup │ │ │ │ │ │ │ │ │ ├── AlertImgPopup.java │ │ │ │ │ │ │ │ │ ├── ConfirmPopup.java │ │ │ │ │ │ │ │ │ ├── FullScreenDialog.java │ │ │ │ │ │ │ │ │ ├── HintPopupWindow.java │ │ │ │ │ │ │ │ │ ├── ImportRulesPopup.java │ │ │ │ │ │ │ │ │ ├── InputCheckPopup.java │ │ │ │ │ │ │ │ │ ├── InputPopup.java │ │ │ │ │ │ │ │ │ ├── KeyboardToolPop.java │ │ │ │ │ │ │ │ │ ├── MenuViewAdapter.java │ │ │ │ │ │ │ │ │ ├── MyImageViewerPopupView.java │ │ │ │ │ │ │ │ │ ├── MyXpopup.java │ │ │ │ │ │ │ │ │ ├── ShortcutInputPopup.java │ │ │ │ │ │ │ │ │ └── SimpleHintPopupWindow.java │ │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ │ └── TextViewUtils.java │ │ │ │ │ │ │ └── widget │ │ │ │ │ │ │ │ └── SearchAppWidget.java │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ ├── AesUtil.java │ │ │ │ │ │ │ ├── AlertNewVersionUtil.java │ │ │ │ │ │ │ ├── AndroidBarUtils.java │ │ │ │ │ │ │ ├── AutoImportHelper.java │ │ │ │ │ │ │ ├── BackupUtil.java │ │ │ │ │ │ │ ├── BitmapFillet.java │ │ │ │ │ │ │ ├── CleanMessageUtil.java │ │ │ │ │ │ │ ├── ClipboardUtil.java │ │ │ │ │ │ │ ├── CommonUtil.java │ │ │ │ │ │ │ ├── CrashHandler.java │ │ │ │ │ │ │ ├── DataTransferUtils.kt │ │ │ │ │ │ │ ├── Debouncer.java │ │ │ │ │ │ │ ├── DebugUtil.java │ │ │ │ │ │ │ ├── DisplayUtil.java │ │ │ │ │ │ │ ├── DlanListPopUtil.java │ │ │ │ │ │ │ ├── FileUtil.java │ │ │ │ │ │ │ ├── FilesInAppUtil.java │ │ │ │ │ │ │ ├── FilterUtil.java │ │ │ │ │ │ │ ├── GlideUtil.java │ │ │ │ │ │ │ ├── HeavyTaskUtil.java │ │ │ │ │ │ │ ├── HttpUtil.java │ │ │ │ │ │ │ ├── ImgUtil.java │ │ │ │ │ │ │ ├── M3u8Utils.kt │ │ │ │ │ │ │ ├── MyStatusBarUtil.java │ │ │ │ │ │ │ ├── NetUtils.java │ │ │ │ │ │ │ ├── NotifyManagerUtils.kt │ │ │ │ │ │ │ ├── OkHttpUrlLoader.java │ │ │ │ │ │ │ ├── PiPUtil.java │ │ │ │ │ │ │ ├── PinyinUtil.java │ │ │ │ │ │ │ ├── PreferenceMgr.java │ │ │ │ │ │ │ ├── RandomUtil.java │ │ │ │ │ │ │ ├── ScanDeviceUtil.java │ │ │ │ │ │ │ ├── ScreenSwitchUtils.java │ │ │ │ │ │ │ ├── ScreenUtil.java │ │ │ │ │ │ │ ├── ShareUtil.java │ │ │ │ │ │ │ ├── SnackbarUtils.java │ │ │ │ │ │ │ ├── SplashUtil.java │ │ │ │ │ │ │ ├── StatusBarCompatUtil.java │ │ │ │ │ │ │ ├── StringFindUtil.java │ │ │ │ │ │ │ ├── StringUtil.java │ │ │ │ │ │ │ ├── TaskUtil.java │ │ │ │ │ │ │ ├── TextViewUtils.java │ │ │ │ │ │ │ ├── ThreadTool.kt │ │ │ │ │ │ │ ├── TimeUtil.java │ │ │ │ │ │ │ ├── TimeUtils.java │ │ │ │ │ │ │ ├── ToastMgr.java │ │ │ │ │ │ │ ├── UriTool.kt │ │ │ │ │ │ │ ├── UriUtils.java │ │ │ │ │ │ │ ├── WebUtil.java │ │ │ │ │ │ │ ├── ZipUtils.java │ │ │ │ │ │ │ ├── permission │ │ │ │ │ │ │ ├── PermissionConstants.java │ │ │ │ │ │ │ └── XPermission.java │ │ │ │ │ │ │ ├── rule │ │ │ │ │ │ │ └── ShareRuleUtil.java │ │ │ │ │ │ │ ├── str │ │ │ │ │ │ │ └── StrUtil.kt │ │ │ │ │ │ │ └── view │ │ │ │ │ │ │ └── DialogUtil.kt │ │ │ │ │ └── viewlibrary │ │ │ │ │ │ ├── other │ │ │ │ │ │ ├── CirclePoint.java │ │ │ │ │ │ └── Triangle.java │ │ │ │ │ │ ├── util │ │ │ │ │ │ ├── AudioVisualConverter.java │ │ │ │ │ │ ├── BlurUtil.java │ │ │ │ │ │ ├── DrawUtil.java │ │ │ │ │ │ ├── FileUitl.java │ │ │ │ │ │ └── ImageUtil.java │ │ │ │ │ │ └── view │ │ │ │ │ │ └── JinyunView.java │ │ │ │ └── github │ │ │ │ │ └── mmin18 │ │ │ │ │ └── widget │ │ │ │ │ └── MyRealtimeBlurView.java │ │ │ └── fi │ │ │ │ └── iki │ │ │ │ └── elonen │ │ │ │ ├── InternalRewrite.java │ │ │ │ ├── NanoHTTPD.java │ │ │ │ ├── SimpleWebServer.java │ │ │ │ ├── WebServerPlugin.java │ │ │ │ ├── WebServerPluginInfo.java │ │ │ │ └── util │ │ │ │ └── ServerRunner.java │ │ ├── jniLibs │ │ │ ├── arm64-v8a │ │ │ │ └── liblbs.so │ │ │ └── armeabi │ │ │ │ ├── libadblockplus-jni.so │ │ │ │ └── liblbs.so │ │ └── res │ │ │ ├── anim │ │ │ ├── activity_open_enter.xml │ │ │ ├── activity_open_exit.xml │ │ │ ├── alpha_no_trans.xml │ │ │ ├── anim_apih_rect1_grp.xml │ │ │ ├── anim_apih_rect2_grp.xml │ │ │ ├── bottom_dialog_enter.xml │ │ │ ├── bottom_dialog_out.xml │ │ │ ├── bottom_to_top.xml │ │ │ ├── dd_mask_in.xml │ │ │ ├── dd_mask_out.xml │ │ │ ├── dd_mask_out_in.xml │ │ │ ├── dd_menu_in.xml │ │ │ ├── dd_menu_out.xml │ │ │ ├── dialog_enter.xml │ │ │ ├── dialog_out.xml │ │ │ ├── fast_out_slow_in.xml │ │ │ ├── item_animation_from_right.xml │ │ │ ├── list_player.xml │ │ │ ├── scale_player.xml │ │ │ ├── setting_enter.xml │ │ │ ├── setting_exit.xml │ │ │ ├── slide_bottom_to_top.xml │ │ │ ├── slide_top_to_bottom.xml │ │ │ ├── splash_dialog_enter.xml │ │ │ ├── splash_dialog_out.xml │ │ │ ├── top_dialog_enter.xml │ │ │ ├── top_dialog_out.xml │ │ │ ├── top_to_bottom.xml │ │ │ ├── ver_tran_in.xml │ │ │ ├── ver_tran_out.xml │ │ │ └── zoom_in.xml │ │ │ ├── drawable-anydpi │ │ │ ├── add.xml │ │ │ ├── ic_action_collect.xml │ │ │ ├── ic_action_last_white.xml │ │ │ ├── ic_action_list_white.xml │ │ │ ├── ic_action_music_menu_white.xml │ │ │ ├── ic_action_next_white.xml │ │ │ ├── ic_action_notice_green.xml │ │ │ ├── ic_action_save_file.xml │ │ │ ├── ic_action_wrap_text.xml │ │ │ ├── ic_action_wrap_text_selected.xml │ │ │ ├── ic_arrow_end.xml │ │ │ ├── ic_arrow_gray.xml │ │ │ ├── ic_arrow_start.xml │ │ │ ├── ic_auto_stop.xml │ │ │ ├── ic_back.xml │ │ │ ├── ic_back_left_white.xml │ │ │ ├── ic_bookmark_folder.xml │ │ │ ├── ic_bookmark_url.xml │ │ │ ├── ic_close.xml │ │ │ ├── ic_close_all_white.xml │ │ │ ├── ic_close_black.xml │ │ │ ├── ic_danmu_hide.xml │ │ │ ├── ic_danmu_show.xml │ │ │ ├── ic_expand_close.xml │ │ │ ├── ic_forward.xml │ │ │ ├── ic_jump.xml │ │ │ ├── ic_live_play.xml │ │ │ ├── ic_notice.xml │ │ │ ├── ic_notice_black.xml │ │ │ ├── ic_pure_update_black.xml │ │ │ ├── ic_video_pip.xml │ │ │ ├── ic_view_history.xml │ │ │ ├── ic_web_debug_white.xml │ │ │ ├── icon_chapter_white.xml │ │ │ └── menu_video.xml │ │ │ ├── drawable-hdpi │ │ │ ├── add.png │ │ │ ├── ic_action_last_white.png │ │ │ ├── ic_action_next_white.png │ │ │ ├── ic_action_notice_green.png │ │ │ ├── ic_action_save_file.png │ │ │ ├── ic_action_wrap_text.png │ │ │ ├── ic_action_wrap_text_selected.png │ │ │ ├── ic_arrow_end.png │ │ │ ├── ic_arrow_gray.png │ │ │ ├── ic_arrow_start.png │ │ │ ├── ic_back.png │ │ │ ├── ic_back_left_white.png │ │ │ ├── ic_bookmark_folder.png │ │ │ ├── ic_bookmark_url.png │ │ │ ├── ic_close.png │ │ │ ├── ic_close_all_white.png │ │ │ ├── ic_close_black.png │ │ │ ├── ic_expand_close.png │ │ │ ├── ic_forward.png │ │ │ ├── ic_jump.png │ │ │ ├── ic_notice.png │ │ │ ├── ic_notice_black.png │ │ │ ├── ic_pure_update_black.png │ │ │ ├── ic_view_history.png │ │ │ ├── ic_web_debug_white.png │ │ │ └── menu_video.png │ │ │ ├── drawable-mdpi │ │ │ ├── add.png │ │ │ ├── home_pic4.webp │ │ │ ├── ic_action_last_white.png │ │ │ ├── ic_action_next_white.png │ │ │ ├── ic_action_notice_green.png │ │ │ ├── ic_action_save_file.png │ │ │ ├── ic_action_wrap_text.png │ │ │ ├── ic_action_wrap_text_selected.png │ │ │ ├── ic_arrow_end.png │ │ │ ├── ic_arrow_gray.png │ │ │ ├── ic_arrow_start.png │ │ │ ├── ic_back.png │ │ │ ├── ic_back_left_white.png │ │ │ ├── ic_bookmark_folder.png │ │ │ ├── ic_bookmark_url.png │ │ │ ├── ic_card_gradient_green.xml │ │ │ ├── ic_close.png │ │ │ ├── ic_close_all_white.png │ │ │ ├── ic_close_black.png │ │ │ ├── ic_expand_close.png │ │ │ ├── ic_forward.png │ │ │ ├── ic_hiker_logo.xml │ │ │ ├── ic_jump.png │ │ │ ├── ic_notice.png │ │ │ ├── ic_notice_black.png │ │ │ ├── ic_pure_update_black.png │ │ │ ├── ic_view_history.png │ │ │ ├── ic_web_debug_white.png │ │ │ └── menu_video.png │ │ │ ├── drawable-night │ │ │ ├── background_splash.xml │ │ │ └── ic_hiker_bbs.xml │ │ │ ├── drawable-xhdpi │ │ │ ├── account.png │ │ │ ├── account_solid.png │ │ │ ├── ad_filter.png │ │ │ ├── ad_subscribe.png │ │ │ ├── add.png │ │ │ ├── add_green.png │ │ │ ├── all_home.png │ │ │ ├── attention_web_2.png │ │ │ ├── backup_cloud.png │ │ │ ├── bbs.png │ │ │ ├── bbs_line.png │ │ │ ├── bookmark_green.png │ │ │ ├── button_layer.xml │ │ │ ├── button_layer_black.xml │ │ │ ├── button_layer_gray.xml │ │ │ ├── button_layer_red.xml │ │ │ ├── check_circle.png │ │ │ ├── check_circle_failed.png │ │ │ ├── circle.png │ │ │ ├── close_circle.png │ │ │ ├── close_white.xml │ │ │ ├── copy_web_2.png │ │ │ ├── delete.png │ │ │ ├── discory.png │ │ │ ├── discory_1.png │ │ │ ├── discory_10.png │ │ │ ├── discory_2.png │ │ │ ├── discory_3.png │ │ │ ├── discory_4.png │ │ │ ├── discory_5.png │ │ │ ├── discory_6.png │ │ │ ├── discory_7.png │ │ │ ├── discory_8.png │ │ │ ├── discory_9.png │ │ │ ├── douban.jpg │ │ │ ├── edit_black.png │ │ │ ├── explore_web_2.png │ │ │ ├── favor_web_2.png │ │ │ ├── fing_set_web2.png │ │ │ ├── forward_web_2.png │ │ │ ├── game_close.png │ │ │ ├── group_ad.png │ │ │ ├── group_browser.png │ │ │ ├── group_download.png │ │ │ ├── group_js.png │ │ │ ├── group_play.png │ │ │ ├── his_green.png │ │ │ ├── home.png │ │ │ ├── home_block.png │ │ │ ├── home_bookmark.png │ │ │ ├── home_code.png │ │ │ ├── home_collection.png │ │ │ ├── home_history.png │ │ │ ├── home_home.png │ │ │ ├── home_left_menu.png │ │ │ ├── home_net_history.png │ │ │ ├── home_pic1.webp │ │ │ ├── home_refresh.png │ │ │ ├── home_search.png │ │ │ ├── home_solid.png │ │ │ ├── home_translate.png │ │ │ ├── home_ua.png │ │ │ ├── home_video.png │ │ │ ├── home_xiu_tan.png │ │ │ ├── ic_action_arrow_right.png │ │ │ ├── ic_action_choose_chapter.png │ │ │ ├── ic_action_last_white.png │ │ │ ├── ic_action_menu_drop_bar.png │ │ │ ├── ic_action_next.png │ │ │ ├── ic_action_next_white.png │ │ │ ├── ic_action_notice_green.png │ │ │ ├── ic_action_play_green.png │ │ │ ├── ic_action_play_mode.png │ │ │ ├── ic_action_player_copy.png │ │ │ ├── ic_action_player_dlan.png │ │ │ ├── ic_action_player_other.png │ │ │ ├── ic_action_player_x5.png │ │ │ ├── ic_action_save_file.png │ │ │ ├── ic_action_wrap_text.png │ │ │ ├── ic_action_wrap_text_selected.png │ │ │ ├── ic_arrow_end.png │ │ │ ├── ic_arrow_gray.png │ │ │ ├── ic_arrow_start.png │ │ │ ├── ic_auto_stop.png │ │ │ ├── ic_back.png │ │ │ ├── ic_back_left_white.png │ │ │ ├── ic_bookmark_folder.png │ │ │ ├── ic_bookmark_url.png │ │ │ ├── ic_close.png │ │ │ ├── ic_close_all_white.png │ │ │ ├── ic_close_black.png │ │ │ ├── ic_expand_close.png │ │ │ ├── ic_forward.png │ │ │ ├── ic_home_download.png │ │ │ ├── ic_jump.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_main_nav_search.png │ │ │ ├── ic_notice.png │ │ │ ├── ic_notice_black.png │ │ │ ├── ic_pure_update_black.png │ │ │ ├── ic_stat_cast.png │ │ │ ├── ic_stat_download.png │ │ │ ├── ic_stat_launcher.png │ │ │ ├── ic_view_history.png │ │ │ ├── ic_web_debug_white.png │ │ │ ├── icon1.png │ │ │ ├── icon2.png │ │ │ ├── icon3.png │ │ │ ├── icon4.png │ │ │ ├── icon_ad.png │ │ │ ├── icon_back.webp │ │ │ ├── icon_back02.webp │ │ │ ├── icon_box.png │ │ │ ├── icon_browser_bookmark.png │ │ │ ├── icon_browser_history.png │ │ │ ├── icon_code.png │ │ │ ├── icon_dev.png │ │ │ ├── icon_download.png │ │ │ ├── icon_edit.png │ │ │ ├── icon_exit.png │ │ │ ├── icon_eye.png │ │ │ ├── icon_file.webp │ │ │ ├── icon_filter.png │ │ │ ├── icon_find.png │ │ │ ├── icon_fodler.webp │ │ │ ├── icon_his.png │ │ │ ├── icon_home.png │ │ │ ├── icon_offline.png │ │ │ ├── icon_plugin.png │ │ │ ├── icon_pure.png │ │ │ ├── icon_save.png │ │ │ ├── icon_search.png │ │ │ ├── icon_setting.png │ │ │ ├── icon_share.png │ │ │ ├── icon_share_green.png │ │ │ ├── icon_share_more.png │ │ │ ├── icon_trans.png │ │ │ ├── icon_ua.png │ │ │ ├── icon_ua2.png │ │ │ ├── icon_web_edit.png │ │ │ ├── icon_xiutan.png │ │ │ ├── left.png │ │ │ ├── left_circle.png │ │ │ ├── left_circle_green.png │ │ │ ├── link_web_2.png │ │ │ ├── logo.png │ │ │ ├── main_menu_backup.png │ │ │ ├── main_menu_clear.png │ │ │ ├── main_menu_go.png │ │ │ ├── main_menu_home.png │ │ │ ├── menu_video.png │ │ │ ├── menu_web.png │ │ │ ├── minus_circle.png │ │ │ ├── mv.png │ │ │ ├── play_circle.png │ │ │ ├── redo.png │ │ │ ├── redo_gray.png │ │ │ ├── refresh.png │ │ │ ├── refresh_web_5.png │ │ │ ├── right.png │ │ │ ├── right_circle.png │ │ │ ├── right_circle_green.png │ │ │ ├── round_close_black.png │ │ │ ├── round_close_red.png │ │ │ ├── rule_filter.png │ │ │ ├── save_file_white.png │ │ │ ├── scan_light.png │ │ │ ├── scan_light_white.png │ │ │ ├── screen_lock_rotation.png │ │ │ ├── screen_rotation.png │ │ │ ├── search.png │ │ │ ├── search_clear.png │ │ │ ├── setting_green.png │ │ │ ├── setting_more.png │ │ │ ├── settings_web_2.png │ │ │ ├── sign.png │ │ │ ├── source.png │ │ │ ├── switch_source.png │ │ │ ├── time_out.png │ │ │ ├── top_bookmark.png │ │ │ ├── top_collection.png │ │ │ ├── top_his.png │ │ │ ├── top_home.png │ │ │ ├── top_js.png │ │ │ ├── top_more_setting.png │ │ │ ├── top_notice.png │ │ │ ├── tree1.png │ │ │ ├── tree2.png │ │ │ ├── tree3.png │ │ │ ├── tree4.png │ │ │ └── ua_web_2.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── add.png │ │ │ ├── ic_action_last_white.png │ │ │ ├── ic_action_next_white.png │ │ │ ├── ic_action_notice_green.png │ │ │ ├── ic_action_save_file.png │ │ │ ├── ic_action_wrap_text.png │ │ │ ├── ic_action_wrap_text_selected.png │ │ │ ├── ic_arrow_end.png │ │ │ ├── ic_arrow_gray.png │ │ │ ├── ic_arrow_start.png │ │ │ ├── ic_back.png │ │ │ ├── ic_back_left_white.png │ │ │ ├── ic_bookmark_folder.png │ │ │ ├── ic_bookmark_url.png │ │ │ ├── ic_close.png │ │ │ ├── ic_close_all_white.png │ │ │ ├── ic_close_black.png │ │ │ ├── ic_expand_close.png │ │ │ ├── ic_forward.png │ │ │ ├── ic_jump.png │ │ │ ├── ic_notice.png │ │ │ ├── ic_notice_black.png │ │ │ ├── ic_pure_update_black.png │ │ │ ├── ic_video_pip.png │ │ │ ├── ic_view_history.png │ │ │ ├── ic_web_debug_white.png │ │ │ └── menu_video.png │ │ │ ├── drawable │ │ │ ├── account_home.webp │ │ │ ├── avd_progress_indeterminate_horizontal.xml │ │ │ ├── background_radius.xml │ │ │ ├── background_splash.xml │ │ │ ├── background_white_radius.xml │ │ │ ├── bg_round.xml │ │ │ ├── bg_round2.xml │ │ │ ├── bg_round_all.xml │ │ │ ├── bg_round_black.xml │ │ │ ├── bg_round_gray.xml │ │ │ ├── bg_round_radius_10.xml │ │ │ ├── bg_round_radius_10_trans.xml │ │ │ ├── button_dark_background.xml │ │ │ ├── card_bg.jpg │ │ │ ├── check_bg.xml │ │ │ ├── check_bg_search.xml │ │ │ ├── check_bg_trans.xml │ │ │ ├── check_bg_trans_border_white.xml │ │ │ ├── check_bg_white.xml │ │ │ ├── close_gray.xml │ │ │ ├── dlan_bag.xml │ │ │ ├── et_cursor.xml │ │ │ ├── fastscroll_handle.xml │ │ │ ├── flex_divider.xml │ │ │ ├── gradient_black.xml │ │ │ ├── gradient_black_ripple.xml │ │ │ ├── gradient_gray_trans_reverse.xml │ │ │ ├── gradient_red.xml │ │ │ ├── gradient_red_ripple.xml │ │ │ ├── gradient_violet.xml │ │ │ ├── gradient_violet_ripple.xml │ │ │ ├── gradient_yellow.xml │ │ │ ├── gradient_yellow_ripple.xml │ │ │ ├── home_download.png │ │ │ ├── home_setting.png │ │ │ ├── ic_action_dlan_white.xml │ │ │ ├── ic_action_last_blue.png │ │ │ ├── ic_arrow_right.xml │ │ │ ├── ic_card_border_white.xml │ │ │ ├── ic_card_border_white_solid.xml │ │ │ ├── ic_download.xml │ │ │ ├── ic_hiker_bbs.xml │ │ │ ├── ic_info.xml │ │ │ ├── ic_left_back.xml │ │ │ ├── ic_loading_bg.xml │ │ │ ├── ic_pause_.xml │ │ │ ├── ic_play_.xml │ │ │ ├── ic_play_pause.xml │ │ │ ├── ic_play_yes.xml │ │ │ ├── ic_plus.xml │ │ │ ├── ic_reduce.xml │ │ │ ├── ic_setting_ad.xml │ │ │ ├── ic_setting_backup.xml │ │ │ ├── ic_setting_browser.xml │ │ │ ├── ic_setting_dev.xml │ │ │ ├── ic_setting_download.xml │ │ │ ├── ic_setting_import.xml │ │ │ ├── ic_setting_js.xml │ │ │ ├── ic_setting_live.xml │ │ │ ├── ic_setting_mag.xml │ │ │ ├── ic_setting_more.xml │ │ │ ├── ic_setting_sub.xml │ │ │ ├── ic_setting_ui.xml │ │ │ ├── ic_setting_video.xml │ │ │ ├── ic_settings_filter_white.xml │ │ │ ├── ic_stat_next.xml │ │ │ ├── ic_stat_pause.xml │ │ │ ├── ic_stat_play.xml │ │ │ ├── ic_stat_previous.xml │ │ │ ├── ico_action_back_black.xml │ │ │ ├── ico_action_back_white.xml │ │ │ ├── nothing.png │ │ │ ├── pic_poetry.webp │ │ │ ├── play_center_selector.xml │ │ │ ├── rect_button_gray.xml │ │ │ ├── recy_vertical_scrollbar.xml │ │ │ ├── recy_vertical_scrollbar_bg.xml │ │ │ ├── ripple_disabled_grey.xml │ │ │ ├── ripple_gray_corners.xml │ │ │ ├── ripple_gray_setting.xml │ │ │ ├── ripple_grey.xml │ │ │ ├── ripple_red.xml │ │ │ ├── ripple_trans.xml │ │ │ ├── ripple_trans2.xml │ │ │ ├── ripple_white.xml │ │ │ ├── search_bar_gray.xml │ │ │ ├── sel_btn.xml │ │ │ ├── sel_btn_help.xml │ │ │ ├── sel_btn_info.xml │ │ │ ├── sel_btn_success.xml │ │ │ ├── sel_btn_warning.xml │ │ │ ├── sel_btn_wrong.xml │ │ │ ├── sel_def_gray.xml │ │ │ ├── sel_def_gray_left.xml │ │ │ ├── sel_def_gray_right.xml │ │ │ ├── shape_bottom_border.xml │ │ │ ├── shape_bottom_border_selected.xml │ │ │ ├── shape_bottom_split.xml │ │ │ ├── shape_corners_bottom.xml │ │ │ ├── shape_corners_bottom_normal.xml │ │ │ ├── shape_corners_top.xml │ │ │ ├── shape_corners_top_grey.xml │ │ │ ├── shape_dialog_cardbg.xml │ │ │ ├── shape_gray_corners.xml │ │ │ ├── shape_half_trans.xml │ │ │ ├── shape_half_trans_deep.xml │ │ │ ├── shape_left_bottom.xml │ │ │ ├── shape_left_bottom_normal.xml │ │ │ ├── shape_right_bottom.xml │ │ │ ├── shape_right_bottom_normal.xml │ │ │ ├── shape_top.xml │ │ │ ├── shape_top_border.xml │ │ │ ├── shape_top_border_dark.xml │ │ │ ├── shape_top_border_radius.xml │ │ │ ├── tab_ind_radius.xml │ │ │ ├── tab_item_default.xml │ │ │ ├── tab_item_selected.xml │ │ │ ├── tv.png │ │ │ ├── uncheck_bg.xml │ │ │ ├── volume_bg.xml │ │ │ └── z_dialog_background.xml │ │ │ ├── menu │ │ │ ├── al_rule_edit_options.xml │ │ │ ├── bookmark_options.xml │ │ │ ├── engine_mag_options.xml │ │ │ ├── film_list_options.xml │ │ │ ├── high_light_options.xml │ │ │ ├── js_edit_options.xml │ │ │ ├── mini_program_options.xml │ │ │ ├── picture_list_options.xml │ │ │ ├── publish_code_edit_options.xml │ │ │ ├── source_options.xml │ │ │ ├── video_mode.xml │ │ │ └── video_speed.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ ├── ic_launcher_round.png │ │ │ └── slogan.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── download.png │ │ │ ├── drop_down_unselected_icon.png │ │ │ ├── ic_help.png │ │ │ ├── ic_info.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ ├── ic_launcher_round.png │ │ │ ├── ic_success.png │ │ │ ├── ic_wrong.png │ │ │ └── icon_warning.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── bookmark.png │ │ │ ├── cast_shap.png │ │ │ ├── collection.png │ │ │ ├── download_1.png │ │ │ ├── guide_channel.png │ │ │ ├── guide_open.png │ │ │ ├── guide_plugin.png │ │ │ ├── guide_view.png │ │ │ ├── history.png │ │ │ ├── ic_dlan.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ ├── ic_launcher_round.png │ │ │ ├── ic_more_close.png │ │ │ ├── ic_show.jpg │ │ │ ├── js.png │ │ │ ├── placeholder.png │ │ │ └── setting.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_round.png │ │ │ ├── transition │ │ │ ├── slide_bottom_to_top.xml │ │ │ └── slide_top_to_bottom.xml │ │ │ ├── values-night │ │ │ └── colors.xml │ │ │ ├── values-v23 │ │ │ └── styles.xml │ │ │ ├── values-v29 │ │ │ └── styles.xml │ │ │ ├── values │ │ │ ├── attrs.xml │ │ │ ├── colors.xml │ │ │ ├── dimens.xml │ │ │ ├── ic_launcher_background.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ │ │ └── xml │ │ │ ├── network_security_config.xml │ │ │ ├── provider_paths.xml │ │ │ ├── search_widget_info.xml │ │ │ └── shortcut.xml │ └── test │ │ └── java │ │ └── com │ │ └── example │ │ └── hikerview │ │ ├── ExampleUnitTest.java │ │ └── UrlDetectorUnitTest.java └── version.properties └── thunder ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src └── main ├── AndroidManifest.xml ├── java └── com │ └── xunlei │ └── downloadlib │ ├── BlockingItem.java │ ├── Daemon.java │ ├── LinuxFileCommand.java │ ├── MyServiceConnection.java │ ├── PreferenceMgr.java │ ├── XLAppKeyChecker.java │ ├── XLDownloadManager.java │ ├── XLLoader.java │ ├── XLTaskHelper.java │ ├── android │ ├── LogConfig.java │ ├── LogLevel.java │ ├── XLLog.java │ ├── XLLogInternal.java │ └── XLUtil.java │ └── parameter │ ├── BtIndexSet.java │ ├── BtSubTaskDetail.java │ ├── BtTaskParam.java │ ├── BtTaskStatus.java │ ├── CIDTaskParam.java │ ├── EmuleTaskParam.java │ ├── ErrorCodeToMsg.java │ ├── GetDownloadHead.java │ ├── GetDownloadLibVersion.java │ ├── GetFileName.java │ ├── GetTaskId.java │ ├── InitParam.java │ ├── MagnetTaskParam.java │ ├── MaxDownloadSpeedParam.java │ ├── P2spTaskParam.java │ ├── PeerResourceParam.java │ ├── ScdnResourceParam.java │ ├── ServerResourceParam.java │ ├── ThunderUrlInfo.java │ ├── TorrentFileInfo.java │ ├── TorrentInfo.java │ ├── UrlQuickInfo.java │ ├── XLConstant.java │ ├── XLProductInfo.java │ ├── XLSessionInfo.java │ ├── XLTaskInfo.java │ ├── XLTaskInfoEx.java │ └── XLTaskLocalUrl.java ├── jniLibs ├── arm64-v8a │ ├── libxl_stat.so │ └── libxl_thunder_sdk.so ├── armeabi-v7a │ ├── libxl_stat.so │ └── libxl_thunder_sdk.so └── armeabi │ ├── libxl_stat.so │ └── libxl_thunder_sdk.so └── res └── values └── strings.xml /README.md: -------------------------------------------------------------------------------- 1 | # 嗅觉浏览器 2 | 3 | 为避免被直接打包,然后出现各种付费和加广告等类型的盗版软件,因此只开放核心模块: 4 | 5 | 1、网页插件、油猴脚本 6 | 7 | 2、视频嗅探、悬浮嗅探、视频播放器 8 | 9 | 3、磁链嗅探、磁力播放 10 | 11 | 4、网页小程序 12 | 13 | 5、网络日志 14 | 15 | 6、广告拦截 16 | 17 | ... 18 | 19 | 借鉴代码记得标注引用来源,关注公众号【新方圆小棉袄】获取作者动态 20 | -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | /normal 3 | /professional 4 | /release -------------------------------------------------------------------------------- /app/libs/bcprov-jdk16-139.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/libs/bcprov-jdk16-139.jar -------------------------------------------------------------------------------- /app/libs/rhino-1.7.14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/libs/rhino-1.7.14.jar -------------------------------------------------------------------------------- /app/libs/tbs_sdk_thirdapp_v4.3.0.326_44226_sharewithdownloadwithfile_withoutGame_obfs_20220825_155943.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/libs/tbs_sdk_thirdapp_v4.3.0.326_44226_sharewithdownloadwithfile_withoutGame_obfs_20220825_155943.jar -------------------------------------------------------------------------------- /app/libs/umeng-analytics-7.4.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/libs/umeng-analytics-7.4.4.jar -------------------------------------------------------------------------------- /app/libs/umeng-common-1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/libs/umeng-common-1.4.1.jar -------------------------------------------------------------------------------- /app/src/main/assets/clearSelectText.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | var arr = document.querySelectorAll('a[copyhref]'); 3 | for(var i = 0; i < arr.length; i++){ 4 | var tag = arr[i]; 5 | if(tag != null){ 6 | var aHref = tag.getAttribute('copyhref'); 7 | tag.removeAttribute('copyhref'); 8 | tag.setAttribute('href',aHref); 9 | } 10 | } 11 | })(); -------------------------------------------------------------------------------- /app/src/main/assets/colors.txt: -------------------------------------------------------------------------------- 1 | limestart.cn*,#2B4663 2 | www.cupfox.com*,#ffffff 3 | www.yuoo.cn*,#42475a 4 | xydh.fun*,#000000 -------------------------------------------------------------------------------- /app/src/main/assets/home.js: -------------------------------------------------------------------------------- 1 | // -------------------------------------------------------------------------------- /app/src/main/assets/startSelectText.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | var arr = document.querySelectorAll('a[href]'); 3 | for(var i = 0; i < arr.length; i++){ 4 | var tag = arr[i]; 5 | if(tag != null){ 6 | var aHref = tag.getAttribute('href'); 7 | tag.removeAttribute('href'); 8 | tag.setAttribute('copyhref',aHref); 9 | } 10 | } 11 | })(); -------------------------------------------------------------------------------- /app/src/main/assets/worker.js: -------------------------------------------------------------------------------- 1 | onmessage = (event) => { 2 | const data = event.data.split("%%%%555%%%%"); 3 | eval(data[1]); 4 | const result = self.hljs.highlightAuto(data[0]); 5 | postMessage(result.value); 6 | }; -------------------------------------------------------------------------------- /app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/constants/CollectionTypeConstant.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.constants; 2 | 3 | /** 4 | * 作者:By hdy 5 | * 日期:On 2019/3/5 6 | * 时间:At 20:53 7 | */ 8 | public class CollectionTypeConstant { 9 | public static final String WEB_VIEW = "网页浏览"; 10 | public static final String DETAIL_LIST_VIEW = "二级列表"; 11 | public static final String VIDEO_URL = "视频链接"; 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/constants/RemotePlayConfig.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.constants; 2 | 3 | /** 4 | * 作者:By hdy 5 | * 日期:On 2019/4/1 6 | * 时间:At 14:55 7 | */ 8 | public class RemotePlayConfig { 9 | public static final String D_PLAYER_PATH = "/dplayer"; 10 | public static final String WEBS = "/webs"; 11 | public static String playerPath = D_PLAYER_PATH; 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ActivityFinishEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/18 6 | * 时间:At 20:24 7 | */ 8 | public class ActivityFinishEvent { 9 | private String clazz; 10 | 11 | public ActivityFinishEvent(String clazz) { 12 | this.clazz = clazz; 13 | } 14 | 15 | public String getClazz() { 16 | return clazz; 17 | } 18 | 19 | public void setClazz(String clazz) { 20 | this.clazz = clazz; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/BookmarkRefreshEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/4/6 6 | * 时间:At 23:44 7 | */ 8 | 9 | public class BookmarkRefreshEvent { 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ChangeHomePageAndFinishEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/18 6 | * 时间:At 20:24 7 | */ 8 | public class ChangeHomePageAndFinishEvent { 9 | private String title; 10 | 11 | public ChangeHomePageAndFinishEvent(String title) { 12 | this.title = title; 13 | } 14 | 15 | public String getTitle() { 16 | return title; 17 | } 18 | 19 | public void setTitle(String title) { 20 | this.title = title; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ClearDetectedEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/1/30 6 | * 时间:At 21:53 7 | */ 8 | public class ClearDetectedEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/DownloadStoreRefreshEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/12/5 6 | * 时间:At 22:50 7 | */ 8 | public class DownloadStoreRefreshEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/HomeTabModeEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/3/31 6 | * 时间:At 21:09 7 | */ 8 | public class HomeTabModeEvent { 9 | private String tab; 10 | 11 | public HomeTabModeEvent(String tab) { 12 | this.tab = tab; 13 | } 14 | 15 | public String getTab() { 16 | return tab; 17 | } 18 | 19 | public void setTab(String tab) { 20 | this.tab = tab; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/LoadingDismissEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/2/11 6 | * 时间:At 17:21 7 | */ 8 | public class LoadingDismissEvent { 9 | public LoadingDismissEvent() { 10 | } 11 | public LoadingDismissEvent(String msg) { 12 | this.msg = msg; 13 | } 14 | 15 | private String msg; 16 | 17 | public String getMsg() { 18 | return msg; 19 | } 20 | 21 | public void setMsg(String msg) { 22 | this.msg = msg; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OnRefreshEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/2 6 | * 时间:At 13:46 7 | */ 8 | public class OnRefreshEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OnScanCompleteEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By hdy 5 | * 日期:On 2019/3/30 6 | * 时间:At 23:51 7 | */ 8 | public class OnScanCompleteEvent { 9 | public OnScanCompleteEvent(String process) { 10 | this.process = process; 11 | } 12 | 13 | private String process; 14 | 15 | public String getProcess() { 16 | return process; 17 | } 18 | 19 | public void setProcess(String process) { 20 | this.process = process; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OnSubRefreshEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/5 6 | * 时间:At 16:19 7 | */ 8 | public class OnSubRefreshEvent { 9 | 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OnTimeChangedEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/3 6 | * 时间:At 20:54 7 | */ 8 | public class OnTimeChangedEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OnTopEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/4 6 | * 时间:At 16:20 7 | */ 8 | public class OnTopEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/OpenHomeRulesActivityEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/2/22 6 | * 时间:At 16:07 7 | */ 8 | public class OpenHomeRulesActivityEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ShowMoreSettingMenuEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/1/31 6 | * 时间:At 11:23 7 | */ 8 | public class ShowMoreSettingMenuEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ShowSettingMenuEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/1/31 6 | * 时间:At 11:23 7 | */ 8 | public class ShowSettingMenuEvent { 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/ToastMessage.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/3/27 6 | * 时间:At 23:44 7 | */ 8 | public class ToastMessage { 9 | public ToastMessage(String msg) { 10 | this.msg = msg; 11 | } 12 | 13 | private String msg; 14 | 15 | public String getMsg() { 16 | return msg; 17 | } 18 | 19 | public void setMsg(String msg) { 20 | this.msg = msg; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/ArticleListLoadFinishEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/8/6 6 | * 时间:At 20:06 7 | */ 8 | 9 | public class ArticleListLoadFinishEvent { 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/OnHomeRuleCheckEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/2/22 6 | * 时间:At 21:44 7 | */ 8 | 9 | public class OnHomeRuleCheckEvent { 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/OnPageChangeEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/2/20 6 | * 时间:At 19:56 7 | */ 8 | 9 | public class OnPageChangeEvent { 10 | 11 | public OnPageChangeEvent(String title) { 12 | this.title = title; 13 | } 14 | 15 | private String title; 16 | 17 | public String getTitle() { 18 | return title; 19 | } 20 | 21 | public void setTitle(String title) { 22 | this.title = title; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/OnRefreshPageEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/2 6 | * 时间:At 13:46 7 | */ 8 | public class OnRefreshPageEvent { 9 | 10 | private boolean scrollTop; 11 | 12 | public OnRefreshPageEvent(boolean scrollTop) { 13 | this.scrollTop = scrollTop; 14 | } 15 | 16 | public boolean isScrollTop() { 17 | return scrollTop; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/OnRefreshWebViewEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/2 6 | * 时间:At 13:46 7 | */ 8 | public class OnRefreshWebViewEvent { 9 | public OnRefreshWebViewEvent(String url) { 10 | this.url = url; 11 | } 12 | 13 | private String url; 14 | 15 | public String getUrl() { 16 | return url; 17 | } 18 | 19 | public void setUrl(String url) { 20 | this.url = url; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/OnRefreshX5HeightEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/2 6 | * 时间:At 13:46 7 | */ 8 | public class OnRefreshX5HeightEvent { 9 | public OnRefreshX5HeightEvent(String desc) { 10 | this.desc = desc; 11 | } 12 | 13 | private String desc; 14 | 15 | public String getDesc() { 16 | return desc; 17 | } 18 | 19 | public void setDesc(String desc) { 20 | this.desc = desc; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/SetPageTitleEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/6/23 6 | * 时间:At 21:34 7 | */ 8 | 9 | public class SetPageTitleEvent { 10 | public SetPageTitleEvent(String title) { 11 | this.title = title; 12 | } 13 | 14 | private String title; 15 | 16 | public String getTitle() { 17 | return title; 18 | } 19 | 20 | public void setTitle(String title) { 21 | this.title = title; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/home/ToastEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.home; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/5/22 6 | * 时间:At 20:35 7 | */ 8 | public class ToastEvent { 9 | private String msg; 10 | 11 | public ToastEvent(String msg) { 12 | this.msg = msg; 13 | } 14 | 15 | public String getMsg() { 16 | return msg; 17 | } 18 | 19 | public void setMsg(String msg) { 20 | this.msg = msg; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/video/BackMainEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.video; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/9/20 6 | * 时间:At 16:39 7 | */ 8 | 9 | public class BackMainEvent { 10 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/video/OnDeviceUpdateEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.video; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/1/31 6 | * 时间:At 21:17 7 | */ 8 | 9 | public class OnDeviceUpdateEvent { 10 | 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/FindMagnetsEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/6/1 6 | * 时间:At 18:08 7 | */ 8 | 9 | public class FindMagnetsEvent { 10 | public FindMagnetsEvent(String data) { 11 | this.data = data; 12 | } 13 | 14 | private String data; 15 | 16 | public String getData() { 17 | return data; 18 | } 19 | 20 | public void setData(String data) { 21 | this.data = data; 22 | } 23 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/FloatVideoChangeEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/5/22 6 | * 时间:At 19:18 7 | */ 8 | 9 | public class FloatVideoChangeEvent { 10 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnBookmarkUpdateEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/8/3 6 | * 时间:At 20:18 7 | */ 8 | 9 | public class OnBookmarkUpdateEvent { 10 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnEvalJsEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 20:56 7 | */ 8 | public class OnEvalJsEvent { 9 | private String js; 10 | 11 | public OnEvalJsEvent(String js) { 12 | this.js = js; 13 | } 14 | 15 | public String getJs() { 16 | return js; 17 | } 18 | 19 | public void setJs(String js) { 20 | this.js = js; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnHideCustomViewEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 13:29 7 | */ 8 | public class OnHideCustomViewEvent { 9 | 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnImgHrefFindEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/7/30 6 | * 时间:At 21:16 7 | */ 8 | 9 | public class OnImgHrefFindEvent { 10 | public OnImgHrefFindEvent(String url) { 11 | this.url = url; 12 | } 13 | 14 | private String url; 15 | 16 | public String getUrl() { 17 | return url; 18 | } 19 | 20 | public void setUrl(String url) { 21 | this.url = url; 22 | } 23 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnLoadUrlEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 14:46 7 | */ 8 | public class OnLoadUrlEvent { 9 | public OnLoadUrlEvent(String url) { 10 | this.url = url; 11 | } 12 | 13 | private String url; 14 | 15 | public String getUrl() { 16 | return url; 17 | } 18 | 19 | public void setUrl(String url) { 20 | this.url = url; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnMenuItemClickEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 13:29 7 | */ 8 | public class OnMenuItemClickEvent { 9 | 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnOverrideUrlLoadingForHttp.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 13:42 7 | */ 8 | public class OnOverrideUrlLoadingForHttp { 9 | private String url; 10 | 11 | public OnOverrideUrlLoadingForHttp(String url) { 12 | this.url = url; 13 | } 14 | 15 | public String getUrl() { 16 | return url; 17 | } 18 | 19 | public void setUrl(String url) { 20 | this.url = url; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnOverrideUrlLoadingForOther.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 13:42 7 | */ 8 | public class OnOverrideUrlLoadingForOther { 9 | private String url; 10 | 11 | public OnOverrideUrlLoadingForOther(String url) { 12 | this.url = url; 13 | } 14 | 15 | public String getUrl() { 16 | return url; 17 | } 18 | 19 | public void setUrl(String url) { 20 | this.url = url; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnPageStartEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 13:29 7 | */ 8 | public class OnPageStartEvent { 9 | public OnPageStartEvent(String url) { 10 | this.url = url; 11 | } 12 | 13 | private String url; 14 | 15 | public String getUrl() { 16 | return url; 17 | } 18 | 19 | public void setUrl(String url) { 20 | this.url = url; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnSaveAdBlockRuleEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 14:10 7 | */ 8 | public class OnSaveAdBlockRuleEvent { 9 | private String rule; 10 | 11 | public OnSaveAdBlockRuleEvent(String rule) { 12 | this.rule = rule; 13 | } 14 | 15 | public String getRule() { 16 | return rule; 17 | } 18 | 19 | public void setRule(String rule) { 20 | this.rule = rule; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnSetWebTitleEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 14:46 7 | */ 8 | public class OnSetWebTitleEvent { 9 | private String title; 10 | 11 | public OnSetWebTitleEvent(String title) { 12 | this.title = title; 13 | } 14 | 15 | public String getTitle() { 16 | return title; 17 | } 18 | 19 | public void setTitle(String title) { 20 | this.title = title; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnShortcutUpdateEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/8/3 6 | * 时间:At 20:18 7 | */ 8 | 9 | public class OnShortcutUpdateEvent { 10 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnSnackBarEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/8/7 6 | * 时间:At 22:41 7 | */ 8 | 9 | public class OnSnackBarEvent { 10 | private String title; 11 | 12 | public OnSnackBarEvent(String title) { 13 | this.title = title; 14 | } 15 | 16 | public String getTitle() { 17 | return title; 18 | } 19 | 20 | public void setTitle(String title) { 21 | this.title = title; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/OnViaInterfaceEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2020/4/5 6 | * 时间:At 14:29 7 | */ 8 | public class OnViaInterfaceEvent { 9 | private String s; 10 | 11 | public OnViaInterfaceEvent(String s) { 12 | this.s = s; 13 | } 14 | 15 | public String getS() { 16 | return s; 17 | } 18 | 19 | public void setS(String s) { 20 | this.s = s; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/event/web/UpdateBgEvent.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.event.web; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/12/31 6 | * 时间:At 19:23 7 | */ 8 | 9 | public class UpdateBgEvent { 10 | public UpdateBgEvent(String path) { 11 | this.path = path; 12 | } 13 | 14 | private String path; 15 | 16 | public String getPath() { 17 | return path; 18 | } 19 | 20 | public void setPath(String path) { 21 | this.path = path; 22 | } 23 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/listener/UpdateUaListener.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.listener; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/12/1 6 | * 时间:At 11:52 7 | */ 8 | public interface UpdateUaListener { 9 | void saved(String ua); 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/service/exception/ParseException.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.service.exception; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/7/6 6 | * 时间:At 17:16 7 | */ 8 | 9 | public class ParseException extends Exception { 10 | 11 | public ParseException(String message) { 12 | super(message); 13 | } 14 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/service/http/BytesCallback.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.service.http; 2 | 3 | import com.lzy.okgo.callback.AbsCallback; 4 | 5 | import okhttp3.Response; 6 | 7 | /** 8 | * 作者:By 15968 9 | * 日期:On 2019/10/4 10 | * 时间:At 10:31 11 | */ 12 | public abstract class BytesCallback extends AbsCallback { 13 | 14 | @Override 15 | public byte[] convertResponse(Response response) throws Throwable { 16 | return new BytesConvert().convertResponse(response); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/service/parser/BaseParseCallback.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.service.parser; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/1/3 6 | * 时间:At 11:45 7 | */ 8 | 9 | public interface BaseParseCallback { 10 | void start(); 11 | /** 12 | * 当数据请求成功后,调用此接口显示数据 13 | * @param data 数据源 14 | */ 15 | void success(T data); 16 | /** 17 | * 显示请求错误提示 18 | */ 19 | void error(String msg); 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/service/parser/SearchJsCallBack.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.service.parser; 2 | 3 | /** 4 | * 作者:By hdy 5 | * 日期:On 2018/12/10 6 | * 时间:At 12:18 7 | */ 8 | public interface SearchJsCallBack { 9 | /** 10 | * 当数据请求成功后,调用此接口显示数据 11 | * @param data 数据源 12 | */ 13 | void showData(T data); 14 | /** 15 | * 显示请求错误提示 16 | */ 17 | void showErr(String msg); 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/base/BaseCallback.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.base; 2 | 3 | import java.util.List; 4 | 5 | /** 6 | * 作者:By hdy 7 | * 日期:On 2017/10/31 8 | * 时间:At 15:00 9 | */ 10 | public interface BaseCallback { 11 | 12 | 13 | void bindArrayToView(String actionType, List data); 14 | 15 | void bindObjectToView(String actionType, T data); 16 | 17 | void error(String title, String msg, String code, Exception e); 18 | 19 | void loading(boolean isLoading); 20 | 21 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/base/IBaseHolder.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.base; 2 | 3 | import android.widget.ImageView; 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/12/8 8 | * 时间:At 13:40 9 | */ 10 | 11 | public interface IBaseHolder { 12 | ImageView getImageView(); 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/base/SimpleActionListener.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.base; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/22 6 | * 时间:At 20:23 7 | */ 8 | public interface SimpleActionListener { 9 | void success(String msg); 10 | void failed(String msg); 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/base/SimpleArrayCallback.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.base; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/10/10 6 | * 时间:At 21:21 7 | */ 8 | public abstract class SimpleArrayCallback implements BaseCallback{ 9 | @Override 10 | public void loading(boolean isLoading){ 11 | 12 | } 13 | 14 | @Override 15 | public void bindObjectToView(String actionType, T data){ 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/model/GreasyMeta.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.model 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/11/2 6 | * 时间:At 20:05 7 | */ 8 | data class GreasyMeta( 9 | var runAt: String? = null, 10 | ) 11 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/model/JSMenu.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.model 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/10/23 6 | * 时间:At 12:32 7 | */ 8 | data class JSMenu( 9 | var name: String, 10 | var func: String 11 | ) 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/util/UUIDUtil.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.util; 2 | 3 | import java.util.UUID; 4 | 5 | /** 6 | * Created by xm on 15/4/23. 7 | */ 8 | public class UUIDUtil { 9 | 10 | public static String genUUID(){ 11 | return UUID.randomUUID().toString().replaceAll("-", ""); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/view/BaseWebViewActivity.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.view; 2 | 3 | import android.view.View; 4 | import android.webkit.WebView; 5 | 6 | import com.example.hikerview.ui.base.BaseActivity; 7 | 8 | /** 9 | * 作者:By 15968 10 | * 日期:On 2020/4/4 11 | * 时间:At 16:01 12 | */ 13 | public abstract class BaseWebViewActivity extends BaseActivity { 14 | public abstract WebView getWebView(); 15 | 16 | public abstract View getSnackBarBg(); 17 | 18 | public abstract boolean isOnPause(); 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/view/IVideoWebView.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.view 2 | 3 | import com.annimon.stream.function.Consumer 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2022/3/19 8 | * 时间:At 23:00 9 | */ 10 | interface IVideoWebView { 11 | fun postTask(task: Runnable) 12 | fun useFastPlay(use: Boolean) 13 | fun evaluateJS(js: String, resultCallback: Consumer?) 14 | fun addJSInterface(obj: Any, interfaceName: String) 15 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/browser/webview/ServiceWorkerInterceptor.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.browser.webview; 2 | 3 | import android.webkit.WebResourceRequest; 4 | import android.webkit.WebResourceResponse; 5 | 6 | import androidx.annotation.Nullable; 7 | 8 | /** 9 | * 作者:By 15968 10 | * 日期:On 2022/10/16 11 | * 时间:At 1:07 12 | */ 13 | 14 | public interface ServiceWorkerInterceptor { 15 | @Nullable 16 | WebResourceResponse shouldInterceptRequest(WebResourceRequest request); 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/DetectListener.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/12/4 6 | * 时间:At 23:18 7 | */ 8 | public interface DetectListener { 9 | void onSuccess(VideoInfo videoInfo); 10 | void onFailed(String msg); 11 | void onProgress(int progress, String msg); 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/DownloadInfo.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/6/6 6 | * 时间:At 21:12 7 | */ 8 | data class DownloadInfo( 9 | var lastClearSpeedTime: Long = 0, 10 | var lastDownloadedSize: Long = 0, 11 | var currentSpeed: Long = 0 12 | ) -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/DownloadThread.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2019/12/6 6 | * 时间:At 20:43 7 | */ 8 | public abstract class DownloadThread extends Thread { 9 | 10 | public abstract String getTempDir(); 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/exception/DownloadErrorException.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download.exception 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/11/28 6 | * 时间:At 20:25 7 | */ 8 | class DownloadErrorException(var msg: String) : RuntimeException(msg) -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/util/RandomUtil.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download.util; 2 | 3 | import java.util.Random; 4 | 5 | /** 6 | * Created by xm on 17-8-21. 7 | */ 8 | public class RandomUtil { 9 | public static int getRandom(int min, int max){ 10 | Random random = new Random(); 11 | return random.nextInt(max) % (max - min + 1) + min; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/download/util/UUIDUtil.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.download.util; 2 | 3 | import java.util.UUID; 4 | 5 | /** 6 | * Created by xm on 15/4/23. 7 | */ 8 | public class UUIDUtil { 9 | 10 | public static String genUUID(){ 11 | return UUID.randomUUID().toString().replaceAll("-", ""); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/miniprogram/data/ViewDTO.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.miniprogram.data 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2022/7/3 8 | * 时间:At 10:34 9 | */ 10 | data class ViewDTO( 11 | var title: String?, 12 | var url: String? 13 | ) { 14 | @JSONCreator 15 | constructor() : this(null, null) { 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/miniprogram/interfaces/ArticleListIsland.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.miniprogram.interfaces 2 | 3 | /** 4 | * 首页和二级页面公共部分 5 | * 作者:By 15968 6 | * 日期:On 2021/8/29 7 | * 时间:At 21:51 8 | */ 9 | interface ArticleListIsland { 10 | fun hideLoading() 11 | 12 | fun showLoading(text: String) 13 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/picture/model/PictureItem.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.picture.model 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/12/31 8 | * 时间:At 17:32 9 | */ 10 | data class PictureItem( 11 | var name: String?, 12 | var url: String? 13 | ) { 14 | @JSONCreator 15 | constructor() : this(null, null) { 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/picture/model/PictureType.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.picture.model 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/12/31 8 | * 时间:At 17:32 9 | */ 10 | data class PictureType( 11 | var name: String?, 12 | var code: String? 13 | ) { 14 | @JSONCreator 15 | constructor() : this(null, null) { 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/picture/service/IPictureParser.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.picture.service 2 | 3 | import com.example.hikerview.ui.home.model.ArticleList 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/12/31 8 | * 时间:At 21:52 9 | */ 10 | interface IPictureParser { 11 | 12 | fun id(): Int 13 | 14 | suspend fun loadTypes(): ArrayList 15 | 16 | suspend fun loadItems(page: Int, parent: ArticleList): ArrayList 17 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/rules/model/BailanBodyResponse.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.rules.model 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/11/12 8 | * 时间:At 17:40 9 | */ 10 | data class BailanBodyResponse( 11 | var return_code: Int?, 12 | var result_code: String?, 13 | var data: String?, 14 | var message: String? 15 | ){ 16 | @JSONCreator 17 | constructor(): this(0, null,null, null){ 18 | 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/rules/model/BailanResponse.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.rules.model 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/11/12 8 | * 时间:At 17:40 9 | */ 10 | data class BailanResponse( 11 | var return_code: Int?, 12 | var result_code: String?, 13 | var data: BailanResponseData?, 14 | var message: String? 15 | ){ 16 | @JSONCreator 17 | constructor(): this(0, null,null, null){ 18 | 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/rules/model/BailanResponseData.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.rules.model 2 | 3 | import com.alibaba.fastjson.annotation.JSONCreator 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/11/12 8 | * 时间:At 17:40 9 | */ 10 | data class BailanResponseData( 11 | var path: String?, 12 | var password: String? 13 | ) { 14 | 15 | @JSONCreator 16 | constructor() : this(null, null){ 17 | 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/thunder/MagnetConsumer.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.thunder 2 | 3 | import com.xunlei.downloadlib.parameter.TorrentFileInfo 4 | import java.util.* 5 | 6 | /** 7 | * 作者:By 15968 8 | * 日期:On 2022/6/13 9 | * 时间:At 9:57 10 | */ 11 | interface MagnetConsumer { 12 | fun consume(url: String, name: String, arrayList: ArrayList) 13 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/thunder/MagnetVideoConsumer.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.thunder 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2022/6/13 6 | * 时间:At 9:57 7 | */ 8 | interface MagnetVideoConsumer { 9 | fun consume(url: String, name: String) 10 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/video/event/MusicAction.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.video.event; 2 | 3 | /** 4 | * 作者:By 15968 5 | * 日期:On 2021/10/11 6 | * 时间:At 0:06 7 | */ 8 | 9 | public class MusicAction { 10 | public MusicAction(String code) { 11 | this.code = code; 12 | } 13 | 14 | public String getCode() { 15 | return code; 16 | } 17 | 18 | public void setCode(String code) { 19 | this.code = code; 20 | } 21 | 22 | public String code; 23 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/video/remote/WebPlayGenerator.kt: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.video.remote 2 | 3 | import com.example.hikerview.ui.webdlan.model.DlanUrlDTO 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2021/10/21 8 | * 时间:At 20:33 9 | */ 10 | interface WebPlayGenerator { 11 | fun generate(playUrl: String) : DlanUrlDTO; 12 | } -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/ui/view/listener/ScrollViewListener.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.ui.view.listener; 2 | 3 | import com.example.hikerview.ui.view.ObservableScrollView; 4 | 5 | /** 6 | * 作者:By 15968 7 | * 日期:On 2020/2/12 8 | * 时间:At 18:39 9 | */ 10 | public interface ScrollViewListener { 11 | void onScrollChanged(ObservableScrollView scrollView, int x, int y, int oldx, int oldy); 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/com/example/hikerview/utils/RandomUtil.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview.utils; 2 | 3 | import java.util.Random; 4 | 5 | /** 6 | * Created by xm on 17-8-21. 7 | */ 8 | public class RandomUtil { 9 | public static int getRandom(int min, int max){ 10 | Random random = new Random(); 11 | return random.nextInt(max) % (max - min + 1) + min; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/jniLibs/arm64-v8a/liblbs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/jniLibs/arm64-v8a/liblbs.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi/libadblockplus-jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/jniLibs/armeabi/libadblockplus-jni.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi/liblbs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/jniLibs/armeabi/liblbs.so -------------------------------------------------------------------------------- /app/src/main/res/anim/activity_open_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/anim/activity_open_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/anim/alpha_no_trans.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bottom_dialog_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bottom_dialog_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/bottom_to_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dd_mask_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dd_mask_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dd_mask_out_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dd_menu_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dd_menu_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dialog_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dialog_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/fast_out_slow_in.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/anim/item_animation_from_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/anim/list_player.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/anim/scale_player.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/anim/setting_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_bottom_to_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_top_to_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/anim/splash_dialog_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/splash_dialog_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/top_dialog_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/top_dialog_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/top_to_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/anim/ver_tran_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/anim/ver_tran_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/anim/zoom_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/add.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_action_last_white.xml: -------------------------------------------------------------------------------- 1 | 7 | 9 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_action_next_white.xml: -------------------------------------------------------------------------------- 1 | 7 | 9 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_action_wrap_text.xml: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_arrow_gray.xml: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_back.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_bookmark_folder.xml: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_close.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_expand_close.xml: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-anydpi/ic_forward.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/add.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_last_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_last_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_next_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_next_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_notice_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_notice_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_save_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_save_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_wrap_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_wrap_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_action_wrap_text_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_action_wrap_text_selected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_arrow_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_arrow_end.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_arrow_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_arrow_gray.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_arrow_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_arrow_start.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_back_left_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_back_left_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_bookmark_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_bookmark_folder.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_bookmark_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_bookmark_url.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_close_all_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_close_all_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_close_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_expand_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_expand_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_forward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_jump.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_notice.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_notice_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_notice_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_pure_update_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_pure_update_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_view_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_view_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_web_debug_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/ic_web_debug_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/menu_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-hdpi/menu_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/add.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/home_pic4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/home_pic4.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_last_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_last_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_next_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_next_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_notice_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_notice_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_save_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_save_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_wrap_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_wrap_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_action_wrap_text_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_action_wrap_text_selected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_arrow_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_arrow_end.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_arrow_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_arrow_gray.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_arrow_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_arrow_start.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_back_left_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_back_left_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_bookmark_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_bookmark_folder.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_bookmark_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_bookmark_url.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_card_gradient_green.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_close_all_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_close_all_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_close_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_expand_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_expand_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_forward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_jump.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_notice.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_notice_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_notice_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_pure_update_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_pure_update_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_view_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_view_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_web_debug_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/ic_web_debug_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/menu_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-mdpi/menu_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-night/background_splash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/account.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/account_solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/account_solid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ad_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ad_filter.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ad_subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ad_subscribe.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/add.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/add_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/add_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/all_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/all_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/attention_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/attention_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/backup_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/backup_cloud.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/bbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/bbs.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/bbs_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/bbs_line.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/bookmark_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/bookmark_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/button_layer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/button_layer_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/button_layer_red.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/check_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/check_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/check_circle_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/check_circle_failed.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/close_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/close_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/copy_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/copy_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_10.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_5.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_6.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_7.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_8.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/discory_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/discory_9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/douban.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/douban.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/edit_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/edit_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/explore_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/explore_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/favor_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/favor_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/fing_set_web2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/fing_set_web2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/forward_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/forward_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/game_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/game_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/group_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/group_ad.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/group_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/group_browser.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/group_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/group_download.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/group_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/group_js.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/group_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/group_play.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/his_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/his_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_block.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_bookmark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_code.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_collection.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_left_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_left_menu.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_net_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_net_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_pic1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_pic1.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_refresh.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_search.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_solid.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_translate.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_ua.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/home_xiu_tan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/home_xiu_tan.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_arrow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_choose_chapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_choose_chapter.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_last_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_last_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_menu_drop_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_menu_drop_bar.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_next.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_next_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_next_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_notice_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_notice_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_play_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_play_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_play_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_play_mode.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_player_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_player_copy.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_player_dlan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_player_dlan.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_player_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_player_other.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_player_x5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_player_x5.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_save_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_save_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_wrap_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_wrap_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_action_wrap_text_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_action_wrap_text_selected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_arrow_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_arrow_end.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_arrow_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_arrow_gray.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_arrow_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_arrow_start.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_auto_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_auto_stop.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_back_left_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_back_left_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_bookmark_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_bookmark_folder.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_bookmark_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_bookmark_url.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_close_all_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_close_all_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_close_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_expand_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_expand_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_forward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_home_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_home_download.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_jump.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_main_nav_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_main_nav_search.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_notice.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_notice_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_notice_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_pure_update_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_pure_update_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_stat_cast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_stat_cast.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_stat_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_stat_download.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_stat_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_stat_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_view_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_view_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_web_debug_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ic_web_debug_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_ad.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_back.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_back.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_back02.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_back02.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_box.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_browser_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_browser_bookmark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_browser_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_browser_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_code.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_dev.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_download.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_edit.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_exit.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_eye.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_file.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_file.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_filter.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_find.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_fodler.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_fodler.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_his.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_his.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_offline.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_plugin.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_pure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_pure.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_save.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_search.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_setting.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_share.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_share_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_share_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_share_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_share_more.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_trans.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_ua.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_ua2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_ua2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_web_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_web_edit.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_xiutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/icon_xiutan.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/left_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/left_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/left_circle_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/left_circle_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/link_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/link_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/main_menu_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/main_menu_backup.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/main_menu_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/main_menu_clear.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/main_menu_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/main_menu_go.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/main_menu_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/main_menu_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/menu_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/menu_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/menu_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/menu_web.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/minus_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/minus_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/mv.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/play_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/play_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/redo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/redo_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/redo_gray.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/refresh.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/refresh_web_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/refresh_web_5.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/right_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/right_circle.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/right_circle_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/right_circle_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/round_close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/round_close_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/round_close_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/round_close_red.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/rule_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/rule_filter.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/save_file_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/save_file_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/scan_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/scan_light.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/scan_light_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/scan_light_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/screen_lock_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/screen_lock_rotation.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/screen_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/screen_rotation.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/search.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/search_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/search_clear.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/setting_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/setting_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/setting_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/setting_more.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/settings_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/settings_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/sign.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/source.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/switch_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/switch_source.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/time_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/time_out.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_bookmark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_collection.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_his.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_his.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_home.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_js.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_more_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_more_setting.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/top_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/top_notice.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/tree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/tree1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/tree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/tree2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/tree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/tree3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/tree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/tree4.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ua_web_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xhdpi/ua_web_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/add.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_last_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_last_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_next_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_next_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_notice_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_notice_green.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_save_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_save_file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_wrap_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_wrap_text.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_action_wrap_text_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_action_wrap_text_selected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_arrow_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_arrow_end.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_arrow_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_arrow_gray.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_arrow_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_arrow_start.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_back.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_back_left_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_back_left_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_bookmark_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_bookmark_folder.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_bookmark_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_bookmark_url.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_close_all_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_close_all_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_close_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_expand_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_expand_close.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_forward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_jump.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_notice.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_notice_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_notice_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_pure_update_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_pure_update_black.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_video_pip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_video_pip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_view_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_view_history.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_web_debug_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/ic_web_debug_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/menu_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable-xxhdpi/menu_video.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/account_home.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/account_home.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/background_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/background_splash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/background_white_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round2.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round_all.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round_black.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round_radius_10.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_round_radius_10_trans.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/card_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/card_bg.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/check_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/check_bg_search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/check_bg_trans.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/check_bg_trans_border_white.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/check_bg_white.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/dlan_bag.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/et_cursor.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/fastscroll_handle.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/flex_divider.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_black.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_black_ripple.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_gray_trans_reverse.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_red.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_red_ripple.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_violet.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_violet_ripple.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_yellow.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gradient_yellow_ripple.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/home_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/home_download.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/home_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/home_setting.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_last_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/ic_action_last_blue.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_card_border_white.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_card_border_white_solid.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_play_pause.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_play_yes.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_reduce.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ico_action_back_black.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ico_action_back_white.xml: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/nothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/nothing.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/pic_poetry.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/pic_poetry.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/play_center_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/rect_button_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/recy_vertical_scrollbar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/recy_vertical_scrollbar_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_disabled_grey.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_gray_corners.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_gray_setting.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_grey.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_red.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_trans.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_trans2.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_white.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/search_bar_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sel_def_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sel_def_gray_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sel_def_gray_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_bottom_border.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_bottom_border_selected.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_corners_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_corners_bottom_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_corners_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_corners_top_grey.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_dialog_cardbg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_gray_corners.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_half_trans.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_half_trans_deep.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_left_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_left_bottom_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_right_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_right_bottom_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_top_border.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_top_border_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_top_border_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tab_ind_radius.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tab_item_default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/drawable/tv.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/uncheck_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/volume_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/z_dialog_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/menu/high_light_options.xml: -------------------------------------------------------------------------------- 1 | 3 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/menu/js_edit_options.xml: -------------------------------------------------------------------------------- 1 | 3 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/menu/mini_program_options.xml: -------------------------------------------------------------------------------- 1 | 3 | 7 | 11 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/menu/picture_list_options.xml: -------------------------------------------------------------------------------- 1 | 3 | 7 | 11 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/menu/video_mode.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 11 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/slogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-mdpi/slogan.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/download.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/drop_down_unselected_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/drop_down_unselected_icon.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_help.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_info.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_success.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_wrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/ic_wrong.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/icon_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xhdpi/icon_warning.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/bookmark.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/cast_shap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/cast_shap.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/collection.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/download_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/download_1.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/guide_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/guide_channel.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/guide_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/guide_open.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/guide_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/guide_plugin.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/guide_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/guide_view.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/history.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_dlan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_dlan.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_more_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_more_close.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_show.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/ic_show.jpg -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/js.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/placeholder.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxhdpi/setting.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/transition/slide_bottom_to_top.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/transition/slide_top_to_bottom.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/values-night/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | @color/grey 4 | @color/black_12 5 | #222222 6 | #ff202124 7 | #ff202124 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values-v23/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 44dp 4 | 200dp 5 | 3dp 6 | 8dp 7 | -------------------------------------------------------------------------------- /app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #3DCF9E 4 | -------------------------------------------------------------------------------- /app/src/main/res/xml/network_security_config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/xml/provider_paths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/xml/search_widget_info.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/test/java/com/example/hikerview/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /app/src/test/java/com/example/hikerview/UrlDetectorUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.example.hikerview; 2 | 3 | import org.junit.Test; 4 | import org.junit.runner.RunWith; 5 | import org.junit.runners.JUnit4; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | @RunWith(JUnit4.class) 13 | public class UrlDetectorUnitTest { 14 | @Test 15 | public void testPattern() { 16 | 17 | } 18 | } -------------------------------------------------------------------------------- /app/version.properties: -------------------------------------------------------------------------------- 1 | #Sun Jul 31 21:39:33 CST 2022 2 | VERSION_CODE=597 3 | -------------------------------------------------------------------------------- /thunder/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/BtIndexSet.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class BtIndexSet { 4 | public int[] mIndexSet; 5 | 6 | public BtIndexSet(int i) { 7 | this.mIndexSet = new int[i]; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/BtSubTaskDetail.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class BtSubTaskDetail { 4 | public int mFileIndex; 5 | public boolean mIsSelect; 6 | public XLTaskInfo mTaskInfo = new XLTaskInfo(); 7 | } 8 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/BtTaskStatus.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class BtTaskStatus { 4 | public int[] mStatus; 5 | 6 | public BtTaskStatus(int i) { 7 | this.mStatus = new int[i]; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/GetDownloadHead.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class GetDownloadHead { 4 | public String mHttpResponse = null; 5 | public int mHttpState = -1; 6 | } 7 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/GetDownloadLibVersion.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class GetDownloadLibVersion { 4 | public String mVersion = null; 5 | } 6 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/GetFileName.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class GetFileName { 4 | private String mFileName; 5 | 6 | public String getFileName() { 7 | return this.mFileName; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/GetTaskId.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class GetTaskId { 4 | private long mTaskId; 5 | 6 | public long getTaskId() { 7 | return this.mTaskId; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/MaxDownloadSpeedParam.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class MaxDownloadSpeedParam { 4 | public long mSpeed; 5 | } 6 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/ScdnResourceParam.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class ScdnResourceParam { 4 | public String unixPath; 5 | 6 | public ScdnResourceParam(String str) { 7 | this.unixPath = str; 8 | } 9 | 10 | public ScdnResourceParam() { 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/ThunderUrlInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class ThunderUrlInfo { 4 | public String mUrl; 5 | 6 | public ThunderUrlInfo() { 7 | } 8 | 9 | public ThunderUrlInfo(String str) { 10 | this.mUrl = str; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/TorrentFileInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class TorrentFileInfo { 4 | public int mFileIndex; 5 | public String mFileName; 6 | public long mFileSize; 7 | public int mRealIndex; 8 | public String mSubPath; 9 | public String playUrl; 10 | public String hash; 11 | public String torrentPath; 12 | 13 | public boolean isSelected; 14 | } 15 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/TorrentInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class TorrentInfo { 4 | public int mFileCount; 5 | public String mInfoHash; 6 | public boolean mIsMultiFiles; 7 | public String mMultiFileBaseFolder; 8 | public TorrentFileInfo[] mSubFileInfo; 9 | } 10 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/UrlQuickInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class UrlQuickInfo { 4 | public String mContentType; 5 | public String mFileNameAdvice; 6 | public long mFileSize; 7 | public int mState; 8 | } 9 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/XLProductInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class XLProductInfo { 4 | public String mProductKey; 5 | public String mProductName; 6 | 7 | public XLProductInfo(String str, String str2) { 8 | this.mProductKey = str; 9 | this.mProductName = str2; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/XLSessionInfo.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class XLSessionInfo { 4 | public long mSendByte; 5 | public long mStartTime; 6 | } 7 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/XLTaskInfoEx.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class XLTaskInfoEx { 4 | public int mErrorCode; 5 | public int mInfoLen; 6 | public int mOriginResState; 7 | public int mP2pAbandonTotal; 8 | public int mP2pUsedTotal; 9 | public int mP2sAbandonTotal; 10 | public int mP2sUsedTotal; 11 | public long mTaskId; 12 | } 13 | -------------------------------------------------------------------------------- /thunder/src/main/java/com/xunlei/downloadlib/parameter/XLTaskLocalUrl.java: -------------------------------------------------------------------------------- 1 | package com.xunlei.downloadlib.parameter; 2 | 3 | public class XLTaskLocalUrl { 4 | public String mStrUrl; 5 | } 6 | -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/arm64-v8a/libxl_stat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/arm64-v8a/libxl_stat.so -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/arm64-v8a/libxl_thunder_sdk.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/arm64-v8a/libxl_thunder_sdk.so -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/armeabi-v7a/libxl_stat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/armeabi-v7a/libxl_stat.so -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/armeabi-v7a/libxl_thunder_sdk.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/armeabi-v7a/libxl_thunder_sdk.so -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/armeabi/libxl_stat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/armeabi/libxl_stat.so -------------------------------------------------------------------------------- /thunder/src/main/jniLibs/armeabi/libxl_thunder_sdk.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiusunshine/youtoo/49a66631ace5e2f63f8e45aee85ef848ed6e42f1/thunder/src/main/jniLibs/armeabi/libxl_thunder_sdk.so -------------------------------------------------------------------------------- /thunder/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | thunder 3 | 4 | --------------------------------------------------------------------------------