├── .DS_Store ├── .gitignore ├── Plugin └── buildSrc.jar ├── Untitled Diagram.drawio ├── and_res_guard.gradle ├── app ├── .DS_Store ├── .cxx │ └── Debug │ │ └── 725u2250 │ │ ├── arm64-v8a │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ │ ├── 3.10.2 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ └── CMakeSystem.cmake │ │ │ ├── CMakeOutput.log │ │ │ ├── TargetDirectories.txt │ │ │ ├── cmake.check_cache │ │ │ ├── feature_tests.bin │ │ │ ├── feature_tests.c │ │ │ └── feature_tests.cxx │ │ ├── android_gradle_build.json │ │ ├── android_gradle_build_command_hello-jni_arm64-v8a.txt │ │ ├── android_gradle_build_command_targets.txt │ │ ├── android_gradle_build_stderr_hello-jni_arm64-v8a.txt │ │ ├── android_gradle_build_stderr_targets.txt │ │ ├── android_gradle_build_stdout_hello-jni_arm64-v8a.txt │ │ ├── android_gradle_build_stdout_targets.txt │ │ ├── build.ninja │ │ ├── cmake_install.cmake │ │ ├── compile_commands.json │ │ ├── compile_commands.json.bin │ │ ├── metadata_generation_command.txt │ │ ├── prefab_config.json │ │ └── rules.ninja │ │ └── armeabi-v7a │ │ ├── .ninja_deps │ │ ├── .ninja_log │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ ├── 3.10.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ └── CMakeSystem.cmake │ │ ├── CMakeOutput.log │ │ ├── TargetDirectories.txt │ │ ├── cmake.check_cache │ │ ├── feature_tests.bin │ │ ├── feature_tests.c │ │ ├── feature_tests.cxx │ │ ├── hello-jni.dir │ │ │ └── hello-jni.c.o │ │ └── hello-jnicallback.dir │ │ │ └── hello-jnicallback.c.o │ │ ├── android_gradle_build.json │ │ ├── android_gradle_build_command_targets.txt │ │ ├── android_gradle_build_stderr_targets.txt │ │ ├── android_gradle_build_stdout_targets.txt │ │ ├── build.ninja │ │ ├── cmake_install.cmake │ │ ├── compile_commands.json │ │ ├── compile_commands.json.bin │ │ ├── metadata_generation_command.txt │ │ ├── prefab_config.json │ │ └── rules.ninja ├── .gitignore ├── and_res_guard.gradle ├── build.gradle ├── dex.keep ├── libs │ └── libdesdecrypt.so ├── ownership.yaml ├── proguard-rules.pro ├── proguardMapping.txt ├── schemas │ ├── com.apache.fastandroid.jetpack.flow.local.AppDatabase │ │ └── 1.json │ └── paging.android.example.com.pagingsample.CheeseDb │ │ └── 1.json ├── src │ ├── .DS_Store │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── apache │ │ │ └── fastandroid │ │ │ └── BasicActivityTests.kt │ ├── main │ │ ├── .DS_Store │ │ ├── AndroidManifest.xml │ │ ├── aidl │ │ │ └── com │ │ │ │ └── apache │ │ │ │ └── fastandroid │ │ │ │ └── IAppService.aidl │ │ ├── assets │ │ │ ├──  │ │ │ ├── Rolling In The Deep.mp3 │ │ │ ├── Rolling in the Deep-Adele.lrc │ │ │ ├── anim_check │ │ │ │ ├── checking_000.png │ │ │ │ ├── checking_001.png │ │ │ │ ├── checking_002.png │ │ │ │ ├── checking_003.png │ │ │ │ ├── checking_004.png │ │ │ │ ├── checking_005.png │ │ │ │ ├── checking_006.png │ │ │ │ ├── checking_007.png │ │ │ │ ├── checking_008.png │ │ │ │ ├── checking_009.png │ │ │ │ ├── checking_010.png │ │ │ │ ├── checking_011.png │ │ │ │ ├── checking_012.png │ │ │ │ ├── checking_013.png │ │ │ │ ├── checking_014.png │ │ │ │ ├── checking_015.png │ │ │ │ ├── checking_016.png │ │ │ │ ├── checking_017.png │ │ │ │ ├── checking_018.png │ │ │ │ ├── checking_019.png │ │ │ │ ├── checking_020.png │ │ │ │ ├── checking_021.png │ │ │ │ ├── checking_022.png │ │ │ │ ├── checking_023.png │ │ │ │ ├── checking_024.png │ │ │ │ ├── checking_025.png │ │ │ │ ├── checking_026.png │ │ │ │ ├── checking_027.png │ │ │ │ ├── checking_028.png │ │ │ │ ├── checking_029.png │ │ │ │ ├── checking_030.png │ │ │ │ ├── checking_031.png │ │ │ │ ├── checking_032.png │ │ │ │ ├── checking_033.png │ │ │ │ ├── checking_034.png │ │ │ │ ├── checking_035.png │ │ │ │ ├── checking_036.png │ │ │ │ ├── checking_037.png │ │ │ │ ├── checking_038.png │ │ │ │ ├── checking_039.png │ │ │ │ ├── checking_040.png │ │ │ │ ├── checking_041.png │ │ │ │ ├── checking_042.png │ │ │ │ ├── checking_043.png │ │ │ │ └── checking_044.png │ │ │ ├── changelog.html │ │ │ ├── js_interaction │ │ │ │ ├── button.css │ │ │ │ └── hello.html │ │ │ ├── jsbridge │ │ │ │ └── demo.html │ │ │ ├── plants.json │ │ │ └── province.json │ │ ├── java │ │ │ ├── .DS_Store │ │ │ ├── com │ │ │ │ ├── .DS_Store │ │ │ │ ├── android │ │ │ │ │ ├── androidtech │ │ │ │ │ │ ├── fragment │ │ │ │ │ │ │ └── performance │ │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ └── SingleCard.java │ │ │ │ │ │ ├── monitor │ │ │ │ │ │ │ ├── MonitorConfig.java │ │ │ │ │ │ │ ├── time │ │ │ │ │ │ │ │ ├── TimeMonitor.java │ │ │ │ │ │ │ │ ├── TimeMonitorConfig.java │ │ │ │ │ │ │ │ └── TimeMonitorManager.java │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ ├── LogPrinter.java │ │ │ │ │ │ │ │ ├── LogPrinterListener.java │ │ │ │ │ │ │ │ ├── LogWriteThread.java │ │ │ │ │ │ │ │ ├── UiPerfMonitor.java │ │ │ │ │ │ │ │ ├── UiPerfMonitorConfig.java │ │ │ │ │ │ │ │ └── sampling │ │ │ │ │ │ │ │ ├── BaseSampler.java │ │ │ │ │ │ │ │ ├── CpuInfo.java │ │ │ │ │ │ │ │ └── CpuInfoSampler.java │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ └── MultiCardsView.java │ │ │ │ │ └── example │ │ │ │ │ │ └── github │ │ │ │ │ │ ├── AppExecutors.kt │ │ │ │ │ │ ├── GithubBrowserMainActivity.kt │ │ │ │ │ │ ├── api │ │ │ │ │ │ ├── GithubClient.kt │ │ │ │ │ │ ├── GithubService.kt │ │ │ │ │ │ └── RepoSearchResponse.kt │ │ │ │ │ │ ├── db │ │ │ │ │ │ ├── GithubDb.kt │ │ │ │ │ │ ├── GithubTypeConverters.kt │ │ │ │ │ │ ├── GithubUserDao.kt │ │ │ │ │ │ └── RepoDao.kt │ │ │ │ │ │ ├── repository │ │ │ │ │ │ ├── FetchNextSearchPageTask.kt │ │ │ │ │ │ ├── NetworkBoundResource.kt │ │ │ │ │ │ ├── RepoRepository.kt │ │ │ │ │ │ └── UserRepository.kt │ │ │ │ │ │ ├── ui │ │ │ │ │ │ ├── common │ │ │ │ │ │ │ ├── RepoListAdapter.kt │ │ │ │ │ │ │ └── RetryCallback.kt │ │ │ │ │ │ ├── repo │ │ │ │ │ │ │ ├── ContributorAdapter.kt │ │ │ │ │ │ │ ├── RepoFragment.kt │ │ │ │ │ │ │ ├── RepoFragmentBackup.kt │ │ │ │ │ │ │ └── RepoViewModel.kt │ │ │ │ │ │ ├── search │ │ │ │ │ │ │ ├── SearchFragment.kt │ │ │ │ │ │ │ └── SearchViewModel.kt │ │ │ │ │ │ └── user │ │ │ │ │ │ │ ├── UserFragment.kt │ │ │ │ │ │ │ └── UserViewModel.kt │ │ │ │ │ │ ├── util │ │ │ │ │ │ ├── AbsentLiveData.kt │ │ │ │ │ │ ├── AutoClearedValue.kt │ │ │ │ │ │ └── RateLimiter.kt │ │ │ │ │ │ └── vo │ │ │ │ │ │ ├── Contributor.kt │ │ │ │ │ │ ├── GithubUser.kt │ │ │ │ │ │ ├── Repo.kt │ │ │ │ │ │ └── RepoSearchResult.kt │ │ │ │ ├── apache │ │ │ │ │ ├── .DS_Store │ │ │ │ │ └── fastandroid │ │ │ │ │ │ ├── AppSetting.kt │ │ │ │ │ │ ├── Initiator.kt │ │ │ │ │ │ ├── LoadMultiDexActivity.java │ │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ │ ├── SplashActivity.kt │ │ │ │ │ │ ├── annotations │ │ │ │ │ │ ├── CheckLogin.java │ │ │ │ │ │ ├── CostTime.java │ │ │ │ │ │ └── DebugTrace.java │ │ │ │ │ │ ├── aop │ │ │ │ │ │ └── SetContentViewAspect.java │ │ │ │ │ │ ├── app │ │ │ │ │ │ ├── FastApplication.kt │ │ │ │ │ │ └── MyContentProvider.kt │ │ │ │ │ │ ├── article │ │ │ │ │ │ ├── ArticleDetailActivity.kt │ │ │ │ │ │ ├── ArticleDetailViewModel.kt │ │ │ │ │ │ ├── ArticleModelFactory.kt │ │ │ │ │ │ ├── ArticleNetwork.kt │ │ │ │ │ │ ├── ArticleReporsitoryKt.kt │ │ │ │ │ │ └── ArticleViewModel.kt │ │ │ │ │ │ ├── base │ │ │ │ │ │ └── BaseRepository.kt │ │ │ │ │ │ ├── bean │ │ │ │ │ │ ├── CollectBean.kt │ │ │ │ │ │ ├── PageInfo.kt │ │ │ │ │ │ ├── Person.kt │ │ │ │ │ │ ├── SecondaryDrawerItem.kt │ │ │ │ │ │ ├── VersionInfo.java │ │ │ │ │ │ ├── VersionResponseBean.java │ │ │ │ │ │ ├── ViewItemBean.kt │ │ │ │ │ │ └── WebsocketEvent.kt │ │ │ │ │ │ ├── component │ │ │ │ │ │ ├── anr │ │ │ │ │ │ │ ├── AnrConfig.java │ │ │ │ │ │ │ └── AnrManager.java │ │ │ │ │ │ ├── appintro │ │ │ │ │ │ │ └── AppIntroDemoActivity.kt │ │ │ │ │ │ ├── compress │ │ │ │ │ │ │ ├── CompressDemoFragment.kt │ │ │ │ │ │ │ └── FileUtil.java │ │ │ │ │ │ ├── keyboard │ │ │ │ │ │ │ └── KeyboardVisibilityDemoFragment.kt │ │ │ │ │ │ ├── mmkv │ │ │ │ │ │ │ ├── MMKV.kt │ │ │ │ │ │ │ └── MMKVInitializer.kt │ │ │ │ │ │ ├── once │ │ │ │ │ │ │ ├── Amount.java │ │ │ │ │ │ │ ├── CountChecker.java │ │ │ │ │ │ │ ├── Once.java │ │ │ │ │ │ │ ├── PersistedMap.java │ │ │ │ │ │ │ └── PersistedSet.java │ │ │ │ │ │ ├── simplestore │ │ │ │ │ │ │ └── SimpleStoreDemoFragment.kt │ │ │ │ │ │ ├── spkiller │ │ │ │ │ │ │ ├── DefaultHiddenApiExempter.java │ │ │ │ │ │ │ ├── HiddenApiExempter.java │ │ │ │ │ │ │ ├── ProxyFinishersLinkedList.java │ │ │ │ │ │ │ ├── ProxyFinishersList.java │ │ │ │ │ │ │ ├── ProxySWork.java │ │ │ │ │ │ │ ├── SpWaitKiller.java │ │ │ │ │ │ │ └── UnExpectExceptionCatcher.java │ │ │ │ │ │ └── timerecorder │ │ │ │ │ │ │ ├── AICheckEventListener.kt │ │ │ │ │ │ │ ├── IEventListener.kt │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── AICheckFeedModel.kt │ │ │ │ │ │ │ ├── AICheckTraceModel.kt │ │ │ │ │ │ │ ├── AIDataPoolImpl.kt │ │ │ │ │ │ │ └── IAIDataPoolHandle.kt │ │ │ │ │ │ │ ├── interceptor │ │ │ │ │ │ │ └── AICheckInterceptor.kt │ │ │ │ │ │ │ ├── reporter │ │ │ │ │ │ │ ├── AIDataTranslator.kt │ │ │ │ │ │ │ ├── AiCheckReporterImpl.kt │ │ │ │ │ │ │ └── ICheckEventReporter.kt │ │ │ │ │ │ │ └── utils │ │ │ │ │ │ │ └── RecordUtil.kt │ │ │ │ │ │ ├── consts │ │ │ │ │ │ └── PageName.kt │ │ │ │ │ │ ├── crash │ │ │ │ │ │ └── Fabric.kt │ │ │ │ │ │ ├── datasource │ │ │ │ │ │ ├── ComicDataSources.kt │ │ │ │ │ │ ├── SearchRepository.kt │ │ │ │ │ │ ├── SuspendComicRepository.kt │ │ │ │ │ │ └── SuspendSearchRemoteDataSource.kt │ │ │ │ │ │ ├── demo │ │ │ │ │ │ ├── BaseListFragment.kt │ │ │ │ │ │ ├── CustomViewFragment.kt │ │ │ │ │ │ ├── DemoListFragment.kt │ │ │ │ │ │ ├── KotlinDemoListFragment.kt │ │ │ │ │ │ ├── LayoutInflaterDemoFragment.kt │ │ │ │ │ │ ├── OpenSourceDemoFragment.kt │ │ │ │ │ │ ├── PermissionXFragment.kt │ │ │ │ │ │ ├── PreferenceFragmentDemo.kt │ │ │ │ │ │ ├── SetConteViewDemoActivity.kt │ │ │ │ │ │ ├── ToolsFragment.kt │ │ │ │ │ │ ├── WebViewFragment.kt │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ ├── CommentAdapter.kt │ │ │ │ │ │ │ ├── DemoItemAdapter.java │ │ │ │ │ │ │ ├── PulltoRefreshAdapter.java │ │ │ │ │ │ │ ├── StringAdapter.kt │ │ │ │ │ │ │ └── UserAdapter.kt │ │ │ │ │ │ ├── agentweb │ │ │ │ │ │ │ ├── AgentWebDemoListFragment.kt │ │ │ │ │ │ │ ├── AgentWebFragment.kt │ │ │ │ │ │ │ ├── AndroidInterface.java │ │ │ │ │ │ │ └── JSAgentWebFragment.kt │ │ │ │ │ │ ├── amitshekhar │ │ │ │ │ │ │ └── AmitShekharDemoFragment.kt │ │ │ │ │ │ ├── app │ │ │ │ │ │ │ ├── MailRepository.kt │ │ │ │ │ │ │ ├── MailViewModel.kt │ │ │ │ │ │ │ ├── MvvmMailDemoFragment.kt │ │ │ │ │ │ │ └── base │ │ │ │ │ │ │ │ ├── ApiExt.kt │ │ │ │ │ │ │ │ ├── BaseMailRepository.kt │ │ │ │ │ │ │ │ ├── BaseMailViewModel.kt │ │ │ │ │ │ │ │ └── NetExceptionHandle.kt │ │ │ │ │ │ ├── basic │ │ │ │ │ │ │ ├── AndroidBasicDemoFragment.kt │ │ │ │ │ │ │ ├── LaunchModeFragment.kt │ │ │ │ │ │ │ ├── RecycleViewItemDecorationFragment.kt │ │ │ │ │ │ │ └── RecycleViewItemDecorationFragment2.kt │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ ├── Account.kt │ │ │ │ │ │ │ ├── Animal.kt │ │ │ │ │ │ │ ├── AuthToken.kt │ │ │ │ │ │ │ ├── BaseAlbumItem.kt │ │ │ │ │ │ │ ├── BaseArtistItem.kt │ │ │ │ │ │ │ ├── BaseMusicItem.kt │ │ │ │ │ │ │ ├── CarSingleton.kt │ │ │ │ │ │ │ ├── ConstructBean.kt │ │ │ │ │ │ │ ├── DefaultMusic.kt │ │ │ │ │ │ │ ├── MainItem.kt │ │ │ │ │ │ │ ├── MyData.kt │ │ │ │ │ │ │ ├── PaletteColor.kt │ │ │ │ │ │ │ ├── People.java │ │ │ │ │ │ │ ├── Person.kt │ │ │ │ │ │ │ ├── PersonDto.kt │ │ │ │ │ │ │ ├── ToneDto.kt │ │ │ │ │ │ │ ├── Truck.kt │ │ │ │ │ │ │ ├── TtsRole.kt │ │ │ │ │ │ │ ├── TtsShowBean.kt │ │ │ │ │ │ │ ├── User.kt │ │ │ │ │ │ │ ├── UserBean.kt │ │ │ │ │ │ │ ├── UserObservableBean.kt │ │ │ │ │ │ │ ├── UserObservableFieldBean.kt │ │ │ │ │ │ │ ├── Vegetable.kt │ │ │ │ │ │ │ └── WxPayResp.kt │ │ │ │ │ │ ├── bestpay │ │ │ │ │ │ │ ├── BestPayDemoFragment.kt │ │ │ │ │ │ │ ├── alipay │ │ │ │ │ │ │ │ ├── AliPay.java │ │ │ │ │ │ │ │ ├── AliPayResult.java │ │ │ │ │ │ │ │ ├── AlipayInfoImpli.java │ │ │ │ │ │ │ │ └── AlipayResultCode.java │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ ├── XIPayInfo.kt │ │ │ │ │ │ │ │ ├── XPayException.kt │ │ │ │ │ │ │ │ └── XPayStrategy.kt │ │ │ │ │ │ │ ├── callback │ │ │ │ │ │ │ │ └── XPayCallback.kt │ │ │ │ │ │ │ └── wxpay │ │ │ │ │ │ │ │ ├── WxApi.kt │ │ │ │ │ │ │ │ ├── WxPay.kt │ │ │ │ │ │ │ │ └── WxPayInfo.kt │ │ │ │ │ │ ├── bestpractice │ │ │ │ │ │ │ ├── BestPracticeDemoFragment.kt │ │ │ │ │ │ │ ├── network │ │ │ │ │ │ │ │ └── NetworkDemoFragment.kt │ │ │ │ │ │ │ └── performance │ │ │ │ │ │ │ │ └── InspectPerformanceDemoFragment.kt │ │ │ │ │ │ ├── blacktech │ │ │ │ │ │ │ ├── BlackTechDemoFragment.kt │ │ │ │ │ │ │ ├── BlackTechDemoListFragment.kt │ │ │ │ │ │ │ ├── ClickDebounceFragment.kt │ │ │ │ │ │ │ ├── EncryptDemoFragment.kt │ │ │ │ │ │ │ ├── ParanoidDemoFragment.kt │ │ │ │ │ │ │ ├── ResourcePoetDemoFragment.kt │ │ │ │ │ │ │ ├── SensitiveWordDemoFragment.kt │ │ │ │ │ │ │ ├── easytrack │ │ │ │ │ │ │ │ └── EasyTrackDemoFragment.kt │ │ │ │ │ │ │ ├── encrypt │ │ │ │ │ │ │ │ └── ParanoidSample.kt │ │ │ │ │ │ │ ├── networkmonitor │ │ │ │ │ │ │ │ └── NetworkMonitorDemoFragment.kt │ │ │ │ │ │ │ ├── permissionmonitor │ │ │ │ │ │ │ │ ├── Host.kt │ │ │ │ │ │ │ │ └── PermissionMonitorFragment.kt │ │ │ │ │ │ │ ├── resourcepoet │ │ │ │ │ │ │ │ ├── Attr.kt │ │ │ │ │ │ │ │ ├── FontFamily.kt │ │ │ │ │ │ │ │ ├── Plural.kt │ │ │ │ │ │ │ │ ├── ResourcesPoet.kt │ │ │ │ │ │ │ │ ├── StyleItem.kt │ │ │ │ │ │ │ │ └── Type.kt │ │ │ │ │ │ │ ├── sdkeditor │ │ │ │ │ │ │ │ └── CommonBlackTechFragment.kt │ │ │ │ │ │ │ ├── spwaitkiller │ │ │ │ │ │ │ │ ├── SpWaitKillerDemoFragment.kt │ │ │ │ │ │ │ │ └── SpWaitKillerDemoFragment2.kt │ │ │ │ │ │ │ └── viewpump │ │ │ │ │ │ │ │ ├── CustomTextView.java │ │ │ │ │ │ │ │ ├── CustomTextViewInterceptor.java │ │ │ │ │ │ │ │ ├── TextUpdatingInterceptor.java │ │ │ │ │ │ │ │ └── ViewPumpDemoActivity.kt │ │ │ │ │ │ ├── blitz │ │ │ │ │ │ │ ├── BlitzDemoFragment.kt │ │ │ │ │ │ │ └── StubDates.kt │ │ │ │ │ │ ├── cheese │ │ │ │ │ │ │ ├── CheeseActivity.kt │ │ │ │ │ │ │ ├── CheeseDetailActivity.kt │ │ │ │ │ │ │ ├── CheeseListFragment.kt │ │ │ │ │ │ │ └── Cheeses.kt │ │ │ │ │ │ ├── component │ │ │ │ │ │ │ ├── ComponentDemoFragment.kt │ │ │ │ │ │ │ ├── activityresult │ │ │ │ │ │ │ │ ├── ActivityResultDemoFragment.kt │ │ │ │ │ │ │ │ └── SecondActivity.kt │ │ │ │ │ │ │ ├── bundle │ │ │ │ │ │ │ │ ├── BundleDemoActivity.kt │ │ │ │ │ │ │ │ └── BundleReceiverActivity.kt │ │ │ │ │ │ │ ├── countdown │ │ │ │ │ │ │ │ ├── CountDownByViewModelDemoFragment.kt │ │ │ │ │ │ │ │ ├── CountdownState.kt │ │ │ │ │ │ │ │ └── CountdownViewModel.kt │ │ │ │ │ │ │ ├── dialogchanin │ │ │ │ │ │ │ │ ├── ADialog.kt │ │ │ │ │ │ │ │ ├── BDialog.kt │ │ │ │ │ │ │ │ ├── BaseDialog.kt │ │ │ │ │ │ │ │ ├── CDialog.kt │ │ │ │ │ │ │ │ └── DialogChainDemoFragment.kt │ │ │ │ │ │ │ ├── download │ │ │ │ │ │ │ │ └── PrDownloadDemoActivity.java │ │ │ │ │ │ │ ├── interval │ │ │ │ │ │ │ │ ├── Interval.kt │ │ │ │ │ │ │ │ ├── IntervalDemoFragment.kt │ │ │ │ │ │ │ │ └── IntervalStatus.kt │ │ │ │ │ │ │ ├── loadsir │ │ │ │ │ │ │ │ ├── ILSTarget.kt │ │ │ │ │ │ │ │ ├── LsActivityTarget.kt │ │ │ │ │ │ │ │ ├── LsCallback.kt │ │ │ │ │ │ │ │ ├── LsConvert.kt │ │ │ │ │ │ │ │ ├── LsLoadLayout.kt │ │ │ │ │ │ │ │ ├── LsUtil.kt │ │ │ │ │ │ │ │ ├── LsViewTarget.kt │ │ │ │ │ │ │ │ └── sample │ │ │ │ │ │ │ │ │ ├── LoadSirActivityEmptyFragment.kt │ │ │ │ │ │ │ │ │ ├── LoadSirAnimatorActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirConstraintLayoutActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirConvertorActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirDefaultCallbackActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirDemoListFragment.kt │ │ │ │ │ │ │ │ │ ├── LoadSirLottieActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirPlaceholderActivity.kt │ │ │ │ │ │ │ │ │ ├── LoadSirViewTargetActivity.kt │ │ │ │ │ │ │ │ │ └── callback │ │ │ │ │ │ │ │ │ ├── AnimateCallback.java │ │ │ │ │ │ │ │ │ ├── CustomCallback.java │ │ │ │ │ │ │ │ │ ├── EmptyCallback.java │ │ │ │ │ │ │ │ │ ├── ErrorCallback.java │ │ │ │ │ │ │ │ │ ├── LoadingCallback.java │ │ │ │ │ │ │ │ │ ├── PlaceholderCallback.java │ │ │ │ │ │ │ │ │ └── TimeoutCallback.java │ │ │ │ │ │ │ ├── materialdialogs │ │ │ │ │ │ │ │ └── MaterialDialogDemoActivity.kt │ │ │ │ │ │ │ ├── netobserver │ │ │ │ │ │ │ │ └── NetObserverDemoFragment.kt │ │ │ │ │ │ │ └── once │ │ │ │ │ │ │ │ └── OnceDemoFragment.kt │ │ │ │ │ │ ├── constraint │ │ │ │ │ │ │ ├── ConstraintLayoutDemoFragment.kt │ │ │ │ │ │ │ └── practice │ │ │ │ │ │ │ │ ├── ConstrainCircleFragment.kt │ │ │ │ │ │ │ │ ├── ConstrainCircularRevealFragment.kt │ │ │ │ │ │ │ │ ├── ConstrainMatchConstraintFragment.kt │ │ │ │ │ │ │ │ ├── ConstrainMinMaxSizeFragment.kt │ │ │ │ │ │ │ │ ├── ConstrainPlaceHolderFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintBarrierFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintBaselineFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintBasicFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintBasicFragment2.kt │ │ │ │ │ │ │ │ ├── ConstraintBiasFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintCenterFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintCenterRelativeLayoutFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintChainStyleFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintDimensionRatioFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintFlowWrapModeFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintGoneMarginFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintGroupFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintGuidelineBeginEndFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintGuidelinePercentFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintLayerFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintLinerVirtualLayoutFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintMarginFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintPercentFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintSetFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintSetSwitchLayoutFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintSpaceFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintVerticalChainStyleFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintWeightFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintWidthDefaultFragment.kt │ │ │ │ │ │ │ │ ├── ConstraintWidthFragment.kt │ │ │ │ │ │ │ │ └── widget │ │ │ │ │ │ │ │ ├── CircularRevealHepler.kt │ │ │ │ │ │ │ │ └── LinerVirtualLayout.kt │ │ │ │ │ │ ├── coorinator │ │ │ │ │ │ │ ├── CoordinatorEnterAlwaysCollpaseFragment.kt │ │ │ │ │ │ │ ├── CoordinatorEnterAlwaysFragment.kt │ │ │ │ │ │ │ ├── CoordinatorExitUntilCollapseFragment.kt │ │ │ │ │ │ │ ├── CoordinatorLayoutDemoFragment.kt │ │ │ │ │ │ │ └── CoordinatorScrollFragment.kt │ │ │ │ │ │ ├── countdown │ │ │ │ │ │ │ ├── CountDownDemoFragment.kt │ │ │ │ │ │ │ ├── CountdownComponent.kt │ │ │ │ │ │ │ ├── CountdownStrategy.kt │ │ │ │ │ │ │ ├── coroutine │ │ │ │ │ │ │ │ └── CoroutineCountdownStrategy.kt │ │ │ │ │ │ │ └── timer │ │ │ │ │ │ │ │ └── TimerCountdownStrategy.kt │ │ │ │ │ │ ├── crashreport │ │ │ │ │ │ │ └── CrashReportDemoFragment.kt │ │ │ │ │ │ ├── customview │ │ │ │ │ │ │ ├── EditTextFragment.kt │ │ │ │ │ │ │ └── NestedScrollViewFragment.kt │ │ │ │ │ │ ├── databinding │ │ │ │ │ │ │ ├── DatabindingDemoFragment.kt │ │ │ │ │ │ │ ├── UserViewModel.kt │ │ │ │ │ │ │ ├── bindingadapter │ │ │ │ │ │ │ │ ├── ArticleBindingAdapter.kt │ │ │ │ │ │ │ │ ├── DrawablesBindingAdapter.java │ │ │ │ │ │ │ │ └── WebViewBindingAdapter.java │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ ├── ObservableFieldProfile.kt │ │ │ │ │ │ │ │ ├── ProfileObservableViewModel.kt │ │ │ │ │ │ │ │ └── ProfileViewModel.kt │ │ │ │ │ │ │ ├── practice │ │ │ │ │ │ │ │ ├── DatabindingObservableFiledFragment.kt │ │ │ │ │ │ │ │ └── DatabindingViewModelFragment.kt │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ ├── BindingAdapters.kt │ │ │ │ │ │ │ │ ├── BindingConverters.kt │ │ │ │ │ │ │ │ ├── BindingMethods.kt │ │ │ │ │ │ │ │ ├── ObservableViewModel.kt │ │ │ │ │ │ │ │ └── WindowInsetBindingAdapters.kt │ │ │ │ │ │ ├── decoration │ │ │ │ │ │ │ └── CommentItemDecoration.kt │ │ │ │ │ │ ├── designmode │ │ │ │ │ │ │ ├── DesignModeDemoListFragment.kt │ │ │ │ │ │ │ ├── FilterDemoFragment.kt │ │ │ │ │ │ │ ├── InterceptorDesignMode.kt │ │ │ │ │ │ │ ├── absfactory │ │ │ │ │ │ │ │ ├── AbsAnimalFactory.kt │ │ │ │ │ │ │ │ └── ConcreteAnimalFactory.kt │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ ├── Adaptee.kt │ │ │ │ │ │ │ │ ├── ClassAdaptee.kt │ │ │ │ │ │ │ │ ├── IDataAdapter.kt │ │ │ │ │ │ │ │ ├── ObjectAdaptee.kt │ │ │ │ │ │ │ │ ├── PersonAdapter.kt │ │ │ │ │ │ │ │ ├── Target.kt │ │ │ │ │ │ │ │ └── ToneAdapter.kt │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ ├── Animal.kt │ │ │ │ │ │ │ │ ├── AnimalType.kt │ │ │ │ │ │ │ │ ├── Cat.kt │ │ │ │ │ │ │ │ └── Dog.kt │ │ │ │ │ │ │ ├── bridge │ │ │ │ │ │ │ │ ├── Abstraction.kt │ │ │ │ │ │ │ │ ├── ConcreteImplementor1.kt │ │ │ │ │ │ │ │ ├── ConcreteImplementor2.kt │ │ │ │ │ │ │ │ ├── Implementor.kt │ │ │ │ │ │ │ │ ├── RefinedAbstraction1.kt │ │ │ │ │ │ │ │ └── RefinedAbstraction2.kt │ │ │ │ │ │ │ ├── builder │ │ │ │ │ │ │ │ ├── Person.kt │ │ │ │ │ │ │ │ └── Person2.kt │ │ │ │ │ │ │ ├── chain │ │ │ │ │ │ │ │ ├── FInterceptor.kt │ │ │ │ │ │ │ │ ├── FInterceptorChain.kt │ │ │ │ │ │ │ │ ├── FRequest.kt │ │ │ │ │ │ │ │ ├── FResult.kt │ │ │ │ │ │ │ │ └── interceptors │ │ │ │ │ │ │ │ │ ├── CustomInterceptor1.kt │ │ │ │ │ │ │ │ │ ├── CustomInterceptor2.kt │ │ │ │ │ │ │ │ │ └── CustomInterceptor3.kt │ │ │ │ │ │ │ ├── chain2 │ │ │ │ │ │ │ │ ├── Handler.kt │ │ │ │ │ │ │ │ ├── HeaderHandler.kt │ │ │ │ │ │ │ │ ├── Interceptor.kt │ │ │ │ │ │ │ │ ├── LoggingHandler.kt │ │ │ │ │ │ │ │ ├── Request.kt │ │ │ │ │ │ │ │ └── Response.kt │ │ │ │ │ │ │ ├── command │ │ │ │ │ │ │ │ ├── Command.kt │ │ │ │ │ │ │ │ ├── Light.kt │ │ │ │ │ │ │ │ ├── Switch.kt │ │ │ │ │ │ │ │ ├── TurnOffCommand.kt │ │ │ │ │ │ │ │ └── TurnOnCommand.kt │ │ │ │ │ │ │ ├── composite │ │ │ │ │ │ │ │ ├── Component.kt │ │ │ │ │ │ │ │ ├── Composite.kt │ │ │ │ │ │ │ │ └── Leaf.kt │ │ │ │ │ │ │ ├── decorator │ │ │ │ │ │ │ │ ├── Component2.kt │ │ │ │ │ │ │ │ ├── ConcreteComponent.kt │ │ │ │ │ │ │ │ ├── ConcreteDecoratorA.kt │ │ │ │ │ │ │ │ ├── ConcreteDecoratorB.kt │ │ │ │ │ │ │ │ ├── Decorator.kt │ │ │ │ │ │ │ │ └── FTakt.kt │ │ │ │ │ │ │ ├── delegate │ │ │ │ │ │ │ │ ├── DefaultClient.java │ │ │ │ │ │ │ │ ├── DefaultClientDelegate.java │ │ │ │ │ │ │ │ └── MiddleWareClientBase.java │ │ │ │ │ │ │ ├── facade │ │ │ │ │ │ │ │ ├── AudioPlayer.kt │ │ │ │ │ │ │ │ ├── Codec.kt │ │ │ │ │ │ │ │ ├── IPlayer.kt │ │ │ │ │ │ │ │ ├── MPEG4Codec.kt │ │ │ │ │ │ │ │ ├── MediaPlayer.kt │ │ │ │ │ │ │ │ ├── OggCodec.kt │ │ │ │ │ │ │ │ └── VideoPlayer.kt │ │ │ │ │ │ │ ├── factory │ │ │ │ │ │ │ │ └── AnimalFactory.kt │ │ │ │ │ │ │ ├── filter │ │ │ │ │ │ │ │ ├── AgeFilter.kt │ │ │ │ │ │ │ │ ├── FFilter.kt │ │ │ │ │ │ │ │ ├── FPerson.kt │ │ │ │ │ │ │ │ ├── FilterChain.kt │ │ │ │ │ │ │ │ ├── GenderFilter.kt │ │ │ │ │ │ │ │ └── NameFilter.kt │ │ │ │ │ │ │ ├── idlehandler │ │ │ │ │ │ │ │ └── MyMessageQueue.kt │ │ │ │ │ │ │ ├── interceptor │ │ │ │ │ │ │ │ ├── AddExpression.kt │ │ │ │ │ │ │ │ ├── Context.kt │ │ │ │ │ │ │ │ └── NumberExpression.kt │ │ │ │ │ │ │ ├── lifecycle │ │ │ │ │ │ │ │ ├── ILifecycle.kt │ │ │ │ │ │ │ │ ├── ILifecycleObserver.kt │ │ │ │ │ │ │ │ ├── ILifecycleOwner.kt │ │ │ │ │ │ │ │ └── LifecycleRegister.kt │ │ │ │ │ │ │ ├── mediator │ │ │ │ │ │ │ │ ├── AbsColleague.kt │ │ │ │ │ │ │ │ ├── ConcreteColleague1.kt │ │ │ │ │ │ │ │ ├── ConcreteColleague2.kt │ │ │ │ │ │ │ │ ├── ConcreteMediator.kt │ │ │ │ │ │ │ │ └── IMediator.kt │ │ │ │ │ │ │ ├── observer │ │ │ │ │ │ │ │ ├── BottomNavigationDrawerCallback.kt │ │ │ │ │ │ │ │ ├── ConcreteObserver.kt │ │ │ │ │ │ │ │ ├── ConcreteSubject.kt │ │ │ │ │ │ │ │ ├── Observer.kt │ │ │ │ │ │ │ │ ├── OnStateChangedAction.kt │ │ │ │ │ │ │ │ └── Subject.kt │ │ │ │ │ │ │ ├── player │ │ │ │ │ │ │ │ ├── IPlayer.kt │ │ │ │ │ │ │ │ ├── IPlayerStatus.kt │ │ │ │ │ │ │ │ └── MediaPlayerHelper.kt │ │ │ │ │ │ │ ├── proxy │ │ │ │ │ │ │ │ ├── IService.kt │ │ │ │ │ │ │ │ ├── InnerServiceApi.kt │ │ │ │ │ │ │ │ ├── ServiceApi.kt │ │ │ │ │ │ │ │ ├── ServiceApiV2.kt │ │ │ │ │ │ │ │ ├── ServiceMgr.kt │ │ │ │ │ │ │ │ ├── WechatApi.kt │ │ │ │ │ │ │ │ └── dynamic │ │ │ │ │ │ │ │ │ ├── ISubject.kt │ │ │ │ │ │ │ │ │ ├── ProxyHandler.java │ │ │ │ │ │ │ │ │ ├── ProxySubject.kt │ │ │ │ │ │ │ │ │ ├── ProxyTest.java │ │ │ │ │ │ │ │ │ └── RealSubject.kt │ │ │ │ │ │ │ ├── singleton │ │ │ │ │ │ │ │ └── SingleObject.kt │ │ │ │ │ │ │ ├── state │ │ │ │ │ │ │ │ ├── Machine.kt │ │ │ │ │ │ │ │ ├── OffState.kt │ │ │ │ │ │ │ │ ├── OnState.kt │ │ │ │ │ │ │ │ └── State.kt │ │ │ │ │ │ │ ├── strategy │ │ │ │ │ │ │ │ ├── CreditCardStrategy.kt │ │ │ │ │ │ │ │ ├── IPaymentStrategy.kt │ │ │ │ │ │ │ │ ├── PayPalStrategy.kt │ │ │ │ │ │ │ │ └── ShoppingOrder.kt │ │ │ │ │ │ │ ├── template │ │ │ │ │ │ │ │ ├── AbstractClass.kt │ │ │ │ │ │ │ │ ├── ConcreteClassA.kt │ │ │ │ │ │ │ │ └── ConcreteClassB.kt │ │ │ │ │ │ │ ├── visitor │ │ │ │ │ │ │ │ ├── ConcreteElementA.kt │ │ │ │ │ │ │ │ ├── ConcreteElementB.kt │ │ │ │ │ │ │ │ ├── ConcreteVisitor.kt │ │ │ │ │ │ │ │ ├── Element.kt │ │ │ │ │ │ │ │ ├── ObjectStructure.kt │ │ │ │ │ │ │ │ └── Visitor.kt │ │ │ │ │ │ │ └── wrapper │ │ │ │ │ │ │ │ └── AContext.kt │ │ │ │ │ │ ├── domain │ │ │ │ │ │ │ ├── DomainConfig.kt │ │ │ │ │ │ │ ├── IEnvConfig.kt │ │ │ │ │ │ │ ├── IEnvUrl.kt │ │ │ │ │ │ │ ├── PreProductEnv.kt │ │ │ │ │ │ │ ├── ProductEnv.kt │ │ │ │ │ │ │ └── TestEnv.kt │ │ │ │ │ │ ├── drakeet │ │ │ │ │ │ │ ├── DrakeetDemoListFragment.kt │ │ │ │ │ │ │ ├── DrakeetEdgeEffectDemoFragment.kt │ │ │ │ │ │ │ ├── DrakeetTextviewFragment.kt │ │ │ │ │ │ │ ├── FluentAnimationDemoFragment.kt │ │ │ │ │ │ │ ├── LooperFragment.kt │ │ │ │ │ │ │ ├── ProgrammaticalySetStyleFragment.kt │ │ │ │ │ │ │ ├── RecycleviewStabledIdsFragment.kt │ │ │ │ │ │ │ ├── RegionDeocderFragment.kt │ │ │ │ │ │ │ ├── UnDeclareActivity.kt │ │ │ │ │ │ │ ├── aboutpage │ │ │ │ │ │ │ │ └── AboutPageDemoActivity.kt │ │ │ │ │ │ │ ├── common │ │ │ │ │ │ │ │ └── DrakeetCommonFragment.kt │ │ │ │ │ │ │ ├── customgroup │ │ │ │ │ │ │ │ └── CustomViewGroupFragment.kt │ │ │ │ │ │ │ ├── customview │ │ │ │ │ │ │ │ ├── AdaptScreenUtils.kt │ │ │ │ │ │ │ │ ├── CustomLayout.kt │ │ │ │ │ │ │ │ ├── CustomLayoutExtensions.kt │ │ │ │ │ │ │ │ ├── ViewExtensions.kt │ │ │ │ │ │ │ │ └── sample │ │ │ │ │ │ │ │ │ ├── TheLayoutDemoFragment.kt │ │ │ │ │ │ │ │ │ ├── chat │ │ │ │ │ │ │ │ │ ├── ChatActivity.kt │ │ │ │ │ │ │ │ │ ├── ChatMsgAdapter.kt │ │ │ │ │ │ │ │ │ └── SimpleImeAnimationController.kt │ │ │ │ │ │ │ │ │ ├── course │ │ │ │ │ │ │ │ │ ├── CameraUserLayout.kt │ │ │ │ │ │ │ │ │ ├── CourseType.kt │ │ │ │ │ │ │ │ │ ├── OnlineActivity.kt │ │ │ │ │ │ │ │ │ ├── OnlineActivityLayout.kt │ │ │ │ │ │ │ │ │ ├── OnlineTeachingLayout.kt │ │ │ │ │ │ │ │ │ ├── OnlineTopLayout.kt │ │ │ │ │ │ │ │ │ └── WhiteBoardUtilLayout.kt │ │ │ │ │ │ │ │ │ └── profile │ │ │ │ │ │ │ │ │ ├── PersonInfoLayout.kt │ │ │ │ │ │ │ │ │ └── ProfileInfoFragment.kt │ │ │ │ │ │ │ ├── floo │ │ │ │ │ │ │ │ └── FloopDemoFragment.kt │ │ │ │ │ │ │ ├── foregroundservice │ │ │ │ │ │ │ │ ├── ForegroundServiceActivity.kt │ │ │ │ │ │ │ │ ├── ForegroundServiceFragment.kt │ │ │ │ │ │ │ │ └── InhibitorService.kt │ │ │ │ │ │ │ ├── hookcontext │ │ │ │ │ │ │ │ └── HookEditText.kt │ │ │ │ │ │ │ ├── insets │ │ │ │ │ │ │ │ ├── EdgeInsetDelegate.kt │ │ │ │ │ │ │ │ ├── IgnoreFitsSystemWindowsCustomLayout.kt │ │ │ │ │ │ │ │ ├── InsetsAnimationCustomLayout.kt │ │ │ │ │ │ │ │ ├── WindowInsets.kt │ │ │ │ │ │ │ │ └── WindowInsetsAnimation.kt │ │ │ │ │ │ │ ├── multitype │ │ │ │ │ │ │ │ ├── MultiTypeDemoFragment.kt │ │ │ │ │ │ │ │ └── onetomany │ │ │ │ │ │ │ │ │ ├── Data.kt │ │ │ │ │ │ │ │ │ ├── UserType1ViewHolder.kt │ │ │ │ │ │ │ │ │ └── UserType2ViewHolder.kt │ │ │ │ │ │ │ ├── stableids │ │ │ │ │ │ │ │ ├── Item.kt │ │ │ │ │ │ │ │ └── StableIdAdapter.kt │ │ │ │ │ │ │ └── view │ │ │ │ │ │ │ │ └── BigImageView.java │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ │ ├── BaseDrawable.kt │ │ │ │ │ │ │ ├── CircleDrawable.kt │ │ │ │ │ │ │ ├── DrawableDemoFragment.kt │ │ │ │ │ │ │ ├── DrawableListFragment.kt │ │ │ │ │ │ │ ├── DrawableView.kt │ │ │ │ │ │ │ ├── LoadingDrawable.kt │ │ │ │ │ │ │ └── MessDrawable.kt │ │ │ │ │ │ ├── elegant │ │ │ │ │ │ │ ├── AndroidClient.kt │ │ │ │ │ │ │ └── ElegantDemoFragment.kt │ │ │ │ │ │ ├── enumdemo │ │ │ │ │ │ │ └── SwipeAction.kt │ │ │ │ │ │ ├── extension │ │ │ │ │ │ │ └── AppExtensions.kt │ │ │ │ │ │ ├── floo │ │ │ │ │ │ │ ├── ContainerActivity.java │ │ │ │ │ │ │ ├── FlooMainActivity.java │ │ │ │ │ │ │ ├── Mail.java │ │ │ │ │ │ │ ├── NotRegisteredActivity.java │ │ │ │ │ │ │ ├── PureSchemeInterceptor.kt │ │ │ │ │ │ │ ├── TargetActivity.java │ │ │ │ │ │ │ ├── TargetNotFoundToaster.java │ │ │ │ │ │ │ ├── URLs.java │ │ │ │ │ │ │ ├── WebActivity.java │ │ │ │ │ │ │ └── WebHandler.java │ │ │ │ │ │ ├── fluidresize │ │ │ │ │ │ │ ├── FluidContentResizer.kt │ │ │ │ │ │ │ ├── FluidResizeActivity.kt │ │ │ │ │ │ │ └── LayoutVisualizerActivity.kt │ │ │ │ │ │ ├── glide │ │ │ │ │ │ │ ├── GlideBasicUsageFragment.kt │ │ │ │ │ │ │ ├── GlideCacheUsageFragment.kt │ │ │ │ │ │ │ ├── GlideCallbackListenFragment.kt │ │ │ │ │ │ │ ├── GlideDemoFragment.kt │ │ │ │ │ │ │ ├── GlideTransformFragment.kt │ │ │ │ │ │ │ └── MyLayout.java │ │ │ │ │ │ ├── guide │ │ │ │ │ │ │ ├── AppResourceDemoActivity.kt │ │ │ │ │ │ │ ├── GuideDemoListFragment.kt │ │ │ │ │ │ │ ├── IntentFilterDemoActivity.kt │ │ │ │ │ │ │ ├── ManifestDemoActivity.kt │ │ │ │ │ │ │ ├── activity │ │ │ │ │ │ │ │ ├── FinishOnTaskLaunchActivity.kt │ │ │ │ │ │ │ │ ├── SingleInstanceDemoActivity.kt │ │ │ │ │ │ │ │ ├── SingleTaskDemoActivity.kt │ │ │ │ │ │ │ │ └── StandardTaskDemoActivity.kt │ │ │ │ │ │ │ ├── appdata │ │ │ │ │ │ │ │ ├── AppDataDemoFragment.kt │ │ │ │ │ │ │ │ ├── ReceiveDataDemoActivity.kt │ │ │ │ │ │ │ │ ├── sharedata │ │ │ │ │ │ │ │ │ ├── ReceiveDataFromOtherActivity.kt │ │ │ │ │ │ │ │ │ └── ShareDataDemoFragment.kt │ │ │ │ │ │ │ │ └── sharestorage │ │ │ │ │ │ │ │ │ ├── ShareStorageViewModel.kt │ │ │ │ │ │ │ │ │ ├── ShareStorageemoFragment.kt │ │ │ │ │ │ │ │ │ └── Video.kt │ │ │ │ │ │ │ ├── appresource │ │ │ │ │ │ │ │ ├── ConfigChangeTextView.kt │ │ │ │ │ │ │ │ └── drawable │ │ │ │ │ │ │ │ │ └── DrawableResDemoFragment.kt │ │ │ │ │ │ │ ├── basic │ │ │ │ │ │ │ │ └── AppBasicFragment.kt │ │ │ │ │ │ │ ├── bestpractice │ │ │ │ │ │ │ │ ├── BesetPracticeDemoListFragment.kt │ │ │ │ │ │ │ │ └── test │ │ │ │ │ │ │ │ │ ├── BasicTestActivity.kt │ │ │ │ │ │ │ │ │ └── TestBasicFragment.kt │ │ │ │ │ │ │ └── receiver │ │ │ │ │ │ │ │ └── DemoReceiver.kt │ │ │ │ │ │ ├── hawk │ │ │ │ │ │ │ ├── Hawk.kt │ │ │ │ │ │ │ ├── HawkBuilder.kt │ │ │ │ │ │ │ ├── HawkDemoFragment.kt │ │ │ │ │ │ │ ├── XHawkBuilder.kt │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ └── DataInfo.java │ │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ │ ├── DefaultHawkFacade.java │ │ │ │ │ │ │ │ ├── GsonParser.java │ │ │ │ │ │ │ │ ├── HawkConverter.java │ │ │ │ │ │ │ │ ├── NoEncryption.kt │ │ │ │ │ │ │ │ ├── XHawkSerializer.java │ │ │ │ │ │ │ │ ├── XMkkvStorage.kt │ │ │ │ │ │ │ │ └── XSpStorage.kt │ │ │ │ │ │ │ └── interfaces │ │ │ │ │ │ │ │ ├── HawkFacade.kt │ │ │ │ │ │ │ │ ├── IConverter.kt │ │ │ │ │ │ │ │ ├── IEncryption.kt │ │ │ │ │ │ │ │ ├── ILogInterceptor.kt │ │ │ │ │ │ │ │ ├── IParser.kt │ │ │ │ │ │ │ │ ├── ISerialize.kt │ │ │ │ │ │ │ │ └── IStorage.kt │ │ │ │ │ │ ├── hencodeplus │ │ │ │ │ │ │ ├── CustomDrawingFragment.kt │ │ │ │ │ │ │ └── HencodePlusFragment.kt │ │ │ │ │ │ ├── hitpit │ │ │ │ │ │ │ ├── DataClassPitDemoFragment.kt │ │ │ │ │ │ │ ├── GsonSerializeDemoFragment.kt │ │ │ │ │ │ │ ├── HitPitDemoListFragment.kt │ │ │ │ │ │ │ ├── MessageQueueNotIdleFragment.kt │ │ │ │ │ │ │ └── SampleBean.kt │ │ │ │ │ │ ├── imitative │ │ │ │ │ │ │ ├── ImitativeDemoFragment.kt │ │ │ │ │ │ │ └── wrapper │ │ │ │ │ │ │ │ ├── IQuickCmd.kt │ │ │ │ │ │ │ │ ├── QuickCmdWrapper.kt │ │ │ │ │ │ │ │ └── QuickCmdWrapperBy.kt │ │ │ │ │ │ ├── interfaces │ │ │ │ │ │ │ ├── Backend.kt │ │ │ │ │ │ │ └── BackendImpl.kt │ │ │ │ │ │ ├── jni │ │ │ │ │ │ │ ├── JniCCallJavaDemoFragment.kt │ │ │ │ │ │ │ ├── JniDemoListFragment.kt │ │ │ │ │ │ │ ├── JniHandler.java │ │ │ │ │ │ │ └── JniJavaCallCDemoFragment.kt │ │ │ │ │ │ ├── keybordvisibility │ │ │ │ │ │ │ └── KeybordVisibilityDemoActivity.kt │ │ │ │ │ │ ├── kt │ │ │ │ │ │ │ ├── ByTest.kt │ │ │ │ │ │ │ ├── CodeStandardsFragment.kt │ │ │ │ │ │ │ ├── KotlinExtensionsFragment.kt │ │ │ │ │ │ │ ├── KotlinHotQuestionFragment.kt │ │ │ │ │ │ │ ├── KotlinKnowledgeFragment.kt │ │ │ │ │ │ │ ├── KotlinKnowledgeFragment2.kt │ │ │ │ │ │ │ ├── KotlinOfficalGramerFragment.kt │ │ │ │ │ │ │ ├── annotation │ │ │ │ │ │ │ │ ├── ImAPlant.kt │ │ │ │ │ │ │ │ └── Plaint.kt │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ ├── AnimalDefault.kt │ │ │ │ │ │ │ │ ├── Behavior.kt │ │ │ │ │ │ │ │ ├── BehaviorFly.kt │ │ │ │ │ │ │ │ ├── BehaviorRun.kt │ │ │ │ │ │ │ │ ├── BehaviorSwim.kt │ │ │ │ │ │ │ │ ├── Bird.kt │ │ │ │ │ │ │ │ ├── Chicken.kt │ │ │ │ │ │ │ │ ├── Cock.kt │ │ │ │ │ │ │ │ ├── Duck.kt │ │ │ │ │ │ │ │ ├── Fruit.kt │ │ │ │ │ │ │ │ ├── Goose.kt │ │ │ │ │ │ │ │ ├── Hen.kt │ │ │ │ │ │ │ │ ├── JavaMain.java │ │ │ │ │ │ │ │ ├── KotlinMain.kt │ │ │ │ │ │ │ │ ├── Resource.kt │ │ │ │ │ │ │ │ ├── River.kt │ │ │ │ │ │ │ │ └── WildFow.kt │ │ │ │ │ │ │ ├── bit │ │ │ │ │ │ │ │ └── BitDemo.kt │ │ │ │ │ │ │ ├── collection │ │ │ │ │ │ │ │ └── CollectionDemoFragment.kt │ │ │ │ │ │ │ ├── common │ │ │ │ │ │ │ │ └── GsonDemo.kt │ │ │ │ │ │ │ ├── constructor │ │ │ │ │ │ │ ├── coroutine │ │ │ │ │ │ │ │ ├── AndroidCommonPool.kt │ │ │ │ │ │ │ │ ├── BennyHuoCoroutineDemoFragment.kt │ │ │ │ │ │ │ │ ├── ChannelEventBus.kt │ │ │ │ │ │ │ │ ├── ContinuationUtil.kt │ │ │ │ │ │ │ │ ├── CoroutineBasicDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineCancelDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineCancelTimeoutDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineContextDispatcherDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineExceptionDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineNetworkDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineRetrofitDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineRxjavaDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineScopeUtil.kt │ │ │ │ │ │ │ │ ├── CoroutineShowCaseFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineSuspendFuncDemoFragment.kt │ │ │ │ │ │ │ │ ├── CoroutineVewModel.kt │ │ │ │ │ │ │ │ ├── JavaUtil.java │ │ │ │ │ │ │ │ ├── LaunchCoroutine.kt │ │ │ │ │ │ │ │ ├── Test.java │ │ │ │ │ │ │ │ ├── rengwuxian │ │ │ │ │ │ │ │ │ └── CoroutineRengwuXianDemoFragment.kt │ │ │ │ │ │ │ │ └── vm │ │ │ │ │ │ │ │ │ └── RetrofitViewModel.kt │ │ │ │ │ │ │ ├── delegate │ │ │ │ │ │ │ │ ├── Base.kt │ │ │ │ │ │ │ │ ├── BaseImpl.kt │ │ │ │ │ │ │ │ ├── DelegateDemo.kt │ │ │ │ │ │ │ │ ├── DelegateList.kt │ │ │ │ │ │ │ │ ├── DelegateProperty.kt │ │ │ │ │ │ │ │ ├── Derived.kt │ │ │ │ │ │ │ │ ├── ElvisPresley.kt │ │ │ │ │ │ │ │ ├── Example.kt │ │ │ │ │ │ │ │ ├── FormatDelegate.kt │ │ │ │ │ │ │ │ ├── KotlinDelegateFragment.kt │ │ │ │ │ │ │ │ ├── ListWithTrash.kt │ │ │ │ │ │ │ │ ├── MyList.kt │ │ │ │ │ │ │ │ ├── People.kt │ │ │ │ │ │ │ │ ├── ReadOnlyDelegate.kt │ │ │ │ │ │ │ │ ├── ReadWriteDelegate.kt │ │ │ │ │ │ │ │ ├── RockAndRollBehavior.kt │ │ │ │ │ │ │ │ ├── ScreamBehavior.kt │ │ │ │ │ │ │ │ ├── SoundBehavior.kt │ │ │ │ │ │ │ │ └── TomAraya.kt │ │ │ │ │ │ │ ├── enum │ │ │ │ │ │ │ │ ├── Colour.kt │ │ │ │ │ │ │ │ └── State.kt │ │ │ │ │ │ │ ├── extends │ │ │ │ │ │ │ │ ├── AskMsg.kt │ │ │ │ │ │ │ │ ├── Message.kt │ │ │ │ │ │ │ │ ├── PingMsg.kt │ │ │ │ │ │ │ │ └── PongMsg.kt │ │ │ │ │ │ │ ├── extensions │ │ │ │ │ │ │ │ ├── AppExtensions.kt │ │ │ │ │ │ │ │ ├── GreenLeafyPlant.kt │ │ │ │ │ │ │ │ └── Item.kt │ │ │ │ │ │ │ ├── func │ │ │ │ │ │ │ │ ├── JvmOverloads.kt │ │ │ │ │ │ │ │ └── JvmOverloadsDemo.java │ │ │ │ │ │ │ ├── genericity │ │ │ │ │ │ │ │ ├── GenericView.kt │ │ │ │ │ │ │ │ ├── JavaGeneric.java │ │ │ │ │ │ │ │ ├── KtGenericity.kt │ │ │ │ │ │ │ │ └── MultableStack.kt │ │ │ │ │ │ │ ├── generics │ │ │ │ │ │ │ │ ├── Aquarium.kt │ │ │ │ │ │ │ │ ├── Cleaner.kt │ │ │ │ │ │ │ │ ├── GenericDemoFragment.kt │ │ │ │ │ │ │ │ ├── TapWaterCleaner.kt │ │ │ │ │ │ │ │ └── supply │ │ │ │ │ │ │ │ │ ├── WaterSupply.kt │ │ │ │ │ │ │ │ │ └── impl │ │ │ │ │ │ │ │ │ ├── FishStoreWater.kt │ │ │ │ │ │ │ │ │ ├── LakeWater.kt │ │ │ │ │ │ │ │ │ └── TapWater.kt │ │ │ │ │ │ │ ├── hignorder │ │ │ │ │ │ │ │ ├── FuncAsParamDemo.kt │ │ │ │ │ │ │ │ └── HighOrderFuncDemo.kt │ │ │ │ │ │ │ ├── inline │ │ │ │ │ │ │ │ ├── DoggoId.kt │ │ │ │ │ │ │ │ ├── InlineDemo.kt │ │ │ │ │ │ │ │ └── PreferenceManager.kt │ │ │ │ │ │ │ ├── lambda │ │ │ │ │ │ │ │ ├── LambdaDemoFragment.kt │ │ │ │ │ │ │ │ ├── Transfor.kt │ │ │ │ │ │ │ │ └── TypeAliasMananger.kt │ │ │ │ │ │ │ ├── lazy │ │ │ │ │ │ │ │ └── LazyApi.kt │ │ │ │ │ │ │ ├── operatoroverload │ │ │ │ │ │ │ │ ├── Choir.kt │ │ │ │ │ │ │ │ ├── Point.kt │ │ │ │ │ │ │ │ └── Singer.kt │ │ │ │ │ │ │ ├── practice │ │ │ │ │ │ │ │ ├── JuejinKtDemoListFragment.kt │ │ │ │ │ │ │ │ └── KotlinPracticeDemoFragment.kt │ │ │ │ │ │ │ ├── refied │ │ │ │ │ │ │ │ └── RefiedDemo.kt │ │ │ │ │ │ │ ├── sealed │ │ │ │ │ │ │ │ ├── BluePlayerView.kt │ │ │ │ │ │ │ │ ├── GreenPlayerView.kt │ │ │ │ │ │ │ │ ├── Mammal.kt │ │ │ │ │ │ │ │ ├── MediaPlayerView.kt │ │ │ │ │ │ │ │ ├── PlayerUI.kt │ │ │ │ │ │ │ │ ├── PlayerView.kt │ │ │ │ │ │ │ │ ├── PlayerViewType.kt │ │ │ │ │ │ │ │ ├── SealedColor.kt │ │ │ │ │ │ │ │ ├── SealedResult.kt │ │ │ │ │ │ │ │ ├── SeasonName.kt │ │ │ │ │ │ │ │ ├── SeasonNameSealed.kt │ │ │ │ │ │ │ │ ├── User.kt │ │ │ │ │ │ │ │ └── VipPlayerView.kt │ │ │ │ │ │ │ ├── singleton │ │ │ │ │ │ │ │ └── Demo.java │ │ │ │ │ │ │ └── staticusage │ │ │ │ │ │ │ │ ├── Foo.kt │ │ │ │ │ │ │ │ └── ObjectClass.kt │ │ │ │ │ │ ├── launchermode │ │ │ │ │ │ │ └── LaunchModeDemoFragment.kt │ │ │ │ │ │ ├── livetemplate │ │ │ │ │ │ │ └── LiveTemplateDemo.kt │ │ │ │ │ │ ├── location │ │ │ │ │ │ │ └── LocationDemoFragment.kt │ │ │ │ │ │ ├── logger │ │ │ │ │ │ │ └── LoggerDemoFragment.kt │ │ │ │ │ │ ├── memento │ │ │ │ │ │ │ ├── Caretaker.kt │ │ │ │ │ │ │ ├── Memento.kt │ │ │ │ │ │ │ └── Originator.kt │ │ │ │ │ │ ├── mmkv │ │ │ │ │ │ │ ├── MMKVFragment.kt │ │ │ │ │ │ │ └── MMKVKtxFragment.kt │ │ │ │ │ │ ├── mvi │ │ │ │ │ │ │ ├── MainViewStates.kt │ │ │ │ │ │ │ ├── MviDemoFragment.kt │ │ │ │ │ │ │ └── MviViewModel.kt │ │ │ │ │ │ ├── nodrawable │ │ │ │ │ │ │ ├── LoadingDrawableFragment.kt │ │ │ │ │ │ │ └── NoDrawableFragment.kt │ │ │ │ │ │ ├── other │ │ │ │ │ │ │ ├── ClipChildFragment.kt │ │ │ │ │ │ │ ├── ClipChildFragment2.kt │ │ │ │ │ │ │ ├── ClipToPaddingFragment.kt │ │ │ │ │ │ │ └── UserfulPropertyFragment.kt │ │ │ │ │ │ ├── paging │ │ │ │ │ │ │ ├── article │ │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ │ ├── ArticleAdapter.kt │ │ │ │ │ │ │ │ │ └── ArticleViewHolder.kt │ │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ │ ├── Article.kt │ │ │ │ │ │ │ │ │ ├── ArticlePagingSource.kt │ │ │ │ │ │ │ │ │ └── ArticleRepository.kt │ │ │ │ │ │ │ │ ├── datasource │ │ │ │ │ │ │ │ │ └── ArticlePagingSource.kt │ │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ │ ├── ArticleViewModel.kt │ │ │ │ │ │ │ │ │ ├── ArticleViewModelFactory.kt │ │ │ │ │ │ │ │ │ └── PagingArticleDemoActivity.kt │ │ │ │ │ │ │ └── poster │ │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ ├── PosterListAdapter.kt │ │ │ │ │ │ │ │ └── PosterViewHolder.kt │ │ │ │ │ │ │ │ ├── datasource │ │ │ │ │ │ │ │ └── PostDataSource.kt │ │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ ├── PagingPosterDemoActivity.kt │ │ │ │ │ │ │ │ ├── PosterViewModel.kt │ │ │ │ │ │ │ │ └── PosterViewModelFactory.kt │ │ │ │ │ │ ├── performance │ │ │ │ │ │ │ ├── BlockCancaryDemoFragment.kt │ │ │ │ │ │ │ ├── CockroachDemoFragment.kt │ │ │ │ │ │ │ ├── OMagnifierDemoFragment.kt │ │ │ │ │ │ │ ├── PerformanceDemoFragment.kt │ │ │ │ │ │ │ ├── TaskDispatcherDemoFragment.kt │ │ │ │ │ │ │ ├── TimerMonitor.kt │ │ │ │ │ │ │ ├── block │ │ │ │ │ │ │ │ ├── BlockDetector.java │ │ │ │ │ │ │ │ └── BlockMonitor.java │ │ │ │ │ │ │ ├── cockroach │ │ │ │ │ │ │ │ ├── LifecycleExceptionActivity.java │ │ │ │ │ │ │ │ └── UnknowAct.java │ │ │ │ │ │ │ ├── fps │ │ │ │ │ │ │ │ └── FpsDemoFragment.kt │ │ │ │ │ │ │ ├── frameanimation │ │ │ │ │ │ │ │ ├── FrameAnimationDemoFragment.kt │ │ │ │ │ │ │ │ └── FrameAnimationOptimizeDemoFragment.kt │ │ │ │ │ │ │ ├── largeimage │ │ │ │ │ │ │ │ └── LargeImageDemoFragment.kt │ │ │ │ │ │ │ ├── muke │ │ │ │ │ │ │ │ ├── InitTask.kt │ │ │ │ │ │ │ │ └── MukeDemoFragment.kt │ │ │ │ │ │ │ ├── perfetto │ │ │ │ │ │ │ │ └── PerfettoDemoFragment.kt │ │ │ │ │ │ │ ├── practice │ │ │ │ │ │ │ │ └── AnrWatchDogDemoFragment.kt │ │ │ │ │ │ │ ├── startup │ │ │ │ │ │ │ │ ├── SDK1.kt │ │ │ │ │ │ │ │ ├── SDK2.kt │ │ │ │ │ │ │ │ ├── SDK3.kt │ │ │ │ │ │ │ │ ├── SDK4.kt │ │ │ │ │ │ │ │ └── SDK5.kt │ │ │ │ │ │ │ └── taskdispatcher │ │ │ │ │ │ │ │ ├── TestAppStartTaskFive.java │ │ │ │ │ │ │ │ ├── TestAppStartTaskFour.java │ │ │ │ │ │ │ │ ├── TestAppStartTaskOne.java │ │ │ │ │ │ │ │ ├── TestAppStartTaskThree.java │ │ │ │ │ │ │ │ └── TestAppStartTaskTwo.java │ │ │ │ │ │ ├── preference │ │ │ │ │ │ │ ├── DefaultPreferences.kt │ │ │ │ │ │ │ ├── IDataSource.kt │ │ │ │ │ │ │ └── MmkvPreference.kt │ │ │ │ │ │ ├── progress │ │ │ │ │ │ │ ├── ProgressDemoFragment.kt │ │ │ │ │ │ │ ├── Task1.kt │ │ │ │ │ │ │ ├── Task2.kt │ │ │ │ │ │ │ ├── Task3.kt │ │ │ │ │ │ │ └── Task4.kt │ │ │ │ │ │ ├── recycleview │ │ │ │ │ │ │ ├── AutoScrollViewDemoFragment.kt │ │ │ │ │ │ │ ├── RecycleViewDemoListFragment.kt │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ ├── DiffItemBean.kt │ │ │ │ │ │ │ │ └── EmailAttachment.kt │ │ │ │ │ │ │ ├── callback │ │ │ │ │ │ │ │ ├── DiffCallback.kt │ │ │ │ │ │ │ │ ├── DiffItemCallback.kt │ │ │ │ │ │ │ │ └── EmailFolder.kt │ │ │ │ │ │ │ ├── diffcallback │ │ │ │ │ │ │ │ ├── AsyncListDifferAdapter.kt │ │ │ │ │ │ │ │ ├── AsyncListDifferDemoFragment.kt │ │ │ │ │ │ │ │ ├── DiffAdapter.kt │ │ │ │ │ │ │ │ └── DifftemCallbackDemoFragment.kt │ │ │ │ │ │ │ ├── itemtouch │ │ │ │ │ │ │ │ ├── IMoveAndSwipeCallback.kt │ │ │ │ │ │ │ │ ├── ItemTouchHelperCallback.kt │ │ │ │ │ │ │ │ └── ItemTouchHelperDemoFragment.kt │ │ │ │ │ │ │ ├── listadapter │ │ │ │ │ │ │ │ ├── EmailAttachmentAdapter.kt │ │ │ │ │ │ │ │ ├── ListAdapterDemoFragment.kt │ │ │ │ │ │ │ │ └── MyListAdapter.kt │ │ │ │ │ │ │ ├── multiitemtype │ │ │ │ │ │ │ │ ├── MultiItemTypeDemoFragment1.kt │ │ │ │ │ │ │ │ ├── MultiItemTypeDemoFragment2.kt │ │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ │ ├── BeanA.java │ │ │ │ │ │ │ │ │ ├── BeanB.java │ │ │ │ │ │ │ │ │ ├── BeanC.java │ │ │ │ │ │ │ │ │ ├── ChatMessage.java │ │ │ │ │ │ │ │ │ ├── IViewType.kt │ │ │ │ │ │ │ │ │ └── ItemBean.java │ │ │ │ │ │ │ │ └── item │ │ │ │ │ │ │ │ │ ├── AItemType.java │ │ │ │ │ │ │ │ │ ├── BItemType.java │ │ │ │ │ │ │ │ │ ├── CItemType.java │ │ │ │ │ │ │ │ │ ├── ItemType00.kt │ │ │ │ │ │ │ │ │ ├── ItemType01.kt │ │ │ │ │ │ │ │ │ └── ItemType02.kt │ │ │ │ │ │ │ ├── origin │ │ │ │ │ │ │ │ ├── IItemViewType.kt │ │ │ │ │ │ │ │ ├── MyDataAdapter.kt │ │ │ │ │ │ │ │ ├── MySimpleItemType.kt │ │ │ │ │ │ │ │ ├── RecycleViewOriginFragment.kt │ │ │ │ │ │ │ │ ├── Type1ViewHolder.kt │ │ │ │ │ │ │ │ ├── Type1ViewHolderNew.kt │ │ │ │ │ │ │ │ └── Type2ViewHolder.kt │ │ │ │ │ │ │ ├── partyrefresh │ │ │ │ │ │ │ │ ├── PartyRefreshDemoFragment.kt │ │ │ │ │ │ │ │ └── PartyRefreshItemViewHolder.kt │ │ │ │ │ │ │ ├── viewholder │ │ │ │ │ │ │ │ ├── DiffItemViewHolder.kt │ │ │ │ │ │ │ │ ├── EmailAttachmentViewHolder.kt │ │ │ │ │ │ │ │ └── NavigationViewHolder.kt │ │ │ │ │ │ │ ├── viewtype │ │ │ │ │ │ │ │ ├── Mailbox.kt │ │ │ │ │ │ │ │ ├── MultiViewTypeDemoFragment.kt │ │ │ │ │ │ │ │ ├── NavigationAdapter.kt │ │ │ │ │ │ │ │ ├── NavigationModel.kt │ │ │ │ │ │ │ │ └── NavigationModelItem.kt │ │ │ │ │ │ │ └── zhy │ │ │ │ │ │ │ │ ├── BaseAdapterMultiItemDemoFragment.kt │ │ │ │ │ │ │ │ ├── BaseAdapterRecycleViewDemoFragment.kt │ │ │ │ │ │ │ │ ├── CommonAdapter.java │ │ │ │ │ │ │ │ ├── MultiItemTypeAdapter.java │ │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ └── ChatAdapterForRv.java │ │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ ├── ItemViewDelegate.kt │ │ │ │ │ │ │ │ ├── ItemViewDelegateManager.kt │ │ │ │ │ │ │ │ └── ViewHolder.kt │ │ │ │ │ │ │ │ ├── utils │ │ │ │ │ │ │ │ └── WrapperUtils.java │ │ │ │ │ │ │ │ ├── viewholder │ │ │ │ │ │ │ │ ├── MsgComingItemDelagate.kt │ │ │ │ │ │ │ │ └── MsgSendItemDelagate.java │ │ │ │ │ │ │ │ └── wrapper │ │ │ │ │ │ │ │ ├── EmptyWrapper.java │ │ │ │ │ │ │ │ ├── HeaderAndFooterWrapper.java │ │ │ │ │ │ │ │ └── LoadmoreWrapper.java │ │ │ │ │ │ ├── repository │ │ │ │ │ │ │ ├── AppRepository.kt │ │ │ │ │ │ │ ├── BaseRepository.kt │ │ │ │ │ │ │ ├── FollowersRepository.kt │ │ │ │ │ │ │ ├── NewsRemoteDataSource.kt │ │ │ │ │ │ │ └── NewsRepository.kt │ │ │ │ │ │ ├── room │ │ │ │ │ │ │ ├── Account.kt │ │ │ │ │ │ │ ├── AccountDao.kt │ │ │ │ │ │ │ ├── AccountDatabase.kt │ │ │ │ │ │ │ └── RoomDemoFragment.kt │ │ │ │ │ │ ├── roudview │ │ │ │ │ │ │ └── RoundViewDemoFragment.kt │ │ │ │ │ │ ├── rxjava │ │ │ │ │ │ │ ├── RxJava3OperatorDemoFragment.kt │ │ │ │ │ │ │ ├── RxJava3PracticeFragment.kt │ │ │ │ │ │ │ ├── RxJavaDemoListFragment.kt │ │ │ │ │ │ │ ├── map │ │ │ │ │ │ │ │ └── ArticleToVideoMapper.kt │ │ │ │ │ │ │ └── operator │ │ │ │ │ │ │ │ └── RetryWithDelay.java │ │ │ │ │ │ ├── sample │ │ │ │ │ │ │ ├── BuilderOwner.java │ │ │ │ │ │ │ ├── SampleCode1DemoFragment.kt │ │ │ │ │ │ │ ├── SampleCodeDemo2Fragment.kt │ │ │ │ │ │ │ ├── SampleCodeDemoListFragment.kt │ │ │ │ │ │ │ ├── listentry │ │ │ │ │ │ │ │ ├── ListEntryDemoFragment.kt │ │ │ │ │ │ │ │ └── MainAdapter.kt │ │ │ │ │ │ │ └── observable │ │ │ │ │ │ │ │ └── FObservable.kt │ │ │ │ │ │ ├── sampleapp │ │ │ │ │ │ │ └── SampleAppDemoFragment.kt │ │ │ │ │ │ ├── searchPreference │ │ │ │ │ │ │ ├── EnhancedExample.java │ │ │ │ │ │ │ ├── NoPreferencesExample.java │ │ │ │ │ │ │ ├── SearchPreferenceDemoListFragment.kt │ │ │ │ │ │ │ ├── SearchViewExample.java │ │ │ │ │ │ │ └── SimpleExample.java │ │ │ │ │ │ ├── service │ │ │ │ │ │ │ ├── AidlService.kt │ │ │ │ │ │ │ ├── LocalService.kt │ │ │ │ │ │ │ ├── MessengerDemoFragment.kt │ │ │ │ │ │ │ ├── MessengerService.kt │ │ │ │ │ │ │ └── ServiceDemoFragment.kt │ │ │ │ │ │ ├── shapeimageview │ │ │ │ │ │ │ └── ShapeImageviewDemoFragment.kt │ │ │ │ │ │ ├── showcase │ │ │ │ │ │ │ ├── AlbumListViewModelFactory.kt │ │ │ │ │ │ │ ├── albumlist │ │ │ │ │ │ │ │ ├── AlbumListFragment.kt │ │ │ │ │ │ │ │ └── AlbumListViewModel.kt │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ ├── datasource │ │ │ │ │ │ │ │ │ ├── api │ │ │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ │ │ │ ├── AlbumApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── AlbumListApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── ImageApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── ImageSizeApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── SearchAlbumResultsApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── TagApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── TagListApiModel.kt │ │ │ │ │ │ │ │ │ │ │ ├── TrackApiModel.kt │ │ │ │ │ │ │ │ │ │ │ └── TrackListApiModel.kt │ │ │ │ │ │ │ │ │ │ ├── response │ │ │ │ │ │ │ │ │ │ │ ├── GetAlbumInfoResponse.kt │ │ │ │ │ │ │ │ │ │ │ └── SearchAlbumResponse.kt │ │ │ │ │ │ │ │ │ │ └── service │ │ │ │ │ │ │ │ │ │ │ └── AlbumRetrofitService.kt │ │ │ │ │ │ │ │ │ └── database │ │ │ │ │ │ │ │ │ │ ├── AlbumDao.kt │ │ │ │ │ │ │ │ │ │ ├── AlbumDatabase.kt │ │ │ │ │ │ │ │ │ │ └── model │ │ │ │ │ │ │ │ │ │ ├── AlbumEntityModel.kt │ │ │ │ │ │ │ │ │ │ ├── ImageEntityModel.kt │ │ │ │ │ │ │ │ │ │ ├── ImageSizeEntityModel.kt │ │ │ │ │ │ │ │ │ │ ├── TagEntityModel.kt │ │ │ │ │ │ │ │ │ │ └── TrackEntityModel.kt │ │ │ │ │ │ │ │ └── repository │ │ │ │ │ │ │ │ │ └── AlbumRepositoryImpl.kt │ │ │ │ │ │ │ └── domain │ │ │ │ │ │ │ │ ├── enum │ │ │ │ │ │ │ │ └── ImageSize.kt │ │ │ │ │ │ │ │ ├── model │ │ │ │ │ │ │ │ ├── Album.kt │ │ │ │ │ │ │ │ ├── Image.kt │ │ │ │ │ │ │ │ ├── Tag.kt │ │ │ │ │ │ │ │ └── Track.kt │ │ │ │ │ │ │ │ ├── repository │ │ │ │ │ │ │ │ └── AlbumRepository.kt │ │ │ │ │ │ │ │ └── usecase │ │ │ │ │ │ │ │ ├── GetAlbumListUseCase.kt │ │ │ │ │ │ │ │ └── GetAlbumUseCase.kt │ │ │ │ │ │ ├── skydoves │ │ │ │ │ │ │ ├── SandSwitchViewModel.kt │ │ │ │ │ │ │ ├── SandWitchDemoFragment.kt │ │ │ │ │ │ │ └── SandWitchRepository.kt │ │ │ │ │ │ ├── slimber │ │ │ │ │ │ │ └── SlimberFragment.kt │ │ │ │ │ │ ├── snaphelper │ │ │ │ │ │ │ ├── LinerSnapHelperDemoFragment.kt │ │ │ │ │ │ │ ├── NoSnapHelperDemoFragment.kt │ │ │ │ │ │ │ └── PagerSnapHelperDemoFragment.kt │ │ │ │ │ │ ├── storage │ │ │ │ │ │ │ ├── PersistentStorage.kt │ │ │ │ │ │ │ ├── StorageDemoListFragment.kt │ │ │ │ │ │ │ ├── documenttree │ │ │ │ │ │ │ │ ├── CachingDocumentFile.kt │ │ │ │ │ │ │ │ ├── DirectoryEntryAdapter.kt │ │ │ │ │ │ │ │ ├── DirectoryFragment.kt │ │ │ │ │ │ │ │ ├── DirectoryFragmentViewModel.kt │ │ │ │ │ │ │ │ └── DocumentTreeDemoActivity.kt │ │ │ │ │ │ │ ├── filemannager │ │ │ │ │ │ │ │ ├── FileExplorerActivity.kt │ │ │ │ │ │ │ │ ├── FileUtils.kt │ │ │ │ │ │ │ │ ├── PermissionUtils.kt │ │ │ │ │ │ │ │ └── SettingsActivity.kt │ │ │ │ │ │ │ ├── opendocument │ │ │ │ │ │ │ │ ├── ActionOpenDocumentFragment.kt │ │ │ │ │ │ │ │ └── OpenDocumentDemoFragment.kt │ │ │ │ │ │ │ └── sp │ │ │ │ │ │ │ │ ├── SPDelegates.kt │ │ │ │ │ │ │ │ └── SPUtils.kt │ │ │ │ │ │ ├── style │ │ │ │ │ │ │ ├── FitSystemWindowDemoActivity.kt │ │ │ │ │ │ │ ├── FitSystemWindowDemoActivity2.kt │ │ │ │ │ │ │ ├── FitSystemWindowFrameLayoutDemoActivity.kt │ │ │ │ │ │ │ └── ImmerseStatusBarDemoActivity.kt │ │ │ │ │ │ ├── sunflower │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ ├── GardenPlantingAdapter.kt │ │ │ │ │ │ │ │ ├── PlantAdapterNew.kt │ │ │ │ │ │ │ │ └── SunFlowerPagerAdapter.kt │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ ├── Converters.kt │ │ │ │ │ │ │ │ ├── GardenPlanting.kt │ │ │ │ │ │ │ │ ├── Plant.kt │ │ │ │ │ │ │ │ ├── PlantAndGardenPlantings.kt │ │ │ │ │ │ │ │ └── PlantAndGardenPlantingsViewModel.kt │ │ │ │ │ │ │ ├── dao │ │ │ │ │ │ │ │ ├── GardenPlantingDao.kt │ │ │ │ │ │ │ │ └── PlantDao.kt │ │ │ │ │ │ │ ├── db │ │ │ │ │ │ │ │ └── SunFlowDatabase.kt │ │ │ │ │ │ │ ├── fragement │ │ │ │ │ │ │ │ ├── GardenFragment.kt │ │ │ │ │ │ │ │ ├── PlantDetailActivity.kt │ │ │ │ │ │ │ │ ├── PlantListFragment.kt │ │ │ │ │ │ │ │ └── SunFlowerHomeViewPagerFragment.kt │ │ │ │ │ │ │ ├── repository │ │ │ │ │ │ │ │ ├── GardenPlantingRepository.kt │ │ │ │ │ │ │ │ └── PlantRepository.kt │ │ │ │ │ │ │ ├── utilitis │ │ │ │ │ │ │ │ └── SunFlowConstants.kt │ │ │ │ │ │ │ ├── viewmodel │ │ │ │ │ │ │ │ ├── GardenPlantingListViewModel.kt │ │ │ │ │ │ │ │ ├── PlantDetailViewModel.kt │ │ │ │ │ │ │ │ ├── PlantListViewModel.kt │ │ │ │ │ │ │ │ └── PlantListViewModelFactory.kt │ │ │ │ │ │ │ └── works │ │ │ │ │ │ │ │ └── SeedDatabaseWorker.kt │ │ │ │ │ │ ├── tablayout │ │ │ │ │ │ │ ├── ArticleTabsFragment.kt │ │ │ │ │ │ │ ├── BottomFragment1.kt │ │ │ │ │ │ │ └── BottomTabsFragment.kt │ │ │ │ │ │ ├── temp │ │ │ │ │ │ │ ├── AndroidPerformanceDemoFragment.kt │ │ │ │ │ │ │ ├── ApiDemoFragment.kt │ │ │ │ │ │ │ ├── AsyncToSyncDemoFragment.kt │ │ │ │ │ │ │ ├── ExpandBtnClickAreaFragment.kt │ │ │ │ │ │ │ ├── ExpandTouchDelegateKt.kt │ │ │ │ │ │ │ ├── GenericClassDemoFragment.kt │ │ │ │ │ │ │ ├── IntDefFragment.kt │ │ │ │ │ │ │ ├── Knowledge3Fragment.kt │ │ │ │ │ │ │ ├── KnowledgeFragment.kt │ │ │ │ │ │ │ ├── KnowledgeFragment2.kt │ │ │ │ │ │ │ ├── RetentionPolicyFragment.kt │ │ │ │ │ │ │ ├── SilentMode.java │ │ │ │ │ │ │ ├── SpanableStringFragment.kt │ │ │ │ │ │ │ ├── SpecifyParentViewDemoFragment.kt │ │ │ │ │ │ │ ├── TempDemoFragment.kt │ │ │ │ │ │ │ ├── ViewBindingUsageDemo.kt │ │ │ │ │ │ │ ├── ViewGroupShouldDelayPressStateFragment.kt │ │ │ │ │ │ │ ├── activityresult │ │ │ │ │ │ │ │ ├── ActivityResultDemoActivity.kt │ │ │ │ │ │ │ │ ├── GetDataFromSecondActivityConstract.kt │ │ │ │ │ │ │ │ └── SecondActivityDemoActivity.kt │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ └── KnowlegeAdapter.kt │ │ │ │ │ │ │ ├── bean │ │ │ │ │ │ │ │ ├── Item.kt │ │ │ │ │ │ │ │ ├── Item1.kt │ │ │ │ │ │ │ │ ├── Item2.kt │ │ │ │ │ │ │ │ ├── Item3.kt │ │ │ │ │ │ │ │ ├── ItemArrayLis.java │ │ │ │ │ │ │ │ ├── ReflectBean.java │ │ │ │ │ │ │ │ └── TagInfo.kt │ │ │ │ │ │ │ ├── concurrency │ │ │ │ │ │ │ │ └── Player.java │ │ │ │ │ │ │ ├── concurry │ │ │ │ │ │ │ │ └── PlayerNew.java │ │ │ │ │ │ │ ├── conflict │ │ │ │ │ │ │ │ ├── ScrollConflictInnernterceptDemoFragment.kt │ │ │ │ │ │ │ │ ├── ScrollConflictOuterInterceptDemoFragment.kt │ │ │ │ │ │ │ │ └── ViewPageRecycleViewConflictDemoFragment.kt │ │ │ │ │ │ │ ├── localdata │ │ │ │ │ │ │ │ └── LocalDataTimeDemoFragment.kt │ │ │ │ │ │ │ ├── reflect │ │ │ │ │ │ │ │ └── ReflectionDemoFragment.kt │ │ │ │ │ │ │ ├── retention │ │ │ │ │ │ │ │ └── Config.java │ │ │ │ │ │ │ ├── savestate │ │ │ │ │ │ │ │ ├── SaveStateHandleFragment.kt │ │ │ │ │ │ │ │ └── SaveStateViewModel.kt │ │ │ │ │ │ │ └── specifyparent │ │ │ │ │ │ │ │ └── DraggableContainer.java │ │ │ │ │ │ ├── track │ │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ │ ├── EasyTrack.kt │ │ │ │ │ │ │ │ ├── FillStrategy.kt │ │ │ │ │ │ │ │ ├── IPageTrackNode.kt │ │ │ │ │ │ │ │ ├── ITrackModel.kt │ │ │ │ │ │ │ │ ├── ITrackNode.kt │ │ │ │ │ │ │ │ ├── ITrackProvider.kt │ │ │ │ │ │ │ │ ├── TrackModel.kt │ │ │ │ │ │ │ │ └── TrackParams.kt │ │ │ │ │ │ │ ├── statistics │ │ │ │ │ │ │ │ ├── EventConstants.java │ │ │ │ │ │ │ │ ├── SensorProvider.kt │ │ │ │ │ │ │ │ ├── StatisticsUtils.kt │ │ │ │ │ │ │ │ └── UmengProvider.kt │ │ │ │ │ │ │ └── util │ │ │ │ │ │ │ │ └── EasyTrackUtils.kt │ │ │ │ │ │ ├── transition │ │ │ │ │ │ │ └── TransitionDemoFragment.kt │ │ │ │ │ │ ├── viewanimate │ │ │ │ │ │ │ ├── PathUtils.java │ │ │ │ │ │ │ ├── ScreenUtils.java │ │ │ │ │ │ │ ├── SvgPathParser.java │ │ │ │ │ │ │ ├── ViewAnimatorDemoFragment.kt │ │ │ │ │ │ │ └── ViewAnimatorDemoFragment2.java │ │ │ │ │ │ ├── viewbinding │ │ │ │ │ │ │ ├── ViewBindingDemoActivity.kt │ │ │ │ │ │ │ └── ViewBindingDemoFragment.kt │ │ │ │ │ │ ├── weaknetwork │ │ │ │ │ │ │ ├── ConnectiveManagerTest.java │ │ │ │ │ │ │ ├── ConnectiveManagerTest2.java │ │ │ │ │ │ │ ├── INetworkTest.kt │ │ │ │ │ │ │ ├── NetworkMonitor.java │ │ │ │ │ │ │ ├── OkHttpNetworkTest.java │ │ │ │ │ │ │ ├── OkHttpNetworkTest2.java │ │ │ │ │ │ │ ├── PingTest.java │ │ │ │ │ │ │ ├── TracerouteTest.java │ │ │ │ │ │ │ ├── WeaknetWorkFragment.kt │ │ │ │ │ │ │ └── connectionclass │ │ │ │ │ │ │ │ ├── ConnectionClassActivity.java │ │ │ │ │ │ │ │ ├── ConnectionClassTest.kt │ │ │ │ │ │ │ │ ├── NetApp.java │ │ │ │ │ │ │ │ └── NetworkChangeReceiver.java │ │ │ │ │ │ └── widget │ │ │ │ │ │ │ ├── ExceptionView.java │ │ │ │ │ │ │ ├── HorizontalEx.java │ │ │ │ │ │ │ ├── HorizontalEx2.java │ │ │ │ │ │ │ ├── LinearProgressIndicatorDemoFragment.kt │ │ │ │ │ │ │ ├── ListAdapterFragment.kt │ │ │ │ │ │ │ ├── ListViewEx.java │ │ │ │ │ │ │ ├── ProgressViewDemoFragment.kt │ │ │ │ │ │ │ ├── UIWidgetDemoFragment.kt │ │ │ │ │ │ │ ├── WidgetDemoFragment.kt │ │ │ │ │ │ │ ├── listadapter │ │ │ │ │ │ │ └── AlbumListAdapter.kt │ │ │ │ │ │ │ ├── mergeadapter │ │ │ │ │ │ │ ├── BaseAdapter.kt │ │ │ │ │ │ │ ├── BaseViewHolder.kt │ │ │ │ │ │ │ ├── ContactAdapterViewModel.kt │ │ │ │ │ │ │ ├── FooterAdapter.kt │ │ │ │ │ │ │ ├── HeaderAdapter.kt │ │ │ │ │ │ │ ├── ItemAdapter.kt │ │ │ │ │ │ │ └── MergeAdapterDemoFragment.kt │ │ │ │ │ │ │ ├── property │ │ │ │ │ │ │ ├── AnimateLayoutChangesDemoFragment.kt │ │ │ │ │ │ │ └── UIPropertyDemoListFragment.kt │ │ │ │ │ │ │ ├── qmui │ │ │ │ │ │ │ └── KKRoundButton.java │ │ │ │ │ │ │ ├── spansize │ │ │ │ │ │ │ ├── GridLayoutManagerSpanSizeDemoFragment.kt │ │ │ │ │ │ │ └── PostItemDecoration.kt │ │ │ │ │ │ │ ├── supertextview │ │ │ │ │ │ │ └── SuperTextViewDemoListFragment.kt │ │ │ │ │ │ │ └── system │ │ │ │ │ │ │ └── SystemWidgetFragment.kt │ │ │ │ │ │ ├── events │ │ │ │ │ │ └── Events.kt │ │ │ │ │ │ ├── home │ │ │ │ │ │ ├── ArticleAdapter.kt │ │ │ │ │ │ ├── HomeFragment.kt │ │ │ │ │ │ ├── HomeModelFactory.kt │ │ │ │ │ │ ├── HomeReporsitoryKt.kt │ │ │ │ │ │ ├── HomeViewModel.kt │ │ │ │ │ │ ├── db │ │ │ │ │ │ │ ├── HomeDao.kt │ │ │ │ │ │ │ └── HomeDatabase.kt │ │ │ │ │ │ └── network │ │ │ │ │ │ │ └── HomeNetwork.kt │ │ │ │ │ │ ├── jetpack │ │ │ │ │ │ ├── BaseViewModel.kt │ │ │ │ │ │ ├── GpsCallback.java │ │ │ │ │ │ ├── GpsEngineLifeCycle.java │ │ │ │ │ │ ├── IPageName.kt │ │ │ │ │ │ ├── InjectUtil.kt │ │ │ │ │ │ ├── JetPackDemoFragment.kt │ │ │ │ │ │ ├── Repository2.kt │ │ │ │ │ │ ├── alarm │ │ │ │ │ │ │ ├── AlarmManagerDemoFragment.kt │ │ │ │ │ │ │ └── AlarmReceiver.kt │ │ │ │ │ │ ├── coroutine │ │ │ │ │ │ │ ├── CoroutineDemoListFragment.kt │ │ │ │ │ │ │ └── CoroutineKnowledgeDemoFragment.kt │ │ │ │ │ │ ├── flow │ │ │ │ │ │ │ ├── FlowDemoFragment.kt │ │ │ │ │ │ │ ├── FlowDemoListFragment.kt │ │ │ │ │ │ │ ├── FlowEventViewModel.kt │ │ │ │ │ │ │ ├── FlowPracticeDemoFragment.kt │ │ │ │ │ │ │ ├── FlowViewModelFactory.kt │ │ │ │ │ │ │ ├── adapter │ │ │ │ │ │ │ │ ├── ApiUserAdapter.kt │ │ │ │ │ │ │ │ └── UserAdapter.kt │ │ │ │ │ │ │ ├── api │ │ │ │ │ │ │ │ ├── ApiHelper.kt │ │ │ │ │ │ │ │ └── ApiHelperImpl.kt │ │ │ │ │ │ │ ├── basic │ │ │ │ │ │ │ │ ├── BaseFlowRecycleViewFragment.kt │ │ │ │ │ │ │ │ └── FlowBasicUsageFragment.kt │ │ │ │ │ │ │ ├── completion │ │ │ │ │ │ │ │ ├── CompletionFragment.kt │ │ │ │ │ │ │ │ └── CompletionViewModel.kt │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ └── bean │ │ │ │ │ │ │ │ │ └── User.kt │ │ │ │ │ │ │ ├── datasource │ │ │ │ │ │ │ │ ├── FlowPracticeDataSource.kt │ │ │ │ │ │ │ │ └── FlowPracticeRepository.kt │ │ │ │ │ │ │ ├── errorhandling │ │ │ │ │ │ │ │ ├── catch │ │ │ │ │ │ │ │ │ ├── CatchFragment.kt │ │ │ │ │ │ │ │ │ └── CatchViewModel.kt │ │ │ │ │ │ │ │ └── emitall │ │ │ │ │ │ │ │ │ ├── EmitAllFragment.kt │ │ │ │ │ │ │ │ │ └── EmitAllViewModel.kt │ │ │ │ │ │ │ ├── event │ │ │ │ │ │ │ │ └── FlowEventDemoFragment.kt │ │ │ │ │ │ │ ├── filter │ │ │ │ │ │ │ │ └── FilterViewModel.kt │ │ │ │ │ │ │ ├── local │ │ │ │ │ │ │ │ ├── AppDatabase.kt │ │ │ │ │ │ │ │ ├── DatabaseBuilder.kt │ │ │ │ │ │ │ │ ├── DatabaseHelper.kt │ │ │ │ │ │ │ │ ├── DatabaseHelperImpl.kt │ │ │ │ │ │ │ │ └── dao │ │ │ │ │ │ │ │ │ └── UserDao.kt │ │ │ │ │ │ │ ├── map │ │ │ │ │ │ │ │ └── MapViewModel.kt │ │ │ │ │ │ │ ├── parallel │ │ │ │ │ │ │ │ ├── ParallelNetworkCallViewModel.kt │ │ │ │ │ │ │ │ └── ParallelNetworkFragment.kt │ │ │ │ │ │ │ ├── practice │ │ │ │ │ │ │ │ ├── FlowDownloadFragment.kt │ │ │ │ │ │ │ │ ├── FlowRetrofitFragment.kt │ │ │ │ │ │ │ │ └── FlowUserInfoFragment.kt │ │ │ │ │ │ │ ├── retry │ │ │ │ │ │ │ │ ├── RetryFragment.kt │ │ │ │ │ │ │ │ └── RetryViewModel.kt │ │ │ │ │ │ │ ├── retryexponentialbackoff │ │ │ │ │ │ │ │ ├── RetryExponentialBackoffModel.kt │ │ │ │ │ │ │ │ └── RetryExponentialbackoffFragment.kt │ │ │ │ │ │ │ ├── retrywhen │ │ │ │ │ │ │ │ ├── RetryWhenFragment.kt │ │ │ │ │ │ │ │ └── RetryWhenViewModel.kt │ │ │ │ │ │ │ ├── room │ │ │ │ │ │ │ │ ├── RoomDbFragment.kt │ │ │ │ │ │ │ │ └── RoomDbViewModel.kt │ │ │ │ │ │ │ ├── search │ │ │ │ │ │ │ │ └── SearchFragment.kt │ │ │ │ │ │ │ ├── serias │ │ │ │ │ │ │ │ ├── SerialNetworkCallViewModel.kt │ │ │ │ │ │ │ │ └── SerialNetworkFragment.kt │ │ │ │ │ │ │ ├── share │ │ │ │ │ │ │ │ ├── FlowTimerDemoFragment.kt │ │ │ │ │ │ │ │ ├── ShareFlowDemoFragment.kt │ │ │ │ │ │ │ │ ├── StateFlowAdvanceDemoFragment.kt │ │ │ │ │ │ │ │ └── StateFlowBasicDemoFragment.kt │ │ │ │ │ │ │ ├── single │ │ │ │ │ │ │ │ ├── SingleNetworkCallViewModel.kt │ │ │ │ │ │ │ │ └── SingleNetworkFragment.kt │ │ │ │ │ │ │ ├── stateflow │ │ │ │ │ │ │ │ ├── FlowShareDemoFragment.kt │ │ │ │ │ │ │ │ ├── MutableStateViewModel.kt │ │ │ │ │ │ │ │ ├── StateFlowDemoFragment.kt │ │ │ │ │ │ │ │ └── StateFlowDemoFragment2.kt │ │ │ │ │ │ │ ├── task │ │ │ │ │ │ │ │ ├── onetask │ │ │ │ │ │ │ │ │ ├── LongRunningTaskFragment.kt │ │ │ │ │ │ │ │ │ └── LongRunningTaskViewModel.kt │ │ │ │ │ │ │ │ └── twotasks │ │ │ │ │ │ │ │ │ ├── TwoLongRunningTaskFragment.kt │ │ │ │ │ │ │ │ │ └── TwoLongRunningTasksViewModel.kt │ │ │ │ │ │ │ ├── ui_state │ │ │ │ │ │ │ │ └── PostsUiState.kt │ │ │ │ │ │ │ └── vm │ │ │ │ │ │ │ │ ├── FlowShareViewModel.kt │ │ │ │ │ │ │ │ ├── FlowUserViewModel.kt │ │ │ │ │ │ │ │ ├── FlowViewModel.kt │ │ │ │ │ │ │ │ └── PostViewModel.kt │ │ │ │ │ │ ├── hit │ │ │ │ │ │ │ ├── Car.kt │ │ │ │ │ │ │ ├── Car3.kt │ │ │ │ │ │ │ ├── CarNoParam.kt │ │ │ │ │ │ │ ├── CarParam.kt │ │ │ │ │ │ │ ├── Driver.kt │ │ │ │ │ │ │ ├── Driver2.kt │ │ │ │ │ │ │ ├── Driver3.kt │ │ │ │ │ │ │ ├── HitDemoActivity.kt │ │ │ │ │ │ │ ├── NormalViewModel.kt │ │ │ │ │ │ │ ├── NormalViewModel2.kt │ │ │ │ │ │ │ ├── Repository.kt │ │ │ │ │ │ │ ├── bind │ │ │ │ │ │ │ │ ├── BindElectricEngine.kt │ │ │ │ │ │ │ │ └── BindGasEngine.kt │ │ │ │ │ │ │ ├── engine │ │ │ │ │ │ │ │ ├── ElectricEngine.kt │ │ │ │ │ │ │ │ ├── Engine.kt │ │ │ │ │ │ │ │ └── GasEngine.kt │ │ │ │ │ │ │ ├── interfaces │ │ │ │ │ │ │ │ ├── CarInjectInterface.kt │ │ │ │ │ │ │ │ └── CarInjectMultiInterface.kt │ │ │ │ │ │ │ ├── module │ │ │ │ │ │ │ │ ├── AppModule.kt │ │ │ │ │ │ │ │ ├── EngineModule.kt │ │ │ │ │ │ │ │ ├── NetworkModule.kt │ │ │ │ │ │ │ │ └── TyreModule.kt │ │ │ │ │ │ │ ├── qualifier │ │ │ │ │ │ │ │ ├── BuiltInActivityQualifer.kt │ │ │ │ │ │ │ │ └── BuiltInApplicationQualifer.kt │ │ │ │ │ │ │ ├── tyre │ │ │ │ │ │ │ │ ├── AmericaTyre.kt │ │ │ │ │ │ │ │ ├── ChinaTyre.kt │ │ │ │ │ │ │ │ └── Tyre.kt │ │ │ │ │ │ │ └── viewmodel │ │ │ │ │ │ │ │ ├── HitViewModel.kt │ │ │ │ │ │ │ │ └── HitViewModel2.kt │ │ │ │ │ │ ├── lifecycle │ │ │ │ │ │ │ ├── IAppStateListener.kt │ │ │ │ │ │ │ ├── LifeCycleDemoListFragment.kt │ │ │ │ │ │ │ ├── TraditionalProcessLifecycleListener.kt │ │ │ │ │ │ │ ├── customlifecycle │ │ │ │ │ │ │ │ ├── CustomLifecycleOwnerFragment.kt │ │ │ │ │ │ │ │ ├── LifecycleOwnerWrapper.kt │ │ │ │ │ │ │ │ ├── StubView.kt │ │ │ │ │ │ │ │ └── StubViewHolder.kt │ │ │ │ │ │ │ ├── handler │ │ │ │ │ │ │ │ └── LifecycleHandlerFragment.kt │ │ │ │ │ │ │ ├── location │ │ │ │ │ │ │ │ ├── ILocationListener.kt │ │ │ │ │ │ │ │ └── LocationManager.kt │ │ │ │ │ │ │ ├── service │ │ │ │ │ │ │ │ ├── MyLifeCycleService.kt │ │ │ │ │ │ │ │ └── MyServiceObserver.kt │ │ │ │ │ │ │ └── traditional │ │ │ │ │ │ │ │ ├── GpsEngine.java │ │ │ │ │ │ │ │ └── TraditionalLifeCycleFragment.kt │ │ │ │ │ │ ├── livedata │ │ │ │ │ │ │ ├── JetPackLiveDataListFragment.kt │ │ │ │ │ │ │ ├── LiveDataBasicFragment.kt │ │ │ │ │ │ │ ├── LiveDataBestPracticeFragment.kt │ │ │ │ │ │ │ ├── LiveDataDetailFragment.kt │ │ │ │ │ │ │ ├── LiveDataLoaderFragment.kt │ │ │ │ │ │ │ ├── LiveDataSampleFragment.kt │ │ │ │ │ │ │ ├── LiveDataSensorUsageFragment.kt │ │ │ │ │ │ │ ├── LiveDataTransformSwitchMapFragment.kt │ │ │ │ │ │ │ ├── LiveDataViewModel.kt │ │ │ │ │ │ │ ├── LiveDataWrongUsageActivity.kt │ │ │ │ │ │ │ ├── LiveDataWrongUsageFragment.kt │ │ │ │ │ │ │ ├── StockLiveData.kt │ │ │ │ │ │ │ └── StockMananger.kt │ │ │ │ │ │ ├── navigation │ │ │ │ │ │ │ ├── DeepLinkFragment.kt │ │ │ │ │ │ │ ├── NavHomeFragment.kt │ │ │ │ │ │ │ ├── NavSettingActivity.kt │ │ │ │ │ │ │ ├── NavStepOneFragment.kt │ │ │ │ │ │ │ ├── NavStepThreeFragment.kt │ │ │ │ │ │ │ ├── NavigationDemoActivity.kt │ │ │ │ │ │ │ ├── NavigationDrawerDemoActivity2.kt │ │ │ │ │ │ │ ├── advance │ │ │ │ │ │ │ │ ├── AdvanceNavigationActivity.kt │ │ │ │ │ │ │ │ ├── home │ │ │ │ │ │ │ │ │ ├── AboutFragment.kt │ │ │ │ │ │ │ │ │ └── TitleFragment.kt │ │ │ │ │ │ │ │ └── list │ │ │ │ │ │ │ │ │ ├── LeaderboardFragment.kt │ │ │ │ │ │ │ │ │ └── UserProfileFragment.kt │ │ │ │ │ │ │ └── drawer │ │ │ │ │ │ │ │ └── NavigationDrawerDemoActivity.kt │ │ │ │ │ │ ├── relearnandroid │ │ │ │ │ │ │ ├── CommonBindingAdapterDemoFragment.kt │ │ │ │ │ │ │ ├── RelearnAndroidDemoFragment.kt │ │ │ │ │ │ │ ├── ViewModelScopeDemoFragment.kt │ │ │ │ │ │ │ └── vm │ │ │ │ │ │ │ │ ├── CommonBindAdapterViewModel.kt │ │ │ │ │ │ │ │ └── ShareViewModel.kt │ │ │ │ │ │ ├── reporsity │ │ │ │ │ │ │ ├── MessageRepository.kt │ │ │ │ │ │ │ ├── UserDao.kt │ │ │ │ │ │ │ ├── UserNetwork.kt │ │ │ │ │ │ │ ├── UserReporsity.kt │ │ │ │ │ │ │ ├── WeatherDataSource.kt │ │ │ │ │ │ │ └── impl │ │ │ │ │ │ │ │ └── DefaultWeatherDataSource.kt │ │ │ │ │ │ ├── viewmodel │ │ │ │ │ │ │ ├── MessageHeadersViewModel.kt │ │ │ │ │ │ │ ├── NormalViewModel.kt │ │ │ │ │ │ │ ├── UserInfoViewModel.kt │ │ │ │ │ │ │ ├── UserModelFactory.kt │ │ │ │ │ │ │ ├── ViewModelDemoFragment.kt │ │ │ │ │ │ │ ├── ViewModelWithArgs.kt │ │ │ │ │ │ │ ├── WeatherInfoViewModel.kt │ │ │ │ │ │ │ └── factory │ │ │ │ │ │ │ │ ├── ViewModelFactorySavedStateRegistryOwner.kt │ │ │ │ │ │ │ │ └── ViewModelFactoryWithArgs.kt │ │ │ │ │ │ └── workmanager │ │ │ │ │ │ │ ├── DownloadWork.kt │ │ │ │ │ │ │ ├── ExpeditedWorker.kt │ │ │ │ │ │ │ ├── ProgressWorker.kt │ │ │ │ │ │ │ ├── RetryWork.kt │ │ │ │ │ │ │ ├── TagWork.kt │ │ │ │ │ │ │ ├── UniqueWork.kt │ │ │ │ │ │ │ ├── UploadWorker.kt │ │ │ │ │ │ │ ├── UploadWorkerWithParamter.kt │ │ │ │ │ │ │ ├── WorkCancel.kt │ │ │ │ │ │ │ ├── WorkManagerDemoFragment.kt │ │ │ │ │ │ │ ├── WorkObserver.kt │ │ │ │ │ │ │ └── chain │ │ │ │ │ │ │ ├── CacheWork.kt │ │ │ │ │ │ │ ├── PlantName1Work.kt │ │ │ │ │ │ │ └── PlantName2Work.kt │ │ │ │ │ │ ├── notification │ │ │ │ │ │ ├── NotifyCompatYc.java │ │ │ │ │ │ └── NotifyManager.java │ │ │ │ │ │ ├── paramcheck │ │ │ │ │ │ ├── UserDefineException.java │ │ │ │ │ │ ├── ValidateType.java │ │ │ │ │ │ ├── Validation.java │ │ │ │ │ │ └── ValidationHandler.java │ │ │ │ │ │ ├── sample │ │ │ │ │ │ ├── ConcurrencyDemo.java │ │ │ │ │ │ ├── IntDefDemo.java │ │ │ │ │ │ ├── MultiFlagsSetDemo.java │ │ │ │ │ │ ├── PlayerState.java │ │ │ │ │ │ ├── convertor │ │ │ │ │ │ │ └── IConvertor.java │ │ │ │ │ │ ├── frameanimation │ │ │ │ │ │ │ ├── AnimationController.kt │ │ │ │ │ │ │ ├── FrameAnimationSurfaceView.kt │ │ │ │ │ │ │ ├── FrameAnimationTextureView.kt │ │ │ │ │ │ │ └── drawer │ │ │ │ │ │ │ │ ├── BitmapDrawer.kt │ │ │ │ │ │ │ │ ├── SurfaceViewBitmapDrawer.kt │ │ │ │ │ │ │ │ └── TextureBitmapDrawer.kt │ │ │ │ │ │ ├── jni │ │ │ │ │ │ │ └── JniLoader.java │ │ │ │ │ │ ├── materialthemebuilder │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ │ ├── MainViewPagerAdapter.kt │ │ │ │ │ │ │ │ ├── MaterialThemeDemoActivity.kt │ │ │ │ │ │ │ │ ├── instruction │ │ │ │ │ │ │ │ └── InstructionsFragment.kt │ │ │ │ │ │ │ │ └── themesummary │ │ │ │ │ │ │ │ ├── Subsystem.kt │ │ │ │ │ │ │ │ ├── SubsystemAdapter.kt │ │ │ │ │ │ │ │ ├── SubsystemViewHolder.kt │ │ │ │ │ │ │ │ └── ThemeSummaryFragment.kt │ │ │ │ │ │ ├── messagequeue │ │ │ │ │ │ │ ├── MessageQueueThreadHandler.java │ │ │ │ │ │ │ ├── QueueThreadExceptionHandler.java │ │ │ │ │ │ │ └── SimpleSettableFuture.java │ │ │ │ │ │ ├── multiimpl │ │ │ │ │ │ │ ├── EasyReport.kt │ │ │ │ │ │ │ ├── IReportProvider.kt │ │ │ │ │ │ │ ├── UMengReportProvider.kt │ │ │ │ │ │ │ └── bean │ │ │ │ │ │ │ │ └── ReportParams.kt │ │ │ │ │ │ └── singleton │ │ │ │ │ │ │ ├── PropsConfig.java │ │ │ │ │ │ │ └── Singleton.java │ │ │ │ │ │ ├── setting │ │ │ │ │ │ ├── AboutActivity.kt │ │ │ │ │ │ ├── SettingActivity.kt │ │ │ │ │ │ ├── SettingFragment.kt │ │ │ │ │ │ └── SettingsPreferenceLoader.kt │ │ │ │ │ │ ├── startintent │ │ │ │ │ │ └── MainActivityStarter.java │ │ │ │ │ │ ├── state │ │ │ │ │ │ ├── AquariumPlant.kt │ │ │ │ │ │ ├── LoginState.kt │ │ │ │ │ │ ├── LogoutState.kt │ │ │ │ │ │ ├── UserInfo.kt │ │ │ │ │ │ ├── UserState.kt │ │ │ │ │ │ └── callback │ │ │ │ │ │ │ └── CollectListener.kt │ │ │ │ │ │ ├── tink │ │ │ │ │ │ ├── FixManager.java │ │ │ │ │ │ └── TinkTest.java │ │ │ │ │ │ ├── ui │ │ │ │ │ │ └── views │ │ │ │ │ │ │ ├── Color.kt │ │ │ │ │ │ │ └── Themes.kt │ │ │ │ │ │ ├── util │ │ │ │ │ │ ├── AccessDenyException.kt │ │ │ │ │ │ ├── ColorUtils.kt │ │ │ │ │ │ ├── DateUtil.kt │ │ │ │ │ │ ├── Global.kt │ │ │ │ │ │ ├── GlobalConfig.kt │ │ │ │ │ │ ├── GlobalConstans.kt │ │ │ │ │ │ ├── GlobalValues.kt │ │ │ │ │ │ ├── InjectorUtil.kt │ │ │ │ │ │ ├── InterfaceUtils.kt │ │ │ │ │ │ ├── MultidexUtils.java │ │ │ │ │ │ ├── NetworkException.kt │ │ │ │ │ │ ├── PreConfig.kt │ │ │ │ │ │ ├── Range.java │ │ │ │ │ │ ├── RetryUtil.kt │ │ │ │ │ │ ├── StyledResources.kt │ │ │ │ │ │ ├── SystemServices.kt │ │ │ │ │ │ ├── constants │ │ │ │ │ │ │ ├── Const.kt │ │ │ │ │ │ │ └── GlobalConstans.kt │ │ │ │ │ │ ├── download │ │ │ │ │ │ │ ├── DownLoadManager.kt │ │ │ │ │ │ │ └── DownloadStatus.kt │ │ │ │ │ │ └── extensitons │ │ │ │ │ │ │ └── AppExtensions.kt │ │ │ │ │ │ ├── view │ │ │ │ │ │ ├── AnrView.java │ │ │ │ │ │ ├── EpisodeItemListRecyclerView.java │ │ │ │ │ │ ├── MainItemView.kt │ │ │ │ │ │ ├── RecyclerView.kt │ │ │ │ │ │ ├── TabCountView.kt │ │ │ │ │ │ ├── TabLayout.kt │ │ │ │ │ │ └── ViewPager2.kt │ │ │ │ │ │ └── widget │ │ │ │ │ │ ├── CircleTextview.kt │ │ │ │ │ │ ├── CustomImageView.java │ │ │ │ │ │ ├── FitsWindowsLayout.kt │ │ │ │ │ │ ├── InnerInterceptListView.java │ │ │ │ │ │ ├── InnerInterceptScrollView.java │ │ │ │ │ │ ├── MyViewGroup.java │ │ │ │ │ │ ├── OuterInterceptListView.java │ │ │ │ │ │ ├── OuterInterceptScrollView.java │ │ │ │ │ │ ├── PicImageView.java │ │ │ │ │ │ └── ScrollableDialogBuilder.java │ │ │ │ ├── downloader │ │ │ │ │ ├── Constants.java │ │ │ │ │ ├── Error.java │ │ │ │ │ ├── OnCancelListener.java │ │ │ │ │ ├── OnDownloadListener.java │ │ │ │ │ ├── OnPauseListener.java │ │ │ │ │ ├── OnProgressListener.java │ │ │ │ │ ├── OnStartOrResumeListener.java │ │ │ │ │ ├── PRDownloader.java │ │ │ │ │ ├── PRDownloaderConfig.java │ │ │ │ │ ├── Priority.java │ │ │ │ │ ├── Progress.java │ │ │ │ │ ├── Response.java │ │ │ │ │ ├── Status.java │ │ │ │ │ ├── core │ │ │ │ │ │ ├── Core.java │ │ │ │ │ │ ├── DefaultExecutorSupplier.java │ │ │ │ │ │ ├── DownloadExecutor.java │ │ │ │ │ │ ├── DownloadFutureTask.java │ │ │ │ │ │ ├── ExecutorSupplier.java │ │ │ │ │ │ ├── MainThreadExecutor.java │ │ │ │ │ │ └── PriorityThreadFactory.java │ │ │ │ │ ├── database │ │ │ │ │ │ ├── AppDbHelper.java │ │ │ │ │ │ ├── DatabaseOpenHelper.java │ │ │ │ │ │ ├── DbHelper.java │ │ │ │ │ │ ├── DownloadModel.java │ │ │ │ │ │ └── NoOpsDbHelper.java │ │ │ │ │ ├── handler │ │ │ │ │ │ └── ProgressHandler.java │ │ │ │ │ ├── httpclient │ │ │ │ │ │ ├── DefaultHttpClient.java │ │ │ │ │ │ └── HttpClient.java │ │ │ │ │ ├── internal │ │ │ │ │ │ ├── ComponentHolder.java │ │ │ │ │ │ ├── DownloadRequestQueue.java │ │ │ │ │ │ ├── DownloadRunnable.java │ │ │ │ │ │ ├── DownloadTask.java │ │ │ │ │ │ ├── SynchronousCall.java │ │ │ │ │ │ └── stream │ │ │ │ │ │ │ ├── FileDownloadOutputStream.java │ │ │ │ │ │ │ └── FileDownloadRandomAccessFile.java │ │ │ │ │ ├── request │ │ │ │ │ │ ├── DownloadRequest.java │ │ │ │ │ │ ├── DownloadRequestBuilder.java │ │ │ │ │ │ └── RequestBuilder.java │ │ │ │ │ └── utils │ │ │ │ │ │ └── Utils.java │ │ │ │ └── example │ │ │ │ │ ├── android │ │ │ │ │ └── architecture │ │ │ │ │ │ └── blueprints │ │ │ │ │ │ └── todoapp │ │ │ │ │ │ ├── ScrollChildSwipeRefreshLayout.kt │ │ │ │ │ │ ├── ViewModelFactory.kt │ │ │ │ │ │ ├── addedittask │ │ │ │ │ │ ├── AddEditTaskFragment.kt │ │ │ │ │ │ └── AddEditTaskViewModel.kt │ │ │ │ │ │ ├── data │ │ │ │ │ │ ├── Result.kt │ │ │ │ │ │ ├── Task.kt │ │ │ │ │ │ └── source │ │ │ │ │ │ │ ├── DefaultTasksRepository.kt │ │ │ │ │ │ │ ├── TasksDataSource.kt │ │ │ │ │ │ │ ├── TasksRepository.kt │ │ │ │ │ │ │ └── local │ │ │ │ │ │ │ ├── TasksDao.kt │ │ │ │ │ │ │ ├── TasksLocalDataSource.kt │ │ │ │ │ │ │ └── ToDoDatabase.kt │ │ │ │ │ │ ├── statistics │ │ │ │ │ │ ├── StatisticsFragment.kt │ │ │ │ │ │ ├── StatisticsUtils.kt │ │ │ │ │ │ └── StatisticsViewModel.kt │ │ │ │ │ │ ├── taskdetail │ │ │ │ │ │ ├── TaskDetailFragment.kt │ │ │ │ │ │ └── TaskDetailViewModel.kt │ │ │ │ │ │ ├── tasks │ │ │ │ │ │ ├── TasksActivity.kt │ │ │ │ │ │ ├── TasksAdapter.kt │ │ │ │ │ │ ├── TasksFilterType.kt │ │ │ │ │ │ ├── TasksFragment.kt │ │ │ │ │ │ ├── TasksListBindings.kt │ │ │ │ │ │ └── TasksViewModel.kt │ │ │ │ │ │ └── util │ │ │ │ │ │ ├── EspressoIdlingResource.kt │ │ │ │ │ │ ├── FragmentExt.kt │ │ │ │ │ │ └── ViewExt.kt │ │ │ │ │ └── hellojnicallback │ │ │ │ │ └── JniMainActivity.java │ │ │ ├── dev │ │ │ │ └── b3nedikt │ │ │ │ │ └── viewpump │ │ │ │ │ ├── AppCompatDelegateWrapper.kt │ │ │ │ │ ├── InflateRequest.kt │ │ │ │ │ ├── InflateResult.kt │ │ │ │ │ ├── Interceptor.kt │ │ │ │ │ ├── ViewPump.kt │ │ │ │ │ ├── ViewPumpAppCompatDelegate.kt │ │ │ │ │ └── internal │ │ │ │ │ ├── InterceptorChain.kt │ │ │ │ │ └── LegacyLayoutInflater.kt │ │ │ └── paging │ │ │ │ └── android │ │ │ │ └── example │ │ │ │ └── com │ │ │ │ └── pagingsample │ │ │ │ └── CheeseDb.kt │ │ └── res │ │ │ ├── .DS_Store │ │ │ ├── anim │ │ │ ├── alpha_in.xml │ │ │ ├── alpha_out.xml │ │ │ ├── fullscreen_dialog_enter.xml │ │ │ ├── fullscreen_dialog_exit.xml │ │ │ ├── property_anim.xml │ │ │ ├── slide_in_left.xml │ │ │ ├── slide_in_right.xml │ │ │ ├── slide_out_left.xml │ │ │ └── slide_out_right.xml │ │ │ ├── animator │ │ │ ├── property_animator.xml │ │ │ └── show_toolbar.xml │ │ │ ├── color │ │ │ ├── color_navigation_drawer_menu_item.xml │ │ │ ├── color_on_primary_surface_divider.xml │ │ │ └── color_on_primary_surface_emphasis_medium.xml │ │ │ ├── drawable-hdpi │ │ │ ├── a_icon_b.png │ │ │ ├── add_icon.png │ │ │ ├── avatar_enterprise_vip.png │ │ │ ├── avatar_grassroot.png │ │ │ ├── avatar_vip.png │ │ │ ├── awkward.png │ │ │ ├── bg.webp │ │ │ ├── bg_error.png │ │ │ ├── block_canary_icon.png │ │ │ ├── block_canary_notification.png │ │ │ ├── chatfrom_bg_focused.9.png │ │ │ ├── chatfrom_bg_normal.9.png │ │ │ ├── chatfrom_bg_pressed.9.png │ │ │ ├── chatto_bg_focused.9.png │ │ │ ├── chatto_bg_normal.9.png │ │ │ ├── chatto_bg_pressed.9.png │ │ │ ├── checking_000.png │ │ │ ├── checking_001.png │ │ │ ├── checking_002.png │ │ │ ├── checking_003.png │ │ │ ├── checking_004.png │ │ │ ├── checking_005.png │ │ │ ├── checking_006.png │ │ │ ├── checking_007.png │ │ │ ├── checking_008.png │ │ │ ├── checking_009.png │ │ │ ├── checking_010.png │ │ │ ├── checking_011.png │ │ │ ├── checking_012.png │ │ │ ├── checking_013.png │ │ │ ├── checking_014.png │ │ │ ├── checking_015.png │ │ │ ├── checking_016.png │ │ │ ├── checking_017.png │ │ │ ├── checking_018.png │ │ │ ├── checking_019.png │ │ │ ├── checking_020.png │ │ │ ├── checking_021.png │ │ │ ├── checking_022.png │ │ │ ├── checking_023.png │ │ │ ├── checking_024.png │ │ │ ├── checking_025.png │ │ │ ├── checking_026.png │ │ │ ├── checking_027.png │ │ │ ├── checking_028.png │ │ │ ├── checking_029.png │ │ │ ├── checking_030.png │ │ │ ├── checking_031.png │ │ │ ├── checking_032.png │ │ │ ├── checking_033.png │ │ │ ├── checking_034.png │ │ │ ├── checking_035.png │ │ │ ├── checking_036.png │ │ │ ├── checking_037.png │ │ │ ├── checking_038.png │ │ │ ├── checking_039.png │ │ │ ├── checking_040.png │ │ │ ├── checking_041.png │ │ │ ├── checking_042.png │ │ │ ├── checking_043.png │ │ │ ├── checking_044.png │ │ │ ├── custom.png │ │ │ ├── empty.png │ │ │ ├── error.png │ │ │ ├── header_background.png │ │ │ ├── heart.png │ │ │ ├── home_hotpoint.png │ │ │ ├── home_right_arrow.png │ │ │ ├── ic_bottom_bar_faq.webp │ │ │ ├── ic_bottom_bar_home.webp │ │ │ ├── ic_bottom_bar_navigation.webp │ │ │ ├── ic_bottom_bar_project.webp │ │ │ ├── ic_bottom_bar_system.webp │ │ │ ├── ic_launcher.png │ │ │ ├── ic_loading.png │ │ │ ├── ic_logo.webp │ │ │ ├── ic_more.png │ │ │ ├── ic_my_apps_white.png │ │ │ ├── image1.jpg │ │ │ ├── image10.jpg │ │ │ ├── image11.jpg │ │ │ ├── image2.jpg │ │ │ ├── image3.jpg │ │ │ ├── image4.jpg │ │ │ ├── image5.jpg │ │ │ ├── image6.jpg │ │ │ ├── image7.jpg │ │ │ ├── image8.jpg │ │ │ ├── image9.jpg │ │ │ ├── img.jpg │ │ │ ├── img_1.png │ │ │ ├── list_female.png │ │ │ ├── list_male.png │ │ │ ├── liyujiang.png │ │ │ ├── logo.webp │ │ │ ├── logo_no_fill.png │ │ │ ├── music.png │ │ │ ├── play_icon.png │ │ │ ├── play_music.png │ │ │ ├── profile.jpg │ │ │ ├── renma.png │ │ │ ├── rm_icon.png │ │ │ ├── snow.png │ │ │ ├── spinner_default_holo_light_am.9.png │ │ │ ├── spinner_pressed_holo_light_am.9.png │ │ │ ├── statusbar_ic_comment_small.png │ │ │ ├── statusbar_ic_dm_small.png │ │ │ ├── statusbar_ic_follower_small.png │ │ │ ├── statusbar_ic_mention_small.png │ │ │ ├── statusbar_ic_send_fail.png │ │ │ ├── statusbar_ic_send_success.png │ │ │ ├── statusbar_ic_sending.png │ │ │ ├── timeout.png │ │ │ ├── user_placeholder.png │ │ │ ├── view_animator_github.png │ │ │ ├── view_animator_montain.jpg │ │ │ └── xiaohei.png │ │ │ ├── drawable-mdpi │ │ │ └── a_icon_b.png │ │ │ ├── drawable-nodpi │ │ │ ├── cheese_1.jpg │ │ │ ├── cheese_2.jpg │ │ │ ├── cheese_3.jpg │ │ │ ├── cheese_4.jpg │ │ │ └── cheese_5.jpg │ │ │ ├── drawable-xhdpi │ │ │ ├── a_icon_b.png │ │ │ ├── bg_banner_dialog.jpg │ │ │ ├── bg_card_item_light.9.png │ │ │ ├── bg_login_click.png │ │ │ ├── bg_login_nomal.png │ │ │ ├── bg_timeline_loading.png │ │ │ ├── divider_horizontal_bright_opaque.9.png │ │ │ ├── feifei.webp │ │ │ ├── ic_action_send_now_light.png │ │ │ ├── ic_arrow_down_dark.png │ │ │ ├── ic_circular_overflow_dark.png │ │ │ ├── ic_collection_default.png │ │ │ ├── ic_cut.png │ │ │ ├── ic_delete_dark.png │ │ │ ├── ic_drawer_at.png │ │ │ ├── ic_emoticon_light.png │ │ │ ├── ic_gif.png │ │ │ ├── ic_like_default.png │ │ │ ├── ic_list_white_48dp.png │ │ │ ├── ic_menu_add.png │ │ │ ├── ic_menu_edit_white.png │ │ │ ├── ic_menu_moreoverflow_card_dark_normal.png │ │ │ ├── ic_menu_search.png │ │ │ ├── ic_overflow.png │ │ │ ├── ic_photo_light.png │ │ │ ├── ic_reply.png │ │ │ ├── ic_retweet.png │ │ │ ├── ic_set_wallpaper_normal.png │ │ │ ├── ic_star.png │ │ │ ├── icon_delete.png │ │ │ ├── icon_placeholder.png │ │ │ ├── shadow.png │ │ │ ├── shadow_bottom.png │ │ │ ├── shadow_left.png │ │ │ ├── shadow_mini.png │ │ │ ├── shadow_right.png │ │ │ ├── timeline_comment_dark.png │ │ │ ├── timeline_comment_light.png │ │ │ ├── timeline_icon_comment.png │ │ │ ├── timeline_icon_like.png │ │ │ ├── timeline_icon_redirect.png │ │ │ ├── timeline_icon_unlike.png │ │ │ ├── timeline_image_cut.png │ │ │ ├── timeline_profile_question_single_normal.9.png │ │ │ ├── timeline_publish_single_normal.9.png │ │ │ ├── timeline_repost_dark.png │ │ │ └── timeline_repost_light.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── a.jpg │ │ │ ├── avatar_10_raster.png │ │ │ ├── avatar_11_raster.png │ │ │ ├── avatar_12_raster.png │ │ │ ├── avatar_13_raster.png │ │ │ ├── avatar_14_raster.png │ │ │ ├── avatar_15_raster.png │ │ │ ├── avatar_16_raster.png │ │ │ ├── avatar_1_raster.png │ │ │ ├── avatar_2_raster.png │ │ │ ├── avatar_3_raster.png │ │ │ ├── avatar_4_raster.png │ │ │ ├── avatar_5_raster.png │ │ │ ├── avatar_6_raster.png │ │ │ ├── avatar_7_raster.png │ │ │ ├── avatar_8_raster.png │ │ │ ├── avatar_9_raster.png │ │ │ ├── avatar_drakeet.png │ │ │ ├── b.jpg │ │ │ ├── background.jpg │ │ │ ├── bg_apps_shadow.png │ │ │ ├── dark_image.jpg │ │ │ ├── earth.png │ │ │ ├── feed_video_icon_forward.png │ │ │ ├── feed_video_icon_replay.png │ │ │ ├── g01.gif │ │ │ ├── ic_action_move_light.png │ │ │ ├── ic_arrow.png │ │ │ ├── ic_arrow_down_light.png │ │ │ ├── ic_at_v2.png │ │ │ ├── ic_delete_circle.png │ │ │ ├── ic_delete_square.png │ │ │ ├── ic_done_dark.png │ │ │ ├── ic_done_light.png │ │ │ ├── ic_down.png │ │ │ ├── ic_download_complete.png │ │ │ ├── ic_email_grey600_24dp.png │ │ │ ├── ic_favorite_black_24dp.xml │ │ │ ├── ic_group_add_light.png │ │ │ ├── ic_launcher_background.xml │ │ │ ├── ic_launcher_foreground.xml │ │ │ ├── ic_mail_black_24dp.xml │ │ │ ├── ic_msg_error.png │ │ │ ├── ic_notification_gray_24.png │ │ │ ├── ic_notifications_settings_light.png │ │ │ ├── ic_ok_white_disabled_18dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.xml │ │ │ ├── ic_question_answer_grey600_24dp.png │ │ │ ├── ic_refresh_light.png │ │ │ ├── ic_save_black_24dp.xml │ │ │ ├── ic_search_white_24dp.png │ │ │ ├── ic_send_light.png │ │ │ ├── ic_sharp_v2.png │ │ │ ├── ic_splash.png │ │ │ ├── ic_unfavorite_dark.png │ │ │ ├── ic_waiting_for_download.png │ │ │ ├── icon_category.jpg │ │ │ ├── image_category_entertainment_raster.png │ │ │ ├── img.jpg │ │ │ ├── light_image.jpg │ │ │ ├── mindorks_logo.png │ │ │ ├── moon.png │ │ │ ├── qq.png │ │ │ ├── qzone.png │ │ │ ├── screenshot.png │ │ │ ├── shape_login_edit_bg.xml │ │ │ ├── split_image.jpg │ │ │ ├── sun.png │ │ │ ├── twitter.png │ │ │ ├── user_cover.jpg │ │ │ ├── wechat.png │ │ │ ├── wechat_friend.png │ │ │ ├── weibo.png │ │ │ ├── wujiaoxing.jpg │ │ │ └── yifei.jpeg │ │ │ ├── drawable │ │ │ ├── anim_check.xml │ │ │ ├── bg_button_focused.xml │ │ │ ├── bg_button_normal.xml │ │ │ ├── bg_button_pressed.xml │ │ │ ├── bg_category_label_normal.xml │ │ │ ├── bg_category_label_selected.xml │ │ │ ├── bg_progress.xml │ │ │ ├── blue_circle.xml │ │ │ ├── border_black.xml │ │ │ ├── button_press.xml │ │ │ ├── button_press_dark.xml │ │ │ ├── button_update.xml │ │ │ ├── capsule_64.xml │ │ │ ├── circle.xml │ │ │ ├── collect_selector.xml │ │ │ ├── collect_selector_icon.xml │ │ │ ├── drawable_divider.xml │ │ │ ├── drawable_layer_list.xml │ │ │ ├── drawable_shape.xml │ │ │ ├── drawable_state_lsit.xml │ │ │ ├── drawer_item_color.xml │ │ │ ├── edittext_focused.xml │ │ │ ├── edittext_normal.xml │ │ │ ├── garden_tab_selector.xml │ │ │ ├── green_circle.xml │ │ │ ├── ic_add.xml │ │ │ ├── ic_android.xml │ │ │ ├── ic_assignment_turned_in_24dp.xml │ │ │ ├── ic_back.xml │ │ │ ├── ic_baseline_clear_24.xml │ │ │ ├── ic_baseline_face_24.xml │ │ │ ├── ic_baseline_send_24.xml │ │ │ ├── ic_check_circle_96dp.xml │ │ │ ├── ic_close.xml │ │ │ ├── ic_close_white_24dp.xml │ │ │ ├── ic_colorize_24dp.xml │ │ │ ├── ic_compose.xml │ │ │ ├── ic_construction.xml │ │ │ ├── ic_create_new_folder_black_24dp.xml │ │ │ ├── ic_dashboard.xml │ │ │ ├── ic_dashboard_black_24dp.xml │ │ │ ├── ic_delete_background.xml │ │ │ ├── ic_delete_foreground.xml │ │ │ ├── ic_detail_back.xml │ │ │ ├── ic_detail_back_no_circle.xml │ │ │ ├── ic_detail_share.xml │ │ │ ├── ic_discuss.xml │ │ │ ├── ic_done.xml │ │ │ ├── ic_edit.xml │ │ │ ├── ic_event.xml │ │ │ ├── ic_feedback.xml │ │ │ ├── ic_file_black_24dp.xml │ │ │ ├── ic_filter_list.xml │ │ │ ├── ic_filter_list_24dp.xml │ │ │ ├── ic_folder_black_24dp.xml │ │ │ ├── ic_folder_open_black_24dp.xml │ │ │ ├── ic_forum.xml │ │ │ ├── ic_headset.xml │ │ │ ├── ic_help.xml │ │ │ ├── ic_home.xml │ │ │ ├── ic_home_black_24dp.xml │ │ │ ├── ic_icon_android.xml │ │ │ ├── ic_launcher_background.xml │ │ │ ├── ic_list.xml │ │ │ ├── ic_material_icon_24dp.xml │ │ │ ├── ic_menu.xml │ │ │ ├── ic_menu_delete_white_24dp.xml │ │ │ ├── ic_more_vert_black_24dp.xml │ │ │ ├── ic_my_garden_active.xml │ │ │ ├── ic_my_garden_inactive.xml │ │ │ ├── ic_notifications_black_24dp.xml │ │ │ ├── ic_person_black_96dp.xml │ │ │ ├── ic_photo_library.xml │ │ │ ├── ic_pick_file_black_24dp.xml │ │ │ ├── ic_plant_list_active.xml │ │ │ ├── ic_plant_list_inactive.xml │ │ │ ├── ic_plus.xml │ │ │ ├── ic_rocket.xml │ │ │ ├── ic_search.xml │ │ │ ├── ic_search_white_24dp.xml │ │ │ ├── ic_security_black_64dp.xml │ │ │ ├── ic_settings.xml │ │ │ ├── ic_settings_white_24dp.xml │ │ │ ├── ic_shopping_cart_white.xml │ │ │ ├── ic_snowflake.xml │ │ │ ├── ic_spinner_caret.xml │ │ │ ├── ic_splash_anim.xml │ │ │ ├── ic_statistics.xml │ │ │ ├── ic_statistics_100dp.xml │ │ │ ├── ic_statistics_24dp.xml │ │ │ ├── ic_twotone_folder.xml │ │ │ ├── ic_twotone_inbox.xml │ │ │ ├── ic_twotone_stars.xml │ │ │ ├── ic_verified_user_96dp.xml │ │ │ ├── ic_views.xml │ │ │ ├── ic_warning_black_64dp.xml │ │ │ ├── ic_website_left.xml │ │ │ ├── ic_website_right.xml │ │ │ ├── ic_whatshot_black_96dp.xml │ │ │ ├── ic_working_mode.xml │ │ │ ├── item_bg_selector.xml │ │ │ ├── lay_list.xml │ │ │ ├── level_circle.xml │ │ │ ├── list_completed_touch_feedback.xml │ │ │ ├── logo_no_fill.png │ │ │ ├── longin_btn_bg.xml │ │ │ ├── mask_bg.xml │ │ │ ├── material_card.xml │ │ │ ├── nav_divider_top.xml │ │ │ ├── nav_menu_header_bg.xml │ │ │ ├── outlined_stroke_color.xml │ │ │ ├── plant_list_tab_selector.xml │ │ │ ├── purple_frame.xml │ │ │ ├── rectangle_solid_white_top1_line.xml │ │ │ ├── ripple_translucent.xml │ │ │ ├── rocket_thrust.xml │ │ │ ├── rounded_button.xml │ │ │ ├── rounded_rect.xml │ │ │ ├── rounded_top_small.xml │ │ │ ├── rounded_top_with_capsule.xml │ │ │ ├── safe_mode_drawable.xml │ │ │ ├── scrollbar.xml │ │ │ ├── select_board_black.xml │ │ │ ├── select_board_blue.xml │ │ │ ├── select_board_green.xml │ │ │ ├── select_board_orange.xml │ │ │ ├── select_board_red.xml │ │ │ ├── select_boardpen0.xml │ │ │ ├── select_boardpen1.xml │ │ │ ├── select_boardpen2.xml │ │ │ ├── select_boardpen3.xml │ │ │ ├── select_boardpen4.xml │ │ │ ├── selector_takex_entrusted_quantity_add_reduce.xml │ │ │ ├── shadows.9.png │ │ │ ├── shape_circle_1.xml │ │ │ ├── shape_circle_2.xml │ │ │ ├── shape_circle_3.xml │ │ │ ├── shape_circle_4.xml │ │ │ ├── shape_circle_5.xml │ │ │ ├── shape_setting_white_bg.xml │ │ │ ├── shape_takex_entrusted_quantity_add_enduce.xml │ │ │ ├── shape_takex_entrusted_quantity_add_enduce_gray.xml │ │ │ ├── spinner_rounded_border.xml │ │ │ ├── splash.xml │ │ │ ├── splash_bg.xml │ │ │ ├── splash_countdown_bg.xml │ │ │ ├── splashscreen.xml │ │ │ ├── tab_counts_shape_border.xml │ │ │ ├── tab_icon_color_selector.xml │ │ │ ├── template.xml │ │ │ ├── title_lable_green.xml │ │ │ ├── title_lable_red.xml │ │ │ ├── touch_feedback.xml │ │ │ ├── trash_icon.png │ │ │ ├── uncollect_selector_icon.xml │ │ │ ├── wallpaper_bottom_bg.xml │ │ │ ├── wallpaper_viewer_bg.xml │ │ │ ├── wallpaper_viewer_inn_bg.xml │ │ │ └── whtie_gray_corner_bg.xml │ │ │ ├── font │ │ │ ├── lobster.xml │ │ │ ├── opensans_font.xml │ │ │ ├── opensans_regular.ttf │ │ │ ├── opensans_semibold.ttf │ │ │ └── roboto_black_italic.xml │ │ │ ├── layout │ │ │ ├── activity_app_resources.xml │ │ │ ├── activity_article_detail.xml │ │ │ ├── activity_articles.xml │ │ │ ├── activity_bundle_source.xml │ │ │ ├── activity_bundle_target.xml │ │ │ ├── activity_cheese_detail.xml │ │ │ ├── activity_cheese_main.xml │ │ │ ├── activity_compress_demo.xml │ │ │ ├── activity_connection_class.xml │ │ │ ├── activity_constraint_end.xml │ │ │ ├── activity_constraint_start.xml │ │ │ ├── activity_container.xml │ │ │ ├── activity_crash_report.xml │ │ │ ├── activity_demo_list.xml │ │ │ ├── activity_document_tree.xml │ │ │ ├── activity_file_explorer.xml │ │ │ ├── activity_file_manager_settings.xml │ │ │ ├── activity_finish_ontask_launch.xml │ │ │ ├── activity_fits_system_window.xml │ │ │ ├── activity_fits_system_window2.xml │ │ │ ├── activity_floo.xml │ │ │ ├── activity_fluid_resize.xml │ │ │ ├── activity_framelayout_fits_system_window.xml │ │ │ ├── activity_intent_filter.xml │ │ │ ├── activity_jank_logging.xml │ │ │ ├── activity_jni_callback.xml │ │ │ ├── activity_keyboard_visibility.xml │ │ │ ├── activity_keyboard_visibility_event.xml │ │ │ ├── activity_launchmode_singleinstance.xml │ │ │ ├── activity_launchmode_singletask.xml │ │ │ ├── activity_layout_visualizer.xml │ │ │ ├── activity_loadsir.xml │ │ │ ├── activity_loadsir_constraintlayout.xml │ │ │ ├── activity_main_new.xml │ │ │ ├── activity_manifest_demo.xml │ │ │ ├── activity_marathon.xml │ │ │ ├── activity_material_dialogs.xml │ │ │ ├── activity_material_theme.xml │ │ │ ├── activity_navigation_advance.xml │ │ │ ├── activity_navigation_demo.xml │ │ │ ├── activity_not_registered.xml │ │ │ ├── activity_paging_main.xml │ │ │ ├── activity_receive_data.xml │ │ │ ├── activity_receive_data_from_other_app.xml │ │ │ ├── activity_recycleview_pulltorefresh.xml │ │ │ ├── activity_search.xml │ │ │ ├── activity_second.xml │ │ │ ├── activity_setcontent_view_by_constructor.xml │ │ │ ├── activity_settings.xml │ │ │ ├── activity_show_demo.xml │ │ │ ├── activity_simple_store.xml │ │ │ ├── activity_space_binding.xml │ │ │ ├── activity_splash.xml │ │ │ ├── activity_target.xml │ │ │ ├── activity_test.xml │ │ │ ├── activity_unit_test.xml │ │ │ ├── activity_viewpump.xml │ │ │ ├── activity_web.xml │ │ │ ├── adapter_item_tag.xml │ │ │ ├── addtask_frag.xml │ │ │ ├── android_basic_launch_mode.xml │ │ │ ├── android_basic_recycleview_adapter.xml │ │ │ ├── article_item.xml │ │ │ ├── article_viewholder.xml │ │ │ ├── base_adapter_default_loading.xml │ │ │ ├── base_adapter_item_list.xml │ │ │ ├── base_adapter_main_chat_from_msg.xml │ │ │ ├── base_adapter_main_chat_send_msg.xml │ │ │ ├── base_recycleview_adapter_demo.xml │ │ │ ├── black_tech_paranoid.xml │ │ │ ├── blacktech_view_pump.xml │ │ │ ├── bottom_fragment1.xml │ │ │ ├── bottomdialog_layout.xml │ │ │ ├── cheese_item.xml │ │ │ ├── clip_to_padding_layout_item.xml │ │ │ ├── constraint_barrier.xml │ │ │ ├── constraint_baseline.xml │ │ │ ├── constraint_basic.xml │ │ │ ├── constraint_basic2.xml │ │ │ ├── constraint_bias.xml │ │ │ ├── constraint_bias2.xml │ │ │ ├── constraint_center.xml │ │ │ ├── constraint_center_relative_layout.xml │ │ │ ├── constraint_chain_style.xml │ │ │ ├── constraint_chain_weight.xml │ │ │ ├── constraint_circle.xml │ │ │ ├── constraint_circular_reveal.xml │ │ │ ├── constraint_dimension_ratio.xml │ │ │ ├── constraint_flow_horizontal.xml │ │ │ ├── constraint_flow_wrap_mode.xml │ │ │ ├── constraint_gone_margin.xml │ │ │ ├── constraint_group.xml │ │ │ ├── constraint_guideline_begin_end.xml │ │ │ ├── constraint_guideline_percent.xml │ │ │ ├── constraint_hand.xml │ │ │ ├── constraint_layer.xml │ │ │ ├── constraint_liner_virtual_layout.xml │ │ │ ├── constraint_margin.xml │ │ │ ├── constraint_match_constraint.xml │ │ │ ├── constraint_min_max_size.xml │ │ │ ├── constraint_percent.xml │ │ │ ├── constraint_percent2.xml │ │ │ ├── constraint_place_holder.xml │ │ │ ├── constraint_set.xml │ │ │ ├── constraint_space.xml │ │ │ ├── constraint_vertical_chain_style.xml │ │ │ ├── constraint_weight.xml │ │ │ ├── constraint_width.xml │ │ │ ├── constraint_width_default.xml │ │ │ ├── content_scrolling.xml │ │ │ ├── contributor_item.xml │ │ │ ├── coordinator_basic.xml │ │ │ ├── coordinator_scrollflags_dynamic.xml │ │ │ ├── coordinator_scrollflags_enteralways.xml │ │ │ ├── coordinator_scrollflags_enteralways_collpase.xml │ │ │ ├── coordinator_scrollflags_exituntil_collapse.xml │ │ │ ├── crash_report_activity_log_message.xml │ │ │ ├── crash_report_custom_item.xml │ │ │ ├── crash_report_exception_log.xml │ │ │ ├── crash_report_log.xml │ │ │ ├── crash_reporter_activity.xml │ │ │ ├── custom_bar.xml │ │ │ ├── custom_view.xml │ │ │ ├── custom_view_clip_to_padding.xml │ │ │ ├── custom_view_clipchild.xml │ │ │ ├── custom_view_clipchild2.xml │ │ │ ├── custom_view_userfull_property.xml │ │ │ ├── custom_view_webview.xml │ │ │ ├── custom_viewgroup_the_layout.xml │ │ │ ├── databinding_com_bind_adapter.xml │ │ │ ├── design_mode_observer.xml │ │ │ ├── dialog_a.xml │ │ │ ├── dialog_b.xml │ │ │ ├── dialog_c.xml │ │ │ ├── dialog_scrollable_text_view.xml │ │ │ ├── dialog_title_with_two_icons.xml │ │ │ ├── directory_item.xml │ │ │ ├── divider_line.xml │ │ │ ├── download_dialog.xml │ │ │ ├── download_notification_layout.xml │ │ │ ├── drakeet_looper_activity.xml │ │ │ ├── drakeet_recycleview_set_has_stableids.xml │ │ │ ├── drakeet_textview.xml │ │ │ ├── drakket_stableids_item.xml │ │ │ ├── drawable_custom.xml │ │ │ ├── email_attachment_preview_item_layout.xml │ │ │ ├── empty_view.xml │ │ │ ├── error_view.xml │ │ │ ├── expand_btn_click_area.xml │ │ │ ├── flow_fragment_download.xml │ │ │ ├── flow_fragment_event.xml │ │ │ ├── flow_fragment_retrofit.xml │ │ │ ├── flow_fragment_room.xml │ │ │ ├── flow_fragment_stateflow.xml │ │ │ ├── flow_step_one_fragment.xml │ │ │ ├── flow_step_three_fragment.xml │ │ │ ├── flow_step_two_fragment.xml │ │ │ ├── footer_view.xml │ │ │ ├── fragement_jetpack_livedata_detail.xml │ │ │ ├── fragment_activity_result.xml │ │ │ ├── fragment_activity_result_api.xml │ │ │ ├── fragment_advance_nav_about.xml │ │ │ ├── fragment_advance_nav_title.xml │ │ │ ├── fragment_agent_web_in_activity.xml │ │ │ ├── fragment_agent_web_js.xml │ │ │ ├── fragment_alarm_manager.xml │ │ │ ├── fragment_amit_shakhar.xml │ │ │ ├── fragment_animate_layout_change.xml │ │ │ ├── fragment_anr.xml │ │ │ ├── fragment_app_basic.xml │ │ │ ├── fragment_app_data.xml │ │ │ ├── fragment_app_data_share_data.xml │ │ │ ├── fragment_app_data_share_storage.xml │ │ │ ├── fragment_app_resource_drawable.xml │ │ │ ├── fragment_best_practice_livedata.xml │ │ │ ├── fragment_best_practice_livedata2.xml │ │ │ ├── fragment_best_practice_test_basic.xml │ │ │ ├── fragment_bestpay.xml │ │ │ ├── fragment_black_tech.xml │ │ │ ├── fragment_black_tech_aspect.xml │ │ │ ├── fragment_black_tech_demo_list.xml │ │ │ ├── fragment_black_tech_permission_monitor.xml │ │ │ ├── fragment_blacktech_encrypt.xml │ │ │ ├── fragment_blacktrack_easytrack.xml │ │ │ ├── fragment_block_store.xml │ │ │ ├── fragment_bottom_tabs.xml │ │ │ ├── fragment_bottom_tabs2.xml │ │ │ ├── fragment_builder_mode.xml │ │ │ ├── fragment_callstatic_java.xml │ │ │ ├── fragment_cheese_list.xml │ │ │ ├── fragment_cockroach.xml │ │ │ ├── fragment_code_standards.xml │ │ │ ├── fragment_common.xml │ │ │ ├── fragment_common_recycleview.xml │ │ │ ├── fragment_completion.xml │ │ │ ├── fragment_component_mode_list.xml │ │ │ ├── fragment_component_once.xml │ │ │ ├── fragment_concurry_demo.xml │ │ │ ├── fragment_constraintlayout.xml │ │ │ ├── fragment_coordinate_layout.xml │ │ │ ├── fragment_coroutine_basic.xml │ │ │ ├── fragment_coroutine_bennyhuo.xml │ │ │ ├── fragment_coroutine_cancel.xml │ │ │ ├── fragment_coroutine_cancel_timeout.xml │ │ │ ├── fragment_coroutine_context_dispatcher.xml │ │ │ ├── fragment_coroutine_exception.xml │ │ │ ├── fragment_coroutine_flow.xml │ │ │ ├── fragment_coroutine_network.xml │ │ │ ├── fragment_coroutine_suspend.xml │ │ │ ├── fragment_countdown_timer.xml │ │ │ ├── fragment_couritine_best_practice.xml │ │ │ ├── fragment_custom_view.xml │ │ │ ├── fragment_customview_edittext.xml │ │ │ ├── fragment_dashboard.xml │ │ │ ├── fragment_databinding_observable_field.xml │ │ │ ├── fragment_databinding_viewmodel.xml │ │ │ ├── fragment_databinding_viewmodel2.xml │ │ │ ├── fragment_debounce_click.xml │ │ │ ├── fragment_demo_interval.xml │ │ │ ├── fragment_design_mode.xml │ │ │ ├── fragment_design_mode_chain.xml │ │ │ ├── fragment_design_mode_delegate.xml │ │ │ ├── fragment_design_mode_list.xml │ │ │ ├── fragment_design_mode_proxy.xml │ │ │ ├── fragment_design_param_type.xml │ │ │ ├── fragment_dialog_chain.xml │ │ │ ├── fragment_doraemonkit_block_monitor.xml │ │ │ ├── fragment_download.xml │ │ │ ├── fragment_drakeet.xml │ │ │ ├── fragment_drakeet_knowledge.xml │ │ │ ├── fragment_drawable.xml │ │ │ ├── fragment_drawable_demo.xml │ │ │ ├── fragment_edittext_loss_focus.xml │ │ │ ├── fragment_elegant_demo.xml │ │ │ ├── fragment_favorite.xml │ │ │ ├── fragment_fits_system_window1.xml │ │ │ ├── fragment_flow_basic_usage.xml │ │ │ ├── fragment_flow_share.xml │ │ │ ├── fragment_flow_timer.xml │ │ │ ├── fragment_fluent_animation.xml │ │ │ ├── fragment_forground_service.xml │ │ │ ├── fragment_frame_animation.xml │ │ │ ├── fragment_frame_animation_optimize.xml │ │ │ ├── fragment_garden.xml │ │ │ ├── fragment_generic_type.xml │ │ │ ├── fragment_hawk.xml │ │ │ ├── fragment_hit.xml │ │ │ ├── fragment_hit2.xml │ │ │ ├── fragment_hit_pit.xml │ │ │ ├── fragment_home.xml │ │ │ ├── fragment_hook_context.xml │ │ │ ├── fragment_hot_question.xml │ │ │ ├── fragment_imitative_demo.xml │ │ │ ├── fragment_imitative_writing_demo.xml │ │ │ ├── fragment_immerse_statusbar.xml │ │ │ ├── fragment_instructions.xml │ │ │ ├── fragment_interval.xml │ │ │ ├── fragment_jetpack_lifecycle.xml │ │ │ ├── fragment_jetpack_lifecycle_custom_registry.xml │ │ │ ├── fragment_jetpack_lifecycle_foreground.xml │ │ │ ├── fragment_jetpack_lifecycle_service.xml │ │ │ ├── fragment_jetpack_listener_lifecycle.xml │ │ │ ├── fragment_jetpack_livedata.xml │ │ │ ├── fragment_jetpack_livedata_bus.xml │ │ │ ├── fragment_jetpack_livedata_detail.xml │ │ │ ├── fragment_jetpack_livedata_media_livedata.xml │ │ │ ├── fragment_jetpack_livedata_network_observer.xml │ │ │ ├── fragment_jetpack_livedata_senior_usage.xml │ │ │ ├── fragment_jetpack_livedata_singleton.xml │ │ │ ├── fragment_jetpack_livedata_singleton2.xml │ │ │ ├── fragment_jetpack_livedata_singleton3.xml │ │ │ ├── fragment_jetpack_livedata_stick_event.xml │ │ │ ├── fragment_jetpack_livedata_transform_map.xml │ │ │ ├── fragment_jetpack_livedata_transform_switch_map.xml │ │ │ ├── fragment_jetpack_livedata_transform_switch_map2.xml │ │ │ ├── fragment_jetpack_livedata_viewmodel.xml │ │ │ ├── fragment_jetpack_livedata_wrong_usage.xml │ │ │ ├── fragment_jetpack_livedata_wrong_usage2.xml │ │ │ ├── fragment_jetpack_room.xml │ │ │ ├── fragment_jetpack_viewmodel_restore_data.xml │ │ │ ├── fragment_jetpack_work_manager.xml │ │ │ ├── fragment_jni_demo.xml │ │ │ ├── fragment_juejin_kt.xml │ │ │ ├── fragment_kotlin_couritine.xml │ │ │ ├── fragment_kotlin_practice.xml │ │ │ ├── fragment_kotlin_trap.xml │ │ │ ├── fragment_kt_collection.xml │ │ │ ├── fragment_kt_official_doc.xml │ │ │ ├── fragment_lambda.xml │ │ │ ├── fragment_launcher_mode.xml │ │ │ ├── fragment_layoutinflter.xml │ │ │ ├── fragment_leaderboard.xml │ │ │ ├── fragment_lifecycle_mode_list.xml │ │ │ ├── fragment_linear_progress_indicator.xml │ │ │ ├── fragment_livedata_loader.xml │ │ │ ├── fragment_localdatatime.xml │ │ │ ├── fragment_location_permission.xml │ │ │ ├── fragment_magnifier.xml │ │ │ ├── fragment_manifest_demo.xml │ │ │ ├── fragment_message_content.xml │ │ │ ├── fragment_mmkv.xml │ │ │ ├── fragment_mmkv_ktx.xml │ │ │ ├── fragment_muke_performance.xml │ │ │ ├── fragment_mvi.xml │ │ │ ├── fragment_mvvm_mail.xml │ │ │ ├── fragment_nav_home.xml │ │ │ ├── fragment_nested_scrollview.xml │ │ │ ├── fragment_net_observer.xml │ │ │ ├── fragment_network_demo.xml │ │ │ ├── fragment_network_monitor_demo.xml │ │ │ ├── fragment_nodrawable.xml │ │ │ ├── fragment_notifications.xml │ │ │ ├── fragment_offical_basic.xml │ │ │ ├── fragment_open_pdf.xml │ │ │ ├── fragment_page.xml │ │ │ ├── fragment_pdf_renderer_basic.xml │ │ │ ├── fragment_perfetto.xml │ │ │ ├── fragment_performance_jank.xml │ │ │ ├── fragment_performance_test.xml │ │ │ ├── fragment_permission.xml │ │ │ ├── fragment_plant_detail.xml │ │ │ ├── fragment_plant_list.xml │ │ │ ├── fragment_practice_demo.xml │ │ │ ├── fragment_programily_set_style.xml │ │ │ ├── fragment_progress.xml │ │ │ ├── fragment_progress_view.xml │ │ │ ├── fragment_qmui_round_btn.xml │ │ │ ├── fragment_recycleview.xml │ │ │ ├── fragment_recycleview_auto_scroll.xml │ │ │ ├── fragment_recycleview_demo.xml │ │ │ ├── fragment_region_decoder.xml │ │ │ ├── fragment_rengwuxian_couritine.xml │ │ │ ├── fragment_resource_poet.xml │ │ │ ├── fragment_rllayoutnested_scrollview.xml │ │ │ ├── fragment_rllayoutnested_scrollview2.xml │ │ │ ├── fragment_role.xml │ │ │ ├── fragment_round_view.xml │ │ │ ├── fragment_rxjava.xml │ │ │ ├── fragment_rxjava2.xml │ │ │ ├── fragment_rxjava3.xml │ │ │ ├── fragment_rxjava3_practice.xml │ │ │ ├── fragment_sandswitch.xml │ │ │ ├── fragment_savestate_handle.xml │ │ │ ├── fragment_senstive_word.xml │ │ │ ├── fragment_service_binding.xml │ │ │ ├── fragment_setting.xml │ │ │ ├── fragment_shapeimageview.xml │ │ │ ├── fragment_share_flow.xml │ │ │ ├── fragment_slimber.xml │ │ │ ├── fragment_snap_helper.xml │ │ │ ├── fragment_spannable_string.xml │ │ │ ├── fragment_spwait_killer.xml │ │ │ ├── fragment_spwait_killer2.xml │ │ │ ├── fragment_stable_ids.xml │ │ │ ├── fragment_state_flow_advance.xml │ │ │ ├── fragment_state_flow_basic.xml │ │ │ ├── fragment_state_flow_normal.xml │ │ │ ├── fragment_step_one.xml │ │ │ ├── fragment_system_view.xml │ │ │ ├── fragment_system_widget.xml │ │ │ ├── fragment_tab.xml │ │ │ ├── fragment_takt.xml │ │ │ ├── fragment_temp_knowledge.xml │ │ │ ├── fragment_temp_knowledge2.xml │ │ │ ├── fragment_temp_knowledge3.xml │ │ │ ├── fragment_test.xml │ │ │ ├── fragment_test_startactivity_result.xml │ │ │ ├── fragment_textinput.xml │ │ │ ├── fragment_theme_summary.xml │ │ │ ├── fragment_tools.xml │ │ │ ├── fragment_traditional_lifecycle.xml │ │ │ ├── fragment_transition.xml │ │ │ ├── fragment_user_profile.xml │ │ │ ├── fragment_view_animator_activity_main.xml │ │ │ ├── fragment_view_animator_activity_main2.xml │ │ │ ├── fragment_view_pager.xml │ │ │ ├── fragment_viewbinding_usage.xml │ │ │ ├── fragment_viewmodel_scope.xml │ │ │ ├── fragment_weak_network.xml │ │ │ ├── fragment_webview.xml │ │ │ ├── fragment_workmananger_basic.xml │ │ │ ├── fragment_workmananger_period_request.xml │ │ │ ├── fragmet_performance_test.xml │ │ │ ├── frament_user_login.xml │ │ │ ├── framgent_retrofit.xml │ │ │ ├── fresh_foot_view.xml │ │ │ ├── fresh_head_view.xml │ │ │ ├── github_browser_activity_main.xml │ │ │ ├── glide_basic_usage_demo.xml │ │ │ ├── glide_cache_usage_demo.xml │ │ │ ├── glide_callback_listen_demo.xml │ │ │ ├── glide_transform_demo.xml │ │ │ ├── head_view.xml │ │ │ ├── hencode_plus_customview_drawing.xml │ │ │ ├── home_item_header.xml │ │ │ ├── home_item_header2.xml │ │ │ ├── include_list_viewpager.xml │ │ │ ├── item.xml │ │ │ ├── item_00.xml │ │ │ ├── item_01.xml │ │ │ ├── item_02.xml │ │ │ ├── item_a.xml │ │ │ ├── item_album.xml │ │ │ ├── item_auto_scrollview.xml │ │ │ ├── item_b.xml │ │ │ ├── item_blitz_main.xml │ │ │ ├── item_c.xml │ │ │ ├── item_com_text.xml │ │ │ ├── item_comment.xml │ │ │ ├── item_footer_complete.xml │ │ │ ├── item_footer_loading.xml │ │ │ ├── item_header.xml │ │ │ ├── item_image.xml │ │ │ ├── item_layout.xml │ │ │ ├── item_layout_user.xml │ │ │ ├── item_layout_user2.xml │ │ │ ├── item_mvi_view.xml │ │ │ ├── item_news.xml │ │ │ ├── item_news_photo.xml │ │ │ ├── item_person.xml │ │ │ ├── item_photo.xml │ │ │ ├── item_pic.xml │ │ │ ├── item_plant.xml │ │ │ ├── item_text.xml │ │ │ ├── item_user_type1.xml │ │ │ ├── item_user_type2.xml │ │ │ ├── item_wallpaper.xml │ │ │ ├── knowledge_linerlayoutcompat.xml │ │ │ ├── kt_class_object.xml │ │ │ ├── kt_delegate.xml │ │ │ ├── kt_extensions.xml │ │ │ ├── kt_grammer.xml │ │ │ ├── kt_grammer2.xml │ │ │ ├── kt_official_grammer.xml │ │ │ ├── layout_animation.xml │ │ │ ├── layout_button.xml │ │ │ ├── layout_cell_bord_item.xml │ │ │ ├── layout_cell_bord_item_title.xml │ │ │ ├── layout_item_standard.xml │ │ │ ├── layout_item_type1.xml │ │ │ ├── layout_item_type2.xml │ │ │ ├── layout_main_news_footview.xml │ │ │ ├── layout_pciker.xml │ │ │ ├── layout_picker.xml │ │ │ ├── layout_recycleview_item.xml │ │ │ ├── layout_widget_banner.xml │ │ │ ├── layout_widget_circle_imageview.xml │ │ │ ├── lifecycle_exception.xml │ │ │ ├── liner_margin.xml │ │ │ ├── list_item.xml │ │ │ ├── list_item_garden_planting.xml │ │ │ ├── list_item_plant.xml │ │ │ ├── list_view_item.xml │ │ │ ├── loading_state.xml │ │ │ ├── loading_view.xml │ │ │ ├── loadsir_activity_activity_convertor.xml │ │ │ ├── loadsir_activity_empty.xml │ │ │ ├── loadsir_activity_placeholder.xml │ │ │ ├── loadsir_activity_view.xml │ │ │ ├── loadsir_layout_animate.xml │ │ │ ├── loadsir_layout_custom.xml │ │ │ ├── loadsir_layout_empty.xml │ │ │ ├── loadsir_layout_error.xml │ │ │ ├── loadsir_layout_loading.xml │ │ │ ├── loadsir_layout_lottie_empty.xml │ │ │ ├── loadsir_layout_lottie_loading.xml │ │ │ ├── loadsir_layout_placeholder.xml │ │ │ ├── loadsir_layout_timeout.xml │ │ │ ├── main_news_lay_footerview.xml │ │ │ ├── main_tab_item.xml │ │ │ ├── message_item.xml │ │ │ ├── multitype_demo.xml │ │ │ ├── mvi_activity_main.xml │ │ │ ├── mvi_activity_network.xml │ │ │ ├── mvi_activity_router.xml │ │ │ ├── mvi_item_view.xml │ │ │ ├── mvi_layout_error.xml │ │ │ ├── mvi_layout_loading.xml │ │ │ ├── mvi_layout_login.xml │ │ │ ├── nav_cheese_header.xml │ │ │ ├── nav_deeplink_fragment.xml │ │ │ ├── nav_divider_item_layout.xml │ │ │ ├── nav_email_folder_item_layout.xml │ │ │ ├── nav_header.xml │ │ │ ├── nav_layout_header.xml │ │ │ ├── nav_layout_header_new.xml │ │ │ ├── nav_menu_item_layout.xml │ │ │ ├── nav_settings_fragment.xml │ │ │ ├── nav_view_header.xml │ │ │ ├── navigation_drawer_activity.xml │ │ │ ├── navigation_w960.xml │ │ │ ├── performance_anr_watchdog.xml │ │ │ ├── performance_block_cancary.xml │ │ │ ├── performance_startup_dispatcher.xml │ │ │ ├── performance_task_dispatcher.xml │ │ │ ├── poster_list_item.xml │ │ │ ├── preference.xml │ │ │ ├── preference_category.xml │ │ │ ├── qmui_demo.xml │ │ │ ├── recycleview_item_decoration.xml │ │ │ ├── recycleview_item_decoration2.xml │ │ │ ├── rename_layout.xml │ │ │ ├── repo_fragment.xml │ │ │ ├── repo_item.xml │ │ │ ├── sample1_check_callback_exist.xml │ │ │ ├── sample_code_2.xml │ │ │ ├── search_fragment.xml │ │ │ ├── snaphepler.xml │ │ │ ├── stage.xml │ │ │ ├── statistics_frag.xml │ │ │ ├── stv_superbutton.xml │ │ │ ├── subsystem_color.xml │ │ │ ├── subsystem_shape.xml │ │ │ ├── subsystem_type.xml │ │ │ ├── task_item.xml │ │ │ ├── taskdetail_frag.xml │ │ │ ├── tasks_act.xml │ │ │ ├── tasks_frag.xml │ │ │ ├── temp_api_usage_demo.xml │ │ │ ├── temp_asynctosync_usage_demo.xml │ │ │ ├── temp_bit_or_and_demo.xml │ │ │ ├── temp_generic.xml │ │ │ ├── temp_reflection.xml │ │ │ ├── temp_scroll_conflict.xml │ │ │ ├── temp_scroll_conflict_inner_intercept.xml │ │ │ ├── temp_scroll_conflict_outer_intercept.xml │ │ │ ├── temp_scroll_conflict_viewpage_recycleview.xml │ │ │ ├── temp_should_delay_press_state.xml │ │ │ ├── temp_specify_parent_view.xml │ │ │ ├── temp_srcoll_confict_activity_view.xml │ │ │ ├── test_fragment.xml │ │ │ ├── test_fragment_work_task.xml │ │ │ ├── test_marathon.xml │ │ │ ├── toolbar.xml │ │ │ ├── ui_fragment_container.xml │ │ │ ├── update_dialog.xml │ │ │ ├── user_card.xml │ │ │ ├── user_fragment.xml │ │ │ ├── view_divider.xml │ │ │ ├── view_main_item_content.xml │ │ │ ├── view_main_item_inflatable.xml │ │ │ ├── view_tabs_count.xml │ │ │ └── widget_banner.xml │ │ │ ├── menu │ │ │ ├── advance_bottom_nav.xml │ │ │ ├── bottom_menu.xml │ │ │ ├── bottom_nav_menu.xml │ │ │ ├── drawer_actions.xml │ │ │ ├── drawer_view.xml │ │ │ ├── example_menu.xml │ │ │ ├── file_manager_menu.xml │ │ │ ├── filter_tasks.xml │ │ │ ├── log_main_menu.xml │ │ │ ├── main_menu.xml │ │ │ ├── menu_about.xml │ │ │ ├── menu_interval.xml │ │ │ ├── menu_main.xml │ │ │ ├── menu_material_dialogs.xml │ │ │ ├── menu_open_pdf.xml │ │ │ ├── menu_plant_detail.xml │ │ │ ├── menu_plant_list.xml │ │ │ ├── menu_search.xml │ │ │ ├── menu_snaphelper.xml │ │ │ ├── nav_drawer_menu.xml │ │ │ ├── nav_item_menu.xml │ │ │ ├── overflow_menu.xml │ │ │ ├── sample_actions.xml │ │ │ ├── taskdetail_fragment_menu.xml │ │ │ └── tasks_fragment_menu.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_delete.xml │ │ │ └── ic_delete_round.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_delete.png │ │ │ ├── ic_delete_round.png │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_delete.png │ │ │ ├── ic_delete_round.png │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── animation_img1.png │ │ │ ├── animation_img2.png │ │ │ ├── animation_img3.png │ │ │ ├── arrow_b.png │ │ │ ├── arrow_r.png │ │ │ ├── back.png │ │ │ ├── bg_attend_class.webp │ │ │ ├── click_head_img_0.png │ │ │ ├── click_head_img_1.png │ │ │ ├── databinding_img.png │ │ │ ├── drag_icon.png │ │ │ ├── empty_icon.png │ │ │ ├── gv_animation.png │ │ │ ├── gv_databinding.png │ │ │ ├── gv_drag_and_swipe.png │ │ │ ├── gv_empty.png │ │ │ ├── gv_expandable.png │ │ │ ├── gv_header_and_footer.png │ │ │ ├── gv_item_click.png │ │ │ ├── gv_multipleltem.png │ │ │ ├── gv_pulltorefresh.png │ │ │ ├── gv_section.png │ │ │ ├── head_img.png │ │ │ ├── head_img_1.png │ │ │ ├── headerandfooter_img1.png │ │ │ ├── ic_attend_music.png │ │ │ ├── ic_attend_musicscore.webp │ │ │ ├── ic_board_black.webp │ │ │ ├── ic_board_blacks.webp │ │ │ ├── ic_board_blue.webp │ │ │ ├── ic_board_blues.webp │ │ │ ├── ic_board_green.webp │ │ │ ├── ic_board_greens.webp │ │ │ ├── ic_board_orange.webp │ │ │ ├── ic_board_oranges.webp │ │ │ ├── ic_board_pen0.png │ │ │ ├── ic_board_pen1.webp │ │ │ ├── ic_board_pen2.webp │ │ │ ├── ic_board_pen3.webp │ │ │ ├── ic_board_pen4.png │ │ │ ├── ic_board_red.webp │ │ │ ├── ic_board_reds.webp │ │ │ ├── ic_board_select0.png │ │ │ ├── ic_board_select1.webp │ │ │ ├── ic_board_select2.webp │ │ │ ├── ic_board_select3.webp │ │ │ ├── ic_board_select4.png │ │ │ ├── ic_class_net_good.png │ │ │ ├── ic_default_attend_head.png │ │ │ ├── ic_delete.png │ │ │ ├── ic_delete_round.png │ │ │ ├── ic_gift_car.png │ │ │ ├── ic_gift_crown.png │ │ │ ├── ic_gift_flower.png │ │ │ ├── ic_gift_mike.png │ │ │ ├── ic_gift_plane.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_round.png │ │ │ ├── logo.png │ │ │ ├── monkey.png │ │ │ ├── top_background.png │ │ │ ├── whiteboard_clear.png │ │ │ ├── whiteboard_pen.png │ │ │ └── whiteboard_retreat.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_delete.png │ │ │ ├── ic_delete_round.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_round.png │ │ │ └── image.jpg │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_delete.png │ │ │ ├── ic_delete_round.png │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── navigation │ │ │ ├── home.xml │ │ │ ├── list.xml │ │ │ ├── nav_advance.xml │ │ │ ├── nav_graph.xml │ │ │ ├── nav_graph_jank.xml │ │ │ ├── nav_main.xml │ │ │ ├── nav_todo_app_graph.xml │ │ │ └── navigation_github_browser.xml │ │ │ ├── raw │ │ │ └── testfile.lrc │ │ │ ├── transition │ │ │ └── move.xml │ │ │ ├── values-de │ │ │ └── strings.xml │ │ │ ├── values-night │ │ │ ├── bools.xml │ │ │ ├── colors.xml │ │ │ └── themes.xml │ │ │ ├── values-v21 │ │ │ └── styles.xml │ │ │ ├── values-v26 │ │ │ └── styles.xml │ │ │ ├── values-w1000dp │ │ │ └── dimens.xml │ │ │ ├── values-w300dp │ │ │ └── dimens.xml │ │ │ ├── values │ │ │ ├── array_news_channel.xml │ │ │ ├── arrays.xml │ │ │ ├── attrs.xml │ │ │ ├── bools.xml │ │ │ ├── colors.xml │ │ │ ├── colors_daynight.xml │ │ │ ├── colors_material.xml │ │ │ ├── colors_sunflower.xml │ │ │ ├── colors_wanandroid.xml │ │ │ ├── colors_wiki.xml │ │ │ ├── dimens.xml │ │ │ ├── dimens_app_mannager.xml │ │ │ ├── dimens_material_theme.xml │ │ │ ├── dimens_todo.xml │ │ │ ├── dimens_wanandroid.xml │ │ │ ├── drawables.xml │ │ │ ├── font_certs.xml │ │ │ ├── ids.xml │ │ │ ├── integers.xml │ │ │ ├── keep.xml │ │ │ ├── material_dialog_arrays.xml │ │ │ ├── practice1_strings.xml │ │ │ ├── prdownload_strings.xml │ │ │ ├── skydove_progressview_colors.xml │ │ │ ├── strings.xml │ │ │ ├── strings_app_resources.xml │ │ │ ├── strings_appmannager.xml │ │ │ ├── strings_blockcancary.xml │ │ │ ├── strings_cheese.xml │ │ │ ├── strings_coordinate_layout.xml │ │ │ ├── strings_databinding.xml │ │ │ ├── strings_filemanager.xml │ │ │ ├── strings_flow_examples.xml │ │ │ ├── strings_github_browser.xml │ │ │ ├── strings_livedata_best_practice.xml │ │ │ ├── strings_loadsir.xml │ │ │ ├── strings_material_dialogs.xml │ │ │ ├── strings_no_translated.xml │ │ │ ├── strings_once.xml │ │ │ ├── strings_partly_translate.xml │ │ │ ├── strings_sunflower.xml │ │ │ ├── strings_todo.xml │ │ │ ├── styles.xml │ │ │ ├── styles_floo.xml │ │ │ ├── styles_layout.xml │ │ │ ├── styles_shape_imageview.xml │ │ │ ├── text_style.xml │ │ │ ├── themes.xml │ │ │ ├── track_ids.xml │ │ │ └── values.xml │ │ │ └── xml │ │ │ ├── backup_content.xml │ │ │ ├── filepaths.xml │ │ │ ├── network_security_config.xml │ │ │ ├── preferences.xml │ │ │ ├── preferences2.xml │ │ │ ├── search_preferences.xml │ │ │ └── settings.xml │ ├── mock │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── android │ │ │ │ └── architecture │ │ │ │ └── blueprints │ │ │ │ └── todoapp │ │ │ │ ├── ServiceLocator.kt │ │ │ │ └── data │ │ │ │ └── source │ │ │ │ └── remote │ │ │ │ └── TasksRemoteDataSource.kt │ │ └── res │ │ │ └── values │ │ │ └── strings.xml │ ├── prod │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── android │ │ │ │ └── architecture │ │ │ │ └── blueprints │ │ │ │ └── todoapp │ │ │ │ ├── ServiceLocator.kt │ │ │ │ └── data │ │ │ │ └── source │ │ │ │ └── remote │ │ │ │ └── TasksRemoteDataSource.kt │ │ └── res │ │ │ └── values │ │ │ └── strings.xml │ ├── test │ │ └── java │ │ │ └── com │ │ │ └── apache │ │ │ └── fastandroid │ │ │ └── BasicActivityTests.kt │ └── uitest │ │ ├── java │ │ └── com │ │ │ └── apache │ │ │ └── fastandroid │ │ │ └── ExampleUnitTest.java │ │ └── resources │ │ └── robolectric.properties ├── traceconfig.txt └── version.gradle ├── base_lib.gradle ├── baselib ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── com │ │ └── apache │ │ └── fastandroid │ │ └── artemis │ │ ├── base │ │ └── widget │ │ │ ├── ColorAttributeView.kt │ │ │ ├── ColorDotView.kt │ │ │ ├── LabelLinkView.kt │ │ │ └── TypeAttributeView.kt │ │ └── ui │ │ ├── BaseTabLayoutFragment.kt │ │ ├── PageFragment.java │ │ ├── PageFragmentSingle.java │ │ ├── adapter │ │ ├── PageAdapter.kt │ │ └── PageSingleItemAdapter.kt │ │ ├── app │ │ └── ComApplication.kt │ │ └── bean │ │ └── PageModel.kt │ └── res │ ├── drawable-xhdpi │ └── ic_arrow_back_black_24dp.png │ ├── drawable │ ├── ic_format_size_24dp.xml │ └── ic_open_in_new_24dp.xml │ ├── layout │ ├── color_attribute_view_layout.xml │ ├── fragment_page.xml │ ├── fragment_page_single.xml │ ├── label_view_layout.xml │ ├── type_attribute_view_layout.xml │ └── user_fragment_login.xml │ └── values │ ├── attrs.xml │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── config └── fast_android_style.xml ├── dest ├── js_interaction │ ├── button.css │ └── hello.html ├── jsbridge │ └── demo.html └── province.json ├── fastFramework ├── .gitignore ├── build.gradle ├── consumer-rules.pro ├── mapping.txt ├── proguard-rules.pro ├── seeds.txt └── src │ └── main │ ├── AndroidManifest.xml │ ├── assets │ └── android-devices.db │ ├── java │ ├── android │ │ └── app │ │ │ └── servertransaction │ │ │ └── ClientTransaction.java │ ├── androidx │ │ └── lifecycle │ │ │ └── IntervalUtils.kt │ └── com │ │ ├── optimize │ │ └── performance │ │ │ └── launchstarter │ │ │ ├── DelayInitDispatcher.java │ │ │ ├── TaskDispatcher.java │ │ │ ├── sort │ │ │ ├── Graph.java │ │ │ └── TaskSortUtil.java │ │ │ ├── stat │ │ │ ├── TaskStat.java │ │ │ └── TaskStatBean.java │ │ │ ├── task │ │ │ ├── DispatchRunnable.java │ │ │ ├── ITask.java │ │ │ ├── MainTask.java │ │ │ ├── Task.java │ │ │ └── TaskCallBack.java │ │ │ └── utils │ │ │ ├── DispatcherExecutor.java │ │ │ ├── DispatcherLog.java │ │ │ └── Utils.java │ │ ├── tencent │ │ └── lib │ │ │ └── multi │ │ │ ├── MultiAdapter.kt │ │ │ ├── core │ │ │ ├── ItemManager.kt │ │ │ ├── ItemType.kt │ │ │ ├── ItemViewInflaterFactory.kt │ │ │ ├── LogExt.kt │ │ │ ├── MultiViewHolder.kt │ │ │ ├── ReceiverWrapper.kt │ │ │ ├── SimpleItemType.kt │ │ │ └── ViewClickRegistry.kt │ │ │ └── paging │ │ │ └── MultiPagingDataAdapter.kt │ │ └── tesla │ │ └── framework │ │ ├── BaseVM.kt │ │ ├── applike │ │ ├── FApplication.java │ │ └── IApplicationLike.java │ │ ├── common │ │ ├── device │ │ │ ├── DeviceDatabase.java │ │ │ └── DeviceName.java │ │ ├── fix │ │ │ └── IMMLeaks.java │ │ ├── interfaces │ │ │ ├── BiConsumer.kt │ │ │ ├── BooleanConsumer.kt │ │ │ ├── IConsumer.kt │ │ │ └── IFilter.kt │ │ └── util │ │ │ ├── AndroidBugFixUtils.kt │ │ │ ├── AndroidVersion.kt │ │ │ ├── AnimateUtil.java │ │ │ ├── BaseContentProvider.kt │ │ │ ├── BitUtil.java │ │ │ ├── ColorUtil.kt │ │ │ ├── CommonUtil.kt │ │ │ ├── DeviceInfo.java │ │ │ ├── DrakeetUtils.kt │ │ │ ├── DrawableUtils.kt │ │ │ ├── DslSpannableStringBuilder.kt │ │ │ ├── FrameworkLogUtil.java │ │ │ ├── FullActivityLifecycleCallbacksAdapter.kt │ │ │ ├── HideTextWatcher.kt │ │ │ ├── HttpsCompat.java │ │ │ ├── LaunchTimer.kt │ │ │ ├── ListMultiMap.java │ │ │ ├── MScreenShotUtil.java │ │ │ ├── N.java │ │ │ ├── NotificationUtil.kt │ │ │ ├── ObjPool.java │ │ │ ├── Preconditions.java │ │ │ ├── Prefs.kt │ │ │ ├── PrefsIoUtil.java │ │ │ ├── ResourceUtil.kt │ │ │ ├── SimpleTextWatcher.java │ │ │ ├── UniqueKeyTreeMap.java │ │ │ ├── UriUtil.kt │ │ │ ├── anim │ │ │ ├── AlphaInAnimation.java │ │ │ ├── AnimationUtil.java │ │ │ ├── AnimatorReleaseUtils.java │ │ │ ├── BaseAnimation.java │ │ │ ├── CustomAnimation.java │ │ │ ├── ScoreScaleUpAnimation.java │ │ │ ├── SlideInLeftAnimation.java │ │ │ └── SlideInRightAnimation.java │ │ │ ├── toast │ │ │ ├── BadTokenListener.java │ │ │ ├── SafeToastContext.java │ │ │ └── ToastCompat.java │ │ │ └── view │ │ │ ├── RComputer.java │ │ │ └── drawable │ │ │ └── DrawableCompatUtil.java │ │ ├── component │ │ ├── Backend.kt │ │ ├── BizFragment.kt │ │ ├── DelayInitTaskDispatcher.kt │ │ ├── ITask.kt │ │ ├── LocalEventBus.kt │ │ ├── Slimber.kt │ │ ├── activityforresult │ │ │ ├── ActivityForResultRouterFragment.java │ │ │ └── ActivityResultHelper.java │ │ ├── activityresult │ │ │ ├── Activities.kt │ │ │ ├── ActivityResult.kt │ │ │ ├── Fragments.kt │ │ │ ├── coroutine │ │ │ │ ├── ActivitiesCoroutines.kt │ │ │ │ └── FragmentsCoroutines.kt │ │ │ ├── internal │ │ │ │ ├── InlineFragment.kt │ │ │ │ ├── PendingResult.kt │ │ │ │ └── Scheduler.kt │ │ │ └── util │ │ │ │ └── FragmentManagers.kt │ │ ├── animate │ │ │ ├── AnimationBuilder.java │ │ │ ├── AnimationListener.java │ │ │ └── ViewAnimator.java │ │ ├── appintro │ │ │ ├── AppIntro.kt │ │ │ ├── AppIntro2.kt │ │ │ ├── AppIntroBase.kt │ │ │ ├── AppIntroBaseFragment.kt │ │ │ ├── AppIntroCustomLayoutFragment.kt │ │ │ ├── AppIntroFragment.kt │ │ │ ├── AppIntroFragmentViewModel.kt │ │ │ ├── AppIntroPageTransformerType.kt │ │ │ ├── AppIntroViewPagerListener.kt │ │ │ ├── SlideBackgroundColorHolder.kt │ │ │ ├── SlidePolicy.kt │ │ │ ├── SlideSelectionListener.kt │ │ │ ├── indicator │ │ │ │ ├── DotIndicatorController.kt │ │ │ │ ├── IndicatorController.kt │ │ │ │ └── ProgressIndicatorController.kt │ │ │ ├── internal │ │ │ │ ├── AppIntroViewPagerController.kt │ │ │ │ ├── CustomFontCache.kt │ │ │ │ ├── LayoutUtil.kt │ │ │ │ ├── LogHelper.kt │ │ │ │ ├── PermissionWrapper.kt │ │ │ │ ├── SavedStateHelper.kt │ │ │ │ ├── TypefaceContainer.kt │ │ │ │ ├── VibrationHelper.kt │ │ │ │ └── viewpager │ │ │ │ │ ├── PagerAdapter.kt │ │ │ │ │ └── ViewPagerTransformer.kt │ │ │ └── model │ │ │ │ ├── SliderPage.kt │ │ │ │ └── SliderPagerBuilder.kt │ │ ├── bean │ │ │ └── Registry.kt │ │ ├── blitz │ │ │ ├── Blitz.kt │ │ │ ├── BlitzAttachListener.kt │ │ │ ├── BlitzTime.kt │ │ │ └── TextViewUtils.kt │ │ ├── cache │ │ │ ├── Cache.kt │ │ │ ├── Clock.kt │ │ │ ├── ExpiringCache.kt │ │ │ ├── InMemoryCache.kt │ │ │ └── SynchronizedCache.kt │ │ ├── changelog │ │ │ ├── ChangelogSetup.kt │ │ │ └── tags │ │ │ │ ├── ChangelogTagBugfix.kt │ │ │ │ ├── ChangelogTagInfo.kt │ │ │ │ ├── ChangelogTagNew.kt │ │ │ │ ├── IChangelogTag.kt │ │ │ │ └── MyCustomXMLTag.kt │ │ ├── cockroach │ │ │ ├── Cockroach.java │ │ │ ├── DebugSafeModeUI.java │ │ │ ├── ExceptionHandler.java │ │ │ └── compat │ │ │ │ ├── ActivityKillerV15_V20.java │ │ │ │ ├── ActivityKillerV21_V23.java │ │ │ │ ├── ActivityKillerV24_V25.java │ │ │ │ ├── ActivityKillerV26.java │ │ │ │ ├── ActivityKillerV28.java │ │ │ │ └── IActivityKiller.java │ │ ├── compress │ │ │ ├── Compressor.kt │ │ │ ├── Util.kt │ │ │ └── constraint │ │ │ │ ├── Compression.kt │ │ │ │ ├── Constraint.kt │ │ │ │ ├── DefaultConstraint.kt │ │ │ │ ├── DestinationConstraint.kt │ │ │ │ ├── FormatConstraint.kt │ │ │ │ ├── QualityConstraint.kt │ │ │ │ ├── ResolutionConstraint.kt │ │ │ │ └── SizeConstraint.kt │ │ ├── countdown │ │ │ └── interval │ │ │ │ ├── Interval.kt │ │ │ │ └── IntervalStatus.kt │ │ ├── crashreporter │ │ │ ├── CrashLogFragment.java │ │ │ ├── CrashReporter.java │ │ │ ├── CrashReporterActivity.java │ │ │ ├── CrashReporterInitProvider.java │ │ │ ├── ExceptionLogFragment.java │ │ │ ├── LogMessageActivity.java │ │ │ ├── adapter │ │ │ │ ├── CrashLogAdapter.java │ │ │ │ └── MainPagerAdapter.java │ │ │ └── utils │ │ │ │ ├── AppConfigUtil.kt │ │ │ │ ├── AppPref.java │ │ │ │ ├── AppUtils.java │ │ │ │ ├── Constants.java │ │ │ │ ├── CrashReporterException.java │ │ │ │ ├── CrashReporterExceptionHandler.java │ │ │ │ ├── CrashReporterNotInitializedException.java │ │ │ │ ├── CrashUtil.java │ │ │ │ ├── FileUtils.java │ │ │ │ └── SimplePageChangeListener.java │ │ ├── databinding │ │ │ └── CommonBindingAdapter.kt │ │ ├── debounce │ │ │ ├── DebounceListener.kt │ │ │ └── DebouncedOnClickListener.kt │ │ ├── di │ │ │ └── KotlinViewModelProvider.kt │ │ ├── dialog │ │ │ ├── BaseDialogFragment.kt │ │ │ ├── BottomDialog.kt │ │ │ ├── DialogLoadingFragment.kt │ │ │ ├── DialogSelectFragment.kt │ │ │ ├── FullDialog.kt │ │ │ ├── PermissionDialog.kt │ │ │ └── RightDialog.kt │ │ ├── dialogchain │ │ │ ├── DialogChain.kt │ │ │ ├── DialogInterceptor.kt │ │ │ └── IDialogInterceptor.kt │ │ ├── divider │ │ │ ├── BottomSpacingItemDecoration.kt │ │ │ └── SpaceItemDecoration.java │ │ ├── eventbus │ │ │ ├── EventsHub.kt │ │ │ ├── FastBus.java │ │ │ ├── Subscribe.java │ │ │ ├── SubsribeMethod.java │ │ │ ├── ThreadMode.java │ │ │ └── flow │ │ │ │ └── EventsHub.kt │ │ ├── handler │ │ │ ├── FHandler.java │ │ │ ├── FLooper.java │ │ │ ├── FMessage.java │ │ │ ├── FMessageQueue.java │ │ │ └── HandlerTest.java │ │ ├── hook │ │ │ ├── HookContext.kt │ │ │ └── HookResources.kt │ │ ├── ignore │ │ │ ├── IHandleAction.kt │ │ │ ├── IgnoreFirstEventListener.kt │ │ │ └── IgnoreMultiEventListener.kt │ │ ├── imageloader │ │ │ ├── GlideImageLoader.kt │ │ │ ├── IImageLoaderstrategy.kt │ │ │ ├── IImagePahtFromCache.kt │ │ │ ├── ImageLoader.kt │ │ │ ├── ImageLoaderManager.kt │ │ │ └── ImageOptions.kt │ │ ├── keyboardvisibilityevent │ │ │ ├── AutoActivityLifecycleCallback.kt │ │ │ ├── KeyboardVisibilityEvent.kt │ │ │ ├── KeyboardVisibilityEventListener.kt │ │ │ ├── SimpleUnregistrar.kt │ │ │ ├── Unregistrar.kt │ │ │ └── util │ │ │ │ └── UIUtil.kt │ │ ├── keybordresize │ │ │ ├── ActivityViewHolder.kt │ │ │ ├── KeyboardVisibilityChanged.kt │ │ │ └── KeyboardVisibilityDetector.kt │ │ ├── lifecycle │ │ │ ├── CustomIntentProvider.kt │ │ │ ├── DialogLifeCycleObserver.kt │ │ │ ├── IRegisterLifeCycle.kt │ │ │ ├── LifeCycleBroadcastReceiver.kt │ │ │ ├── LifeCycleObject.kt │ │ │ ├── LifecycleHandler.kt │ │ │ ├── LifecycleObserverAdapter.kt │ │ │ └── Lifecycles.kt │ │ ├── livedata │ │ │ ├── Distinct.kt │ │ │ ├── Event.kt │ │ │ ├── EventObserver.kt │ │ │ ├── LiveDataExt.kt │ │ │ ├── LiveDataMap.kt │ │ │ ├── LiveDataSet.kt │ │ │ ├── LiveDataTestUtil.kt │ │ │ ├── LiveEvent.kt │ │ │ ├── NetworkLiveData.kt │ │ │ ├── SingleLiveEvent.kt │ │ │ ├── SingleTonViewModel.kt │ │ │ ├── TestLiveData.kt │ │ │ ├── Zip.kt │ │ │ └── callback │ │ │ │ ├── ProtectedUnPeekLiveData.java │ │ │ │ └── UnPeekLiveData.java │ │ ├── loader │ │ │ ├── LiveDataLoader.kt │ │ │ └── LoaderStateObserver.kt │ │ ├── locale │ │ │ ├── LocaleBroadcastReceiver.kt │ │ │ └── SystemLocaleManager.kt │ │ ├── log │ │ │ ├── CrashReportingTree.kt │ │ │ ├── FakeCrashLibrary.java │ │ │ ├── Timber.kt │ │ │ └── TimerLogger.kt │ │ ├── logger │ │ │ ├── LogAdapter.java │ │ │ ├── LogStrategy.java │ │ │ ├── Logger.java │ │ │ ├── LoggerPrinter.java │ │ │ ├── Printer.java │ │ │ ├── Utils.java │ │ │ ├── adapter │ │ │ │ ├── AndroidLogAdapter.java │ │ │ │ └── DiskLogAdapter.java │ │ │ ├── format │ │ │ │ ├── CsvFormatStrategy.java │ │ │ │ ├── FormatStrategy.java │ │ │ │ ├── PrettyFormatStrategy.java │ │ │ │ └── SimpleFormatStrategy.java │ │ │ ├── k9 │ │ │ │ ├── ILogger.kt │ │ │ │ ├── NoOpLogger.kt │ │ │ │ ├── Timber.kt │ │ │ │ └── TimberLogger.kt │ │ │ └── output │ │ │ │ ├── DiskLogStrategy.java │ │ │ │ └── LogcatLogStrategy.java │ │ ├── messagelist │ │ │ ├── MessageListLiveData.kt │ │ │ ├── MessageListLiveDataFactory.kt │ │ │ ├── MessageListLoader.kt │ │ │ ├── MessageListRepository.kt │ │ │ └── MessageListViewModel.kt │ │ ├── mvicore │ │ │ ├── LiveEvents.kt │ │ │ ├── MVIExt.kt │ │ │ └── MVIFlowExt.kt │ │ ├── navigator │ │ │ └── HiFragmentNavigator.java │ │ ├── netobserver │ │ │ ├── CheckConnectivity.kt │ │ │ ├── CheckNetworkConnection.kt │ │ │ ├── CheckNetworkConnectionFlow.kt │ │ │ ├── NetworkObserver.kt │ │ │ ├── NetworkStateObserver.kt │ │ │ └── Reachability.kt │ │ ├── network │ │ │ ├── AutoRegisterNetListener.kt │ │ │ ├── NetworkCallbackImpl.kt │ │ │ ├── NetworkStateChangeListener.kt │ │ │ ├── NetworkStateClient.kt │ │ │ ├── NetworkStateManager.java │ │ │ ├── NetworkStateReceive.java │ │ │ ├── NetworkTypeEnum.kt │ │ │ └── k9 │ │ │ │ ├── ConnectivityManagerApi21.kt │ │ │ │ ├── ConnectivityManagerApi23.kt │ │ │ │ ├── ConnectivityManagerApi24.kt │ │ │ │ ├── ConnectivityManagerBase.kt │ │ │ │ └── IConnectivityManager.kt │ │ ├── pref │ │ │ ├── MmkvPreferenceDataStore.kt │ │ │ ├── MmkvUtil.kt │ │ │ ├── PreferenceDataStoreUtil.kt │ │ │ └── Prefs.kt │ │ ├── progress │ │ │ ├── ICalculator.kt │ │ │ ├── IProgressListener.kt │ │ │ ├── ITaskInfo.kt │ │ │ ├── ProgressCalculator.kt │ │ │ ├── ProgressConfig.kt │ │ │ └── ProgressManager.kt │ │ ├── provider │ │ │ ├── IntentProvider.kt │ │ │ ├── NotificationProvider.kt │ │ │ ├── RealNockNotificationManager.kt │ │ │ └── StringProvider.kt │ │ ├── recurring │ │ │ ├── RecurringTask.kt │ │ │ └── RemoteConfigRefreshTask.kt │ │ ├── showcase │ │ │ ├── BaseAction.kt │ │ │ ├── BaseState.kt │ │ │ └── BaseViewModel.kt │ │ ├── simplestore │ │ │ ├── BlockStore.kt │ │ │ ├── Constants.kt │ │ │ ├── CryptoManager.kt │ │ │ ├── DatastorePreference.kt │ │ │ ├── SharedPreference.kt │ │ │ ├── SimpleStore.kt │ │ │ ├── SimpleStoreSerializer.kt │ │ │ └── Store.kt │ │ ├── startup │ │ │ ├── Group.kt │ │ │ ├── Startup.kt │ │ │ ├── StartupManager.kt │ │ │ └── TimeListener.kt │ │ ├── storage │ │ │ └── Storage.java │ │ ├── thread │ │ │ ├── NamedThreadFactory.kt │ │ │ └── TaskExecutorManager.java │ │ ├── tink │ │ │ └── HotFixManager.java │ │ ├── viewbinding │ │ │ ├── SimpleListAdapter.kt │ │ │ └── ViewBindingExtensions.kt │ │ ├── viewmodel │ │ │ ├── MyHasDefaultViewModelProviderFactory.kt │ │ │ ├── MyViewModel.kt │ │ │ ├── MyViewModelProvider.kt │ │ │ ├── MyViewModelStore.kt │ │ │ ├── MyViewModelStoreOwner.kt │ │ │ └── TestViewModel.kt │ │ ├── viewstate │ │ │ ├── State.kt │ │ │ └── StateType.kt │ │ ├── vm │ │ │ └── ShareViewModel.kt │ │ └── watcher │ │ │ ├── FlagsHolder.kt │ │ │ ├── IntHolder.kt │ │ │ ├── IntHolderImpl.kt │ │ │ └── IntWatcher.kt │ │ ├── ext │ │ └── FragmentExt.kt │ │ ├── extensions │ │ ├── CommonUtils.kt │ │ ├── CompatExtensions.kt │ │ └── ContextExtensions.kt │ │ ├── kt │ │ ├── ActivityExt.kt │ │ ├── AppInitializer.kt │ │ ├── Application.kt │ │ ├── ColorUtil.kt │ │ ├── ComExt.kt │ │ ├── ConfirmCallback.kt │ │ ├── ContextExt.kt │ │ ├── Debouncer.kt │ │ ├── Dimensions.kt │ │ ├── FlowExtensions.kt │ │ ├── FragmentExt.kt │ │ ├── Inline.kt │ │ ├── LifeCycleExt.kt │ │ ├── LogExt.kt │ │ ├── MyDialog.kt │ │ ├── Reified.kt │ │ ├── ResExt.kt │ │ ├── SPreference.kt │ │ ├── Screen.kt │ │ ├── Shell.kt │ │ ├── StringExt.kt │ │ ├── SystemHelper.kt │ │ ├── TextView.kt │ │ ├── Threads.kt │ │ ├── Tuples.kt │ │ ├── View.kt │ │ ├── ViewExt.kt │ │ └── ViewModel.kt │ │ ├── performance │ │ ├── omagnifier │ │ │ ├── Magnifier.kt │ │ │ ├── Permissions.kt │ │ │ ├── frame │ │ │ │ ├── FPSMonitor.kt │ │ │ │ ├── FPSMonitorConfig.kt │ │ │ │ ├── FrameCalculator.kt │ │ │ │ └── FrameViewer.kt │ │ │ └── memory │ │ │ │ ├── FileDescriptorMetricCollector.kt │ │ │ │ ├── HeapMetricCollector.kt │ │ │ │ ├── MemoryMonitor.kt │ │ │ │ ├── MemoryMonitorConfig.kt │ │ │ │ ├── MemorySampler.kt │ │ │ │ ├── MemorySamplersFactory.kt │ │ │ │ ├── MemoryUtils.kt │ │ │ │ ├── SamplePolicy.kt │ │ │ │ └── ThreadMetricCollector.kt │ │ ├── takt │ │ │ ├── Audience.java │ │ │ ├── LifecycleListener.java │ │ │ ├── Metronome.java │ │ │ ├── Seat.java │ │ │ └── Takt.java │ │ └── watchdog │ │ │ ├── ANRError.java │ │ │ └── ANRWatchDog.java │ │ ├── support │ │ ├── ICommonCallback.java │ │ ├── KidsException.java │ │ ├── action │ │ │ └── IAction.java │ │ ├── bean │ │ │ ├── BaseRecyclerViewModel.kt │ │ │ ├── ComConstans.kt │ │ │ ├── ITabItem.java │ │ │ ├── TabItem.java │ │ │ └── TabItemKt.kt │ │ └── thread │ │ │ └── CancelableCountDownLatch.java │ │ └── ui │ │ ├── activity │ │ ├── BaseActivity.kt │ │ ├── BaseActivityDelegate.java │ │ ├── BaseBindingActivity.kt │ │ ├── BaseBindingDialog.kt │ │ ├── BaseVBActivity.kt │ │ ├── BaseVBFragment.kt │ │ ├── BaseVBFragment2.kt │ │ ├── FragmentArgs.java │ │ ├── FragmentContainerActivity.kt │ │ └── SingleFragmentActivity.kt │ │ ├── delegate │ │ ├── ActivityBinding.kt │ │ ├── ActivityViewBindingDelegate.kt │ │ ├── ContentViewBindingDelegate.kt │ │ ├── FragmentBinding.kt │ │ ├── FragmentViewBindingDelegate.kt │ │ ├── Observer.kt │ │ └── ViewBindingUtil.kt │ │ ├── dialog │ │ ├── BaseBindingDialog.kt │ │ └── BaseBindingDialogRef.kt │ │ ├── fragment │ │ ├── BaseBindingFragment.kt │ │ ├── BaseBindingFragmentRef.kt │ │ ├── BaseBindingViewModelFragment.kt │ │ ├── BaseDataBindingFragment.kt │ │ ├── BaseFragment.kt │ │ ├── adpater │ │ │ ├── BindingHolder.kt │ │ │ ├── DefaultRecyclerAdapter.kt │ │ │ ├── DefaultViewHolder.kt │ │ │ └── IViewHolderDelegate.kt │ │ ├── base │ │ │ ├── IDynamicView.kt │ │ │ ├── IView.java │ │ │ └── RefreshableFragment.kt │ │ ├── preference │ │ │ ├── BasePreferenceLoader.kt │ │ │ ├── PreferenceLoader.kt │ │ │ └── PreferenceLoaderFragment.kt │ │ ├── recycleview │ │ │ ├── BaseBRVHFragment.kt │ │ │ ├── BaseRecycleViewFragment.kt │ │ │ └── IItemViewCreator.kt │ │ ├── tab │ │ │ ├── ATabsTabLayoutFragment.kt │ │ │ ├── CustomFragmentStateAdapter.kt │ │ │ └── PageTabAdapter.java │ │ └── view │ │ │ └── BaseView.kt │ │ └── widget │ │ ├── CircleImageView.java │ │ ├── CustomRoundTextView.java │ │ ├── CustomToolbar.java │ │ ├── DrawableCenterTextView.java │ │ ├── DrawerRecycleView.kt │ │ ├── GoneIfEmptyTextView.kt │ │ ├── KitkatViewGroup.java │ │ ├── MaskedCardView.kt │ │ ├── NoScrollViewPager.java │ │ ├── RecycleViewAtViewPage2.kt │ │ ├── RoundImageView.java │ │ ├── SquareImageView.kt │ │ ├── drawable │ │ └── CircleImageDrawable.kt │ │ ├── edgeeffect │ │ ├── GlowingEdgeEffect.java │ │ ├── StretchEdgeEffect.kt │ │ └── StretchEdgeEffectFactoryNew.java │ │ └── listener │ │ ├── IgnoreFirstSpinnerListener.kt │ │ ├── SimpleAnimationListener.kt │ │ └── SimpleTabSelectedListener.kt │ └── res │ ├── anim │ ├── sheet_hide.xml │ ├── sheet_show.xml │ ├── slide_in_bottom.xml │ ├── slide_in_left.xml │ ├── slide_in_right.xml │ ├── slide_out_bottom.xml │ ├── slide_out_left.xml │ └── slide_out_right.xml │ ├── drawable-xhdpi │ ├── bad_network_image.png │ ├── ic_google.png │ ├── ic_website_left_able.png │ ├── ic_website_left_disable.png │ ├── ic_website_refresh_small.png │ ├── ic_website_right_able.png │ ├── ic_website_right_disable.png │ ├── shadow.png │ ├── shadow_bottom.png │ ├── shadow_left.png │ ├── shadow_mini.png │ └── shadow_right.png │ ├── drawable │ ├── avatar_default.xml │ ├── baseline_gradient.xml │ ├── fps_bad.xml │ ├── fps_good.xml │ ├── fps_medium.xml │ ├── ic_appintro_arrow.xml │ ├── ic_appintro_done.xml │ ├── ic_appintro_fab_background.xml │ ├── ic_appintro_fab_done.xml │ ├── ic_appintro_fab_next.xml │ ├── ic_appintro_fab_selected.xml │ ├── ic_appintro_fab_skip.xml │ ├── ic_appintro_indicator.xml │ ├── ic_appintro_next.xml │ ├── ic_appintro_ripple.xml │ ├── ic_appintro_skip.xml │ ├── ic_menu_delete_white_24dp.xml │ ├── ic_menu_share_white_24dp.xml │ ├── ic_warning_black_24dp.xml │ ├── ic_website_left.xml │ ├── ic_website_right.xml │ ├── round_corner_stroke_bg.xml │ └── safe_mode_drawable.xml │ ├── layout │ ├── activity_custom_style.xml │ ├── activity_result_api.xml │ ├── activity_sencond.xml │ ├── activity_single_fragment.xml │ ├── appintro_fragment_intro.xml │ ├── appintro_intro_layout.xml │ ├── appintro_intro_layout2.xml │ ├── comm_lay_emptyview.xml │ ├── comm_lay_footerview.xml │ ├── comm_lay_loadfailed.xml │ ├── comm_lay_loading.xml │ ├── comm_lay_toolbar.xml │ ├── comm_ui_fragment_container.xml │ ├── comm_ui_fragment_container_no_titlebar.xml │ ├── comm_ui_tabs.xml │ ├── comm_ui_tabs_tablayout.xml │ ├── common_lay_bad_networkview.xml │ ├── common_view_stub_holder.xml │ ├── crash_report_activity_log_message.xml │ ├── crash_report_custom_item.xml │ ├── crash_report_exception_log.xml │ ├── crash_report_log.xml │ ├── crash_reporter_activity.xml │ ├── dialog_loading_fragment.xml │ ├── dialog_select_fragment.xml │ ├── fragment_com_recycleview.xml │ ├── fragment_countdown.xml │ ├── fragment_practice_demo.xml │ ├── fragment_recycleview2.xml │ ├── fragment_tablayout.xml │ ├── item_snap_helper.xml │ ├── lay_skin.xml │ ├── layout_edittext.xml │ ├── layout_toolbar.xml │ ├── library_bottom_dialog.xml │ ├── maginifier_frame_view.xml │ ├── stage.xml │ └── title_bar.xml │ ├── menu │ ├── crash_detail_menu.xml │ └── log_main_menu.xml │ ├── mipmap-hdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-mdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xhdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xxhdpi │ ├── dk_doraemon.png │ ├── ic_launcher.png │ └── ic_launcher_round.png │ ├── mipmap-xxxhdpi │ ├── ic_launcher.png │ └── ic_launcher_round.png │ └── values │ ├── attrs.xml │ ├── auto_link_style.xml │ ├── colors.xml │ ├── colors_appintro.xml │ ├── comm_attrs.xml │ ├── comm_colors.xml │ ├── comm_dimens.xml │ ├── comm_ids.xml │ ├── comm_strings.xml │ ├── comm_styles.xml │ ├── dimen_appinfo.xml │ ├── dimens.xml │ ├── ids.xml │ ├── ids_blitz.xml │ ├── ids_statusbar.xml │ ├── logan_ids.xml │ ├── motion.xml │ ├── multi_itemtype_attrs.xml │ ├── preference_keys.xml │ ├── round_attrs.xml │ ├── round_imageview_attrs.xml │ ├── round_widget_attrs.xml │ ├── shape.xml │ ├── strings.xml │ ├── strings_appintro.xml │ ├── strings_biltz.xml │ ├── strings_changelog.xml │ ├── strings_crash_report.xml │ ├── styles.xml │ ├── styles_appintro.xml │ ├── styles_bottom_dialog.xml │ ├── styles_dialog.xml │ └── styles_text.xml ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradle_knowledge.gradle ├── gradle_learn ├── config.xml ├── definitive_guide │ ├── chapter02.gradle │ ├── chapter03.gradle │ ├── chapter04.gradle │ ├── chapter04_8.gradle │ ├── chapter05.gradle │ ├── chapter06.gradle │ ├── chapter07.gradle │ ├── chapter08.gradle │ └── chapter11.gradle ├── gradle_tech │ ├── gradle_custom_plugin.gradle │ ├── gradle_tecn_chapter01_core_config.gradle │ └── gradle_tecn_chapter02_gradle_basic.gradle └── gradle_user_guide │ ├── user_guide_chapter06.gradle │ ├── user_guide_chapter11.gradle │ ├── user_guide_chapter13.gradle │ ├── user_guide_chapter15.gradle │ ├── user_guide_chapter16.gradle │ └── user_guide_chapter17.gradle ├── gradletest.gradle ├── gradlew ├── gradlew.bat ├── libnetwork ├── build.gradle ├── consumer-rules.pro ├── proguard-rules.pro ├── schemas │ └── com.mooc.libnetwork.cache.CacheDatabase │ │ └── 1.json └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── com │ │ └── apache │ │ └── fastandroid │ │ └── network │ │ ├── api │ │ ├── ApiService.kt │ │ ├── ApiServiceFactory.kt │ │ ├── FakeApi.java │ │ └── FlowApiService.kt │ │ ├── calladapter │ │ ├── apiresult │ │ │ ├── ApiResult.kt │ │ │ ├── ApiResultAdapterFactory.kt │ │ │ ├── ApiResultCall.kt │ │ │ └── ApiResultCallAdapter.kt │ │ ├── livedata │ │ │ ├── LiveDataCallAdapter.kt │ │ │ └── LiveDataCallAdapterFactory.kt │ │ └── networkresult │ │ │ ├── NetworkResult.kt │ │ │ ├── NetworkResultCall.kt │ │ │ ├── NetworkResultCallAdapter.kt │ │ │ ├── NetworkResultCallAdapterFactory.kt │ │ │ └── SyncNetworkResultCallAdapter.kt │ │ ├── exception │ │ └── ApiException.kt │ │ ├── interceptor │ │ ├── AuthenticationInterceptor.kt │ │ ├── BaseDynamicInterceptor.java │ │ ├── BaseUrlInterceptor.kt │ │ ├── CacheInterceptor.kt │ │ ├── CookieInterceptor.kt │ │ ├── ErrorInterceptor.kt │ │ ├── ForceCacheInterceptor.kt │ │ ├── GzipRequestInterceptor.java │ │ ├── HandleErrorInterceptor.kt │ │ ├── HandleHttpCodeInterceptor.kt │ │ ├── HeaderInterceptor.kt │ │ ├── LoginInterceptor.kt │ │ ├── NetLogInterceptor.java │ │ ├── RefreshTokenInterceptor.kt │ │ ├── ResponseBodyInterceptor.kt │ │ ├── RetryInterceptor.kt │ │ ├── TitleEncodeInterceptor.kt │ │ └── UserAgentInterceptor.kt │ │ ├── model │ │ ├── ApiUser.kt │ │ ├── Article.kt │ │ ├── ArticleApi.kt │ │ ├── DataHolder.kt │ │ ├── ErrorHolder.kt │ │ ├── FakeThing.kt │ │ ├── FakeToken.java │ │ ├── HomeArticleResponse.kt │ │ ├── Poster.kt │ │ ├── QueryViewState.kt │ │ ├── Repo.kt │ │ ├── Resource.kt │ │ ├── ResultData.kt │ │ ├── Status.kt │ │ └── result │ │ │ ├── ApiResponse.kt │ │ │ ├── BaseResponse.kt │ │ │ ├── EmptyResponse.kt │ │ │ ├── Result.kt │ │ │ └── ResultExt.kt │ │ ├── retrofit │ │ ├── BaseNetwork.kt │ │ ├── OkHttpClientManager.kt │ │ ├── RetrofitFactory.kt │ │ └── convertor │ │ │ ├── CustomGsonConverterFactory.java │ │ │ ├── GsonRequestBodyConverter.java │ │ │ └── GsonResponseBodyConverter.java │ │ ├── ssl │ │ ├── CompositeX509TrustManager.java │ │ └── SslClientSetup.java │ │ └── util │ │ ├── ApiConstant.kt │ │ ├── Constans.kt │ │ ├── HttpExtensions.kt │ │ └── NetworkException.kt │ └── res │ └── values │ └── strings.xml ├── libs ├── baselib-release.aar └── topic-release.aar ├── maven-publish2.gradle ├── playFlavor.gradle ├── repos └── com │ └── hc │ └── plugin │ └── gradle_grovy │ ├── 1.0.0 │ ├── gradle_grovy-1.0.0.jar │ ├── gradle_grovy-1.0.0.jar.md5 │ ├── gradle_grovy-1.0.0.jar.sha1 │ ├── gradle_grovy-1.0.0.pom │ ├── gradle_grovy-1.0.0.pom.md5 │ └── gradle_grovy-1.0.0.pom.sha1 │ ├── maven-metadata.xml │ ├── maven-metadata.xml.md5 │ └── maven-metadata.xml.sha1 ├── settings.gradle ├── sign ├── prod.properties ├── repo.keystore └── repo.properties ├── test_dependencies.gradle ├── version.gradle ├── version.properties └── version_config.gradle /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/.gitignore -------------------------------------------------------------------------------- /Plugin/buildSrc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/Plugin/buildSrc.jar -------------------------------------------------------------------------------- /Untitled Diagram.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/Untitled Diagram.drawio -------------------------------------------------------------------------------- /and_res_guard.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/and_res_guard.gradle -------------------------------------------------------------------------------- /app/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.DS_Store -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/arm64-v8a/.ninja_deps -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/.ninja_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/arm64-v8a/.ninja_log -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/arm64-v8a/CMakeCache.txt -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/android_gradle_build_stderr_hello-jni_arm64-v8a.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/android_gradle_build_stderr_targets.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/arm64-v8a/build.ninja -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/arm64-v8a/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/arm64-v8a/rules.ninja -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/armeabi-v7a/.ninja_deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/armeabi-v7a/.ninja_deps -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/armeabi-v7a/.ninja_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/armeabi-v7a/.ninja_log -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/armeabi-v7a/android_gradle_build_stderr_targets.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/armeabi-v7a/build.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/armeabi-v7a/build.ninja -------------------------------------------------------------------------------- /app/.cxx/Debug/725u2250/armeabi-v7a/rules.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.cxx/Debug/725u2250/armeabi-v7a/rules.ninja -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/.gitignore -------------------------------------------------------------------------------- /app/and_res_guard.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/and_res_guard.gradle -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/dex.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/libs/libdesdecrypt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/libs/libdesdecrypt.so -------------------------------------------------------------------------------- /app/ownership.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/ownership.yaml -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/proguardMapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/proguardMapping.txt -------------------------------------------------------------------------------- /app/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/.DS_Store -------------------------------------------------------------------------------- /app/src/main/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/.DS_Store -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/assets/: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/src/main/assets/Rolling In The Deep.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/Rolling In The Deep.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/Rolling in the Deep-Adele.lrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/Rolling in the Deep-Adele.lrc -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_000.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_001.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_002.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_003.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_004.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_005.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_006.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_007.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_008.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_009.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_010.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_011.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_012.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_013.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_014.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_015.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_016.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_017.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_018.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_019.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_020.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_021.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_022.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_023.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_024.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_025.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_026.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_027.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_028.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_029.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_030.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_031.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_032.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_033.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_034.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_035.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_036.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_037.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_038.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_039.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_040.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_041.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_042.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_043.png -------------------------------------------------------------------------------- /app/src/main/assets/anim_check/checking_044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/anim_check/checking_044.png -------------------------------------------------------------------------------- /app/src/main/assets/changelog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/changelog.html -------------------------------------------------------------------------------- /app/src/main/assets/js_interaction/button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/js_interaction/button.css -------------------------------------------------------------------------------- /app/src/main/assets/js_interaction/hello.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/js_interaction/hello.html -------------------------------------------------------------------------------- /app/src/main/assets/jsbridge/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/jsbridge/demo.html -------------------------------------------------------------------------------- /app/src/main/assets/plants.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/plants.json -------------------------------------------------------------------------------- /app/src/main/assets/province.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/assets/province.json -------------------------------------------------------------------------------- /app/src/main/java/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/.DS_Store -------------------------------------------------------------------------------- /app/src/main/java/com/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/.DS_Store -------------------------------------------------------------------------------- /app/src/main/java/com/apache/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/apache/.DS_Store -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Constants.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Constants.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Error.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Error.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Priority.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Priority.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Progress.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Progress.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Response.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Response.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/Status.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/Status.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/core/Core.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/core/Core.java -------------------------------------------------------------------------------- /app/src/main/java/com/downloader/utils/Utils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/java/com/downloader/utils/Utils.java -------------------------------------------------------------------------------- /app/src/main/res/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/.DS_Store -------------------------------------------------------------------------------- /app/src/main/res/anim/alpha_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/alpha_in.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/alpha_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/alpha_out.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/fullscreen_dialog_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/fullscreen_dialog_enter.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/fullscreen_dialog_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/fullscreen_dialog_exit.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/property_anim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/property_anim.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_in_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/slide_in_left.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_in_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/slide_in_right.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_out_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/slide_out_left.xml -------------------------------------------------------------------------------- /app/src/main/res/anim/slide_out_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/anim/slide_out_right.xml -------------------------------------------------------------------------------- /app/src/main/res/animator/property_animator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/animator/property_animator.xml -------------------------------------------------------------------------------- /app/src/main/res/animator/show_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/animator/show_toolbar.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/a_icon_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/a_icon_b.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/add_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/add_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/avatar_vip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/avatar_vip.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/awkward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/awkward.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/bg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/bg.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/bg_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/bg_error.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_000.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_001.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_002.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_003.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_004.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_005.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_006.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_007.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_008.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_009.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_010.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_011.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_012.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_013.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_014.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_015.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_016.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_017.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_018.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_019.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_020.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_021.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_022.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_023.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_024.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_025.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_026.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_027.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_028.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_029.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_030.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_031.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_032.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_033.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_034.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_035.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_036.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_037.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_038.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_039.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_040.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_041.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_042.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_043.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/checking_044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/checking_044.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/custom.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/empty.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/error.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/heart.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/home_hotpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/home_hotpoint.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/ic_loading.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/ic_logo.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/ic_more.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image1.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image10.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image11.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image2.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image3.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image4.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image5.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image6.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image7.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image8.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/image9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/image9.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/img.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/img_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/list_female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/list_female.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/list_male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/list_male.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/liyujiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/liyujiang.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/logo.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/logo_no_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/logo_no_fill.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/music.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/play_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/play_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/play_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/play_music.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/profile.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/renma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/renma.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/rm_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/rm_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/snow.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/timeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/timeout.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/xiaohei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-hdpi/xiaohei.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/a_icon_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-mdpi/a_icon_b.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/cheese_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-nodpi/cheese_1.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/cheese_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-nodpi/cheese_2.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/cheese_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-nodpi/cheese_3.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/cheese_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-nodpi/cheese_4.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-nodpi/cheese_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-nodpi/cheese_5.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/a_icon_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/a_icon_b.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/feifei.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/feifei.webp -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_cut.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_drawer_at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_drawer_at.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_gif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_gif.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_menu_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_menu_add.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_overflow.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_reply.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_retweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_retweet.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/ic_star.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/icon_delete.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/shadow.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/shadow_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/shadow_bottom.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/shadow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/shadow_left.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/shadow_mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/shadow_mini.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/shadow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xhdpi/shadow_right.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/a.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/b.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/background.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/dark_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/dark_image.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/earth.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/g01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/g01.gif -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_arrow.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_at_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_at_v2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_done_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_done_dark.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_down.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_msg_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_msg_error.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_sharp_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_sharp_v2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/ic_splash.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/img.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/light_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/light_image.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/moon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/qq.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/qzone.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/screenshot.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/split_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/split_image.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/sun.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/twitter.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/user_cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/user_cover.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/wechat.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/weibo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/wujiaoxing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/wujiaoxing.jpg -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/yifei.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable-xxhdpi/yifei.jpeg -------------------------------------------------------------------------------- /app/src/main/res/drawable/anim_check.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/anim_check.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_button_focused.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/bg_button_focused.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_button_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/bg_button_normal.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_button_pressed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/bg_button_pressed.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/bg_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/bg_progress.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/blue_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/blue_circle.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/border_black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/border_black.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_press.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/button_press.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_press_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/button_press_dark.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/button_update.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/capsule_64.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/capsule_64.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/circle.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/collect_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/collect_selector.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/drawable_divider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/drawable_divider.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/drawable_layer_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/drawable_layer_list.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/drawable_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/drawable_shape.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/drawable_state_lsit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/drawable_state_lsit.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/drawer_item_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/drawer_item_color.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/edittext_focused.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/edittext_focused.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/edittext_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/edittext_normal.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/garden_tab_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/garden_tab_selector.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/green_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/green_circle.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_add.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_android.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_back.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_face_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_baseline_face_24.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_baseline_send_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_baseline_send_24.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_close.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_close.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_close_white_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_close_white_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_colorize_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_colorize_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_compose.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_compose.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_construction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_construction.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_dashboard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_dashboard.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_detail_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_detail_back.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_detail_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_detail_share.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_discuss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_discuss.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_done.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_done.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_edit.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_event.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_feedback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_feedback.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_file_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_file_black_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_filter_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_filter_list.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_filter_list_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_filter_list_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_forum.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_forum.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_headset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_headset.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_help.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_home.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_home.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_home_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_home_black_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_icon_android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_icon_android.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_list.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_my_garden_active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_my_garden_active.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_photo_library.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_photo_library.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_plus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_plus.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_rocket.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_rocket.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_search.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_settings.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_snowflake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_snowflake.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_spinner_caret.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_spinner_caret.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_splash_anim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_splash_anim.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_statistics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_statistics.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_statistics_100dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_statistics_100dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_statistics_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_statistics_24dp.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_twotone_folder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_twotone_folder.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_twotone_inbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_twotone_inbox.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_twotone_stars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_twotone_stars.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_views.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_views.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_website_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_website_left.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_website_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_website_right.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_working_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ic_working_mode.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/item_bg_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/item_bg_selector.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/lay_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/lay_list.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/level_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/level_circle.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/logo_no_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/logo_no_fill.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/longin_btn_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/longin_btn_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/mask_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/mask_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/material_card.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/material_card.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/nav_divider_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/nav_divider_top.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/nav_menu_header_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/nav_menu_header_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/purple_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/purple_frame.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ripple_translucent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/ripple_translucent.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/rocket_thrust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/rocket_thrust.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/rounded_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/rounded_button.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/rounded_rect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/rounded_rect.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/rounded_top_small.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/rounded_top_small.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/safe_mode_drawable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/safe_mode_drawable.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/scrollbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/scrollbar.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_board_black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_board_black.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_board_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_board_blue.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_board_green.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_board_green.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_board_orange.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_board_orange.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_board_red.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_board_red.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_boardpen0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_boardpen0.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_boardpen1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_boardpen1.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_boardpen2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_boardpen2.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_boardpen3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_boardpen3.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/select_boardpen4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/select_boardpen4.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/shadows.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shadows.9.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_circle_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shape_circle_1.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_circle_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shape_circle_2.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_circle_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shape_circle_3.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_circle_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shape_circle_4.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/shape_circle_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/shape_circle_5.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/splash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/splash.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/splash_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/splash_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/splash_countdown_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/splash_countdown_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/splashscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/splashscreen.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/template.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/title_lable_green.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/title_lable_green.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/title_lable_red.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/title_lable_red.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/touch_feedback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/touch_feedback.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/trash_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/trash_icon.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/wallpaper_bottom_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/wallpaper_bottom_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/wallpaper_viewer_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/drawable/wallpaper_viewer_bg.xml -------------------------------------------------------------------------------- /app/src/main/res/font/lobster.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/font/lobster.xml -------------------------------------------------------------------------------- /app/src/main/res/font/opensans_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/font/opensans_font.xml -------------------------------------------------------------------------------- /app/src/main/res/font/opensans_regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/font/opensans_regular.ttf -------------------------------------------------------------------------------- /app/src/main/res/font/opensans_semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/font/opensans_semibold.ttf -------------------------------------------------------------------------------- /app/src/main/res/font/roboto_black_italic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/font/roboto_black_italic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_articles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_articles.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_cheese_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_cheese_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_container.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_crash_report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_crash_report.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_demo_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_demo_list.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_floo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_floo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_fluid_resize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_fluid_resize.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_jank_logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_jank_logging.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_jni_callback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_jni_callback.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_loadsir.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_loadsir.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main_new.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_main_new.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_marathon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_marathon.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_paging_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_paging_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_receive_data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_receive_data.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_search.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_second.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_second.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_settings.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_show_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_show_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_simple_store.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_simple_store.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_splash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_splash.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_target.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_target.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_test.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_unit_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_unit_test.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_viewpump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_viewpump.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/activity_web.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/adapter_item_tag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/adapter_item_tag.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/addtask_frag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/addtask_frag.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/article_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/article_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/article_viewholder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/article_viewholder.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/black_tech_paranoid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/black_tech_paranoid.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/blacktech_view_pump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/blacktech_view_pump.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/bottom_fragment1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/bottom_fragment1.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/bottomdialog_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/bottomdialog_layout.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/cheese_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/cheese_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_barrier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_barrier.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_baseline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_baseline.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_basic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_basic2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_basic2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_bias.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_bias.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_bias2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_bias2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_center.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_center.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_circle.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_group.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_group.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_hand.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_hand.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_layer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_layer.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_margin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_margin.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_percent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_percent.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_percent2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_percent2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_set.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_set.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_space.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_weight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_weight.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/constraint_width.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/constraint_width.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/content_scrolling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/content_scrolling.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/contributor_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/contributor_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/coordinator_basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/coordinator_basic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/crash_report_log.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/crash_report_log.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/custom_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/custom_bar.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/custom_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/custom_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/custom_view_clipchild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/custom_view_clipchild.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/custom_view_webview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/custom_view_webview.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/design_mode_observer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/design_mode_observer.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/dialog_a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/dialog_a.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/dialog_b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/dialog_b.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/dialog_c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/dialog_c.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/directory_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/directory_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/divider_line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/divider_line.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/download_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/download_dialog.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/drakeet_textview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/drakeet_textview.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/drawable_custom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/drawable_custom.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/empty_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/empty_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/error_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/error_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/expand_btn_click_area.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/expand_btn_click_area.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/flow_fragment_event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/flow_fragment_event.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/flow_fragment_room.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/flow_fragment_room.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/footer_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/footer_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_agent_web_js.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_agent_web_js.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_amit_shakhar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_amit_shakhar.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_anr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_anr.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_app_basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_app_basic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_app_data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_app_data.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_bestpay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_bestpay.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_black_tech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_black_tech.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_block_store.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_block_store.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_bottom_tabs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_bottom_tabs.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_bottom_tabs2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_bottom_tabs2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_builder_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_builder_mode.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_cheese_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_cheese_list.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_cockroach.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_cockroach.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_common.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_completion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_completion.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_custom_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_custom_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_dashboard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_dashboard.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_design_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_design_mode.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_dialog_chain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_dialog_chain.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_download.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_download.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_drakeet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_drakeet.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_drawable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_drawable.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_elegant_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_elegant_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_favorite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_favorite.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_flow_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_flow_share.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_flow_timer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_flow_timer.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_garden.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_garden.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_generic_type.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_generic_type.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hawk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hawk.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hit.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hit2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hit2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hit_pit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hit_pit.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_home.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_home.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hook_context.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hook_context.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_hot_question.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_hot_question.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_instructions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_instructions.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_interval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_interval.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_jetpack_room.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_jetpack_room.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_jni_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_jni_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_juejin_kt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_juejin_kt.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_kotlin_trap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_kotlin_trap.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_lambda.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_lambda.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_leaderboard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_leaderboard.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_magnifier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_magnifier.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_mmkv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_mmkv.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_mmkv_ktx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_mmkv_ktx.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_mvi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_mvi.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_mvvm_mail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_mvvm_mail.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_nav_home.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_nav_home.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_net_observer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_net_observer.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_network_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_network_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_nodrawable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_nodrawable.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_open_pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_open_pdf.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_page.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_page.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_perfetto.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_perfetto.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_permission.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_permission.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_plant_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_plant_detail.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_plant_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_plant_list.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_progress.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_recycleview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_recycleview.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_role.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_role.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_round_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_round_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_rxjava.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_rxjava.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_rxjava2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_rxjava2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_rxjava3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_rxjava3.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_sandswitch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_sandswitch.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_setting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_setting.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_share_flow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_share_flow.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_slimber.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_slimber.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_snap_helper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_snap_helper.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_stable_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_stable_ids.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_step_one.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_step_one.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_system_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_system_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_tab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_tab.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_takt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_takt.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_test.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_textinput.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_textinput.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_tools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_tools.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_transition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_transition.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_user_profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_user_profile.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fragment_webview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fragment_webview.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/frament_user_login.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/frament_user_login.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/framgent_retrofit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/framgent_retrofit.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fresh_foot_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fresh_foot_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/fresh_head_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/fresh_head_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/head_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/head_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/home_item_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/home_item_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/home_item_header2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/home_item_header2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_00.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_01.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_02.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_a.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_album.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_album.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_b.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_blitz_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_blitz_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_c.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_com_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_com_text.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_comment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_comment.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_image.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_image.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_layout.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_layout_user.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_layout_user.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_layout_user2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_layout_user2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_mvi_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_mvi_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_news.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_news.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_news_photo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_news_photo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_person.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_person.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_photo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_photo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_pic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_pic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_plant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_plant.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_text.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_user_type1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_user_type1.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_user_type2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_user_type2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_wallpaper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/item_wallpaper.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/kt_class_object.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/kt_class_object.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/kt_delegate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/kt_delegate.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/kt_extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/kt_extensions.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/kt_grammer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/kt_grammer.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/kt_grammer2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/kt_grammer2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_animation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_animation.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_button.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_item_type1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_item_type1.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_item_type2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_item_type2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_pciker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_pciker.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/layout_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/layout_picker.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/liner_margin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/liner_margin.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/list_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/list_item_plant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/list_item_plant.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/list_view_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/list_view_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/loading_state.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/loading_state.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/loading_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/loading_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/main_tab_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/main_tab_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/message_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/message_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/multitype_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/multitype_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/mvi_activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/mvi_activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/mvi_item_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/mvi_item_view.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/mvi_layout_error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/mvi_layout_error.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/mvi_layout_loading.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/mvi_layout_loading.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/mvi_layout_login.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/mvi_layout_login.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/nav_cheese_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/nav_cheese_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/nav_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/nav_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/nav_layout_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/nav_layout_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/nav_view_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/nav_view_header.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/navigation_w960.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/navigation_w960.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/poster_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/poster_list_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/preference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/preference.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/qmui_demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/qmui_demo.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/rename_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/rename_layout.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/repo_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/repo_fragment.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/repo_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/repo_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/sample_code_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/sample_code_2.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/search_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/search_fragment.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/snaphepler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/snaphepler.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/stage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/stage.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/statistics_frag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/statistics_frag.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/stv_superbutton.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/stv_superbutton.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/subsystem_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/subsystem_color.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/subsystem_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/subsystem_shape.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/subsystem_type.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/subsystem_type.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/task_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/task_item.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/taskdetail_frag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/taskdetail_frag.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/tasks_act.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/tasks_act.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/tasks_frag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/tasks_frag.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/temp_generic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/temp_generic.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/temp_reflection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/temp_reflection.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/test_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/test_fragment.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/test_marathon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/test_marathon.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/toolbar.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/update_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/update_dialog.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/user_card.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/user_card.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/user_fragment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/user_fragment.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/view_divider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/view_divider.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/view_tabs_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/view_tabs_count.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/widget_banner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/layout/widget_banner.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/advance_bottom_nav.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/advance_bottom_nav.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/bottom_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/bottom_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/bottom_nav_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/bottom_nav_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/drawer_actions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/drawer_actions.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/drawer_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/drawer_view.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/example_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/example_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/file_manager_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/file_manager_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/filter_tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/filter_tasks.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/log_main_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/log_main_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/main_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/main_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_about.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_about.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_interval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_interval.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_main.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_open_pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_open_pdf.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_plant_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_plant_detail.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_plant_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_plant_list.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_search.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_snaphelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/menu_snaphelper.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/nav_drawer_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/nav_drawer_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/nav_item_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/nav_item_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/overflow_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/overflow_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/sample_actions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/sample_actions.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/tasks_fragment_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/menu/tasks_fragment_menu.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-hdpi/ic_delete.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-mdpi/ic_delete.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/arrow_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/arrow_b.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/arrow_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/arrow_r.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/back.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/drag_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/drag_icon.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/empty_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/empty_icon.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/gv_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/gv_animation.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/gv_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/gv_empty.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/gv_section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/gv_section.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/head_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/head_img.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/head_img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/head_img_1.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/ic_delete.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_gift_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/ic_gift_car.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_gift_mike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/ic_gift_mike.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/logo.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/monkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xhdpi/monkey.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xxhdpi/ic_delete.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xxhdpi/image.jpg -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_delete.png -------------------------------------------------------------------------------- /app/src/main/res/navigation/home.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/home.xml -------------------------------------------------------------------------------- /app/src/main/res/navigation/list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/list.xml -------------------------------------------------------------------------------- /app/src/main/res/navigation/nav_advance.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/nav_advance.xml -------------------------------------------------------------------------------- /app/src/main/res/navigation/nav_graph.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/nav_graph.xml -------------------------------------------------------------------------------- /app/src/main/res/navigation/nav_graph_jank.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/nav_graph_jank.xml -------------------------------------------------------------------------------- /app/src/main/res/navigation/nav_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/navigation/nav_main.xml -------------------------------------------------------------------------------- /app/src/main/res/raw/testfile.lrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/raw/testfile.lrc -------------------------------------------------------------------------------- /app/src/main/res/transition/move.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/transition/move.xml -------------------------------------------------------------------------------- /app/src/main/res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-de/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values-night/bools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-night/bools.xml -------------------------------------------------------------------------------- /app/src/main/res/values-night/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-night/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values-night/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-night/themes.xml -------------------------------------------------------------------------------- /app/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-v21/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/values-v26/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-v26/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/values-w1000dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-w1000dp/dimens.xml -------------------------------------------------------------------------------- /app/src/main/res/values-w300dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values-w300dp/dimens.xml -------------------------------------------------------------------------------- /app/src/main/res/values/array_news_channel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/array_news_channel.xml -------------------------------------------------------------------------------- /app/src/main/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/arrays.xml -------------------------------------------------------------------------------- /app/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/attrs.xml -------------------------------------------------------------------------------- /app/src/main/res/values/bools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/bools.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors_daynight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors_daynight.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors_material.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors_sunflower.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors_sunflower.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors_wanandroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors_wanandroid.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors_wiki.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/colors_wiki.xml -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /app/src/main/res/values/dimens_todo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/dimens_todo.xml -------------------------------------------------------------------------------- /app/src/main/res/values/dimens_wanandroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/dimens_wanandroid.xml -------------------------------------------------------------------------------- /app/src/main/res/values/drawables.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/drawables.xml -------------------------------------------------------------------------------- /app/src/main/res/values/font_certs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/font_certs.xml -------------------------------------------------------------------------------- /app/src/main/res/values/ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/ids.xml -------------------------------------------------------------------------------- /app/src/main/res/values/integers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/integers.xml -------------------------------------------------------------------------------- /app/src/main/res/values/keep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/keep.xml -------------------------------------------------------------------------------- /app/src/main/res/values/practice1_strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/practice1_strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/prdownload_strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/prdownload_strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings_cheese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings_cheese.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings_loadsir.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings_loadsir.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings_once.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings_once.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings_sunflower.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings_sunflower.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings_todo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/strings_todo.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles_floo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/styles_floo.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/styles_layout.xml -------------------------------------------------------------------------------- /app/src/main/res/values/text_style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/text_style.xml -------------------------------------------------------------------------------- /app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /app/src/main/res/values/track_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/track_ids.xml -------------------------------------------------------------------------------- /app/src/main/res/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/values/values.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/backup_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/backup_content.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/filepaths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/filepaths.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/preferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/preferences.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/preferences2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/preferences2.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/search_preferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/search_preferences.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/main/res/xml/settings.xml -------------------------------------------------------------------------------- /app/src/mock/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/mock/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/prod/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/src/prod/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/uitest/resources/robolectric.properties: -------------------------------------------------------------------------------- 1 | sdk=28 -------------------------------------------------------------------------------- /app/traceconfig.txt: -------------------------------------------------------------------------------- 1 | -tracepackage com/apache/fastandroid 2 | -------------------------------------------------------------------------------- /app/version.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/app/version.gradle -------------------------------------------------------------------------------- /base_lib.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/base_lib.gradle -------------------------------------------------------------------------------- /baselib/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/.gitignore -------------------------------------------------------------------------------- /baselib/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/build.gradle -------------------------------------------------------------------------------- /baselib/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/proguard-rules.pro -------------------------------------------------------------------------------- /baselib/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /baselib/src/main/res/layout/fragment_page.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/res/layout/fragment_page.xml -------------------------------------------------------------------------------- /baselib/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/res/values/attrs.xml -------------------------------------------------------------------------------- /baselib/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /baselib/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /baselib/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/baselib/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /config/fast_android_style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/config/fast_android_style.xml -------------------------------------------------------------------------------- /dest/js_interaction/button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/dest/js_interaction/button.css -------------------------------------------------------------------------------- /dest/js_interaction/hello.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/dest/js_interaction/hello.html -------------------------------------------------------------------------------- /dest/jsbridge/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/dest/jsbridge/demo.html -------------------------------------------------------------------------------- /dest/province.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/dest/province.json -------------------------------------------------------------------------------- /fastFramework/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/.gitignore -------------------------------------------------------------------------------- /fastFramework/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/build.gradle -------------------------------------------------------------------------------- /fastFramework/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -keep class com.tesla.framework.component.logger.** {*;} 2 | -------------------------------------------------------------------------------- /fastFramework/mapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/mapping.txt -------------------------------------------------------------------------------- /fastFramework/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/proguard-rules.pro -------------------------------------------------------------------------------- /fastFramework/seeds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/seeds.txt -------------------------------------------------------------------------------- /fastFramework/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/anim/sheet_hide.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/anim/sheet_hide.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/anim/sheet_show.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/anim/sheet_show.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/layout/lay_skin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/layout/lay_skin.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/layout/stage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/layout/stage.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/attrs.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/comm_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/comm_ids.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/ids.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/motion.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/motion.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/shape.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /fastFramework/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/fastFramework/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradle_knowledge.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_knowledge.gradle -------------------------------------------------------------------------------- /gradle_learn/config.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter02.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter02.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter03.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter03.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter04.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter04.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter05.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter05.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter06.gradle: -------------------------------------------------------------------------------- 1 | // -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter07.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter07.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter08.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter08.gradle -------------------------------------------------------------------------------- /gradle_learn/definitive_guide/chapter11.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradle_learn/definitive_guide/chapter11.gradle -------------------------------------------------------------------------------- /gradle_learn/gradle_tech/gradle_tecn_chapter01_core_config.gradle: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gradletest.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradletest.gradle -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/gradlew.bat -------------------------------------------------------------------------------- /libnetwork/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libnetwork/build.gradle -------------------------------------------------------------------------------- /libnetwork/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | 2 | 3 | -keep public class com.apache.fastandroid.network.retrofit.**{*;} 4 | -------------------------------------------------------------------------------- /libnetwork/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libnetwork/proguard-rules.pro -------------------------------------------------------------------------------- /libnetwork/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libnetwork/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /libnetwork/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libnetwork/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /libs/baselib-release.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libs/baselib-release.aar -------------------------------------------------------------------------------- /libs/topic-release.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/libs/topic-release.aar -------------------------------------------------------------------------------- /maven-publish2.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/maven-publish2.gradle -------------------------------------------------------------------------------- /playFlavor.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/playFlavor.gradle -------------------------------------------------------------------------------- /repos/com/hc/plugin/gradle_grovy/1.0.0/gradle_grovy-1.0.0.jar.md5: -------------------------------------------------------------------------------- 1 | d13a43ba65cd80922d513262a0011ee9 -------------------------------------------------------------------------------- /repos/com/hc/plugin/gradle_grovy/1.0.0/gradle_grovy-1.0.0.pom.md5: -------------------------------------------------------------------------------- 1 | 7e92bb9a1da96c65830e653b50e40762 -------------------------------------------------------------------------------- /repos/com/hc/plugin/gradle_grovy/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | a2914ae7f84caeec9f81c7bc5e097dbf -------------------------------------------------------------------------------- /repos/com/hc/plugin/gradle_grovy/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | b8bfeabec7ae013362daa928bc0917e9fbb1f4f6 -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/settings.gradle -------------------------------------------------------------------------------- /sign/prod.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/sign/prod.properties -------------------------------------------------------------------------------- /sign/repo.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/sign/repo.keystore -------------------------------------------------------------------------------- /sign/repo.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/sign/repo.properties -------------------------------------------------------------------------------- /test_dependencies.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/test_dependencies.gradle -------------------------------------------------------------------------------- /version.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/version.gradle -------------------------------------------------------------------------------- /version.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/version.properties -------------------------------------------------------------------------------- /version_config.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerryliuinfo/FastAndroid/HEAD/version_config.gradle --------------------------------------------------------------------------------