├── .gradle ├── 3.3 │ ├── taskArtifacts │ │ ├── fileHashes.bin │ │ ├── fileSnapshots.bin │ │ ├── taskArtifacts.bin │ │ └── taskArtifacts.lock │ └── tasks │ │ ├── _app_compileDebugJavaWithJavac │ │ ├── localClassSetAnalysis │ │ │ ├── localClassSetAnalysis.bin │ │ │ └── localClassSetAnalysis.lock │ │ └── localJarClasspathSnapshot │ │ │ ├── localJarClasspathSnapshot.bin │ │ │ └── localJarClasspathSnapshot.lock │ │ └── _app_compileReleaseJavaWithJavac │ │ ├── localClassSetAnalysis │ │ ├── localClassSetAnalysis.bin │ │ └── localClassSetAnalysis.lock │ │ └── localJarClasspathSnapshot │ │ ├── localJarClasspathSnapshot.bin │ │ └── localJarClasspathSnapshot.lock ├── 4.1 │ ├── fileChanges │ │ └── last-build.bin │ ├── fileContent │ │ └── fileContent.lock │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ ├── javaCompile │ │ ├── classAnalysis.bin │ │ ├── jarAnalysis.bin │ │ ├── javaCompile.lock │ │ ├── taskHistory.bin │ │ └── taskJars.bin │ └── taskHistory │ │ ├── fileSnapshots.bin │ │ ├── taskHistory.bin │ │ └── taskHistory.lock └── buildOutputCleanup │ ├── built.bin │ ├── cache.properties │ └── cache.properties.lock ├── .idea ├── codeStyleSettings.xml ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── dictionaries │ ├── 26526.xml │ └── stytool.xml ├── gradle.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── libraries │ ├── __local_aars___E__android_styTool_app_libs_BmobSDK_3_5_8_20171013_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_Bmob_Push_1_0_1_20170907_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_MobCommons_2017_0607_1116_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_MobTools_2017_0607_1116_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_OpenInstall_v2_1_0_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_commons_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_core_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_gson_2_7_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_lite_orm_1_7_0_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_mobAPI_2_0_0_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_rxandroid_1_2_0_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_rxjava_1_1_6_jar_unspecified_jar.xml │ ├── __local_aars___E__android_styTool_app_libs_tbs_sdk_th_jar_jar_unspecified_jar.xml │ ├── android_arch_core_common_1_0_0_jar.xml │ ├── android_arch_lifecycle_common_1_0_0_jar.xml │ ├── android_arch_lifecycle_runtime_1_0_0.xml │ ├── cn_bingoogolapple_bga_swipebacklayout_1_1_8.xml │ ├── com_android_support_animated_vector_drawable_26_1_0.xml │ ├── com_android_support_appcompat_v7_26_1_0.xml │ ├── com_android_support_cardview_v7_26_1_0.xml │ ├── com_android_support_constraint_constraint_layout_1_0_2.xml │ ├── com_android_support_constraint_constraint_layout_solver_1_0_2_jar.xml │ ├── com_android_support_design_26_1_0.xml │ ├── com_android_support_recyclerview_v7_26_1_0.xml │ ├── com_android_support_support_annotations_26_1_0_jar.xml │ ├── com_android_support_support_compat_26_1_0.xml │ ├── com_android_support_support_core_ui_26_1_0.xml │ ├── com_android_support_support_core_utils_26_1_0.xml │ ├── com_android_support_support_fragment_26_1_0.xml │ ├── com_android_support_support_media_compat_26_1_0.xml │ ├── com_android_support_support_v4_26_1_0.xml │ ├── com_android_support_support_vector_drawable_26_1_0.xml │ ├── com_android_support_transition_26_1_0.xml │ ├── com_github_bumptech_glide_glide_3_6_1_jar.xml │ ├── com_just_agentweb_agentweb_3_0_0_rc.xml │ ├── com_lcodecorex_tkrefreshlayout_1_0_7.xml │ ├── com_liulishuo_filedownloader_library_1_6_8.xml │ ├── com_squareup_okhttp_okhttp_2_7_0_jar.xml │ ├── com_squareup_okio_okio_1_12_0_jar.xml │ ├── com_squareup_picasso_picasso_2_5_2_jar.xml │ ├── com_tencent_bugly_crashreport_2_6_6_1.xml │ ├── com_tencent_bugly_nativecrashreport_3_3_1.xml │ ├── org_apache_http_legacy_android_26.xml │ └── org_jsoup_jsoup_1_10_3_jar.xml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── workspace.xml ├── LICENSE ├── README.md ├── app ├── .gitignore ├── app.iml ├── base.apk ├── build.gradle ├── debug │ ├── log.dll │ └── output.json ├── dict.txt ├── dictionary.txt ├── gi.txt ├── libs │ ├── BmobSDK_3.5.8_20171013.jar │ ├── Bmob_Push_1.0.1_20170907.jar │ ├── MobCommons-2017.0607.1116.jar │ ├── MobTools-2017.0607.1116.jar │ ├── OpenInstall_v2.1.0.jar │ ├── commons.jar │ ├── core.jar │ ├── gson-2.7.jar │ ├── lite-orm-1.7.0.jar │ ├── mobAPI-2.0.0.jar │ ├── rxandroid-1.2.0.jar │ ├── rxjava-1.1.6.jar │ └── tbs_sdk_th.jar.jar ├── proguard-rules.pro ├── release │ ├── output.json │ └── 妮哩 549.apk └── src │ └── main │ ├── AndroidManifest.xml │ ├── aidl │ └── android │ │ └── content │ │ └── pm │ │ ├── IPackageDataObserver.aidl │ │ ├── IPackageStatsObserver.aidl │ │ └── PackageStats.aidl │ ├── assets │ ├── Cache_dex │ │ ├── Cache_18b7b8153dabf8d0 │ │ ├── Cache_18b7b8153dabf8d0_hd │ │ ├── Cache_1921b813d66fa3f │ │ ├── Cache_1960fe1fcfaa0e5f │ │ ├── Cache_1b1d514519e53131 │ │ ├── Cache_202f8f9b7e49b10e │ │ ├── Cache_214e818ff7bfd291 │ │ ├── Cache_22d9cb7156d7078f │ │ ├── Cache_271478ef85e2b138 │ │ ├── Cache_288a4990f67a3ecd │ │ ├── Cache_2bba8b45ef22f5b6 │ │ ├── Cache_3078ac0e04b6caad │ │ ├── Cache_3676b8ae35ea6fc8 │ │ ├── Cache_374942d0e29fe8d4 │ │ ├── Cache_38dd6a058c85456e │ │ ├── Cache_39190490a43b0e59 │ │ ├── Cache_3c5ce46123f2fdf3 │ │ ├── Cache_466f0579fa5cc9b2 │ │ ├── Cache_468b43971571ffd0 │ │ ├── Cache_46ad4a5a8b08faa8 │ │ ├── Cache_4b88b7687f11c6aa │ │ ├── Cache_4c39f66f5d20d292 │ │ ├── Cache_4d7e7323d8a255c5 │ │ ├── Cache_537a52f68ddd32ca │ │ ├── Cache_54cb13f1afec26f2 │ │ ├── Cache_558c96bd2a6ea1a5 │ │ ├── Cache_5cde9a97006afa4b │ │ ├── Cache_5db90f7796681b73 │ │ ├── Cache_5e5fafc479c40ec8 │ │ ├── Cache_5e79a609e7bd0bb0 │ │ ├── Cache_5e9de0e708903dd2 │ │ ├── Cache_6164da12f535692e │ │ └── Cache_631fadd69be5dd30 │ ├── MainActivity.java │ ├── activity_main.xml │ ├── activity_main_drawer.xml │ ├── animation.dex │ ├── appConfig │ ├── bauhaus.ttf │ ├── casses8.dex │ ├── classes10.dex │ ├── classes11.dex │ ├── classes12.dex │ ├── classes5.MVP │ ├── classes5.dex │ ├── classes6.dex │ ├── classes7.dex │ ├── classes8.dex │ ├── classes9.dex │ ├── classes_cRC32.apk │ ├── data.mp3 │ ├── data │ │ └── 2.jpg │ ├── gmail.xml │ ├── icon.xml │ ├── index.android.bundle │ ├── index.html │ ├── libstyTool.so │ ├── lice.txt │ ├── main.xml │ ├── settings.xml │ ├── styTool.dex │ ├── text_colors.xml │ ├── xposed_init │ └── xposed_init.mp3 │ ├── java │ ├── com │ │ ├── bilibili │ │ │ └── magicasakurademo │ │ │ │ ├── BaseActivity.java │ │ │ │ ├── ColorsListAdapter.java │ │ │ │ ├── MyThemeUtils.java │ │ │ │ └── PreferenceUtils.java │ │ ├── cjj │ │ │ ├── CircleProgressBar.java │ │ │ ├── MaterialFoodView.java │ │ │ ├── MaterialFooterView.java │ │ │ ├── MaterialHeadListener.java │ │ │ ├── MaterialHeadView.java │ │ │ ├── MaterialHeaderView.java │ │ │ ├── MaterialProgressDrawable.java │ │ │ ├── MaterialRefreshLayout.java │ │ │ ├── MaterialRefreshListener.java │ │ │ ├── MaterialWaveView.java │ │ │ ├── SunFaceView.java │ │ │ ├── SunLayout.java │ │ │ ├── SunLineView.java │ │ │ └── Util.java │ │ ├── kymjs │ │ │ ├── okhttp │ │ │ │ └── OkHttpStack.java │ │ │ └── rxvolley │ │ │ │ ├── RxVolley.java │ │ │ │ ├── client │ │ │ │ ├── FileRequest.java │ │ │ │ ├── FormRequest.java │ │ │ │ ├── HttpCallback.java │ │ │ │ ├── HttpParams.java │ │ │ │ ├── JsonRequest.java │ │ │ │ ├── ProgressListener.java │ │ │ │ └── RequestConfig.java │ │ │ │ ├── http │ │ │ │ ├── CacheDispatcher.java │ │ │ │ ├── DefaultRetryPolicy.java │ │ │ │ ├── ExecutorDelivery.java │ │ │ │ ├── HttpConnectStack.java │ │ │ │ ├── HttpHeaderParser.java │ │ │ │ ├── Network.java │ │ │ │ ├── NetworkDispatcher.java │ │ │ │ ├── NetworkResponse.java │ │ │ │ ├── Request.java │ │ │ │ ├── RequestQueue.java │ │ │ │ ├── Response.java │ │ │ │ ├── RetryPolicy.java │ │ │ │ ├── URLHttpResponse.java │ │ │ │ └── VolleyError.java │ │ │ │ ├── interf │ │ │ │ ├── ICache.java │ │ │ │ ├── IDelivery.java │ │ │ │ ├── IHttpStack.java │ │ │ │ ├── INetwork.java │ │ │ │ └── IPersistence.java │ │ │ │ ├── rx │ │ │ │ ├── Result.java │ │ │ │ └── RxBus.java │ │ │ │ └── toolbox │ │ │ │ ├── ByteArrayPool.java │ │ │ │ ├── DiskBasedCache.java │ │ │ │ ├── FileUtils.java │ │ │ │ ├── HTTPSTrustManager.java │ │ │ │ ├── HttpParamsEntry.java │ │ │ │ ├── HttpStatus.java │ │ │ │ ├── Loger.java │ │ │ │ ├── PoolingByteArrayOutputStream.java │ │ │ │ └── RxVolleyContext.java │ │ ├── lqr │ │ │ └── dropdownLayout │ │ │ │ ├── LQRDropdownLayout.java │ │ │ │ └── ref │ │ │ │ ├── LQRDropdownButton.java │ │ │ │ ├── LQRDropdownItemObject.java │ │ │ │ ├── LQRDropdownListItemView.java │ │ │ │ └── LQRDropdownListView.java │ │ ├── mob │ │ │ └── mobapi │ │ │ │ └── sample │ │ │ │ ├── MainActivity.java │ │ │ │ ├── bankcard │ │ │ │ └── BankCardAPIActivity.java │ │ │ │ ├── boxoffice │ │ │ │ └── BoxOfficeAPIActivity.java │ │ │ │ ├── calendar │ │ │ │ └── CalendarAPIActivity.java │ │ │ │ ├── car │ │ │ │ ├── CarAPIActivity.java │ │ │ │ ├── CarSeriesDetailsActivity.java │ │ │ │ └── CarSeriesNameActivity.java │ │ │ │ ├── cook │ │ │ │ ├── CookAPIActivity.java │ │ │ │ ├── MenuAdapter.java │ │ │ │ └── MenuListActivity.java │ │ │ │ ├── custom │ │ │ │ ├── CustomAPIActivity.java │ │ │ │ ├── CustomAPIFullManualActivity.java │ │ │ │ └── CustomAPISemiAutomaticActivity.java │ │ │ │ ├── dictionary │ │ │ │ └── DictionaryAPIActivity.java │ │ │ │ ├── domesticmetal │ │ │ │ └── DomesticMetalAPIActivity.java │ │ │ │ ├── dream │ │ │ │ └── DreamAPIActivity.java │ │ │ │ ├── environment │ │ │ │ └── EnvironmentAPIActivity.java │ │ │ │ ├── exchange │ │ │ │ ├── ExchangeAPIActivity.java │ │ │ │ ├── QueryAllCurrency.java │ │ │ │ ├── QueryExchangeRateByCode.java │ │ │ │ ├── QueryRMBQuotationByBank.java │ │ │ │ ├── QueryRealTimeActivity.java │ │ │ │ └── RealTimeExchangeAdapter.java │ │ │ │ ├── flight │ │ │ │ ├── FlightAPIActivity.java │ │ │ │ └── FlightCityThreeCodesAPIActivity.java │ │ │ │ ├── footballleague │ │ │ │ ├── FootballLeagueAPIActivity.java │ │ │ │ └── FootballLeagueRoundActivity.java │ │ │ │ ├── globalstock │ │ │ │ ├── GlobalStockDetailActivity.java │ │ │ │ └── GlobalStockListAPIActivity.java │ │ │ │ ├── gold │ │ │ │ └── GoldAPIActivity.java │ │ │ │ ├── health │ │ │ │ └── HealthAPIActivity.java │ │ │ │ ├── history │ │ │ │ └── HistoryAPIActivity.java │ │ │ │ ├── horoscope │ │ │ │ └── HoroscopeAPIActivity.java │ │ │ │ ├── idcard │ │ │ │ └── IDCardAPIActivity.java │ │ │ │ ├── idiom │ │ │ │ └── IdiomAPIActivity.java │ │ │ │ ├── iktoken │ │ │ │ └── IKTokenAPIActivity.java │ │ │ │ ├── ipstore │ │ │ │ └── IPStoreAPIActivity.java │ │ │ │ ├── laohuangli │ │ │ │ └── LaoHuangLiAPIActivity.java │ │ │ │ ├── lottery │ │ │ │ └── LotteryAPIActivity.java │ │ │ │ ├── marriage │ │ │ │ └── MarriageAPIActivity.java │ │ │ │ ├── mobile │ │ │ │ └── MobileAPIActivity.java │ │ │ │ ├── mobilelucky │ │ │ │ └── MobileLuckyAPIActivity.java │ │ │ │ ├── oilprice │ │ │ │ └── OilPriceAPIActivity.java │ │ │ │ ├── postcode │ │ │ │ ├── AddressToPostcodeActivity.java │ │ │ │ ├── PostcodeAPIActivity.java │ │ │ │ └── PostcodeToAddressActivity.java │ │ │ │ ├── sliver │ │ │ │ └── SliverAPIActivity.java │ │ │ │ ├── station │ │ │ │ └── StationAPIActivity.java │ │ │ │ ├── tiku │ │ │ │ ├── TiKuAPIActivity.java │ │ │ │ ├── TiKuAdapter.java │ │ │ │ └── TiKuListAPIActivity.java │ │ │ │ ├── traintickets │ │ │ │ └── TrainTicketsAPIActivity.java │ │ │ │ ├── ucache │ │ │ │ ├── GetAllAdapter.java │ │ │ │ ├── UcacheAPIActivity.java │ │ │ │ ├── UcacheCountActivity.java │ │ │ │ ├── UcacheDelActivity.java │ │ │ │ ├── UcacheGetActivity.java │ │ │ │ ├── UcacheGetAllActivity.java │ │ │ │ ├── UcacheGetAllTableActivity.java │ │ │ │ └── UcachePutActivity.java │ │ │ │ ├── usercenter │ │ │ │ └── UserCenterAPIActivity.java │ │ │ │ ├── weather │ │ │ │ ├── QueryByCityNameActivity.java │ │ │ │ ├── QueryByIpActivity.java │ │ │ │ ├── QueryTypeActivity.java │ │ │ │ └── WeatherAPIActivity.java │ │ │ │ └── wxarticle │ │ │ │ ├── WxArticleAPIActivity.java │ │ │ │ ├── WxArticleAdapter.java │ │ │ │ └── WxArticleListAPIActivity.java │ │ └── soundcloud │ │ │ └── android │ │ │ └── crop │ │ │ ├── Crop.java │ │ │ ├── CropImageActivity.java │ │ │ ├── CropImageView.java │ │ │ ├── CropUtil.java │ │ │ ├── HighlightView.java │ │ │ ├── ImageViewTouchBase.java │ │ │ ├── MonitoredActivity.java │ │ │ └── RotateBitmap.java │ ├── dump │ │ ├── a │ │ │ ├── MyAdapter.java │ │ │ ├── MyAdapter_.java │ │ │ ├── RootManage.java │ │ │ ├── ShellUtils.java │ │ │ └── ShortCutUtil.java │ │ ├── b │ │ │ ├── Const.java │ │ │ ├── DeviceUtils.java │ │ │ ├── ExtractFrameWorkThread.java │ │ │ ├── ExtractVideoInfoUtil.java │ │ │ ├── LED2Activity.java │ │ │ ├── LEDActivity.java │ │ │ ├── Main3Activity.java │ │ │ ├── Main4Activity.java │ │ │ ├── Main5Activity.java │ │ │ ├── PictureUtils.java │ │ │ ├── VideoEditAdapter.java │ │ │ ├── VideoEditInfo.java │ │ │ ├── VideoExtractFrameAsyncUtils.java │ │ │ ├── a │ │ │ │ ├── CircleColorDrawable.java │ │ │ │ ├── ColorCircle.java │ │ │ │ ├── ColorPickerPreference.java │ │ │ │ ├── ColorPickerView.java │ │ │ │ ├── LEDRecommendColor.java │ │ │ │ ├── LEDRecommendColorManager.java │ │ │ │ ├── OnColorChangedListener.java │ │ │ │ ├── OnColorSelectedListener.java │ │ │ │ ├── Utils.java │ │ │ │ ├── builder │ │ │ │ │ ├── ColorPickerClickListener.java │ │ │ │ │ ├── ColorPickerDialogBuilder.java │ │ │ │ │ ├── ColorWheelRendererBuilder.java │ │ │ │ │ └── PaintBuilder.java │ │ │ │ ├── renderer │ │ │ │ │ ├── AbsColorWheelRenderer.java │ │ │ │ │ ├── ColorWheelRenderOption.java │ │ │ │ │ ├── ColorWheelRenderer.java │ │ │ │ │ ├── FlowerColorWheelRenderer.java │ │ │ │ │ └── SimpleColorWheelRenderer.java │ │ │ │ └── slider │ │ │ │ │ ├── AbsCustomSlider.java │ │ │ │ │ ├── AlphaSlider.java │ │ │ │ │ ├── LightnessSlider.java │ │ │ │ │ └── OnValueChangedListener.java │ │ │ └── b │ │ │ │ └── service │ │ │ │ ├── FloatWindowService.java │ │ │ │ ├── TrafficInfo.java │ │ │ │ ├── Utils.java │ │ │ │ └── WidgetUtils.java │ │ ├── c │ │ │ ├── BuildProperties.java │ │ │ ├── FlymeUtils.java │ │ │ ├── bilI.java │ │ │ └── ipt.java │ │ ├── d │ │ │ ├── MainActivity.java │ │ │ └── TranslateBean.java │ │ ├── e │ │ │ └── b.java │ │ ├── f │ │ │ ├── xp.java │ │ │ └── xp_.java │ │ ├── filem │ │ │ ├── FileUtil.java │ │ │ ├── adapter │ │ │ │ ├── FileAdapter.java │ │ │ │ ├── FileHolder.java │ │ │ │ ├── LineHolder.java │ │ │ │ ├── TitleAdapter.java │ │ │ │ ├── TitleHolder.java │ │ │ │ └── base │ │ │ │ │ ├── RecyclerViewAdapter.java │ │ │ │ │ └── RecyclerViewHolder.java │ │ │ └── bean │ │ │ │ ├── FileBean.java │ │ │ │ ├── FileType.java │ │ │ │ └── TitlePath.java │ │ ├── g │ │ │ ├── BeDate.java │ │ │ ├── BeJson.java │ │ │ ├── BeList.java │ │ │ ├── BitmapCallback.java │ │ │ ├── Callback.java │ │ │ ├── CookieJarImpl.java │ │ │ ├── CookieStore.java │ │ │ ├── CountingRequestBody.java │ │ │ ├── Exceptions.java │ │ │ ├── FileCallBack.java │ │ │ ├── GenericsCallback.java │ │ │ ├── GetBuilder.java │ │ │ ├── GetRequest.java │ │ │ ├── GsonType.java │ │ │ ├── GsonUtil.java │ │ │ ├── HasCookieStore.java │ │ │ ├── HasParamsable.java │ │ │ ├── HeadBuilder.java │ │ │ ├── HeadJson.java │ │ │ ├── HttpsUtils.java │ │ │ ├── IGenericsSerializator.java │ │ │ ├── ImageUtils.java │ │ │ ├── L.java │ │ │ ├── MemoryCookieStore.java │ │ │ ├── OkHttpRequest.java │ │ │ ├── OkHttpRequestBuilder.java │ │ │ ├── OkHttpUtils.java │ │ │ ├── OtherRequest.java │ │ │ ├── OtherRequestBuilder.java │ │ │ ├── PersistentCookieStore.java │ │ │ ├── Platform.java │ │ │ ├── PostFileBuilder.java │ │ │ ├── PostFileRequest.java │ │ │ ├── PostFormBuilder.java │ │ │ ├── PostFormRequest.java │ │ │ ├── PostStringBuilder.java │ │ │ ├── PostStringRequest.java │ │ │ ├── RequestCall.java │ │ │ ├── SerializableHttpCookie.java │ │ │ ├── StringCallback.java │ │ │ └── StringUtil.java │ │ ├── h │ │ │ └── ViewHolder.java │ │ ├── j │ │ │ └── o.java │ │ ├── k │ │ │ └── i_a.java │ │ ├── l │ │ │ └── loveviayou.java │ │ ├── m │ │ │ ├── ProcessInfo.java │ │ │ └── ProcessListAdapter.java │ │ ├── n │ │ │ ├── DBSearchHelper.java │ │ │ ├── SearchHistorysBean.java │ │ │ └── SearchHistorysDao.java │ │ ├── o │ │ │ ├── ClassTest.java │ │ │ ├── FileSizeUtil.java │ │ │ ├── FragmentUtils.java │ │ │ ├── SaveArrayListUtil.java │ │ │ ├── SharedPreferenceUtil.java │ │ │ ├── SharedPreferencesUtil.java │ │ │ ├── SilentInstall.java │ │ │ └── SpUtil.java │ │ ├── p │ │ │ ├── GetImgUtil.java │ │ │ └── fool.java │ │ ├── q │ │ │ └── ContantValue.java │ │ ├── r │ │ │ ├── Note.java │ │ │ ├── Person.java │ │ │ └── Post.java │ │ ├── s │ │ │ ├── DarkFrameLayout.java │ │ │ ├── Instrument.java │ │ │ └── SmsWatcher.java │ │ ├── t │ │ │ ├── BitmapExtractor.java │ │ │ ├── FK__.java │ │ │ ├── Fk.java │ │ │ ├── Fk_.java │ │ │ ├── GIFEncoder.java │ │ │ ├── LZWEncoder.java │ │ │ ├── NeuQuant.java │ │ │ ├── addpr.java │ │ │ ├── addpr0.java │ │ │ └── addpr1.java │ │ ├── taptargetview │ │ │ ├── FloatValueAnimatorBuilder.java │ │ │ ├── ReflectUtil.java │ │ │ ├── TapTarget.java │ │ │ ├── TapTargetSequence.java │ │ │ ├── TapTargetView.java │ │ │ ├── ToolbarTapTarget.java │ │ │ ├── UiUtil.java │ │ │ ├── ViewTapTarget.java │ │ │ └── ViewUtil.java │ │ ├── u │ │ │ ├── CircleButton.java │ │ │ ├── ContainsEmojiEditText.java │ │ │ └── EmojiFilter.java │ │ ├── v │ │ │ ├── Audience.java │ │ │ ├── Metronome.java │ │ │ ├── Seat.java │ │ │ ├── Takt.java │ │ │ ├── Util.java │ │ │ └── testThread.java │ │ ├── w │ │ │ ├── CommentListActivity_.java │ │ │ ├── Comment_.java │ │ │ ├── HighLightKeyWordUtil.java │ │ │ ├── MyEditText.java │ │ │ ├── Post_.java │ │ │ └── WeiboListActivity.java │ │ ├── x │ │ │ ├── ItemApk.java │ │ │ ├── ItemApkAdapter.java │ │ │ └── Main.java │ │ ├── y │ │ │ ├── AnimationUtils.java │ │ │ ├── CallBack.java │ │ │ ├── FavAndHisActivity.java │ │ │ ├── FavAndHisManager.java │ │ │ ├── GankIoActivity.java │ │ │ ├── IDatabase.java │ │ │ ├── ItemLongClickedPopWindow.java │ │ │ ├── MyUtils.java │ │ │ ├── SQLManager.java │ │ │ ├── SQLStr.java │ │ │ ├── ToolsPopWindow.java │ │ │ └── x5_MainActivity.java │ │ └── z │ │ │ ├── AppCompatPreferenceActivity.java │ │ │ ├── BaseActivity.java │ │ │ ├── BaseActivity_.java │ │ │ ├── Main2Activity.java │ │ │ ├── PreferenceManager.java │ │ │ ├── Theme.java │ │ │ ├── ThemeDialog.java │ │ │ └── __BaseActivity.java │ ├── dump_dex │ │ ├── Activity │ │ │ ├── Express.java │ │ │ ├── FontManager.java │ │ │ ├── Listitem.java │ │ │ ├── Main2Activity.java │ │ │ ├── Main4Activity.java │ │ │ ├── MainActivity.java │ │ │ ├── ScrollingActivity.java │ │ │ ├── WebLayout.java │ │ │ └── base.java │ │ ├── Software │ │ │ ├── DownloadListener.java │ │ │ ├── DownloadService.java │ │ │ └── DownloadTask.java │ │ ├── data │ │ │ ├── Modle.java │ │ │ └── SpanUtils.java │ │ ├── root │ │ │ └── rootActivity.java │ │ └── service │ │ │ └── ws_Main3Activity.java │ ├── net │ │ └── mobctrl │ │ │ ├── activity │ │ │ └── MainActivity.java │ │ │ ├── adapter │ │ │ └── RecyclerAdapter.java │ │ │ ├── interfaces │ │ │ ├── ItemDataClickListener.java │ │ │ └── OnScrollToListener.java │ │ │ ├── model │ │ │ └── ItemData.java │ │ │ └── viewholder │ │ │ ├── BaseViewHolder.java │ │ │ ├── ChildViewHolder.java │ │ │ └── ParentViewHolder.java │ ├── nico │ │ ├── Blanknt.java │ │ ├── Compat │ │ │ ├── Compat3.java │ │ │ ├── CompatActivity.java │ │ │ ├── GirlFragment.java │ │ │ └── dummy │ │ │ │ ├── DummyContent.java │ │ │ │ ├── PrefUtils.java │ │ │ │ └── SharePrefHelper.java │ │ ├── DateHelper.java │ │ ├── FileUtils.java │ │ ├── GetPathFromUri4kitkat.java │ │ ├── JsonAssetsReaderUtil.java │ │ ├── Msg.java │ │ ├── SPUtils.java │ │ ├── SimpleActivity.java │ │ ├── Simplebox.java │ │ └── styTool │ │ │ ├── ADFilterTool.java │ │ │ ├── AESSecureFactory.java │ │ │ ├── AESUtil.java │ │ │ ├── Account.java │ │ │ ├── Adapter.java │ │ │ ├── Animateddex.java │ │ │ ├── AppInfo.java │ │ │ ├── AppsReceiver.java │ │ │ ├── Audio.java │ │ │ ├── AvatarImageBehavior.java │ │ │ ├── BILIBILI.java │ │ │ ├── Base64_2Util.java │ │ │ ├── BaseAccessibilityService.java │ │ │ ├── BaseActivityTwo.java │ │ │ ├── BaseView.java │ │ │ ├── BatteryWrapper.java │ │ │ ├── BlankFragmentthirdFragment.java │ │ │ ├── BmobFileActivity.java │ │ │ ├── Bookmark.java │ │ │ ├── ChangeTheme.java │ │ │ ├── CheeseDetailActivity.java │ │ │ ├── ChoseImgActivity.java │ │ │ ├── ChoseImg_styT.java │ │ │ ├── CircleBean.java │ │ │ ├── CircleImageView.java │ │ │ ├── ClipBoardUtil.java │ │ │ ├── CmdAPPE.java │ │ │ ├── CmdAbstractListing.java │ │ │ ├── CmdAbstractStore.java │ │ │ ├── CmdCDUP.java │ │ │ ├── CmdCWD.java │ │ │ ├── CmdDELE.java │ │ │ ├── CmdFEAT.java │ │ │ ├── CmdLIST.java │ │ │ ├── CmdMKD.java │ │ │ ├── CmdMap.java │ │ │ ├── CmdNLST.java │ │ │ ├── CmdNOOP.java │ │ │ ├── CmdOPTS.java │ │ │ ├── CmdPASS.java │ │ │ ├── CmdPASV.java │ │ │ ├── CmdPORT.java │ │ │ ├── CmdPWD.java │ │ │ ├── CmdQUIT.java │ │ │ ├── CmdRETR.java │ │ │ ├── CmdRMD.java │ │ │ ├── CmdRNFR.java │ │ │ ├── CmdRNTO.java │ │ │ ├── CmdSIZE.java │ │ │ ├── CmdSTOR.java │ │ │ ├── CmdSYST.java │ │ │ ├── CmdTYPE.java │ │ │ ├── CmdTemplate.java │ │ │ ├── CmdUSER.java │ │ │ ├── ColorFilterToolBar.java │ │ │ ├── ColorPointHintView.java │ │ │ ├── Comment.java │ │ │ ├── CommentAdapter.java │ │ │ ├── CompositeFilter.java │ │ │ ├── Constant.java │ │ │ ├── Content.java │ │ │ ├── CookView.java │ │ │ ├── CrashHandler.java │ │ │ ├── CustomAdapter.java │ │ │ ├── CustomDialog.java │ │ │ ├── DataSocketFactory.java │ │ │ ├── DateUtil.java │ │ │ ├── DefaultSharedPreferences.java │ │ │ ├── Defaults.java │ │ │ ├── DemoAdapter.java │ │ │ ├── DialogManager.java │ │ │ ├── DiskCacheStrategy.java │ │ │ ├── DownLoadImgUtil.java │ │ │ ├── DownloadInfo.java │ │ │ ├── DownloadListener.java │ │ │ ├── Downloader.java │ │ │ ├── DynamicPagerAdapter.java │ │ │ ├── EdiUserProfileActivity.java │ │ │ ├── EditTextWithDel.java │ │ │ ├── EmotionBean.java │ │ │ ├── EmotionGridViewAdapter.java │ │ │ ├── EmotionPagerAdapter.java │ │ │ ├── EmptyRecyclerView.java │ │ │ ├── EnergyWrapper.java │ │ │ ├── Exam.java │ │ │ ├── Exce.java │ │ │ ├── Expression.java │ │ │ ├── ExpressionUtil.java │ │ │ ├── FJActivity.java │ │ │ ├── FavoriteItem.java │ │ │ ├── FileComparator.java │ │ │ ├── FileExplorer.java │ │ │ ├── FileInfo.java │ │ │ ├── FileList.java │ │ │ ├── FileUtil.java │ │ │ ├── FileUtils.java │ │ │ ├── FloderBean.java │ │ │ ├── FolderChooserConfig.java │ │ │ ├── FolderChooserResult.java │ │ │ ├── FtpCmd.java │ │ │ ├── GankIoActivity.java │ │ │ ├── GetNumberFromString.java │ │ │ ├── GirlData.java │ │ │ ├── GlobalConsts.java │ │ │ ├── Globals.java │ │ │ ├── GloriousRecyclerView.java │ │ │ ├── GridAdapter.java │ │ │ ├── GridRecyclerView.java │ │ │ ├── GridViewHelpsAdapter.java │ │ │ ├── HApp.java │ │ │ ├── HCActivity.java │ │ │ ├── HeaderAndFooterWrapper.java │ │ │ ├── HeaderGridSpanSizeLookup.java │ │ │ ├── HeaderRecyclerViewAdapter.java │ │ │ ├── HelpInfo.java │ │ │ ├── HelpsCommentActivity.java │ │ │ ├── HelpsMainAdapter.java │ │ │ ├── HiddenFilter.java │ │ │ ├── HintView.java │ │ │ ├── HookToast.java │ │ │ ├── IO.java │ │ │ ├── IOUtils.java │ │ │ ├── IUninstall.java │ │ │ ├── IconHintView.java │ │ │ ├── ImageChoseAdapter.java │ │ │ ├── ImageChoseAdapter_sty.java │ │ │ ├── ImageHeaderParser.java │ │ │ ├── ImageLoader.java │ │ │ ├── ImageSizeUtil.java │ │ │ ├── IntroActivity.java │ │ │ ├── Limit.java │ │ │ ├── ListDirAdapter.java │ │ │ ├── ListImageDirPopupWindow.java │ │ │ ├── LoadingDialog.java │ │ │ ├── LocationTools.java │ │ │ ├── Login.java │ │ │ ├── LoginActivity.java │ │ │ ├── LookImageActivity.java │ │ │ ├── LookImageViewPagerActivity.java │ │ │ ├── LookImgAdapter.java │ │ │ ├── LxwBlogActivity.java │ │ │ ├── LxwImageView.java │ │ │ ├── MActivity.java │ │ │ ├── Main3Activity.java │ │ │ ├── MainActivity.java │ │ │ ├── MeasureUtil.java │ │ │ ├── MediaItem.java │ │ │ ├── Meizi.java │ │ │ ├── MeiziActivity.java │ │ │ ├── MeiziImageView.java │ │ │ ├── MeiziSpeceItemDecoration.java │ │ │ ├── MessageActivity.java │ │ │ ├── MessageAdapter.java │ │ │ ├── ModuleActiveCheck.java │ │ │ ├── MyDividerItemDecoration.java │ │ │ ├── MyPushMessageReceiver.java │ │ │ ├── MyTextView.java │ │ │ ├── MyUser.java │ │ │ ├── MyUserInstallation.java │ │ │ ├── NS_MOBILE_BULLET_CURTAIN.java │ │ │ ├── NS_MOBILE_CUSTOM.java │ │ │ ├── NS_MOBILE_EXTRA.java │ │ │ ├── NativeConfigStore.java │ │ │ ├── NormalDataSocketFactory.java │ │ │ ├── NotesDB.java │ │ │ ├── NotifyMsg.java │ │ │ ├── OnItemClickListener.java │ │ │ ├── PasswordStatus.java │ │ │ ├── PatternFilter.java │ │ │ ├── PhontoFiles.java │ │ │ ├── PicassoUtils.java │ │ │ ├── PicturePicFragment.java │ │ │ ├── ProperTies.java │ │ │ ├── ProviderUi.java │ │ │ ├── ProxyConnector.java │ │ │ ├── ProxyDataSocketFactory.java │ │ │ ├── ProxyDataSocketInfo.java │ │ │ ├── PublishActivity.java │ │ │ ├── QQConstant.java │ │ │ ├── QRCodeView.java │ │ │ ├── QuickSettingService.java │ │ │ ├── QuotaStats.java │ │ │ ├── RandomUntil.java │ │ │ ├── RedPacketService.java │ │ │ ├── Reg.java │ │ │ ├── RegisterActivity.java │ │ │ ├── ReplyStatus.java │ │ │ ├── RobotActivity.java │ │ │ ├── RobotChat.java │ │ │ ├── RobotChatActivity.java │ │ │ ├── RobotChatAdapter.java │ │ │ ├── RobotHttpUtils.java │ │ │ ├── RobotResult.java │ │ │ ├── RunView.java │ │ │ ├── SHA_dex.java │ │ │ ├── SPContentProvider.java │ │ │ ├── SPSqliteDatabaseHelper.java │ │ │ ├── S_MVP.java │ │ │ ├── SampleAdapter.java │ │ │ ├── ScreenListener.java │ │ │ ├── ScrollTextView.java │ │ │ ├── SeText.java │ │ │ ├── Se_s.java │ │ │ ├── ServerControlActivity.java │ │ │ ├── SessionThread.java │ │ │ ├── Setting.java │ │ │ ├── SettingActivity.java │ │ │ ├── SettingConfig.java │ │ │ ├── Settings.java │ │ │ ├── ShapeHintView.java │ │ │ ├── SkinEngine.java │ │ │ ├── SlidingLayout.java │ │ │ ├── SplashActivity.java │ │ │ ├── StarBar.java │ │ │ ├── StaticPagerAdapter.java │ │ │ ├── StatusBarUtil.java │ │ │ ├── StatusbarColorUtils.java │ │ │ ├── SunBabyLoadingView.java │ │ │ ├── SunFaceView.java │ │ │ ├── SunLineView.java │ │ │ ├── TcpListener.java │ │ │ ├── Test.java │ │ │ ├── TextDrawable.java │ │ │ ├── TextHintView.java │ │ │ ├── ThemeChangeUtil.java │ │ │ ├── ToaU.java │ │ │ ├── ToastUtil.java │ │ │ ├── TouchImageView.java │ │ │ ├── UiUpdater.java │ │ │ ├── Update.java │ │ │ ├── UserProfileActivity.java │ │ │ ├── Utbil.java │ │ │ ├── Util.java │ │ │ ├── Utll.java │ │ │ ├── ViewTooltip.java │ │ │ ├── ViewWindow.java │ │ │ ├── Viewhtml.java │ │ │ ├── WatchingAccessibilityService.java │ │ │ ├── WatchingService.java │ │ │ ├── WaveView.java │ │ │ ├── WelcomeActivity.java │ │ │ ├── WifiAdapter.java │ │ │ ├── WifiInfo.java │ │ │ ├── WifiManage.java │ │ │ ├── WinSearch.java │ │ │ ├── WrapGridViews.java │ │ │ ├── XposedInit.java │ │ │ ├── aa.java │ │ │ ├── adb_anim.java │ │ │ ├── apiAdapter.java │ │ │ ├── api_o.java │ │ │ ├── apitils.java │ │ │ ├── app_th.java │ │ │ ├── bb.java │ │ │ ├── buff_ext.java │ │ │ ├── cc.java │ │ │ ├── com_styTool.java │ │ │ ├── dex_smali.java │ │ │ ├── dili.java │ │ │ ├── firstFragment.java │ │ │ ├── fourthFragment.java │ │ │ ├── gifa.java │ │ │ ├── htmlActivity.java │ │ │ ├── iApp.java │ │ │ ├── jni_string.java │ │ │ ├── kbili.java │ │ │ ├── love_viayou.java │ │ │ ├── lua.java │ │ │ ├── msf_shell.java │ │ │ ├── n.java │ │ │ ├── nicoTextView.java │ │ │ ├── nicoWallpaper.java │ │ │ ├── noteEdit.java │ │ │ ├── peService.java │ │ │ ├── secondFragment.java │ │ │ ├── sizeActivity.java │ │ │ ├── smali_layout_apktool.java │ │ │ ├── smali_layout_shell.java │ │ │ ├── statusBarVi.java │ │ │ ├── testJunit.java │ │ │ ├── thirdFragment.java │ │ │ ├── tim.java │ │ │ ├── timer.java │ │ │ ├── via_webviwe.java │ │ │ ├── wlflActivity.java │ │ │ └── z.java │ ├── okhttp3 │ │ ├── Address.java │ │ ├── Authenticator.java │ │ ├── Cache.java │ │ ├── CacheControl.java │ │ ├── Call.java │ │ ├── Callback.java │ │ ├── CertificatePinner.java │ │ ├── Challenge.java │ │ ├── CipherSuite.java │ │ ├── Connection.java │ │ ├── ConnectionPool.java │ │ ├── ConnectionSpec.java │ │ ├── Cookie.java │ │ ├── CookieJar.java │ │ ├── Credentials.java │ │ ├── Dispatcher.java │ │ ├── Dns.java │ │ ├── EventListener.java │ │ ├── FormBody.java │ │ ├── Handshake.java │ │ ├── Headers.java │ │ ├── HttpUrl.java │ │ ├── Interceptor.java │ │ ├── MediaType.java │ │ ├── MultipartBody.java │ │ ├── OkHttpClient.java │ │ ├── Protocol.java │ │ ├── RealCall.java │ │ ├── Request.java │ │ ├── RequestBody.java │ │ ├── Response.java │ │ ├── ResponseBody.java │ │ ├── Route.java │ │ ├── TlsVersion.java │ │ ├── WebSocket.java │ │ ├── WebSocketListener.java │ │ └── internal │ │ │ ├── Internal.java │ │ │ ├── NamedRunnable.java │ │ │ ├── Util.java │ │ │ ├── Version.java │ │ │ ├── cache │ │ │ ├── CacheInterceptor.java │ │ │ ├── CacheRequest.java │ │ │ ├── CacheStrategy.java │ │ │ ├── DiskLruCache.java │ │ │ ├── FaultHidingSink.java │ │ │ └── InternalCache.java │ │ │ ├── cache2 │ │ │ ├── FileOperator.java │ │ │ └── Relay.java │ │ │ ├── connection │ │ │ ├── ConnectInterceptor.java │ │ │ ├── ConnectionSpecSelector.java │ │ │ ├── RealConnection.java │ │ │ ├── RouteDatabase.java │ │ │ ├── RouteException.java │ │ │ ├── RouteSelector.java │ │ │ └── StreamAllocation.java │ │ │ ├── http │ │ │ ├── BridgeInterceptor.java │ │ │ ├── CallServerInterceptor.java │ │ │ ├── HttpCodec.java │ │ │ ├── HttpDate.java │ │ │ ├── HttpHeaders.java │ │ │ ├── HttpMethod.java │ │ │ ├── RealInterceptorChain.java │ │ │ ├── RealResponseBody.java │ │ │ ├── RequestLine.java │ │ │ ├── RetryAndFollowUpInterceptor.java │ │ │ ├── StatusLine.java │ │ │ └── UnrepeatableRequestBody.java │ │ │ ├── http1 │ │ │ └── Http1Codec.java │ │ │ ├── http2 │ │ │ ├── ConnectionShutdownException.java │ │ │ ├── ErrorCode.java │ │ │ ├── Header.java │ │ │ ├── Hpack.java │ │ │ ├── Http2.java │ │ │ ├── Http2Codec.java │ │ │ ├── Http2Connection.java │ │ │ ├── Http2Reader.java │ │ │ ├── Http2Stream.java │ │ │ ├── Http2Writer.java │ │ │ ├── Huffman.java │ │ │ ├── Ping.java │ │ │ ├── PushObserver.java │ │ │ ├── Settings.java │ │ │ └── StreamResetException.java │ │ │ ├── io │ │ │ └── FileSystem.java │ │ │ ├── platform │ │ │ ├── AndroidPlatform.java │ │ │ ├── Jdk9Platform.java │ │ │ ├── JdkWithJettyBootPlatform.java │ │ │ ├── OptionalMethod.java │ │ │ └── Platform.java │ │ │ ├── publicsuffix │ │ │ └── PublicSuffixDatabase.java │ │ │ ├── tls │ │ │ ├── BasicCertificateChainCleaner.java │ │ │ ├── CertificateChainCleaner.java │ │ │ ├── DistinguishedNameParser.java │ │ │ ├── OkHostnameVerifier.java │ │ │ └── TrustRootIndex.java │ │ │ └── ws │ │ │ ├── RealWebSocket.java │ │ │ ├── WebSocketProtocol.java │ │ │ ├── WebSocketReader.java │ │ │ └── WebSocketWriter.java │ ├── site │ │ └── gemus │ │ │ └── openingstartanimation │ │ │ ├── DelegateRecycleView.java │ │ │ ├── DrawStrategy.java │ │ │ ├── LineDrawStrategy.java │ │ │ ├── NormalDrawStrategy.java │ │ │ ├── OpeningStartAnimation.java │ │ │ ├── RYBDrawStrategyStateController.java │ │ │ ├── RYBDrawStrategyStateInterface.java │ │ │ ├── RYBDrawStrategyStateOne.java │ │ │ ├── RYBDrawStrategyStateTwo.java │ │ │ ├── RedYellowBlueDrawStrategy.java │ │ │ ├── RotationDrawStrategy.java │ │ │ └── WidthAndHeightOfView.java │ └── uk │ │ └── co │ │ └── samuelwall │ │ └── materialtaptargetprompt │ │ ├── ActivityResourceFinder.java │ │ ├── DialogResourceFinder.java │ │ ├── MaterialTapTargetPrompt.java │ │ ├── ResourceFinder.java │ │ └── extras │ │ ├── AlphaSpan.java │ │ ├── PromptBackground.java │ │ ├── PromptFocal.java │ │ ├── PromptOptions.java │ │ ├── PromptText.java │ │ ├── PromptUIElement.java │ │ ├── PromptUtils.java │ │ ├── backgrounds │ │ ├── CirclePromptBackground.java │ │ ├── FullscreenPromptBackground.java │ │ └── RectanglePromptBackground.java │ │ └── focals │ │ ├── CirclePromptFocal.java │ │ └── RectanglePromptFocal.java │ ├── jniLibs │ ├── arm64-v8a │ │ ├── libBmobStat.so │ │ └── libbmob.so │ ├── armeabi-v7a │ │ ├── libBmobStat.so │ │ └── libbmob.so │ ├── armeabi │ │ ├── libBmobStat.so │ │ ├── libbmob.so │ │ └── liblbs.so │ ├── mips │ │ ├── libBmobStat.so │ │ └── libbmob.so │ ├── mips64 │ │ ├── libBmobStat.so │ │ └── libbmob.so │ ├── x86 │ │ ├── libBmobStat.so │ │ └── libbmob.so │ └── x86_64 │ │ ├── libBmobStat.so │ │ └── libbmob.so │ └── res │ ├── anim │ ├── dropdown_in.xml │ ├── dropdown_mask_out.xml │ ├── dropdown_out.xml │ ├── item_animation_fall_down.xml │ ├── layout_animation_fall_down.xml │ ├── lxw_dir_popup_down.xml │ ├── lxw_dir_popup_up.xml │ ├── pop_in.xml │ ├── pop_out.xml │ ├── slide_in_left.xml │ ├── slide_in_right.xml │ ├── slide_out_left.xml │ ├── slide_out_right.xml │ ├── snack_in.xml │ └── snack_out.xml │ ├── color │ ├── selector_compound.xml │ ├── selector_focus.xml │ ├── selector_primary_click.xml │ ├── selector_switch_thumb.xml │ ├── selector_switch_track.xml │ └── selector_text.xml │ ├── drawable-hdpi │ ├── crop__divider.9.png │ ├── crop__ic_cancel.png │ ├── crop__ic_done.png │ ├── dir_choose.png │ ├── expand.png │ ├── file.png │ ├── folder.png │ ├── github.png │ ├── ic_arrow_back_white_24dp.webp │ ├── ic_done_white.png │ ├── ic_edit_white.png │ ├── ic_image_box.webp │ ├── ic_play_arrow_white_24dp.webp │ ├── ic_send_black_48px.webp │ ├── ic_send_white_24dp.webp │ ├── notification.webp │ ├── pic_dir.png │ ├── picture_unselected.png │ ├── pictures_no.png │ ├── pictures_selected.png │ ├── wifi_automatic.webp │ └── wifi_file.webp │ ├── drawable-mdpi │ ├── crop__divider.9.png │ ├── crop__ic_cancel.png │ ├── crop__ic_done.png │ ├── ic_arrow_back_white_24dp.webp │ ├── ic_image_box.webp │ ├── ic_play_arrow_white_24dp.webp │ ├── ic_send_black_48px.webp │ └── ic_send_white_24dp.webp │ ├── drawable-v21 │ ├── crop__selectable_background.xml │ ├── ic_menu_camera.xml │ ├── ic_menu_gallery.xml │ ├── ic_menu_manage.xml │ ├── ic_menu_send.xml │ ├── ic_menu_share.xml │ ├── ic_menu_slideshow.xml │ ├── selector_login.xml │ └── white_button_background.xml │ ├── drawable-v24 │ └── ic_launcher_foreground.xml │ ├── drawable-xhdpi │ ├── alipay_erweima.jpg │ ├── crop__divider.9.png │ ├── crop__ic_cancel.png │ ├── crop__ic_done.png │ ├── crop__tile.png │ ├── ic_adb_white_24dp.png │ ├── ic_arrow_back_white_24dp.webp │ ├── ic_card_24dp.png │ ├── ic_card_48dp.png │ ├── ic_card_background.9.png │ ├── ic_check_white_12dp.png │ ├── ic_check_white_18dp.png │ ├── ic_check_white_24dp.png │ ├── ic_done_white.png │ ├── ic_edit_text_default.9.png │ ├── ic_edit_white.png │ ├── ic_image_box.webp │ ├── ic_lock_open_white_24dp.png │ ├── ic_lock_outline_white_24dp.png │ ├── ic_lock_white_24dp.png │ ├── ic_looks_1.png │ ├── ic_looks_2.png │ ├── ic_looks_3.png │ ├── ic_magicasakura.png │ ├── ic_more_grey.png │ ├── ic_person_outline_white_24dp.png │ ├── ic_play_arrow_white_24dp.webp │ ├── ic_send_black_48px.webp │ ├── ic_send_white_24dp.webp │ ├── ic_share_more.png │ ├── ic_sina_logo.png │ ├── ic_tag_white_24dp.png │ ├── ic_wx_collect.png │ ├── ic_wx_logo.png │ └── ic_wx_moments.png │ ├── drawable-xxhdpi │ ├── ic_arrow_back_white_24dp.webp │ ├── ic_done_white.webp │ ├── ic_edit_white.webp │ ├── ic_image_box.webp │ ├── ic_play_arrow_white_24dp.webp │ ├── ic_save_white_24dp.webp │ ├── ic_send_black_48px.webp │ ├── ic_send_white_24dp.webp │ ├── ic_settings_remote_white_24dp.webp │ ├── train.webp │ ├── ttt.webp │ ├── ttu.webp │ ├── vip_upgrade_gift_dialog_logo.webp │ ├── welcomimg1.jpg │ ├── welcomimg2.jpg │ ├── welcomimg3.jpg │ ├── welcomimg4.jpg │ └── welcomimg5.jpg │ ├── drawable-xxxhdpi │ ├── ic_arrow_back_white_24dp.webp │ ├── ic_image_box.webp │ ├── ic_play_arrow_white_24dp.webp │ ├── ic_send_black_48px.webp │ └── ic_send_white_24dp.webp │ ├── drawable │ ├── bg.xml │ ├── blue_grey_round.xml │ ├── blue_round.xml │ ├── brown_round.xml │ ├── crop__selectable_background.xml │ ├── crop__texture.xml │ ├── data_p.jpg │ ├── deep_purple_round.xml │ ├── dialog_back.xml │ ├── dian1.webp │ ├── dian2.webp │ ├── directory.webp │ ├── edittext_cursor.xml │ ├── favandhis_activity.xml │ ├── file.jpg │ ├── file_doc.webp │ ├── folder.jpg │ ├── green_round.xml │ ├── ic_ac_unit_white_24dp.xml │ ├── ic_account_circle_black_24dp.xml │ ├── ic_adb_black_24dp.xml │ ├── ic_beach_access_black_24dp.xml │ ├── ic_bug_report_black_24dp.xml │ ├── ic_cached_black_24dp.xml │ ├── ic_color_lens_white_24dp.xml │ ├── ic_content_copy_black_24dp.xml │ ├── ic_create_white_24dp.xml │ ├── ic_done_black_24dp.xml │ ├── ic_done_white_24dp.xml │ ├── ic_get_app_white_24dp.xml │ ├── ic_group_add_black_24dp.xml │ ├── ic_insert_emoticon_black_24dp.xml │ ├── ic_launcher_background.xml │ ├── ic_notifications_black_24dp.xml │ ├── ic_payment_black_24dp.xml │ ├── ic_photo_black_24dp.xml │ ├── ic_send_black_24dp.xml │ ├── ic_send_grey_700_24dp.xml │ ├── ic_settings_grey_800_24dp.xml │ ├── ic_star_border_black_24dp.xml │ ├── ic_thumb_up_black_24dp.xml │ ├── ic_toys_black_24dp.xml │ ├── item_select_normal.xml │ ├── item_select_press.xml │ ├── item_selector.xml │ ├── list_item_style.xml │ ├── loading_data_anim.xml │ ├── lxw_shape_viewpager_oval_rect.xml │ ├── mmexb.webp │ ├── pink_round.xml │ ├── red_round.xml │ ├── selectable_background.xml │ ├── selector_login.xml │ ├── selector_pick_item.xml │ ├── shape.xml │ ├── shape0.xml │ ├── shape_rectangle_nocorner.xml │ ├── side_nav_bar.xml │ ├── vip_a.jpg │ ├── vip_b.jpg │ ├── vip_c.jpg │ ├── white_button_background.xml │ └── yellow_round.xml │ ├── layout │ ├── a_bbbw.xml │ ├── a_fg.xml │ ├── a_ftp.xml │ ├── a_gey.xml │ ├── a_hn.xml │ ├── a_ig.xml │ ├── a_ixi.xml │ ├── a_mbdx.xml │ ├── a_qwp.xml │ ├── a_xp.xml │ ├── acmain.xml │ ├── activity_33main.xml │ ├── activity_3main.xml │ ├── activity_4main.xml │ ├── activity_5main.xml │ ├── activity_bain.xml │ ├── activity_bankcard.xml │ ├── activity_boxoffice.xml │ ├── activity_buff.xml │ ├── activity_calendar.xml │ ├── activity_car.xml │ ├── activity_change.xml │ ├── activity_compat.xml │ ├── activity_cook.xml │ ├── activity_custom.xml │ ├── activity_custom_full_manual.xml │ ├── activity_custom_semi_automatic.xml │ ├── activity_detail.xml │ ├── activity_dictionary.xml │ ├── activity_domestic_metal.xml │ ├── activity_dream.xml │ ├── activity_environment.xml │ ├── activity_exchange.xml │ ├── activity_exchange_by_code.xml │ ├── activity_exchange_currency.xml │ ├── activity_exchange_rmb_quotation.xml │ ├── activity_exp.xml │ ├── activity_file_explorer.xml │ ├── activity_flight.xml │ ├── activity_gold.xml │ ├── activity_health.xml │ ├── activity_history.xml │ ├── activity_horoscope.xml │ ├── activity_idcard.xml │ ├── activity_idiom.xml │ ├── activity_iktoken.xml │ ├── activity_ipstore.xml │ ├── activity_laohuangli.xml │ ├── activity_led.xml │ ├── activity_ledsingle.xml │ ├── activity_login.xml │ ├── activity_lottery.xml │ ├── activity_main.xml │ ├── activity_main2.xml │ ├── activity_main3.xml │ ├── activity_main4.xml │ ├── activity_marriage.xml │ ├── activity_mli.xml │ ├── activity_mob.xml │ ├── activity_mobile.xml │ ├── activity_mobilelucky.xml │ ├── activity_newsshow.xml │ ├── activity_oilprice.xml │ ├── activity_postcode.xml │ ├── activity_postcode_a2p.xml │ ├── activity_postcode_p2a.xml │ ├── activity_scrolling.xml │ ├── activity_sliver.xml │ ├── activity_station.xml │ ├── activity_status_bar_vi.xml │ ├── activity_svip.xml │ ├── activity_tiku.xml │ ├── activity_traintickets.xml │ ├── activity_ucache.xml │ ├── activity_ucache_count.xml │ ├── activity_ucache_del.xml │ ├── activity_ucache_get.xml │ ├── activity_ucache_getall.xml │ ├── activity_ucache_getall_table.xml │ ├── activity_ucache_put.xml │ ├── activity_usercenter.xml │ ├── activity_weather.xml │ ├── activity_weather_qbyid.xml │ ├── activity_weather_qbyip.xml │ ├── activity_weibo.xml │ ├── activity_weibo_.xml │ ├── activity_welcome.xml │ ├── activity_ws__main3.xml │ ├── activity_wxarticle.xml │ ├── ad_ssss.xml │ ├── adapter_item_layout.xml │ ├── aew.xml │ ├── apktoolmain.xml │ ├── app_bar_ws__main3.xml │ ├── art_main.xml │ ├── aw_q.xml │ ├── b_bilibili.xml │ ├── back_ma.xml │ ├── bilibilib.xml │ ├── bilibilic.xml │ ├── bilii.xml │ ├── bottomheets.xml │ ├── chose_.xml │ ├── color_preview.xml │ ├── color_selector.xml │ ├── color_widget.xml │ ├── colors_image_layout.xml │ ├── colors_panel_layout.xml │ ├── content_main33.xml │ ├── content_welcome.xml │ ├── cpl_main.xml │ ├── crop__activity_crop.xml │ ├── crop__layout_done_cancel.xml │ ├── dex_y.xml │ ├── dialog_girl.xml │ ├── dialog_loading_layout.xml │ ├── dialog_modify.xml │ ├── dialog_theme.xml │ ├── dialog_theme_picker.xml │ ├── dropdown_tab_button.xml │ ├── dropdown_tab_list.xml │ ├── ebcpos.xml │ ├── edit.xml │ ├── eootb.xml │ ├── eootb2.xml │ ├── filelist.xml │ ├── filelist_item.xml │ ├── fj.xml │ ├── fj_list_item.xml │ ├── float_layout.xml │ ├── fragment_blank_fragmentthird.xml │ ├── fragment_first.xml │ ├── fragment_first2.xml │ ├── fragment_fourth.xml │ ├── fragment_girl.xml │ ├── fragment_layout_snack.xml │ ├── fragment_layout_theme_picker.xml │ ├── fragment_main.xml │ ├── fragment_plus_one_fragment1.xml │ ├── fragment_second.xml │ ├── fragment_third.xml │ ├── fragment_twk_web.xml │ ├── g_m.xml │ ├── getda.xml │ ├── getde0.xml │ ├── girl_item.xml │ ├── hc.xml │ ├── hc_list_item.xml │ ├── html_main.xml │ ├── include_list_viewpager.xml │ ├── item.xml │ ├── item_.xml │ ├── item_feedback.xml │ ├── item_img.xml │ ├── item_recycler_child.xml │ ├── item_recycler_parent.xml │ ├── item_t.xml │ ├── iy.xml │ ├── likn.xml │ ├── list_item.xml │ ├── list_item_.xml │ ├── list_item_file.xml │ ├── list_item_line.xml │ ├── list_item_longclicked_favorites.xml │ ├── list_item_longclicked_history.xml │ ├── list_item_weibo.xml │ ├── listitem.xml │ ├── log.xml │ ├── lxw_blog.xml │ ├── lxw_chose_img.xml │ ├── lxw_edi_user_profile.xml │ ├── lxw_emoj_gridview.xml │ ├── lxw_emoj_item_gridview.xml │ ├── lxw_helps_comment.xml │ ├── lxw_item_chose_im.xml │ ├── lxw_item_chose_img.xml │ ├── lxw_item_helps.xml │ ├── lxw_item_helps2.xml │ ├── lxw_item_helps_comment.xml │ ├── lxw_item_helps_gridview.xml │ ├── lxw_item_message.xml │ ├── lxw_item_popup_chose_img.xml │ ├── lxw_item_publish_pic.xml │ ├── lxw_item_viewpager_view.xml │ ├── lxw_look_image.xml │ ├── lxw_message.xml │ ├── lxw_popup_chose_img.xml │ ├── lxw_push_helps_comment.xml │ ├── lxw_register.xml │ ├── lxw_robot_chat.xml │ ├── lxw_robot_from_msg.xml │ ├── lxw_robot_to_msg.xml │ ├── lxw_splash.xml │ ├── lxw_user_profile.xml │ ├── main.xml │ ├── main_.xml │ ├── me_main.xml │ ├── menurelaty.xml │ ├── mn.xml │ ├── nav_header_ws__main3.xml │ ├── navigation_header.xml │ ├── picker_edit.xml │ ├── preference_seekbar.xml │ ├── process_list_item.xml │ ├── publish_btn.xml │ ├── push_help.xml │ ├── qr_view.xml │ ├── r_dex.xml │ ├── s_boom.xml │ ├── s_splash.xml │ ├── server_control_activity.xml │ ├── simple_list.xml │ ├── skineng.xml │ ├── skineng1.xml │ ├── smali_layout_1.xml │ ├── smali_layout_2.xml │ ├── stage.xml │ ├── tabactivity_tools.xml │ ├── tgy2.xml │ ├── title_holder.xml │ ├── video_item.xml │ ├── view_boxoffice_day_cn_list_item.xml │ ├── view_boxoffice_week_cn_list_item.xml │ ├── view_boxoffice_week_hk_list_item.xml │ ├── view_boxoffice_weekend_cn_list_item.xml │ ├── view_boxoffice_weekend_us_list_item.xml │ ├── view_car_brand_list_item.xml │ ├── view_car_series_details_list_item.xml │ ├── view_car_series_name_list_item.xml │ ├── view_cook_menu_item.xml │ ├── view_custom_file.xml │ ├── view_custom_param.xml │ ├── view_custom_param_auto.xml │ ├── view_domestic_metal_list_item.xml │ ├── view_dream_item.xml │ ├── view_environment_hour.xml │ ├── view_exchange_currency_item.xml │ ├── view_exchange_real_time_item.xml │ ├── view_exchange_rmb_quotation_item.xml │ ├── view_favoritesandhistory.xml │ ├── view_flight_info_list_item.xml │ ├── view_flight_three_code_list_item.xml │ ├── view_footballleague_list_item.xml │ ├── view_footballleague_round_list_item.xml │ ├── view_globalstock_detail_item.xml │ ├── view_globalstock_item_code.xml │ ├── view_globalstock_item_continent.xml │ ├── view_globalstock_item_country.xml │ ├── view_gold_future_list_item.xml │ ├── view_gold_spot_list_item.xml │ ├── view_health_item.xml │ ├── view_history_item.xml │ ├── view_lottery_item.xml │ ├── view_oilprice_item.xml │ ├── view_rv_item.xml │ ├── view_rv_item_s.xml │ ├── view_spinner.xml │ ├── view_tiku_category_list_item.xml │ ├── view_tiku_list_item.xml │ ├── view_train_tickets_station_list_item.xml │ ├── view_train_tickets_trainno_list_item.xml │ ├── view_ucache_getall_list_item.xml │ ├── view_ucache_getall_tables_list_item.xml │ ├── view_usercenter_item_input.xml │ ├── view_usercenter_item_register.xml │ ├── view_weather_district.xml │ ├── view_weather_week.xml │ ├── view_wxarticle_category_item.xml │ ├── view_wxarticle_list_item.xml │ ├── viewbyid.xml │ ├── window_tasks.xml │ ├── wlfl_item.xml │ ├── wlfl_main.xml │ ├── x5_main.xml │ └── x5x5.xml │ ├── menu │ ├── activity_ws__main3_drawer.xml │ ├── aerase_userdata.xml │ ├── apk_main.xml │ ├── apk_nol.xml │ ├── bkili.xml │ ├── ente.xml │ ├── lxw_user_profile.xml │ ├── lxw_user_profile1.xml │ ├── main_drawer.xml │ ├── mainmenu.xml │ ├── menu_edi_user_profile.xml │ ├── menu_picture_pick.xml │ ├── root.xml │ ├── rt.xml │ └── xp_ro.xml │ ├── mipmap-hdpi │ └── empty_view_image.webp │ ├── mipmap-xhdpi │ ├── emoji_0.png │ ├── emoji_1.png │ ├── emoji_10.png │ ├── emoji_100.png │ ├── emoji_101.png │ ├── emoji_102.png │ ├── emoji_103.png │ ├── emoji_104.png │ ├── emoji_11.png │ ├── emoji_12.png │ ├── emoji_13.png │ ├── emoji_14.png │ ├── emoji_15.png │ ├── emoji_16.png │ ├── emoji_17.png │ ├── emoji_18.png │ ├── emoji_19.png │ ├── emoji_2.png │ ├── emoji_20.png │ ├── emoji_21.png │ ├── emoji_22.png │ ├── emoji_23.png │ ├── emoji_24.png │ ├── emoji_25.png │ ├── emoji_26.png │ ├── emoji_27.png │ ├── emoji_28.png │ ├── emoji_29.png │ ├── emoji_3.png │ ├── emoji_30.png │ ├── emoji_31.png │ ├── emoji_32.png │ ├── emoji_33.png │ ├── emoji_34.png │ ├── emoji_35.png │ ├── emoji_36.png │ ├── emoji_37.png │ ├── emoji_38.png │ ├── emoji_39.png │ ├── emoji_4.png │ ├── emoji_40.png │ ├── emoji_41.png │ ├── emoji_42.png │ ├── emoji_43.png │ ├── emoji_44.png │ ├── emoji_45.png │ ├── emoji_46.png │ ├── emoji_47.png │ ├── emoji_48.png │ ├── emoji_49.png │ ├── emoji_5.png │ ├── emoji_50.png │ ├── emoji_51.png │ ├── emoji_52.png │ ├── emoji_53.png │ ├── emoji_54.png │ ├── emoji_55.png │ ├── emoji_56.png │ ├── emoji_57.png │ ├── emoji_58.png │ ├── emoji_59.png │ ├── emoji_6.png │ ├── emoji_60.png │ ├── emoji_61.png │ ├── emoji_62.png │ ├── emoji_63.png │ ├── emoji_64.png │ ├── emoji_65.png │ ├── emoji_66.png │ ├── emoji_67.png │ ├── emoji_68.png │ ├── emoji_69.png │ ├── emoji_7.png │ ├── emoji_70.png │ ├── emoji_71.png │ ├── emoji_72.png │ ├── emoji_73.png │ ├── emoji_74.png │ ├── emoji_75.png │ ├── emoji_76.png │ ├── emoji_77.png │ ├── emoji_78.png │ ├── emoji_79.png │ ├── emoji_8.png │ ├── emoji_80.png │ ├── emoji_81.png │ ├── emoji_82.png │ ├── emoji_83.png │ ├── emoji_84.png │ ├── emoji_85.png │ ├── emoji_86.png │ ├── emoji_87.png │ ├── emoji_88.png │ ├── emoji_89.png │ ├── emoji_9.png │ ├── emoji_90.png │ ├── emoji_91.png │ ├── emoji_92.png │ ├── emoji_93.png │ ├── emoji_94.png │ ├── emoji_95.png │ ├── emoji_96.png │ ├── emoji_97.png │ ├── emoji_98.png │ ├── emoji_99.png │ └── emoji_del.png │ ├── mipmap-xxhdpi │ ├── fx.png │ ├── ic_dropdown_actived.png │ ├── ic_dropdown_normal.png │ └── ic_task_status_list_check.png │ ├── mipmap-xxxhdpi │ └── ic_launcher.png │ ├── raw │ └── weixin.webp │ ├── values-land │ └── dimens.xml │ ├── values-large │ └── dimens.xml │ ├── values-v21 │ ├── colors.xml │ └── styles.xml │ ├── values-w820dp │ └── dimens.xml │ ├── values-zh │ └── values-zh.xml │ ├── values │ ├── arrays_led_magicstyle.xml │ ├── attrs.xml │ ├── attrs_circle_progressbar.xml │ ├── attrs_lqr_dropdown_layout.xml │ ├── bools.xml │ ├── colors.xml │ ├── dimens.xml │ ├── drawables.xml │ ├── email_attrs.xml │ ├── ids.xml │ ├── integers.xml │ ├── mobapi_errors.xml │ ├── n_strings.xml │ ├── strings.xml │ ├── styles.xml │ └── themes.xml │ ├── xml-v22 │ └── static_shortcuts.xml │ └── xml │ ├── accessibility.xml │ ├── auto_send_accessibilityservice.xml │ ├── cube1.xml │ ├── envelope_accessibility_service.xml │ ├── file_paths.xml │ ├── ganklo.xml │ ├── ganklo_.xml │ ├── pr_via.xml │ ├── pref_data_sync.xml │ ├── pref_setting.xml │ ├── preferences.xml │ ├── redpacket_service_config.xml │ ├── settings.xml │ ├── static_shortcuts.xml │ └── y.xml ├── build.gradle ├── build └── android-profile │ ├── profile-2018-01-05-15-48-23-376.json │ └── profile-2018-01-05-15-48-23-376.rawproto ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── hs_err_pid7644.log ├── local.properties ├── replay_pid7644.log ├── settings.gradle └── styTool.iml /.gradle/3.3/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/3.3/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /.gradle/3.3/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /.gradle/3.3/taskArtifacts/taskArtifacts.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/taskArtifacts/taskArtifacts.lock -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin -------------------------------------------------------------------------------- /.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/3.3/tasks/_app_compileReleaseJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock -------------------------------------------------------------------------------- /.gradle/4.1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/4.1/fileContent/fileContent.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/fileContent/fileContent.lock -------------------------------------------------------------------------------- /.gradle/4.1/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/4.1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/4.1/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/4.1/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /.gradle/4.1/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /.gradle/4.1/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /.gradle/4.1/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/4.1/javaCompile/taskJars.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/javaCompile/taskJars.bin -------------------------------------------------------------------------------- /.gradle/4.1/taskHistory/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/taskHistory/fileSnapshots.bin -------------------------------------------------------------------------------- /.gradle/4.1/taskHistory/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/taskHistory/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/4.1/taskHistory/taskHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/4.1/taskHistory/taskHistory.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/built.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/.gradle/buildOutputCleanup/built.bin -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Oct 26 19:45:30 CST 2017 2 | gradle.version=4.1 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties.lock: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/dictionaries/26526.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/dictionaries/stytool.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_BmobSDK_3_5_8_20171013_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_Bmob_Push_1_0_1_20170907_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_MobCommons_2017_0607_1116_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_MobTools_2017_0607_1116_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_OpenInstall_v2_1_0_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_commons_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_core_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_gson_2_7_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_lite_orm_1_7_0_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_mobAPI_2_0_0_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_rxandroid_1_2_0_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_rxjava_1_1_6_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/__local_aars___E__android_styTool_app_libs_tbs_sdk_th_jar_jar_unspecified_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/android_arch_core_common_1_0_0_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/com_android_support_constraint_constraint_layout_1_0_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/libraries/com_android_support_constraint_constraint_layout_solver_1_0_2_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/com_squareup_okhttp_okhttp_2_7_0_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/com_squareup_okio_okio_1_12_0_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/org_apache_http_legacy_android_26.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/org_jsoup_jsoup_1_10_3_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/base.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/base.apk -------------------------------------------------------------------------------- /app/debug/log.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/debug/log.dll -------------------------------------------------------------------------------- /app/debug/output.json: -------------------------------------------------------------------------------- 1 | [{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":549},"path":"app-debug.apk","properties":{"packageId":"nico.styTool","split":"","minSdkVersion":"18"}}] -------------------------------------------------------------------------------- /app/dict.txt: -------------------------------------------------------------------------------- 1 | 香港 2 | 记者 3 | 吼啊 4 | 身经百战 5 | 见得多了 6 | 谈笑风生 7 | 跑得比谁都快 8 | 你们呀,Naive! 9 | 苟利国家生死以 10 | 岂因祸福避趋之 11 | 一点人生的经验 12 | 总想弄个大新闻 13 | ̍ 14 | ̎ 15 | ̐ -------------------------------------------------------------------------------- /app/gi.txt: -------------------------------------------------------------------------------- 1 | +-6 2 | 533 3 | 715 4 | 64 5 | 154 6 | 392 7 | 122 8 | 767 9 | 873 10 | 4 11 | 109 12 | 76 13 | 587 14 | 529 15 | 805 16 | 53 17 | 207 18 | 583 19 | 512 20 | 335 21 | 628 22 | 412 23 | 37 24 | 567 25 | 861 26 | 103 -------------------------------------------------------------------------------- /app/libs/BmobSDK_3.5.8_20171013.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/BmobSDK_3.5.8_20171013.jar -------------------------------------------------------------------------------- /app/libs/Bmob_Push_1.0.1_20170907.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/Bmob_Push_1.0.1_20170907.jar -------------------------------------------------------------------------------- /app/libs/MobCommons-2017.0607.1116.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/MobCommons-2017.0607.1116.jar -------------------------------------------------------------------------------- /app/libs/MobTools-2017.0607.1116.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/MobTools-2017.0607.1116.jar -------------------------------------------------------------------------------- /app/libs/OpenInstall_v2.1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/OpenInstall_v2.1.0.jar -------------------------------------------------------------------------------- /app/libs/commons.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/commons.jar -------------------------------------------------------------------------------- /app/libs/core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/core.jar -------------------------------------------------------------------------------- /app/libs/gson-2.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/gson-2.7.jar -------------------------------------------------------------------------------- /app/libs/lite-orm-1.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/lite-orm-1.7.0.jar -------------------------------------------------------------------------------- /app/libs/mobAPI-2.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/mobAPI-2.0.0.jar -------------------------------------------------------------------------------- /app/libs/rxandroid-1.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/rxandroid-1.2.0.jar -------------------------------------------------------------------------------- /app/libs/rxjava-1.1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/rxjava-1.1.6.jar -------------------------------------------------------------------------------- /app/libs/tbs_sdk_th.jar.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/libs/tbs_sdk_th.jar.jar -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/release/output.json: -------------------------------------------------------------------------------- 1 | [{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":549},"path":"app-release.apk","properties":{"packageId":"nico.styTool","split":"","minSdkVersion":"18"}}] -------------------------------------------------------------------------------- /app/release/妮哩 549.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/release/妮哩 549.apk -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_18b7b8153dabf8d0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_18b7b8153dabf8d0 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_18b7b8153dabf8d0_hd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_18b7b8153dabf8d0_hd -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_1921b813d66fa3f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_1921b813d66fa3f -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_1960fe1fcfaa0e5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_1960fe1fcfaa0e5f -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_1b1d514519e53131: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_1b1d514519e53131 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_202f8f9b7e49b10e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_202f8f9b7e49b10e -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_214e818ff7bfd291: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_214e818ff7bfd291 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_22d9cb7156d7078f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_22d9cb7156d7078f -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_271478ef85e2b138: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_271478ef85e2b138 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_288a4990f67a3ecd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_288a4990f67a3ecd -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_2bba8b45ef22f5b6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_2bba8b45ef22f5b6 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_3078ac0e04b6caad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_3078ac0e04b6caad -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_3676b8ae35ea6fc8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_3676b8ae35ea6fc8 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_374942d0e29fe8d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_374942d0e29fe8d4 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_38dd6a058c85456e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_38dd6a058c85456e -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_39190490a43b0e59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_39190490a43b0e59 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_3c5ce46123f2fdf3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_3c5ce46123f2fdf3 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_466f0579fa5cc9b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_466f0579fa5cc9b2 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_468b43971571ffd0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_468b43971571ffd0 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_46ad4a5a8b08faa8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_46ad4a5a8b08faa8 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_4b88b7687f11c6aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_4b88b7687f11c6aa -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_4c39f66f5d20d292: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_4c39f66f5d20d292 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_4d7e7323d8a255c5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_4d7e7323d8a255c5 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_537a52f68ddd32ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_537a52f68ddd32ca -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_54cb13f1afec26f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_54cb13f1afec26f2 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_558c96bd2a6ea1a5: -------------------------------------------------------------------------------- 1 | http://www.0x -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_5cde9a97006afa4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_5cde9a97006afa4b -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_5db90f7796681b73: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_5db90f7796681b73 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_5e5fafc479c40ec8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_5e5fafc479c40ec8 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_5e79a609e7bd0bb0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_5e79a609e7bd0bb0 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_5e9de0e708903dd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_5e9de0e708903dd2 -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_6164da12f535692e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_6164da12f535692e -------------------------------------------------------------------------------- /app/src/main/assets/Cache_dex/Cache_631fadd69be5dd30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/Cache_dex/Cache_631fadd69be5dd30 -------------------------------------------------------------------------------- /app/src/main/assets/activity_main_drawer.xml: -------------------------------------------------------------------------------- 1 | 1cfd59b68f8157fa9a99ebd640c1fcdc -------------------------------------------------------------------------------- /app/src/main/assets/animation.dex: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /app/src/main/assets/bauhaus.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/bauhaus.ttf -------------------------------------------------------------------------------- /app/src/main/assets/casses8.dex: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/src/main/assets/classes10.dex: -------------------------------------------------------------------------------- 1 | &ok= -------------------------------------------------------------------------------- /app/src/main/assets/classes11.dex: -------------------------------------------------------------------------------- 1 | 答案不对噢(⁄ ⁄•⁄ω⁄•⁄ ⁄) -------------------------------------------------------------------------------- /app/src/main/assets/classes12.dex: -------------------------------------------------------------------------------- 1 | terms=& -------------------------------------------------------------------------------- /app/src/main/assets/classes5.MVP: -------------------------------------------------------------------------------- 1 | lPV:k5P:!ru46!V0U4UQ#o_V -------------------------------------------------------------------------------- /app/src/main/assets/classes5.dex: -------------------------------------------------------------------------------- 1 | dex 2 | 0356xu���"8(�j񧎊Y��D��\�pxV4 /p,x 3 | 7z��'�V�X�6�%�/���P�@��B8�j$�#��ap������s-������w����`%}�� �࿷P�%�&�,���Dy�b�CZ����v�X� "0�+$�g[���Z<�pn#%]�C�d�_��J��o�6����'c�e�,�U��j���L�O��x�c�C�P�C �� $� 4 | S�s��BS#] ���� 5 | �� 6 | -------------------------------------------------------------------------------- /app/src/main/assets/classes7.dex: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
-------------------------------------------------------------------------------- /app/src/main/assets/classes8.dex: -------------------------------------------------------------------------------- 1 | 0:59 -------------------------------------------------------------------------------- /app/src/main/assets/classes9.dex: -------------------------------------------------------------------------------- 1 | = -------------------------------------------------------------------------------- /app/src/main/assets/data.mp3: -------------------------------------------------------------------------------- 1 | ����#�-��t2%�7�}X> ���"��1Y�a�^X*��k06���h� -------------------------------------------------------------------------------- /app/src/main/assets/data/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/data/2.jpg -------------------------------------------------------------------------------- /app/src/main/assets/gmail.xml: -------------------------------------------------------------------------------- 1 | 2e202eb93c9c90c12536a82a9458b90a -------------------------------------------------------------------------------- /app/src/main/assets/icon.xml: -------------------------------------------------------------------------------- 1 | dd4ace388e7cb1c76549527db1637a37 -------------------------------------------------------------------------------- /app/src/main/assets/index.android.bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/index.android.bundle -------------------------------------------------------------------------------- /app/src/main/assets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/index.html -------------------------------------------------------------------------------- /app/src/main/assets/libstyTool.so: -------------------------------------------------------------------------------- 1 | ?elf -------------------------------------------------------------------------------- /app/src/main/assets/main.xml: -------------------------------------------------------------------------------- 1 | ba77709934a1836427939e8734dd20d3 -------------------------------------------------------------------------------- /app/src/main/assets/settings.xml: -------------------------------------------------------------------------------- 1 | b35fe591c1ccdbdb6218d747e061b0b4 -------------------------------------------------------------------------------- /app/src/main/assets/styTool.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/assets/styTool.dex -------------------------------------------------------------------------------- /app/src/main/assets/text_colors.xml: -------------------------------------------------------------------------------- 1 | 9964dbf9379e943334137f3ced4f024b -------------------------------------------------------------------------------- /app/src/main/assets/xposed_init: -------------------------------------------------------------------------------- 1 | nico.styTool.HookToast -------------------------------------------------------------------------------- /app/src/main/java/com/cjj/MaterialRefreshListener.java: -------------------------------------------------------------------------------- 1 | package com.cjj; 2 | 3 | public abstract class MaterialRefreshListener { 4 | public void onfinish(){}; 5 | public abstract void onRefresh(MaterialRefreshLayout materialRefreshLayout); 6 | public void onRefreshLoadMore(MaterialRefreshLayout materialRefreshLayout){}; 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/dump/a/RootManage.java: -------------------------------------------------------------------------------- 1 | package dump.a; 2 | 3 | public class RootManage { 4 | 5 | 6 | public static boolean isRoot() { 7 | return true; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/Const.java: -------------------------------------------------------------------------------- 1 | package dump.b; 2 | 3 | 4 | public class Const { 5 | 6 | public static final String LED_CONTENT = "LED_CONTENT"; 7 | public static final String LED_FONT_COLOR = "LED_FONT_COLOR"; 8 | public static final String LED_BG_COLOR = "LED_BG_COLOR"; 9 | public static final String LED_ROLL_SPEED = "LED_ROLL_SPEED"; 10 | public static final String LED_MAGIC_STYLE = "LED_MAGIC_STYLE"; 11 | public static final String LED_SINGLE_ISH = "LED_MAGIC_STYLE"; 12 | public static final String LED_LINES = "led_lines"; 13 | 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/VideoEditInfo.java: -------------------------------------------------------------------------------- 1 | package dump.b; 2 | 3 | import java.io.Serializable; 4 | 5 | public class VideoEditInfo implements Serializable { 6 | 7 | public String path; //图片的sd卡路径 8 | public long time;//图片所在视频的时间 毫秒 9 | 10 | public VideoEditInfo() { 11 | } 12 | 13 | 14 | @Override 15 | public String toString() { 16 | return "VideoEditInfo{" + 17 | "path='" + path + '\'' + 18 | ", time='" + time + '\'' + 19 | '}'; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/OnColorChangedListener.java: -------------------------------------------------------------------------------- 1 | package dump.b.a; 2 | 3 | public interface OnColorChangedListener { 4 | void onColorChanged(int selectedColor); 5 | } 6 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/OnColorSelectedListener.java: -------------------------------------------------------------------------------- 1 | package dump.b.a; 2 | 3 | public interface OnColorSelectedListener { 4 | void onColorSelected(int selectedColor); 5 | } 6 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/builder/ColorPickerClickListener.java: -------------------------------------------------------------------------------- 1 | package dump.b.a.builder; 2 | 3 | import android.content.DialogInterface; 4 | 5 | /** 6 | * Created by Charles Anderson on 4/17/15. 7 | */ 8 | public interface ColorPickerClickListener { 9 | void onClick(DialogInterface d, int lastSelectedColor, Integer[] allColors); 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/renderer/ColorWheelRenderOption.java: -------------------------------------------------------------------------------- 1 | package dump.b.a.renderer; 2 | 3 | import android.graphics.Canvas; 4 | 5 | public class ColorWheelRenderOption { 6 | public int density; 7 | public float maxRadius; 8 | public float cSize, strokeWidth, alpha, lightness; 9 | public Canvas targetCanvas; 10 | } -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/renderer/ColorWheelRenderer.java: -------------------------------------------------------------------------------- 1 | package dump.b.a.renderer; 2 | 3 | 4 | import java.util.List; 5 | 6 | import dump.b.a.ColorCircle; 7 | 8 | public interface ColorWheelRenderer { 9 | float GAP_PERCENTAGE = 0.025f; 10 | 11 | void draw(); 12 | 13 | ColorWheelRenderOption getRenderOption(); 14 | 15 | void initWith(ColorWheelRenderOption colorWheelRenderOption); 16 | 17 | List getColorCircleList(); 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/dump/b/a/slider/OnValueChangedListener.java: -------------------------------------------------------------------------------- 1 | package dump.b.a.slider; 2 | 3 | public interface OnValueChangedListener { 4 | void onValueChanged(float value); 5 | } -------------------------------------------------------------------------------- /app/src/main/java/dump/c/FlymeUtils.java: -------------------------------------------------------------------------------- 1 | package dump.c; 2 | 3 | import android.os.Build; 4 | 5 | import java.lang.reflect.Method; 6 | 7 | public final class FlymeUtils { 8 | 9 | public static boolean isFlyme() { 10 | try { 11 | // Invoke Build.hasSmartBar() 12 | final Method method = Build.class.getMethod("hasSmartBar"); 13 | return method != null; 14 | } catch (final Exception e) { 15 | return false; 16 | } 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/java/dump/e/b.java: -------------------------------------------------------------------------------- 1 | package dump.e; 2 | 3 | import android.os.Bundle; 4 | import android.support.annotation.Nullable; 5 | import android.support.v4.app.Fragment; 6 | import android.view.LayoutInflater; 7 | import android.view.View; 8 | import android.view.ViewGroup; 9 | 10 | import nico.styTool.R; 11 | 12 | public class b extends Fragment{ 13 | @Override 14 | public View onCreateView(LayoutInflater inflater, 15 | @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { 16 | return inflater.inflate(R.layout.main, null); 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /app/src/main/java/dump/f/xp.java: -------------------------------------------------------------------------------- 1 | package dump.f; 2 | 3 | 4 | import cn.bmob.v3.BmobObject; 5 | 6 | public class xp extends BmobObject 7 | { 8 | // 反馈内容 9 | private String content; 10 | // 联系方式 11 | private String contacts; 12 | public String getContent() 13 | { 14 | return content; 15 | } 16 | public void setContent(String content) 17 | { 18 | this.content = content; 19 | } 20 | public String getContacts() 21 | { 22 | return contacts; 23 | } 24 | public void setContacts(String contacts) 25 | { 26 | this.contacts = contacts; 27 | } 28 | 29 | 30 | } 31 | 32 | -------------------------------------------------------------------------------- /app/src/main/java/dump/f/xp_.java: -------------------------------------------------------------------------------- 1 | package dump.f; 2 | 3 | 4 | import cn.bmob.v3.BmobObject; 5 | 6 | public class xp_ extends BmobObject 7 | { 8 | // 反馈内容 9 | private String content; 10 | // 联系方式 11 | public String getContent() 12 | { 13 | return content; 14 | } 15 | public void setContent(String content) 16 | { 17 | this.content = content; 18 | } 19 | } 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/java/dump/filem/adapter/LineHolder.java: -------------------------------------------------------------------------------- 1 | package dump.filem.adapter; 2 | 3 | import android.view.View; 4 | 5 | import dump.filem.adapter.base.RecyclerViewAdapter; 6 | import dump.filem.adapter.base.RecyclerViewHolder; 7 | 8 | /** 9 | * Created by ${zhaoyanjun} on 2017/1/12. 10 | */ 11 | 12 | class LineHolder extends RecyclerViewHolder { 13 | 14 | LineHolder(View itemView) { 15 | super(itemView); 16 | } 17 | 18 | @Override 19 | public void onBindViewHolder(LineHolder lineHolder, RecyclerViewAdapter adapter, int position) { 20 | 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/dump/filem/adapter/base/RecyclerViewHolder.java: -------------------------------------------------------------------------------- 1 | package dump.filem.adapter.base; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | import android.view.View; 5 | 6 | /** 7 | * Created by ${zhaoyanjun} on 2017/1/12. 8 | */ 9 | 10 | public abstract class RecyclerViewHolder extends RecyclerView.ViewHolder { 11 | 12 | public RecyclerViewHolder(View itemView) { 13 | super(itemView); 14 | } 15 | 16 | public abstract void onBindViewHolder ( T t , RecyclerViewAdapter adapter , int position) ; 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/dump/filem/bean/FileType.java: -------------------------------------------------------------------------------- 1 | package dump.filem.bean; 2 | 3 | /** 4 | * Created by ${zhaoyanjun} on 2017/1/11. 5 | */ 6 | 7 | public enum FileType { 8 | directory , txt , zip , video , music , image ,apk , other 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/dump/filem/bean/TitlePath.java: -------------------------------------------------------------------------------- 1 | package dump.filem.bean; 2 | 3 | /** 4 | * Created by ${zhaoyanjun} on 2017/1/11. 5 | */ 6 | 7 | public class TitlePath { 8 | 9 | private String nameState ; 10 | private String path ; 11 | 12 | public String getNameState() { 13 | return nameState; 14 | } 15 | 16 | public void setNameState(String nameState) { 17 | this.nameState = nameState; 18 | } 19 | 20 | public String getPath() { 21 | return path; 22 | } 23 | 24 | public void setPath(String path) { 25 | this.path = path; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/BeDate.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | /** 4 | * Created by Administrator on 2015/12/9. 5 | */ 6 | public class BeDate extends BeJson { 7 | private T entity; 8 | 9 | public T getEntity() { 10 | return entity; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/BeJson.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | /** 4 | * json头信息 5 | */ 6 | public class BeJson { 7 | 8 | private int flag; 9 | private String msg; 10 | 11 | public int getFlag() { 12 | return flag; 13 | } 14 | 15 | public String getMsg() { 16 | return msg; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/BeList.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | import java.util.ArrayList; 4 | import java.util.List; 5 | 6 | /** 7 | * Created by Administrator on 2015/12/9. 8 | */ 9 | public class BeList extends BeJson { 10 | private List list; 11 | private int islastFlag; 12 | 13 | public int getIslastFlag() { 14 | return islastFlag; 15 | } 16 | 17 | public List getList() { 18 | return list == null ? new ArrayList() : list; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/BitmapCallback.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | 5 | import android.graphics.Bitmap; 6 | import android.graphics.BitmapFactory; 7 | 8 | import okhttp3.Response; 9 | 10 | /** 11 | * Created by zhy on 15/12/14. 12 | */ 13 | public abstract class BitmapCallback extends Callback { 14 | 15 | @Override 16 | public Bitmap parseNetworkResponse(Response response, int id) throws Exception { 17 | return BitmapFactory.decodeStream(response.body().byteStream()); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/CookieStore.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | import java.util.List; 5 | 6 | import okhttp3.Cookie; 7 | import okhttp3.HttpUrl; 8 | 9 | public interface CookieStore { 10 | 11 | void add(HttpUrl uri, List cookie); 12 | 13 | List get(HttpUrl uri); 14 | 15 | List getCookies(); 16 | 17 | boolean remove(HttpUrl uri, Cookie cookie); 18 | 19 | boolean removeAll(); 20 | 21 | } 22 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/Exceptions.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | 5 | /** 6 | * Created by zhy on 15/12/14. 7 | */ 8 | public class Exceptions { 9 | 10 | public static void illegalArgument(String msg, Object... params) { 11 | throw new IllegalArgumentException(String.format(msg, params)); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/HasCookieStore.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | public interface HasCookieStore { 5 | 6 | CookieStore getCookieStore(); 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/HasParamsable.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | 5 | import java.util.Map; 6 | 7 | /** 8 | * Created by zhy on 16/3/1. 9 | */ 10 | public interface HasParamsable { 11 | 12 | OkHttpRequestBuilder params(Map params); 13 | 14 | OkHttpRequestBuilder addParams(String key, String val); 15 | } 16 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/HeadBuilder.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | 5 | /** 6 | * Created by zhy on 16/3/2. 7 | */ 8 | public class HeadBuilder extends GetBuilder { 9 | 10 | @Override 11 | public RequestCall build() { 12 | return new OtherRequest(null, null, OkHttpUtils.METHOD.HEAD, url, tag, params, headers, id).build(); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/IGenericsSerializator.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | /** 5 | * Created by JimGong on 2016/6/23. 6 | */ 7 | public interface IGenericsSerializator { 8 | 9 | T transform(String response, Class classOfT); 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/L.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | /** 5 | * Created by zhy on 15/11/6. 6 | */ 7 | public class L { 8 | 9 | private static boolean debug = false; 10 | 11 | public static void e(String msg) { 12 | if (debug) { 13 | 14 | } 15 | } 16 | 17 | } 18 | 19 | -------------------------------------------------------------------------------- /app/src/main/java/dump/g/StringCallback.java: -------------------------------------------------------------------------------- 1 | package dump.g; 2 | 3 | 4 | 5 | import java.io.IOException; 6 | 7 | import okhttp3.Response; 8 | 9 | /** 10 | * Created by zhy on 15/12/14. 11 | */ 12 | public abstract class StringCallback extends Callback { 13 | 14 | @Override 15 | public String parseNetworkResponse(Response response, int id) throws IOException { 16 | return response.body().string(); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/dump/h/ViewHolder.java: -------------------------------------------------------------------------------- 1 | package dump.h; 2 | 3 | import android.widget.CheckBox; 4 | 5 | public class ViewHolder { 6 | public CheckBox a = null; 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/dump/j/o.java: -------------------------------------------------------------------------------- 1 | package dump.j; 2 | 3 | import cn.bmob.v3.BmobObject; 4 | 5 | public class o extends BmobObject { 6 | // 反馈内容 7 | private String content; 8 | // 联系方式 9 | private String contacts; 10 | public String getContent() { 11 | return content; 12 | } 13 | public void setContent(String content) { 14 | this.content = content; 15 | } 16 | public String getContacts() { 17 | return contacts; 18 | } 19 | public void setContacts(String contacts) { 20 | this.contacts = contacts; 21 | } 22 | 23 | 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/java/dump/k/i_a.java: -------------------------------------------------------------------------------- 1 | package dump.k; 2 | import cn.bmob.v3.BmobObject; 3 | 4 | public class i_a extends BmobObject { 5 | // 反馈内容 6 | private String content; 7 | // 联系方式 8 | private String contacts; 9 | public String getContent() { 10 | return content; 11 | } 12 | public void setContent(String content) { 13 | this.content = content; 14 | } 15 | public String getContacts() { 16 | return contacts; 17 | } 18 | public void setContacts(String contacts) { 19 | this.contacts = contacts; 20 | } 21 | 22 | 23 | } 24 | 25 | -------------------------------------------------------------------------------- /app/src/main/java/dump/q/ContantValue.java: -------------------------------------------------------------------------------- 1 | package dump.q; 2 | 3 | public interface ContantValue 4 | { 5 | String[] viewItem = {"🇦", "🇧", "🇨", "🇩", "🇪", "🇫", "🇬","🇭", "🇮", "🇯", "🇰", "🇱", "🇲", "🇳", "🇴","🇵","🇶","🇷","🇸","🇹","🇺","🇻","🇼","🇽","🇾","🇿"}; 6 | 7 | String[] mainItem = {"妮哩"}; 8 | 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/dump/s/DarkFrameLayout.java: -------------------------------------------------------------------------------- 1 | package dump.s; 2 | 3 | /** 4 | * Created by NeXT on 15/8/3. 5 | */ 6 | public class DarkFrameLayout { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /app/src/main/java/dump/t/FK__.java: -------------------------------------------------------------------------------- 1 | package dump.t; 2 | 3 | import cn.bmob.v3.BmobObject; 4 | 5 | public class FK__ extends BmobObject 6 | { 7 | // 反馈内容 8 | private String content; 9 | public String getContent() 10 | { 11 | return content; 12 | } 13 | public void setContent(String content) 14 | { 15 | this.content = content; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/dump/t/Fk.java: -------------------------------------------------------------------------------- 1 | package dump.t; 2 | import cn.bmob.v3.BmobObject; 3 | 4 | public class Fk extends BmobObject { 5 | // 反馈内容 6 | private String content; 7 | // 联系方式 8 | private String contacts; 9 | public String getContent() { 10 | return content; 11 | } 12 | public void setContent(String content) { 13 | this.content = content; 14 | } 15 | public String getContacts() { 16 | return contacts; 17 | } 18 | public void setContacts(String contacts) { 19 | this.contacts = contacts; 20 | } 21 | 22 | 23 | } 24 | -------------------------------------------------------------------------------- /app/src/main/java/dump/t/Fk_.java: -------------------------------------------------------------------------------- 1 | package dump.t; 2 | 3 | 4 | import cn.bmob.v3.BmobObject; 5 | 6 | public class Fk_ extends BmobObject 7 | { 8 | // 反馈内容 9 | private String content; 10 | public String getContent() 11 | { 12 | return content; 13 | } 14 | public void setContent(String content) 15 | { 16 | this.content = content; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/java/dump/v/Audience.java: -------------------------------------------------------------------------------- 1 | package dump.v; 2 | 3 | 4 | public interface Audience { 5 | void heartbeat(double fps); 6 | } 7 | -------------------------------------------------------------------------------- /app/src/main/java/dump/y/CallBack.java: -------------------------------------------------------------------------------- 1 | package dump.y; 2 | import android.database.sqlite.SQLiteDatabase; 3 | 4 | public interface CallBack { 5 | void doSomething(SQLiteDatabase sqLiteDatabase); 6 | } 7 | -------------------------------------------------------------------------------- /app/src/main/java/dump/y/SQLStr.java: -------------------------------------------------------------------------------- 1 | package dump.y; 2 | public class SQLStr { 3 | public static final String CREATE_DATABASE = 4 | "CREATE DATABASE com_webbrowser_xq"; 5 | public static final String CREATE_TABLE_FAVORITES = 6 | "CREATE TABLE favorite (id INTEGER PRIMARY KEY, name TEXT NOT NULL, url TEXT NOT NULL)"; 7 | public static final String CREATE_TABLE_HISTORY = 8 | "CREATE TABLE history (id INTEGER PRIMARY KEY, name TEXT NOT NULL, url TEXT NOT NULL, date LONG NOT NULL)"; 9 | 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/dump/z/Theme.java: -------------------------------------------------------------------------------- 1 | package dump.z; 2 | 3 | /** 4 | * Created by stytool on 2017/8/26. 5 | */ 6 | public enum Theme { 7 | Blue, 8 | 9 | Indigo, 10 | 11 | Green, 12 | 13 | Red, 14 | 15 | BlueGrey, 16 | 17 | Black, 18 | 19 | Purple, 20 | 21 | Orange, 22 | 23 | Pink 24 | } -------------------------------------------------------------------------------- /app/src/main/java/dump_dex/Activity/Express.java: -------------------------------------------------------------------------------- 1 | package dump_dex.Activity; 2 | 3 | 4 | class Express { 5 | private String simpleName, logo; 6 | 7 | String getSimpleName() { 8 | return simpleName; 9 | } 10 | 11 | void setSimpleName(String simpleName) { 12 | this.simpleName = simpleName; 13 | } 14 | 15 | public String getLogo() { 16 | return logo; 17 | } 18 | 19 | public void setLogo(String logo) { 20 | this.logo = logo; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/dump_dex/Software/DownloadListener.java: -------------------------------------------------------------------------------- 1 | package dump_dex.Software; 2 | 3 | /** 4 | * Created by lum on 2017/9/25. 5 | */ 6 | 7 | public interface DownloadListener { 8 | void onProgress(int progress); 9 | 10 | void onSuccess(); 11 | 12 | void onPaused(); 13 | 14 | void onFailed(); 15 | 16 | void onCancel(); 17 | } -------------------------------------------------------------------------------- /app/src/main/java/net/mobctrl/interfaces/ItemDataClickListener.java: -------------------------------------------------------------------------------- 1 | package net.mobctrl.interfaces; 2 | 3 | import net.mobctrl.model.ItemData; 4 | 5 | /** 6 | * @Author Zheng Haibo 7 | * @PersonalWebsite http://www.mobctrl.net 8 | * @Description 9 | */ 10 | public interface ItemDataClickListener { 11 | 12 | public void onExpandChildren(ItemData itemData); 13 | 14 | public void onHideChildren(ItemData itemData); 15 | 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/java/net/mobctrl/interfaces/OnScrollToListener.java: -------------------------------------------------------------------------------- 1 | package net.mobctrl.interfaces; 2 | 3 | /** 4 | * @Author Zheng Haibo 5 | * @PersonalWebsite http://www.mobctrl.net 6 | * @Description 7 | */ 8 | public interface OnScrollToListener { 9 | public void scrollTo(int position); 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/net/mobctrl/viewholder/BaseViewHolder.java: -------------------------------------------------------------------------------- 1 | package net.mobctrl.viewholder; 2 | 3 | import android.support.v7.widget.RecyclerView; 4 | import android.view.View; 5 | 6 | /** 7 | * @Author Zheng Haibo 8 | * @PersonalWebsite http://www.mobctrl.net 9 | * @Description 10 | */ 11 | public class BaseViewHolder extends RecyclerView.ViewHolder { 12 | 13 | public BaseViewHolder(View itemView) { 14 | super(itemView); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/java/nico/Msg.java: -------------------------------------------------------------------------------- 1 | package nico; 2 | 3 | public class Msg { 4 | 5 | public static final int TYPE_RECEIVED = 0; 6 | public static final int TYPE_SENT = 1; 7 | private String content; 8 | private int type; 9 | 10 | public Msg(String content, int type) { 11 | this.content = content; 12 | this.type = type; 13 | } 14 | 15 | public String getContent() { 16 | return content; 17 | } 18 | 19 | public int getType() { 20 | return type; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/ChangeTheme.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | import android.os.Bundle; 4 | 5 | 6 | public class ChangeTheme extends dump.z.BaseActivity{ 7 | @Override 8 | protected void onCreate(Bundle savedInstanceState) { 9 | super.onCreate(savedInstanceState); 10 | setContentView(R.layout.activity_change); 11 | 12 | 13 | 14 | }} 15 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/DefaultSharedPreferences.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | import android.content.Context; 4 | import android.preference.PreferenceManager; 5 | 6 | public class DefaultSharedPreferences { 7 | public static void save(Context context, boolean isshow) { 8 | PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean("is_show_window", isshow).apply(); 9 | } 10 | 11 | public static boolean read(Context context) { 12 | return PreferenceManager.getDefaultSharedPreferences(context).getBoolean("is_show_window", true); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/DownloadListener.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | 4 | 5 | import java.io.File; 6 | 7 | public interface DownloadListener { 8 | 9 | void onStart(int fileByteSize); 10 | 11 | void onPause(); 12 | 13 | void onResume(); 14 | 15 | void onProgress(int receivedBytes); 16 | 17 | void onFail(); 18 | 19 | void onSuccess(File file); 20 | 21 | void onCancel(); 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/FavoriteItem.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class FavoriteItem { 4 | // id in the database 5 | public long id; 6 | 7 | public String title; 8 | 9 | // path 10 | public String location; 11 | 12 | public FileInfo fileInfo; 13 | 14 | public FavoriteItem(String t, String l) { 15 | title = t; 16 | location = l; 17 | } 18 | 19 | public FavoriteItem(long i, String t, String l) { 20 | id = i; 21 | title = t; 22 | location = l; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/FileInfo.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | public class FileInfo { 3 | 4 | public String fileName; 5 | 6 | public String filePath; 7 | 8 | public long fileSize; 9 | 10 | public boolean IsDir; 11 | 12 | public int Count; 13 | 14 | public long ModifiedDate; 15 | 16 | public boolean Selected; 17 | 18 | public boolean canRead; 19 | 20 | public boolean canWrite; 21 | 22 | public boolean isHidden; 23 | 24 | public long dbId; // id in the database, if is from database 25 | 26 | } 27 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/GetNumberFromString.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | /** 3 | * Created by apple on 15/9/24. 4 | */ 5 | public class GetNumberFromString { 6 | 7 | public static Long change(String str){ 8 | str=str.trim(); 9 | String str2=""; 10 | if(str != null && !"".equals(str)){ 11 | for(int i=0;i=48 && str.charAt(i)<=57){ 13 | str2+=str.charAt(i); 14 | } 15 | } 16 | 17 | } 18 | Long i=i= Long.valueOf(str2); 19 | return i; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/GirlData.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | /** 4 | * Created by lum on 2017/11/3. 5 | */ 6 | 7 | /* 8 | * 项目名: SmartButler 9 | * 包名: com.imooc.smartbutler.entity 10 | * 文件名: GirlData 11 | * 创建者: LGL 12 | * 创建时间: 2016/11/19 0:16 13 | * 描述: 妹子的实体类 14 | */ 15 | 16 | public class GirlData { 17 | 18 | //地址 19 | private String imgUrl; 20 | 21 | public String getImgUrl() { 22 | return imgUrl; 23 | } 24 | 25 | public void setImgUrl(String imgUrl) { 26 | this.imgUrl = imgUrl; 27 | } 28 | } -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/HiddenFilter.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | import java.io.File; 4 | import java.io.FileFilter; 5 | import java.io.Serializable; 6 | 7 | /** 8 | * Created by Dimorinny on 31.05.16. 9 | */ 10 | public class HiddenFilter implements FileFilter, Serializable { 11 | 12 | @Override 13 | public boolean accept(File f) { 14 | return !f.isHidden(); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/HintView.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | 4 | public interface HintView { 5 | 6 | void initView(int length, int gravity); 7 | 8 | void setCurrent(int current); 9 | } 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/IUninstall.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | /** 3 | * 用来实现删除程序的接口 4 | */ 5 | public interface IUninstall { 6 | 7 | /** 8 | * 删除应用 9 | * @param pos 行号 10 | * @param packageName 包名 11 | */ 12 | void onBtnClick(int pos, String packageName); 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/ModuleActiveCheck.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class ModuleActiveCheck { 4 | public static int isActiveVersion() { 5 | return 0xffffffff; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/MyUserInstallation.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | import cn.bmob.v3.BmobInstallation; 3 | 4 | /** 5 | * Created by luxin on 15-12-22. 6 | */ 7 | public class MyUserInstallation extends BmobInstallation { 8 | 9 | private String uid; 10 | 11 | public MyUserInstallation() { 12 | super(); 13 | } 14 | 15 | public String getUid() { 16 | return uid; 17 | } 18 | 19 | public void setUid(String uid) { 20 | this.uid = uid; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/NS_MOBILE_CUSTOM.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class NS_MOBILE_CUSTOM 4 | { 5 | 6 | //QQ适配 7 | public static String QQPluginClass = "com.tenpay.android.qqplugin.a.q"; 8 | 9 | public static void init(int version) 10 | { 11 | if (version < 260) 12 | { 13 | QQPluginClass = "com.tenpay.android.qqplugin.a.o"; 14 | } 15 | else if (version <= 312) 16 | { 17 | QQPluginClass = "com.tenpay.android.qqplugin.a.p"; 18 | } 19 | else if (version <= 482) 20 | { 21 | QQPluginClass = "com.tenpay.android.qqplugin.a.q"; 22 | } 23 | }} 24 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/OnItemClickListener.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | 4 | /** 5 | * Created by zhuchenxi on 16/8/4. 6 | */ 7 | public interface OnItemClickListener { 8 | void onItemClick(int position); 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/PasswordStatus.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public enum PasswordStatus { 4 | CLOSE, SEND, DONOT_SEND 5 | } 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/PicturePicFragment.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | /** 4 | * Created by luxin on 15-12-8. 5 | */ 6 | public class PicturePicFragment { 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/ReplyStatus.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public enum ReplyStatus { 4 | CLOSE, GOT, MISSED, ALL 5 | } 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/RobotActivity.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class RobotActivity 4 | { 5 | } -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/RobotResult.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | /** 4 | * Created by luxin on 15-12-25. 5 | * http://luxin.gitcafe.io 6 | */ 7 | public class RobotResult { 8 | private int code; 9 | private String content; 10 | 11 | public int getCode() { 12 | return code; 13 | } 14 | 15 | public void setCode(int code) { 16 | this.code = code; 17 | } 18 | 19 | public String getContent() { 20 | return content; 21 | } 22 | 23 | public void setContent(String content) { 24 | this.content = content; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/RunView.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | class RunView implements Runnable { 4 | final timer mtimer; 5 | 6 | RunView(timer mtimer) { 7 | this.mtimer = mtimer; 8 | } 9 | 10 | public void run() { 11 | ViewWindow.showView(this.mtimer.mWatchingService, this.mtimer.mWatchingService.serviceName); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/Setting.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class Setting { 4 | // private Object value; 5 | 6 | 7 | 8 | } 9 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/StarBar.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class StarBar {} 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/ThemeChangeUtil.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class ThemeChangeUtil { 4 | 5 | 6 | } 7 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/ToaU.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | import android.content.Context; 4 | import android.widget.Toast; 5 | 6 | /** 7 | * Created by lum on 2017/12/7. 8 | */ 9 | 10 | public class ToaU { 11 | 12 | private static Toast toast; 13 | 14 | public static void showToast(Context context, String content) { 15 | if (toast == null) { 16 | toast = Toast.makeText(context, content, Toast.LENGTH_SHORT); 17 | } else { 18 | toast.setText(content); 19 | } 20 | toast.show(); 21 | } 22 | 23 | } -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/XposedInit.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public interface XposedInit { 4 | String ァ = "下"; 5 | String ゥ = "下一"; 6 | String ォ = "下一步"; 7 | } 8 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/adb_anim.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class adb_anim 4 | { 5 | } -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/bb.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public interface bb { 4 | /** 5 | * gif解码观察者 6 | * @param parseStatus 解码是否成功,成功会为true 7 | * @param frameIndex 当前解码的第几帧,当全部解码成功后,这里为-1 8 | */ 9 | void parseOk(boolean parseStatus, int frameIndex); 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/cc.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | import android.graphics.Bitmap; 4 | public class cc { 5 | /** 6 | * 构造函数 7 | * @param im 图片 8 | * @param del 延时 9 | */ 10 | public cc(Bitmap im, int del) { 11 | image = im; 12 | delay = del; 13 | } 14 | /**图片*/ 15 | public Bitmap image; 16 | /**延时*/ 17 | public int delay; 18 | /**下一帧*/ 19 | public cc nextFrame = null; 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/com_styTool.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | public class com_styTool 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /app/src/main/java/nico/styTool/love_viayou.java: -------------------------------------------------------------------------------- 1 | package nico.styTool; 2 | 3 | 4 | public class love_viayou { 5 | } 6 | -------------------------------------------------------------------------------- /app/src/main/java/site/gemus/openingstartanimation/DelegateRecycleView.java: -------------------------------------------------------------------------------- 1 | package site.gemus.openingstartanimation; 2 | 3 | /** 4 | * @author Jackdow 5 | * @version 1.0 6 | * FancyView 7 | */ 8 | 9 | interface DelegateRecycleView { 10 | /** 11 | * 释放动画view内存的接口 12 | */ 13 | void finishAnimation(); 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/jniLibs/arm64-v8a/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/arm64-v8a/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/arm64-v8a/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/arm64-v8a/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi-v7a/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/armeabi-v7a/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi-v7a/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/armeabi-v7a/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/armeabi/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/armeabi/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/armeabi/liblbs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/armeabi/liblbs.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/mips/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/mips/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/mips/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/mips/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/mips64/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/mips64/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/mips64/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/mips64/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/x86/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/x86/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/x86/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/x86/libbmob.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/x86_64/libBmobStat.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/x86_64/libBmobStat.so -------------------------------------------------------------------------------- /app/src/main/jniLibs/x86_64/libbmob.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/jniLibs/x86_64/libbmob.so -------------------------------------------------------------------------------- /app/src/main/res/anim/dropdown_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dropdown_mask_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/anim/dropdown_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/anim/layout_animation_fall_down.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/anim/lxw_dir_popup_down.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/anim/lxw_dir_popup_up.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/anim/pop_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/anim/pop_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_in_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_in_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_out_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_out_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/color/selector_switch_thumb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/color/selector_switch_track.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/crop__divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/crop__divider.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/crop__ic_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/crop__ic_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/crop__ic_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/crop__ic_done.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/dir_choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/dir_choose.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/expand.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/file.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/folder.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/github.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_arrow_back_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_arrow_back_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_done_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_done_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_edit_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_edit_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_image_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_image_box.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_play_arrow_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_play_arrow_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_send_black_48px.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_send_black_48px.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_send_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/ic_send_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/notification.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/notification.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/pic_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/pic_dir.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/picture_unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/picture_unselected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/pictures_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/pictures_no.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/pictures_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/pictures_selected.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/wifi_automatic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/wifi_automatic.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/wifi_file.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-hdpi/wifi_file.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/crop__divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/crop__divider.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/crop__ic_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/crop__ic_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/crop__ic_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/crop__ic_done.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_arrow_back_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/ic_arrow_back_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_image_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/ic_image_box.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_play_arrow_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/ic_play_arrow_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_send_black_48px.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/ic_send_black_48px.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_send_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-mdpi/ic_send_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/crop__selectable_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/ic_menu_gallery.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/ic_menu_manage.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/ic_menu_send.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/ic_menu_slideshow.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-v21/white_button_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/alipay_erweima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/alipay_erweima.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/crop__divider.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/crop__divider.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/crop__ic_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/crop__ic_cancel.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/crop__ic_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/crop__ic_done.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/crop__tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/crop__tile.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_arrow_back_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_arrow_back_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_card_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_card_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_card_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_card_48dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_card_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_card_background.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_check_white_12dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_check_white_12dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_check_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_check_white_18dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_check_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_check_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_done_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_done_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_edit_text_default.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_edit_text_default.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_edit_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_edit_white.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_image_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_image_box.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_lock_open_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_lock_open_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_lock_outline_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_lock_outline_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_lock_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_lock_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_looks_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_looks_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_looks_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_looks_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_looks_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_looks_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_magicasakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_magicasakura.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_more_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_more_grey.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_person_outline_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_person_outline_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_play_arrow_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_play_arrow_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_send_black_48px.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_send_black_48px.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_send_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_send_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_share_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_share_more.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_sina_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_sina_logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_tag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_tag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wx_collect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_wx_collect.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wx_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_wx_logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wx_moments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xhdpi/ic_wx_moments.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_arrow_back_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_arrow_back_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_done_white.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_done_white.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_edit_white.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_edit_white.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_image_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_image_box.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_play_arrow_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_play_arrow_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_save_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_save_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_send_black_48px.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_send_black_48px.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_send_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_send_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_settings_remote_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ic_settings_remote_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/train.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/train.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ttt.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ttt.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ttu.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/ttu.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/vip_upgrade_gift_dialog_logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/vip_upgrade_gift_dialog_logo.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/welcomimg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/welcomimg1.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/welcomimg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/welcomimg2.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/welcomimg3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/welcomimg3.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/welcomimg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/welcomimg4.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/welcomimg5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxhdpi/welcomimg5.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_arrow_back_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxxhdpi/ic_arrow_back_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_image_box.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxxhdpi/ic_image_box.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_send_black_48px.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxxhdpi/ic_send_black_48px.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_send_white_24dp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable-xxxhdpi/ic_send_white_24dp.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/blue_grey_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/blue_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/brown_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/crop__texture.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/data_p.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/data_p.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/deep_purple_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/dialog_back.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/dian1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/dian1.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/dian2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/dian2.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/directory.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/directory.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/favandhis_activity.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/file.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/file.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/file_doc.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/file_doc.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/folder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/folder.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/green_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_ac_unit_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_cached_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_content_copy_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_create_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_done_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_done_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_get_app_white_24dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_notifications_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_payment_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_photo_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_send_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_send_grey_700_24dp.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_star_border_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_thumb_up_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_toys_black_24dp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/item_select_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/item_select_press.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/item_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/loading_data_anim.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/lxw_shape_viewpager_oval_rect.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mmexb.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/mmexb.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable/pink_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/red_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/selectable_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/side_nav_bar.xml: -------------------------------------------------------------------------------- 1 | 3 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/vip_a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/vip_a.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/vip_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/vip_b.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/vip_c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/drawable/vip_c.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable/white_button_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yellow_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_exchange_by_code.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_exp.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_file_explorer.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main4.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_mli.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_status_bar_vi.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_svip.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/color_preview.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/layout/color_widget.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/layout/colors_panel_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/layout/content_main33.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/crop__layout_done_cancel.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /app/src/main/res/layout/dialog_girl.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/dropdown_tab_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fj_list_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_blank_fragmentthird.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_first.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_fourth.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /app/src/main/res/layout/girl_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/layout/item_img.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item_line.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/layout/lxw_edi_user_profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/layout/lxw_emoj_gridview.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/layout/lxw_item_helps_gridview.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/lxw_popup_chose_img.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/main_.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/layout/menurelaty.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/picker_edit.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/layout/r_dex.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /app/src/main/res/layout/s_splash.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/layout/stage.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/video_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/view_spinner.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/layout/view_weather_district.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/layout/window_tasks.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/layout/x5_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/menu/apk_nol.xml: -------------------------------------------------------------------------------- 1 | 3 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/menu/bkili.xml: -------------------------------------------------------------------------------- 1 | 3 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/menu/lxw_user_profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/menu/lxw_user_profile1.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/menu/mainmenu.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_edi_user_profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_picture_pick.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/menu/root.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/menu/rt.xml: -------------------------------------------------------------------------------- 1 | 3 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/menu/xp_ro.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/empty_view_image.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-hdpi/empty_view_image.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_0.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_1.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_10.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_100.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_101.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_102.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_103.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_104.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_11.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_12.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_13.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_14.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_15.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_16.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_17.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_18.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_19.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_2.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_20.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_21.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_22.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_23.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_24.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_25.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_26.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_27.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_28.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_29.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_3.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_30.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_31.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_32.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_33.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_34.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_35.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_36.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_37.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_38.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_39.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_4.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_40.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_41.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_42.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_43.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_44.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_45.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_46.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_47.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_48.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_49.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_5.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_50.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_51.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_52.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_53.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_54.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_55.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_56.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_57.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_58.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_59.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_6.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_60.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_61.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_62.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_63.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_64.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_65.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_66.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_67.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_68.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_69.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_7.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_70.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_71.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_72.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_73.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_74.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_75.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_76.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_77.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_78.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_79.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_8.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_80.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_81.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_82.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_83.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_84.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_85.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_86.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_86.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_87.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_88.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_88.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_89.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_9.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_90.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_91.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_91.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_92.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_93.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_93.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_94.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_94.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_95.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_95.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_96.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_97.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_98.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_99.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/emoji_del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xhdpi/emoji_del.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xxhdpi/fx.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_dropdown_actived.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xxhdpi/ic_dropdown_actived.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_dropdown_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xxhdpi/ic_dropdown_normal.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_task_status_list_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xxhdpi/ic_task_status_list_check.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/raw/weixin.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/app/src/main/res/raw/weixin.webp -------------------------------------------------------------------------------- /app/src/main/res/values-land/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 48dp 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values-large/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 64dp 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values-v21/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #aaaaaa 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/values-zh/values-zh.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values/bools.xml: -------------------------------------------------------------------------------- 1 | 2 | false 3 | true 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values/drawables.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/values/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 300 4 | -------------------------------------------------------------------------------- /app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/xml/accessibility.xml: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/xml/auto_send_accessibilityservice.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/xml/cube1.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /app/src/main/res/xml/envelope_accessibility_service.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/xml/file_paths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /app/src/main/res/xml/pr_via.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/xml/redpacket_service_config.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/src/main/res/xml/y.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /build/android-profile/profile-2018-01-05-15-48-23-376.rawproto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/build/android-profile/profile-2018-01-05-15-48-23-376.rawproto -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stytooldex/styT/aa35b6f2731b79bc883eba6c521358c77ed9925a/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Oct 26 19:39:04 CST 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip 7 | -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- 1 | ## This file is automatically generated by Android Studio. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must *NOT* be checked into Version Control Systems, 5 | # as it contains information specific to your local configuration. 6 | # 7 | # Location of the SDK. This is only used by Gradle. 8 | # For customization when using a Version Control System, please read the 9 | # header note. 10 | #Wed Dec 13 20:36:22 CST 2017 11 | sdk.dir=C\:\\Users\\26526\\AppData\\Local\\Android\\Sdk 12 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | --------------------------------------------------------------------------------