├── .gitignore ├── LICENSE ├── LICENSE_四绝协议 ├── PLOD ├── build.gradle ├── lint.xml ├── proguard-project.txt ├── src │ └── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ ├── .favorites.json │ │ ├── .vscode │ │ │ └── settings.json │ │ ├── Etymology online.web │ │ ├── Hzh.dat │ │ ├── Kasemap.ali │ │ ├── Markjs │ │ │ ├── .editorconfig │ │ │ ├── .eslintrc │ │ │ ├── .gitattributes │ │ │ ├── .gitignore │ │ │ ├── .jsbeautifyrc │ │ │ ├── .travis.yml │ │ │ ├── CONTRIBUTING.md │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── VERSIONS.txt │ │ │ ├── bower.json │ │ │ ├── dist │ │ │ │ ├── jquery.mark.es6.js │ │ │ │ ├── jquery.mark.es6.min.js │ │ │ │ ├── jquery.mark.js │ │ │ │ ├── jquery.mark.min.js │ │ │ │ ├── mark.es6.js │ │ │ │ ├── mark.es6.min.js │ │ │ │ ├── mark.js │ │ │ │ └── mark.min.js │ │ │ ├── package.json │ │ │ └── src │ │ │ │ ├── jquery.js │ │ │ │ ├── lib │ │ │ │ ├── domiterator.js │ │ │ │ ├── mark.js │ │ │ │ └── regexpcreator.js │ │ │ │ └── vanilla.js │ │ ├── MdbR │ │ │ ├── KitPatch.js │ │ │ ├── MdbR.png │ │ │ ├── SUBPAGE.js │ │ │ ├── SocialIntro.html │ │ │ ├── annot.js │ │ │ ├── cover.png │ │ │ ├── css │ │ │ │ └── seekbar.css │ │ │ ├── expand.svg │ │ │ ├── getAnnots.js │ │ │ ├── joint.png │ │ │ ├── jquery-1.11.3.min.js │ │ │ ├── listview │ │ │ │ ├── jquery.mousewheel.js │ │ │ │ └── seekbar.js │ │ │ ├── mark.js │ │ │ ├── markloader.js │ │ │ ├── require.js │ │ │ ├── settings.css │ │ │ ├── settings.js │ │ │ ├── simplepage.html │ │ │ ├── sin.png │ │ │ ├── spring_landscape.jpg │ │ │ ├── subpage.html │ │ │ ├── tapSch.js │ │ │ ├── tools.png │ │ │ ├── tools.svg │ │ │ ├── tools1.svg │ │ │ ├── trans.js │ │ │ ├── viewAll.png │ │ │ ├── viewSets.png │ │ │ ├── wordmap.html │ │ │ └── zh.js │ │ ├── Search │ │ │ ├── autoTip.js │ │ │ ├── testAutoComplete.html │ │ │ └── testPaging.html │ │ ├── WantWords 反向词典.web │ │ ├── cleardot.gif │ │ ├── element.js │ │ ├── erdo.js │ │ ├── load.html │ │ ├── m=el_main │ │ ├── mdict_browser.html │ │ ├── pdf.mdd │ │ ├── plate.web │ │ ├── quanxian.md │ │ ├── rizhi.md │ │ ├── rizhi_lite.md │ │ ├── settingsTest.html │ │ ├── supportedLanguages │ │ ├── test.html │ │ ├── view.html │ │ ├── vocabulary.web │ │ ├── 人民网.web │ │ ├── 彩云小译.web │ │ ├── 必应翻译.web │ │ ├── 无限自由词典.web │ │ ├── 有道翻译.web │ │ ├── 李白全集.0.txt │ │ ├── 李白全集.mdx │ │ ├── 百度新闻.web │ │ ├── 百度翻译.web │ │ ├── 维基词典.web │ │ ├── 译.web │ │ └── 谷歌翻译.web │ │ ├── cpp │ │ ├── CMakeLists.txt │ │ ├── com_knziha_plod_plaindict_MainActivityUIBase.h │ │ └── jniMain.cpp │ │ ├── infinite_history-playstore.png │ │ ├── java │ │ ├── com │ │ │ ├── ibm │ │ │ │ └── icu │ │ │ │ │ └── text │ │ │ │ │ ├── CharsetDetector.java │ │ │ │ │ ├── CharsetMatch.java │ │ │ │ │ ├── CharsetRecog_2022.java │ │ │ │ │ ├── CharsetRecog_UTF8.java │ │ │ │ │ ├── CharsetRecog_Unicode.java │ │ │ │ │ ├── CharsetRecog_mbcs.java │ │ │ │ │ ├── CharsetRecog_sbcs.java │ │ │ │ │ └── CharsetRecognizer.java │ │ │ └── knziha │ │ │ │ ├── ankislicer │ │ │ │ ├── customviews │ │ │ │ │ ├── ArrayAdaptermy.java │ │ │ │ │ ├── BookMarkView.java │ │ │ │ │ ├── FloatingActionButtonmy.java │ │ │ │ │ ├── RelativeLayoutmy.java │ │ │ │ │ ├── ShelfLinearLayout.java │ │ │ │ │ ├── ShelfLinearLayout2.java │ │ │ │ │ ├── UnCrashableSpannedTextView.java │ │ │ │ │ ├── VerticalRecyclerViewFastScrollermy.java │ │ │ │ │ └── WahahaTextView.java │ │ │ │ └── stub.java │ │ │ │ ├── plod │ │ │ │ ├── ArrayList │ │ │ │ │ ├── ArrayListGood.java │ │ │ │ │ ├── ArrayListHolder.java │ │ │ │ │ ├── LongArray.java │ │ │ │ │ ├── SerializedArrayList.java │ │ │ │ │ └── SerializedLongArray.java │ │ │ │ ├── PlainDict │ │ │ │ │ ├── AgentApplication.java │ │ │ │ │ ├── BaseHandler.java │ │ │ │ │ ├── BasicAdapter.java │ │ │ │ │ ├── CMN.java │ │ │ │ │ ├── CharSequenceKey.java │ │ │ │ │ ├── CheckableDialogClicker.java │ │ │ │ │ ├── Constants.java │ │ │ │ │ ├── CrashHandler.java │ │ │ │ │ ├── CuteFileManager.java │ │ │ │ │ ├── DBroswer.java │ │ │ │ │ ├── DictPicker.java │ │ │ │ │ ├── Drawer.java │ │ │ │ │ ├── FcfrtAppBhUtils.java │ │ │ │ │ ├── FloatActivitySearch.java │ │ │ │ │ ├── FloatSearchActivity.java │ │ │ │ │ ├── MainActivityUIBase.java │ │ │ │ │ ├── MainShareActivity.java │ │ │ │ │ ├── MdictServer.java │ │ │ │ │ ├── MdictServerMobile.java │ │ │ │ │ ├── MultiShareActivity.java │ │ │ │ │ ├── OptionProcessor.java │ │ │ │ │ ├── PDICMainActivity.java │ │ │ │ │ ├── PDICMainAppOptions.java │ │ │ │ │ ├── PeruseView.java │ │ │ │ │ ├── PlaceHolder.java │ │ │ │ │ ├── RebootActivity.java │ │ │ │ │ ├── ServiceEnhancer.java │ │ │ │ │ ├── TestHelper.java │ │ │ │ │ ├── Toastable_Activity.java │ │ │ │ │ ├── VersionUtils.java │ │ │ │ │ └── VoicePicker.java │ │ │ │ ├── PlainUI │ │ │ │ │ ├── AlloydPanel.java │ │ │ │ │ ├── AnnotAdapter.java │ │ │ │ │ ├── AnnotRangeAdapter.java │ │ │ │ │ ├── AnnotationDialog.java │ │ │ │ │ ├── AppIconData.java │ │ │ │ │ ├── AppInfoDBBean.java │ │ │ │ │ ├── BookNotes.java │ │ │ │ │ ├── BookmarkAdapter.java │ │ │ │ │ ├── BottombarTweakerAdapter.java │ │ │ │ │ ├── BuildIndexInterface.java │ │ │ │ │ ├── ButtonUIData.java │ │ │ │ │ ├── ButtonUIProject.java │ │ │ │ │ ├── DBUpgradeHelper.java │ │ │ │ │ ├── FavoriteHub.java │ │ │ │ │ ├── FloatApp.java │ │ │ │ │ ├── FloatBtn.java │ │ │ │ │ ├── FrameLayoutmy.java │ │ │ │ │ ├── HttpRequestUtil.java │ │ │ │ │ ├── InfiniteAdapter.java │ │ │ │ │ ├── JsonNames.java │ │ │ │ │ ├── LuceneHelper.java │ │ │ │ │ ├── MenuGrid.java │ │ │ │ │ ├── NewTitlebar.java │ │ │ │ │ ├── NightModeSwitchPanel.java │ │ │ │ │ ├── PageMenuHelper.java │ │ │ │ │ ├── PasteBinHub.java │ │ │ │ │ ├── PlainAppPanel.java │ │ │ │ │ ├── PlainBottomDialog.java │ │ │ │ │ ├── PlainDialog.java │ │ │ │ │ ├── PopupMenuHelper.java │ │ │ │ │ ├── QuickBookSettingsPanel.java │ │ │ │ │ ├── ScreenConfig.java │ │ │ │ │ ├── SearchEngine.java │ │ │ │ │ ├── SearchToolsMenu.java │ │ │ │ │ ├── SearchbarTools.java │ │ │ │ │ ├── SettingsSearcher.java │ │ │ │ │ ├── ShareHelper.java │ │ │ │ │ ├── TTSHub.java │ │ │ │ │ ├── WeakReferenceHelper.java │ │ │ │ │ ├── WordCamera.java │ │ │ │ │ ├── WordMap.java │ │ │ │ │ ├── WordPopup.java │ │ │ │ │ └── WordPopupTask.java │ │ │ │ ├── db │ │ │ │ │ ├── FFDB.java │ │ │ │ │ ├── LexicalDBHelper.java │ │ │ │ │ ├── MdxDBHelper.java │ │ │ │ │ └── SearchUI.java │ │ │ │ ├── dictionary │ │ │ │ │ ├── GetRecordAtInterceptor.java │ │ │ │ │ ├── SearchResultBean.java │ │ │ │ │ ├── UniversalDictionaryInterface.java │ │ │ │ │ ├── Utils │ │ │ │ │ │ ├── AutoCloseInputStream.java │ │ │ │ │ │ ├── BSI.java │ │ │ │ │ │ ├── BU.java │ │ │ │ │ │ ├── Bag.java │ │ │ │ │ │ ├── Base64.java │ │ │ │ │ │ ├── ClosedInputStream.java │ │ │ │ │ │ ├── F1ag.java │ │ │ │ │ │ ├── FIag.java │ │ │ │ │ │ ├── Flag.java │ │ │ │ │ │ ├── GetIndexedInteger.java │ │ │ │ │ │ ├── GetIndexedString.java │ │ │ │ │ │ ├── IU.java │ │ │ │ │ │ ├── IntStr.java │ │ │ │ │ │ ├── LinkastReUsageHashMap.java │ │ │ │ │ │ ├── MyIntPair.java │ │ │ │ │ │ ├── MyPair.java │ │ │ │ │ │ ├── ProxyInputStream.java │ │ │ │ │ │ ├── RecyclableByteArrayInputStream.java │ │ │ │ │ │ ├── ReusableBufferedInputStream.java │ │ │ │ │ │ ├── ReusableByteInputStream.java │ │ │ │ │ │ ├── ReusableByteOutputStream.java │ │ │ │ │ │ ├── SU.java │ │ │ │ │ │ ├── StrId.java │ │ │ │ │ │ ├── SubStringKey.java │ │ │ │ │ │ ├── blag.java │ │ │ │ │ │ ├── clag.java │ │ │ │ │ │ ├── key_info_struct.java │ │ │ │ │ │ ├── myCpr.java │ │ │ │ │ │ ├── record_info_struct.java │ │ │ │ │ │ └── ripemd128.java │ │ │ │ │ ├── mdBase.java │ │ │ │ │ ├── mdict.java │ │ │ │ │ └── mdictRes.java │ │ │ │ ├── dictionaryBuilder │ │ │ │ │ ├── ArrayListTree.java │ │ │ │ │ ├── IntervalTree.java │ │ │ │ │ ├── Utils │ │ │ │ │ │ ├── ByteDataOutputStream.java │ │ │ │ │ │ └── CU.java │ │ │ │ │ ├── mdictBuilder.java │ │ │ │ │ ├── mdictBuilderBase.java │ │ │ │ │ └── mdictResBuilder.java │ │ │ │ ├── dictionarymanager │ │ │ │ │ ├── BookManager.java │ │ │ │ │ ├── BookManagerFolderAbs.java │ │ │ │ │ ├── BookManagerFolderlike.java │ │ │ │ │ ├── BookManagerFragment.java │ │ │ │ │ ├── BookManagerMain.java │ │ │ │ │ ├── BookManagerModules.java │ │ │ │ │ ├── BookManagerWebsites.java │ │ │ │ │ ├── BookViewHolder.java │ │ │ │ │ └── files │ │ │ │ │ │ ├── ArrayListBookTree.java │ │ │ │ │ │ ├── ArrayTreeList.java │ │ │ │ │ │ ├── BooleanSingleton.java │ │ │ │ │ │ ├── CachedDirectory.java │ │ │ │ │ │ ├── IntegerSingleton.java │ │ │ │ │ │ ├── ReusableBufferedReader.java │ │ │ │ │ │ ├── ReusableBufferedWriter.java │ │ │ │ │ │ ├── SparseArrayIntMap.java │ │ │ │ │ │ ├── SparseArrayMap.java │ │ │ │ │ │ ├── mAssetFile.java │ │ │ │ │ │ └── mFile.java │ │ │ │ ├── dictionarymodels │ │ │ │ │ ├── BookPresenter.java │ │ │ │ │ ├── DictInputStream.java │ │ │ │ │ ├── DictionaryAdapter.java │ │ │ │ │ ├── JSONUtils.java │ │ │ │ │ ├── MagentTransient.java │ │ │ │ │ ├── PhotoBrowsingContext.java │ │ │ │ │ ├── PlainDSL.java │ │ │ │ │ ├── PlainMdict.java │ │ │ │ │ ├── PlainMdictAsset.java │ │ │ │ │ ├── PlainPDF.java │ │ │ │ │ ├── PlainText.java │ │ │ │ │ ├── PlainWeb.java │ │ │ │ │ ├── ScrollerRecord.java │ │ │ │ │ ├── SearchType.java │ │ │ │ │ ├── SimpleMorphs.java │ │ │ │ │ ├── SimpleQueryMorphs.java │ │ │ │ │ ├── mdictRes_asset.java │ │ │ │ │ ├── mngr_agent_manageable.java │ │ │ │ │ ├── mngr_mdictRes_prempter.java │ │ │ │ │ ├── mngr_presenter_nonexist.java │ │ │ │ │ ├── resultRecorderCombined.java │ │ │ │ │ ├── resultRecorderDiscrete.java │ │ │ │ │ ├── resultRecorderLucene.java │ │ │ │ │ └── resultRecorderScattered.java │ │ │ │ ├── ebook │ │ │ │ │ ├── MobiBook.java │ │ │ │ │ ├── Utils │ │ │ │ │ │ ├── BU.java │ │ │ │ │ │ ├── CU.java │ │ │ │ │ │ └── MobiStream.java │ │ │ │ │ └── mobi.java │ │ │ │ ├── plaindict │ │ │ │ │ ├── AU.java │ │ │ │ │ ├── DBListAdapter.java │ │ │ │ │ ├── FavFolderAdapter.java │ │ │ │ │ ├── HTTPSessionProxy.java │ │ │ │ │ ├── InifiniteActivity.java │ │ │ │ │ ├── ListViewAdapter.java │ │ │ │ │ ├── ListViewAdapter2.java │ │ │ │ │ ├── PasteActivity.java │ │ │ │ │ ├── UpdateHelper.java │ │ │ │ │ ├── UpgradeHelper.java │ │ │ │ │ ├── WebViewListHandler.java │ │ │ │ │ └── 暂未实现帮助类.java │ │ │ │ ├── preference │ │ │ │ │ ├── PlainSearchActivity.java │ │ │ │ │ ├── RadioSwitchButton.java │ │ │ │ │ ├── RedirectTargets.java │ │ │ │ │ ├── SettingsPanel.java │ │ │ │ │ └── URLPreference.java │ │ │ │ ├── searchtasks │ │ │ │ │ ├── AsyncTaskWrapper.java │ │ │ │ │ ├── BuildIndexTask.java │ │ │ │ │ ├── CombinedSearchTask.java │ │ │ │ │ ├── FullSearchTask.java │ │ │ │ │ ├── FuzzySearchTask.java │ │ │ │ │ ├── IndexBuildingTask.java │ │ │ │ │ ├── VerbatimSearchTask.java │ │ │ │ │ └── lucene │ │ │ │ │ │ ├── ICUTestActivity.java │ │ │ │ │ │ ├── LuceneTest.java │ │ │ │ │ │ ├── SettingsSearcherTest.java │ │ │ │ │ │ └── WordBreakFilter.java │ │ │ │ ├── settings │ │ │ │ │ ├── BookOptions.java │ │ │ │ │ ├── BookOptionsDialog.java │ │ │ │ │ ├── DevOpt.java │ │ │ │ │ ├── History.java │ │ │ │ │ ├── Licences.java │ │ │ │ │ ├── MainProgram.java │ │ │ │ │ ├── Misc.java │ │ │ │ │ ├── Misc_exit_dialog.java │ │ │ │ │ ├── MoreColors.java │ │ │ │ │ ├── Multiview.java │ │ │ │ │ ├── NightMode.java │ │ │ │ │ ├── NotificationSettings.java │ │ │ │ │ ├── PlainSettingsFragment.java │ │ │ │ │ ├── SchOpt.java │ │ │ │ │ ├── ServerPreference.java │ │ │ │ │ ├── SettingsActivity.java │ │ │ │ │ ├── TapTranslator.java │ │ │ │ │ └── WarnPreference.java │ │ │ │ ├── slideshow │ │ │ │ │ ├── FlingScroller.java │ │ │ │ │ ├── ImageSource.java │ │ │ │ │ ├── ImageViewState.java │ │ │ │ │ ├── MddModelLoader.java │ │ │ │ │ ├── MddPic.java │ │ │ │ │ ├── MddPicFetcher.java │ │ │ │ │ ├── MddPicLoaderFactory.java │ │ │ │ │ ├── MddPicSignature.java │ │ │ │ │ ├── PdfModelLoader.java │ │ │ │ │ ├── PdfPic.java │ │ │ │ │ ├── PdfPicFetcher.java │ │ │ │ │ ├── PdfPicLoaderFactory.java │ │ │ │ │ ├── PdfPicSignature.java │ │ │ │ │ ├── PhotoBrowserContext.java │ │ │ │ │ ├── PhotoPagerAjuster.java │ │ │ │ │ ├── PhotoViewActivity.java │ │ │ │ │ ├── RotateGestureDetector.java │ │ │ │ │ ├── ScaleGestureDetector.java │ │ │ │ │ ├── SubsamplingScaleImageView.java │ │ │ │ │ ├── TileImageView.java │ │ │ │ │ ├── TilesGridLayout.java │ │ │ │ │ └── decoder │ │ │ │ │ │ ├── CompatDecoderFactory.java │ │ │ │ │ │ ├── DecoderFactory.java │ │ │ │ │ │ ├── ImageDecoder.java │ │ │ │ │ │ ├── ImageRegionDecoder.java │ │ │ │ │ │ ├── SkiaImageDecoder.java │ │ │ │ │ │ ├── SkiaImageRegionDecoder.java │ │ │ │ │ │ └── SkiaPooledImageRegionDecoder.java │ │ │ │ ├── stub.java │ │ │ │ ├── tesseraction │ │ │ │ │ ├── CropView.java │ │ │ │ │ ├── DecodeManager.java │ │ │ │ │ ├── GradList.java │ │ │ │ │ ├── Manager.java │ │ │ │ │ ├── PhotoView.java │ │ │ │ │ ├── QRActivity.java │ │ │ │ │ ├── QRCameraManager.java │ │ │ │ │ ├── QRCameraUtils.java │ │ │ │ │ ├── QRGenerator.java │ │ │ │ │ ├── Tesseraction.java │ │ │ │ │ └── ViewerOptions.java │ │ │ │ └── widgets │ │ │ │ │ ├── APPSettingsActivity.java │ │ │ │ │ ├── ActivatableImageView.java │ │ │ │ │ ├── AdvancedNestFrameView.java │ │ │ │ │ ├── AdvancedNestScrollLinerView.java │ │ │ │ │ ├── AdvancedNestScrollListview.java │ │ │ │ │ ├── AdvancedNestScrollView.java │ │ │ │ │ ├── AdvancedNestScrollWebView.java │ │ │ │ │ ├── AppIconsAdapter.java │ │ │ │ │ ├── AppbarLinearLayout.java │ │ │ │ │ ├── ArrayAdapterHardCheckMark.java │ │ │ │ │ ├── ArticleWebView.java │ │ │ │ │ ├── BottomNavigationBehavior.java │ │ │ │ │ ├── CheckableImageView.java │ │ │ │ │ ├── CheckedTextViewmy.java │ │ │ │ │ ├── ClientSSLSocketFactory.java │ │ │ │ │ ├── CoordinatorLayoutSafe.java │ │ │ │ │ ├── CustomDrawerLayout.java │ │ │ │ │ ├── DanjiListView.java │ │ │ │ │ ├── DarkToggleButton.java │ │ │ │ │ ├── DescriptiveImageView.java │ │ │ │ │ ├── DictionaryTitle.java │ │ │ │ │ ├── DomesticSeekDog.java │ │ │ │ │ ├── DragScrollBar.java │ │ │ │ │ ├── DrawOverlayCompat.java │ │ │ │ │ ├── DrawerLayoutmy.java │ │ │ │ │ ├── EditTextmy.java │ │ │ │ │ ├── FIlePickerOptions.java │ │ │ │ │ ├── FlowCheckedTextView.java │ │ │ │ │ ├── FlowTextView.java │ │ │ │ │ ├── Framer.java │ │ │ │ │ ├── FtagImageView.java │ │ │ │ │ ├── HapticSafeTextView.java │ │ │ │ │ ├── HorizontalScrollView.java │ │ │ │ │ ├── ICustomScroller.java │ │ │ │ │ ├── ImageTargetView.java │ │ │ │ │ ├── Javelin │ │ │ │ │ ├── DecorativeTextview.java │ │ │ │ │ └── TextViewDecorator.java │ │ │ │ │ ├── KeyboardHeightPopupListener.java │ │ │ │ │ ├── LinearSplitView.java │ │ │ │ │ ├── ListSizeConfiner.java │ │ │ │ │ ├── ListViewOverscroll.java │ │ │ │ │ ├── ListViewmy.java │ │ │ │ │ ├── MarkableSeekBar.java │ │ │ │ │ ├── MaxHeightLinearLayout.java │ │ │ │ │ ├── MinHeightLinearLayout.java │ │ │ │ │ ├── MultiplexLongClicker.java │ │ │ │ │ ├── NiceDrawerLayout.java │ │ │ │ │ ├── NoSSLv3SocketFactory.java │ │ │ │ │ ├── NoScrollViewPager.java │ │ │ │ │ ├── OnScrollChangedListener.java │ │ │ │ │ ├── PageSlide.java │ │ │ │ │ ├── PopupGuarder.java │ │ │ │ │ ├── PopupTouchMover.java │ │ │ │ │ ├── RLContainerSlider.java │ │ │ │ │ ├── RecyclerViewmy.java │ │ │ │ │ ├── RomUtils.java │ │ │ │ │ ├── SSLSocketFactoryCompat.java │ │ │ │ │ ├── SaturationView.java │ │ │ │ │ ├── ScreenListener.java │ │ │ │ │ ├── ScrollViewmy.java │ │ │ │ │ ├── ScrollingUtilities.java │ │ │ │ │ ├── SelectiveClickableTextView.java │ │ │ │ │ ├── SimpleDialog.java │ │ │ │ │ ├── SimpleHandle.java │ │ │ │ │ ├── SimpleTextNotifier.java │ │ │ │ │ ├── SpeedTagShape.java │ │ │ │ │ ├── SplitPadView.java │ │ │ │ │ ├── SplitView.java │ │ │ │ │ ├── SplitViewGuarder.java │ │ │ │ │ ├── StrokeTextView.java │ │ │ │ │ ├── SwipeBackLayout.java │ │ │ │ │ ├── SwitchCompatBeautiful.java │ │ │ │ │ ├── TableLayout.java │ │ │ │ │ ├── TextMenuView.java │ │ │ │ │ ├── TextViewmy0.java │ │ │ │ │ ├── TextViewmy1.java │ │ │ │ │ ├── TitleItemDecoration.java │ │ │ │ │ ├── Tls12SocketFactory.java │ │ │ │ │ ├── Toastable_FragmentActivity.java │ │ │ │ │ ├── TransparentTextTextView.java │ │ │ │ │ ├── TwoColumnAdapter.java │ │ │ │ │ ├── UpdateDebugger.java │ │ │ │ │ ├── ViewUtils.java │ │ │ │ │ ├── WebResourceResponseCompat.java │ │ │ │ │ ├── WebViewmy.java │ │ │ │ │ ├── WindowLayout.java │ │ │ │ │ ├── XYLinearLayout.java │ │ │ │ │ └── XYTouchRecorder.java │ │ │ │ ├── polymer │ │ │ │ └── wget │ │ │ │ │ ├── Direct.java │ │ │ │ │ ├── DirectMultipart.java │ │ │ │ │ ├── DirectRange.java │ │ │ │ │ ├── DirectSingle.java │ │ │ │ │ ├── LimitThreadPool.java │ │ │ │ │ ├── RetryWrap.java │ │ │ │ │ ├── SpeedInfo.java │ │ │ │ │ ├── WGet.java │ │ │ │ │ └── info │ │ │ │ │ ├── BrowserInfo.java │ │ │ │ │ ├── DownloadInfo.java │ │ │ │ │ ├── URLInfo.java │ │ │ │ │ └── ex │ │ │ │ │ ├── DownloadError.java │ │ │ │ │ ├── DownloadIOCodeError.java │ │ │ │ │ ├── DownloadIOError.java │ │ │ │ │ ├── DownloadInterruptedError.java │ │ │ │ │ ├── DownloadMoved.java │ │ │ │ │ ├── DownloadMultipartError.java │ │ │ │ │ └── DownloadRetry.java │ │ │ │ ├── rbtree │ │ │ │ ├── InOrderTodoAble.java │ │ │ │ ├── RBTNode.java │ │ │ │ ├── RBTree.java │ │ │ │ ├── RBTree_additive.java │ │ │ │ ├── RBTree_duplicative.java │ │ │ │ ├── RashMap.java │ │ │ │ ├── RashSet.java │ │ │ │ ├── additiveMyCpr.java │ │ │ │ ├── additiveMyCpr1.java │ │ │ │ ├── myAbsCprKey.java │ │ │ │ └── myDipheCpr.java │ │ │ │ └── text │ │ │ │ ├── BookNameSpan.java │ │ │ │ ├── BreakIteratorHelper.java │ │ │ │ ├── ColoredAnnotationSpan.java │ │ │ │ ├── ColoredHighLightSpan.java │ │ │ │ ├── ColoredTextSpan.java │ │ │ │ ├── ColoredTextSpan1.java │ │ │ │ ├── ColoredTextSpan2.java │ │ │ │ ├── ColoredTextSpanX.java │ │ │ │ ├── FrameCover.java │ │ │ │ ├── RoundedBackgroundSpan.java │ │ │ │ ├── ScrollViewHolder.java │ │ │ │ ├── SelectableTextView.java │ │ │ │ ├── SelectableTextViewBackGround.java │ │ │ │ ├── SelectableTextViewCover.java │ │ │ │ ├── SubtitlesTextSpan.java │ │ │ │ ├── TTSMoveToucher.java │ │ │ │ ├── TagSpan.java │ │ │ │ └── TextViewmyNoUse.java │ │ └── org │ │ │ ├── apache │ │ │ └── commons │ │ │ │ └── imaging │ │ │ │ ├── BufferedImage.java │ │ │ │ ├── Dimension.java │ │ │ │ ├── Dimension2D.java │ │ │ │ ├── FormatCompliance.java │ │ │ │ ├── ImageFormat.java │ │ │ │ ├── ImageFormats.java │ │ │ │ ├── ImageInfo.java │ │ │ │ ├── ImageParser.java │ │ │ │ ├── ImageReadException.java │ │ │ │ ├── ImageWriteException.java │ │ │ │ ├── Imaging.java │ │ │ │ ├── ImagingConstants.java │ │ │ │ ├── ImagingException.java │ │ │ │ ├── ManagedImageBufferedImageFactory.java │ │ │ │ ├── PixelDensity.java │ │ │ │ ├── color │ │ │ │ ├── ColorCieLab.java │ │ │ │ ├── ColorCieLch.java │ │ │ │ ├── ColorCieLuv.java │ │ │ │ ├── ColorCmy.java │ │ │ │ ├── ColorCmyk.java │ │ │ │ ├── ColorConversions.java │ │ │ │ ├── ColorHsl.java │ │ │ │ ├── ColorHsv.java │ │ │ │ ├── ColorHunterLab.java │ │ │ │ ├── ColorXyz.java │ │ │ │ └── package-info.java │ │ │ │ ├── common │ │ │ │ ├── BasicCParser.java │ │ │ │ ├── BinaryConstant.java │ │ │ │ ├── BinaryFileParser.java │ │ │ │ ├── BinaryFunctions.java │ │ │ │ ├── BinaryOutputStream.java │ │ │ │ ├── BufferedImageFactory.java │ │ │ │ ├── ByteConversions.java │ │ │ │ ├── FastByteArrayOutputStream.java │ │ │ │ ├── GenericImageMetadata.java │ │ │ │ ├── ImageBuilder.java │ │ │ │ ├── ImageMetadata.java │ │ │ │ ├── PackBits.java │ │ │ │ ├── RationalNumber.java │ │ │ │ ├── RgbBufferedImageFactory.java │ │ │ │ ├── SimpleBufferedImageFactory.java │ │ │ │ ├── bytesource │ │ │ │ │ ├── ByteSource.java │ │ │ │ │ ├── ByteSourceArray.java │ │ │ │ │ ├── ByteSourceFile.java │ │ │ │ │ ├── ByteSourceInputStream.java │ │ │ │ │ └── package-info.java │ │ │ │ ├── itu_t4 │ │ │ │ │ ├── BitArrayOutputStream.java │ │ │ │ │ ├── BitInputStreamFlexible.java │ │ │ │ │ ├── HuffmanTree.java │ │ │ │ │ ├── HuffmanTreeException.java │ │ │ │ │ ├── T4AndT6Compression.java │ │ │ │ │ ├── T4_T6_Tables.java │ │ │ │ │ └── package-info.java │ │ │ │ ├── mylzw │ │ │ │ │ ├── BitsToByteInputStream.java │ │ │ │ │ ├── MyBitInputStream.java │ │ │ │ │ ├── MyBitOutputStream.java │ │ │ │ │ ├── MyLzwCompressor.java │ │ │ │ │ ├── MyLzwDecompressor.java │ │ │ │ │ └── package-info.java │ │ │ │ └── package-info.java │ │ │ │ ├── formats │ │ │ │ ├── package-info.java │ │ │ │ └── tiff │ │ │ │ │ ├── JpegConstants.java │ │ │ │ │ ├── JpegImageData.java │ │ │ │ │ ├── TiffContents.java │ │ │ │ │ ├── TiffDirectory.java │ │ │ │ │ ├── TiffElement.java │ │ │ │ │ ├── TiffField.java │ │ │ │ │ ├── TiffHeader.java │ │ │ │ │ ├── TiffImageData.java │ │ │ │ │ ├── TiffImageMetadata.java │ │ │ │ │ ├── TiffImageParser.java │ │ │ │ │ ├── TiffReader.java │ │ │ │ │ ├── TiffTags.java │ │ │ │ │ ├── constants │ │ │ │ │ ├── AdobePageMaker6TagConstants.java │ │ │ │ │ ├── AdobePhotoshopTagConstants.java │ │ │ │ │ ├── AliasSketchbookProTagConstants.java │ │ │ │ │ ├── DcfTagConstants.java │ │ │ │ │ ├── DngTagConstants.java │ │ │ │ │ ├── ExifTagConstants.java │ │ │ │ │ ├── GdalLibraryTagConstants.java │ │ │ │ │ ├── GeoTiffTagConstants.java │ │ │ │ │ ├── GpsTagConstants.java │ │ │ │ │ ├── HylaFaxTagConstants.java │ │ │ │ │ ├── MicrosoftHdPhotoTagConstants.java │ │ │ │ │ ├── MicrosoftTagConstants.java │ │ │ │ │ ├── MolecularDynamicsGelTagConstants.java │ │ │ │ │ ├── OceScanjobTagConstants.java │ │ │ │ │ ├── Rfc2301TagConstants.java │ │ │ │ │ ├── Tiff4TagConstants.java │ │ │ │ │ ├── TiffConstants.java │ │ │ │ │ ├── TiffDirectoryConstants.java │ │ │ │ │ ├── TiffDirectoryType.java │ │ │ │ │ ├── TiffEpTagConstants.java │ │ │ │ │ ├── TiffTagConstants.java │ │ │ │ │ ├── WangTagConstants.java │ │ │ │ │ └── package-info.java │ │ │ │ │ ├── datareaders │ │ │ │ │ ├── BitInputStream.java │ │ │ │ │ ├── DataReaderStrips.java │ │ │ │ │ ├── DataReaderTiled.java │ │ │ │ │ ├── ImageDataReader.java │ │ │ │ │ └── package-info.java │ │ │ │ │ ├── fieldtypes │ │ │ │ │ ├── FieldType.java │ │ │ │ │ ├── FieldTypeAscii.java │ │ │ │ │ ├── FieldTypeByte.java │ │ │ │ │ ├── FieldTypeDouble.java │ │ │ │ │ ├── FieldTypeFloat.java │ │ │ │ │ ├── FieldTypeLong.java │ │ │ │ │ ├── FieldTypeRational.java │ │ │ │ │ ├── FieldTypeShort.java │ │ │ │ │ └── package-info.java │ │ │ │ │ ├── package-info.java │ │ │ │ │ ├── photometricinterpreters │ │ │ │ │ ├── PhotometricInterpreter.java │ │ │ │ │ ├── PhotometricInterpreterBiLevel.java │ │ │ │ │ ├── PhotometricInterpreterCieLab.java │ │ │ │ │ ├── PhotometricInterpreterCmyk.java │ │ │ │ │ ├── PhotometricInterpreterLogLuv.java │ │ │ │ │ ├── PhotometricInterpreterPalette.java │ │ │ │ │ ├── PhotometricInterpreterRgb.java │ │ │ │ │ ├── PhotometricInterpreterYCbCr.java │ │ │ │ │ └── package-info.java │ │ │ │ │ ├── taginfos │ │ │ │ │ ├── TagInfo.java │ │ │ │ │ ├── TagInfoAny.java │ │ │ │ │ ├── TagInfoAscii.java │ │ │ │ │ ├── TagInfoAsciiOrByte.java │ │ │ │ │ ├── TagInfoAsciiOrRational.java │ │ │ │ │ ├── TagInfoByte.java │ │ │ │ │ ├── TagInfoByteOrShort.java │ │ │ │ │ ├── TagInfoBytes.java │ │ │ │ │ ├── TagInfoDirectory.java │ │ │ │ │ ├── TagInfoDouble.java │ │ │ │ │ ├── TagInfoDoubles.java │ │ │ │ │ ├── TagInfoFloat.java │ │ │ │ │ ├── TagInfoFloats.java │ │ │ │ │ ├── TagInfoGpsText.java │ │ │ │ │ ├── TagInfoLong.java │ │ │ │ │ ├── TagInfoLongOrIFD.java │ │ │ │ │ ├── TagInfoLongs.java │ │ │ │ │ ├── TagInfoRational.java │ │ │ │ │ ├── TagInfoRationals.java │ │ │ │ │ ├── TagInfoSByte.java │ │ │ │ │ ├── TagInfoSBytes.java │ │ │ │ │ ├── TagInfoSLong.java │ │ │ │ │ ├── TagInfoSLongs.java │ │ │ │ │ ├── TagInfoSRational.java │ │ │ │ │ ├── TagInfoSRationals.java │ │ │ │ │ ├── TagInfoSShort.java │ │ │ │ │ ├── TagInfoSShorts.java │ │ │ │ │ ├── TagInfoShort.java │ │ │ │ │ ├── TagInfoShortOrLong.java │ │ │ │ │ ├── TagInfoShortOrLongOrRational.java │ │ │ │ │ ├── TagInfoShortOrRational.java │ │ │ │ │ ├── TagInfoShorts.java │ │ │ │ │ ├── TagInfoUndefined.java │ │ │ │ │ ├── TagInfoUndefineds.java │ │ │ │ │ ├── TagInfoUnknown.java │ │ │ │ │ ├── TagInfoUnknowns.java │ │ │ │ │ ├── TagInfoXpString.java │ │ │ │ │ └── package-info.java │ │ │ │ │ └── write │ │ │ │ │ ├── ImageDataOffsets.java │ │ │ │ │ ├── TiffImageWriterBase.java │ │ │ │ │ ├── TiffImageWriterLossless.java │ │ │ │ │ ├── TiffImageWriterLossy.java │ │ │ │ │ ├── TiffOutputDirectory.java │ │ │ │ │ ├── TiffOutputField.java │ │ │ │ │ ├── TiffOutputItem.java │ │ │ │ │ ├── TiffOutputSet.java │ │ │ │ │ ├── TiffOutputSummary.java │ │ │ │ │ └── package-info.java │ │ │ │ ├── icc │ │ │ │ ├── CachingInputStream.java │ │ │ │ ├── IccConstants.java │ │ │ │ ├── IccProfileInfo.java │ │ │ │ ├── IccProfileParser.java │ │ │ │ ├── IccTag.java │ │ │ │ ├── IccTagDataType.java │ │ │ │ ├── IccTagDataTypes.java │ │ │ │ ├── IccTagType.java │ │ │ │ ├── IccTagTypes.java │ │ │ │ └── package-info.java │ │ │ │ ├── internal │ │ │ │ ├── Debug.java │ │ │ │ └── package-info.java │ │ │ │ ├── package-info.java │ │ │ │ └── palette │ │ │ │ ├── ColorComponent.java │ │ │ │ ├── ColorCount.java │ │ │ │ ├── ColorGroup.java │ │ │ │ ├── ColorGroupCut.java │ │ │ │ ├── ColorSpaceSubset.java │ │ │ │ ├── Dithering.java │ │ │ │ ├── LongestAxisMedianCut.java │ │ │ │ ├── MedianCut.java │ │ │ │ ├── MedianCutPalette.java │ │ │ │ ├── MedianCutQuantizer.java │ │ │ │ ├── MostPopulatedBoxesMedianCut.java │ │ │ │ ├── Palette.java │ │ │ │ ├── PaletteFactory.java │ │ │ │ ├── QuantizedPalette.java │ │ │ │ ├── SimplePalette.java │ │ │ │ └── package-info.java │ │ │ ├── jcodings │ │ │ ├── AbstractEncoding.java │ │ │ ├── ApplyAllCaseFoldFunction.java │ │ │ ├── CanBeTrailTableEncoding.java │ │ │ ├── CaseFoldCodeItem.java │ │ │ ├── CaseFoldMapEncoding.java │ │ │ ├── CodeRange.java │ │ │ ├── Config.java │ │ │ ├── Encoding.java │ │ │ ├── EncodingDB.java │ │ │ ├── EncodingList.java │ │ │ ├── EucEncoding.java │ │ │ ├── ISOEncoding.java │ │ │ ├── IntHolder.java │ │ │ ├── MultiByteEncoding.java │ │ │ ├── ObjPtr.java │ │ │ ├── Ptr.java │ │ │ ├── SingleByteEncoding.java │ │ │ ├── ascii │ │ │ │ └── AsciiTables.java │ │ │ ├── constants │ │ │ │ ├── CharacterType.java │ │ │ │ └── PosixBracket.java │ │ │ ├── exception │ │ │ │ ├── CharacterPropertyException.java │ │ │ │ ├── EncodingError.java │ │ │ │ ├── EncodingException.java │ │ │ │ ├── ErrorCodes.java │ │ │ │ ├── ErrorMessages.java │ │ │ │ ├── InternalException.java │ │ │ │ ├── JCodingsException.java │ │ │ │ └── TranscoderException.java │ │ │ ├── specific │ │ │ │ ├── ASCIIEncoding.java │ │ │ │ ├── BIG5Encoding.java │ │ │ │ ├── BaseBIG5Encoding.java │ │ │ │ ├── BaseEUCJPEncoding.java │ │ │ │ ├── BaseSJISEncoding.java │ │ │ │ ├── BaseUTF8Encoding.java │ │ │ │ ├── Big5HKSCSEncoding.java │ │ │ │ ├── Big5UAOEncoding.java │ │ │ │ ├── CP949Encoding.java │ │ │ │ ├── EUCJPEncoding.java │ │ │ │ ├── EUCKREncoding.java │ │ │ │ ├── EUCTWEncoding.java │ │ │ │ ├── EmacsMuleEncoding.java │ │ │ │ ├── GB18030Encoding.java │ │ │ │ ├── GB2312Encoding.java │ │ │ │ ├── GBKEncoding.java │ │ │ │ ├── ISO8859_10Encoding.java │ │ │ │ ├── ISO8859_11Encoding.java │ │ │ │ ├── ISO8859_13Encoding.java │ │ │ │ ├── ISO8859_14Encoding.java │ │ │ │ ├── ISO8859_15Encoding.java │ │ │ │ ├── ISO8859_16Encoding.java │ │ │ │ ├── ISO8859_1Encoding.java │ │ │ │ ├── ISO8859_2Encoding.java │ │ │ │ ├── ISO8859_3Encoding.java │ │ │ │ ├── ISO8859_4Encoding.java │ │ │ │ ├── ISO8859_5Encoding.java │ │ │ │ ├── ISO8859_6Encoding.java │ │ │ │ ├── ISO8859_7Encoding.java │ │ │ │ ├── ISO8859_8Encoding.java │ │ │ │ ├── ISO8859_9Encoding.java │ │ │ │ ├── KOI8Encoding.java │ │ │ │ ├── KOI8REncoding.java │ │ │ │ ├── KOI8UEncoding.java │ │ │ │ ├── NonStrictEUCJPEncoding.java │ │ │ │ ├── NonStrictSJISEncoding.java │ │ │ │ ├── NonStrictUTF8Encoding.java │ │ │ │ ├── SJISEncoding.java │ │ │ │ ├── USASCIIEncoding.java │ │ │ │ ├── UTF16BEEncoding.java │ │ │ │ ├── UTF16LEEncoding.java │ │ │ │ ├── UTF32BEEncoding.java │ │ │ │ ├── UTF32LEEncoding.java │ │ │ │ ├── UTF8Encoding.java │ │ │ │ ├── Windows_1250Encoding.java │ │ │ │ ├── Windows_1251Encoding.java │ │ │ │ ├── Windows_1252Encoding.java │ │ │ │ ├── Windows_1253Encoding.java │ │ │ │ ├── Windows_1254Encoding.java │ │ │ │ ├── Windows_1257Encoding.java │ │ │ │ └── Windows_31JEncoding.java │ │ │ ├── spi │ │ │ │ ├── Charsets.java │ │ │ │ └── ISO_8859_16.java │ │ │ ├── transcode │ │ │ │ ├── AsciiCompatibility.java │ │ │ │ ├── Buffer.java │ │ │ │ ├── EConv.java │ │ │ │ ├── EConvFlags.java │ │ │ │ ├── EConvResult.java │ │ │ │ ├── GenericTranscoder.java │ │ │ │ ├── TranscodeFunctions.java │ │ │ │ ├── TranscodeTableSupport.java │ │ │ │ ├── Transcoder.java │ │ │ │ ├── TranscoderDB.java │ │ │ │ ├── TranscoderList.java │ │ │ │ ├── Transcoding.java │ │ │ │ ├── TranscodingInstruction.java │ │ │ │ └── specific │ │ │ │ │ ├── Cp50220_decoder_Transcoder.java │ │ │ │ │ ├── Cp50220_encoder_Transcoder.java │ │ │ │ │ ├── Cp50221_decoder_Transcoder.java │ │ │ │ │ ├── Cp50221_encoder_Transcoder.java │ │ │ │ │ ├── Escape_xml_attr_quote_Transcoder.java │ │ │ │ │ ├── Eucjp2sjis_Transcoder.java │ │ │ │ │ ├── Eucjp_to_stateless_iso2022jp_Transcoder.java │ │ │ │ │ ├── From_GB18030_Transcoder.java │ │ │ │ │ ├── From_UTF8_MAC_Transcoder.java │ │ │ │ │ ├── From_UTF_16BE_Transcoder.java │ │ │ │ │ ├── From_UTF_16LE_Transcoder.java │ │ │ │ │ ├── From_UTF_16_Transcoder.java │ │ │ │ │ ├── From_UTF_32BE_Transcoder.java │ │ │ │ │ ├── From_UTF_32LE_Transcoder.java │ │ │ │ │ ├── From_UTF_32_Transcoder.java │ │ │ │ │ ├── Iso2022jp_decoder_Transcoder.java │ │ │ │ │ ├── Iso2022jp_encoder_Transcoder.java │ │ │ │ │ ├── Iso2022jp_kddi_decoder_Transcoder.java │ │ │ │ │ ├── Iso2022jp_kddi_encoder_Transcoder.java │ │ │ │ │ ├── Sjis2eucjp_Transcoder.java │ │ │ │ │ ├── Stateless_iso2022jp_to_eucjp_Transcoder.java │ │ │ │ │ ├── To_GB18030_Transcoder.java │ │ │ │ │ ├── To_UTF_16BE_Transcoder.java │ │ │ │ │ ├── To_UTF_16LE_Transcoder.java │ │ │ │ │ ├── To_UTF_16_Transcoder.java │ │ │ │ │ ├── To_UTF_32BE_Transcoder.java │ │ │ │ │ ├── To_UTF_32LE_Transcoder.java │ │ │ │ │ ├── To_UTF_32_Transcoder.java │ │ │ │ │ └── Universal_newline_Transcoder.java │ │ │ ├── unicode │ │ │ │ ├── FixedWidthUnicodeEncoding.java │ │ │ │ ├── UnicodeCodeRange.java │ │ │ │ └── UnicodeEncoding.java │ │ │ └── util │ │ │ │ ├── ArrayReader.java │ │ │ │ ├── BytesHash.java │ │ │ │ ├── CaseInsensitiveBytesHash.java │ │ │ │ ├── Hash.java │ │ │ │ ├── IntArrayHash.java │ │ │ │ ├── IntHash.java │ │ │ │ ├── Macros.java │ │ │ │ └── ObjHash.java │ │ │ ├── joni │ │ │ ├── Analyser.java │ │ │ ├── ApplyCaseFold.java │ │ │ ├── ApplyCaseFoldArg.java │ │ │ ├── ArrayCompiler.java │ │ │ ├── BitSet.java │ │ │ ├── BitStatus.java │ │ │ ├── ByteCodeMachine.java │ │ │ ├── ByteCodePrinter.java │ │ │ ├── CaptureTreeNode.java │ │ │ ├── CodeRangeBuffer.java │ │ │ ├── Compiler.java │ │ │ ├── Config.java │ │ │ ├── Lexer.java │ │ │ ├── Matcher.java │ │ │ ├── MatcherFactory.java │ │ │ ├── MinMaxLen.java │ │ │ ├── NameEntry.java │ │ │ ├── NativeMachine.java │ │ │ ├── NodeOptInfo.java │ │ │ ├── OptAnchorInfo.java │ │ │ ├── OptEnvironment.java │ │ │ ├── OptExactInfo.java │ │ │ ├── OptMapInfo.java │ │ │ ├── Option.java │ │ │ ├── Parser.java │ │ │ ├── Regex.java │ │ │ ├── Region.java │ │ │ ├── ScanEnvironment.java │ │ │ ├── ScannerSupport.java │ │ │ ├── Search.java │ │ │ ├── StackEntry.java │ │ │ ├── StackMachine.java │ │ │ ├── Syntax.java │ │ │ ├── Token.java │ │ │ ├── UnsetAddrList.java │ │ │ ├── WarnCallback.java │ │ │ ├── ast │ │ │ │ ├── AnchorNode.java │ │ │ │ ├── AnyCharNode.java │ │ │ │ ├── BackRefNode.java │ │ │ │ ├── CClassNode.java │ │ │ │ ├── CTypeNode.java │ │ │ │ ├── CallNode.java │ │ │ │ ├── EncloseNode.java │ │ │ │ ├── ListNode.java │ │ │ │ ├── Node.java │ │ │ │ ├── QuantifierNode.java │ │ │ │ ├── StateNode.java │ │ │ │ └── StringNode.java │ │ │ ├── bench │ │ │ │ ├── AbstractBench.java │ │ │ │ ├── BenchGreedyBacktrack.java │ │ │ │ ├── BenchRailsRegs.java │ │ │ │ └── BenchSeveralRegexps.java │ │ │ ├── constants │ │ │ │ ├── MetaChar.java │ │ │ │ ├── SyntaxProperties.java │ │ │ │ └── internal │ │ │ │ │ ├── AnchorType.java │ │ │ │ │ ├── Arguments.java │ │ │ │ │ ├── EncloseType.java │ │ │ │ │ ├── NodeStatus.java │ │ │ │ │ ├── NodeType.java │ │ │ │ │ ├── OPCode.java │ │ │ │ │ ├── OPSize.java │ │ │ │ │ ├── StackPopLevel.java │ │ │ │ │ ├── StackType.java │ │ │ │ │ ├── StringType.java │ │ │ │ │ ├── TargetInfo.java │ │ │ │ │ ├── TokenType.java │ │ │ │ │ └── Traverse.java │ │ │ └── exception │ │ │ │ ├── ErrorMessages.java │ │ │ │ ├── InternalException.java │ │ │ │ ├── JOniException.java │ │ │ │ ├── SyntaxException.java │ │ │ │ └── ValueException.java │ │ │ ├── nanohttpd │ │ │ ├── protocols │ │ │ │ └── http │ │ │ │ │ ├── ClientHandler.java │ │ │ │ │ ├── HTTPSession.java │ │ │ │ │ ├── IHTTPSession.java │ │ │ │ │ ├── NanoHTTPD.java │ │ │ │ │ ├── ServerRunnable.java │ │ │ │ │ ├── content │ │ │ │ │ ├── ContentType.java │ │ │ │ │ ├── Cookie.java │ │ │ │ │ └── CookieHandler.java │ │ │ │ │ ├── request │ │ │ │ │ └── Method.java │ │ │ │ │ ├── response │ │ │ │ │ ├── ChunkedOutputStream.java │ │ │ │ │ ├── IStatus.java │ │ │ │ │ ├── Response.java │ │ │ │ │ └── Status.java │ │ │ │ │ ├── sockets │ │ │ │ │ ├── DefaultServerSocketFactory.java │ │ │ │ │ └── SecureServerSocketFactory.java │ │ │ │ │ ├── tempfiles │ │ │ │ │ ├── DefaultTempFile.java │ │ │ │ │ ├── DefaultTempFileManager.java │ │ │ │ │ ├── DefaultTempFileManagerFactory.java │ │ │ │ │ ├── ITempFile.java │ │ │ │ │ └── ITempFileManager.java │ │ │ │ │ └── threading │ │ │ │ │ ├── DefaultAsyncRunner.java │ │ │ │ │ └── IAsyncRunner.java │ │ │ └── util │ │ │ │ ├── IFactory.java │ │ │ │ ├── IFactoryThrowing.java │ │ │ │ ├── IHandler.java │ │ │ │ └── ServerRunner.java │ │ │ └── xiph │ │ │ └── speex │ │ │ ├── AudioFileWriter.java │ │ │ ├── Bits.java │ │ │ ├── ByteArrayRandomOutputStream.java │ │ │ ├── CbSearch.java │ │ │ ├── Codebook.java │ │ │ ├── Decoder.java │ │ │ ├── Encoder.java │ │ │ ├── Filters.java │ │ │ ├── HighLspQuant.java │ │ │ ├── Inband.java │ │ │ ├── LbrLspQuant.java │ │ │ ├── Lpc.java │ │ │ ├── Lsp.java │ │ │ ├── LspQuant.java │ │ │ ├── Ltp.java │ │ │ ├── Ltp3Tap.java │ │ │ ├── LtpForcedPitch.java │ │ │ ├── Misc.java │ │ │ ├── NbCodec.java │ │ │ ├── NbDecoder.java │ │ │ ├── NbEncoder.java │ │ │ ├── NbLspQuant.java │ │ │ ├── NoiseSearch.java │ │ │ ├── OggCrc.java │ │ │ ├── OggSpeexWriter.java │ │ │ ├── PcmRamWaveWriter.java │ │ │ ├── PcmWaveWriter.java │ │ │ ├── RamWriter.java │ │ │ ├── RawWriter.java │ │ │ ├── SbCodec.java │ │ │ ├── SbDecoder.java │ │ │ ├── SbEncoder.java │ │ │ ├── SpeexDecoder.java │ │ │ ├── SpeexEncoder.java │ │ │ ├── SplitShapeSearch.java │ │ │ ├── Stereo.java │ │ │ ├── SubMode.java │ │ │ ├── VQ.java │ │ │ ├── Vbr.java │ │ │ ├── manyclass │ │ │ ├── JSpeexDec.java │ │ │ └── JSpeexEnc.java │ │ │ └── package.html │ │ ├── res │ │ ├── anim │ │ │ ├── bottom_to_top.xml │ │ │ ├── budong.xml │ │ │ ├── content_in.xml │ │ │ ├── dialog_in.xml │ │ │ ├── dialog_out.xml │ │ │ ├── dp_dialog_enter.xml │ │ │ ├── dp_dialog_exit.xml │ │ │ ├── dp_dialog_exit2.xml │ │ │ ├── history_enter.xml │ │ │ ├── item_animation_fall_down.xml │ │ │ ├── layout_animation_fall_down.xml │ │ │ ├── pop_menu_enter.xml │ │ │ ├── pop_menu_exit.xml │ │ │ └── top_to_bottom.xml │ │ ├── drawable-hdpi │ │ │ ├── card.png │ │ │ ├── card_highlighted.9.png │ │ │ └── ic_clear_black_24dp.xml │ │ ├── drawable-large │ │ │ └── flash_screen.xml │ │ ├── drawable-ldpi │ │ │ ├── drawer_menu_icon_exit.png │ │ │ ├── drawer_menu_icon_setting.png │ │ │ ├── forward.png │ │ │ ├── info.png │ │ │ ├── recess.png │ │ │ ├── toshn.png │ │ │ └── toxia.png │ │ ├── drawable-mdpi │ │ │ └── earth_large.jpg │ │ ├── drawable-v21 │ │ │ ├── abc_edit_text_material.xml │ │ │ ├── abc_ic_ab_back_material_simple_compat.xml │ │ │ ├── color_double_list_bg.xml │ │ │ ├── diag1_selector.xml │ │ │ ├── frame_gradient_bgs.xml │ │ │ ├── fye_dict_selector.xml │ │ │ ├── ic_fullscreen2.xml │ │ │ ├── ic_fullscreen_black_24dp.xml │ │ │ ├── item_selector_circle.xml │ │ │ ├── item_selector_circle1.xml │ │ │ ├── item_selector_zoom_in.xml │ │ │ ├── item_selector_zoom_out.xml │ │ │ ├── listviewselector0.xml │ │ │ ├── listviewselector1.xml │ │ │ ├── listviewselector2.xml │ │ │ ├── listviewselector3.xml │ │ │ ├── neolvbg.xml │ │ │ ├── pin_vec.xml │ │ │ ├── surrtrip1.xml │ │ │ ├── surrtrip2.xml │ │ │ └── txt_tool.xml │ │ ├── drawable-v23 │ │ │ └── humble_background.xml │ │ ├── drawable-v24 │ │ │ └── infinite_history_foreground.xml │ │ ├── drawable-xhdpi-v21 │ │ │ ├── back_ic.xml │ │ │ ├── chevron_left.xml │ │ │ ├── chevron_right.xml │ │ │ ├── ic_close_24dp.xml │ │ │ ├── ic_flag_24dp.xml │ │ │ ├── list_ic.xml │ │ │ ├── star_ic.xml │ │ │ ├── star_ic_solid.xml │ │ │ └── voice_ic.xml │ │ ├── drawable-xhdpi │ │ │ ├── back_ic.png │ │ │ ├── chevron_btm.png │ │ │ ├── chevron_btm1.png │ │ │ ├── chevron_left.png │ │ │ ├── chevron_right.png │ │ │ ├── chevron_up.png │ │ │ ├── chevron_up1.png │ │ │ ├── earth.jpg │ │ │ ├── ic_close_24dp.png │ │ │ ├── list_ic.png │ │ │ ├── star_ic.png │ │ │ ├── star_ic_solid.png │ │ │ └── voice_ic.png │ │ ├── drawable-xxhdpi-v21 │ │ │ ├── done.xml │ │ │ ├── ic_arrow_back_black_24dp.xml │ │ │ ├── ic_arrow_forward_black_24dp.xml │ │ │ ├── ic_folder.xml │ │ │ ├── ic_keyboard_return_black_24dp.xml │ │ │ ├── ic_mode_edit_24dp.xml │ │ │ └── ic_pan_tool_black_24dp.xml │ │ ├── drawable-xxhdpi │ │ │ ├── auto_search_toolbar.png │ │ │ ├── back_toolbar.png │ │ │ ├── close_toobar.png │ │ │ ├── cloud10.png │ │ │ ├── done.png │ │ │ ├── dragneo.png │ │ │ ├── dragneo2.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_keyboard_return_black_24dp.png │ │ │ ├── ic_mode_edit_24dp.png │ │ │ ├── ic_search.png │ │ │ ├── icon_denglu_close.png │ │ │ ├── pinvc.png │ │ │ ├── pinvcoff.png │ │ │ ├── search_toolbar.png │ │ │ ├── split_folder.9.png │ │ │ └── undo_toolbar.png │ │ ├── drawable │ │ │ ├── abc_action_bar_item_background_material_light.xml │ │ │ ├── abc_ic_ab_back_material_simple_compat.png │ │ │ ├── abc_ic_go_search_api_material.xml │ │ │ ├── activated_background_selector.xml │ │ │ ├── bilibili_exporter.xml │ │ │ ├── book_bundle.png │ │ │ ├── book_bundle2.png │ │ │ ├── book_list.png │ │ │ ├── bookmark.png │ │ │ ├── btn_bg.xml │ │ │ ├── btn_bg1.xml │ │ │ ├── check_down.xml │ │ │ ├── check_frame_transparent.xml │ │ │ ├── chevron_backward_framed.png │ │ │ ├── chevron_bottom.xml │ │ │ ├── chevron_bottom2.xml │ │ │ ├── chevron_bottom22.xml │ │ │ ├── chevron_down.xml │ │ │ ├── chevron_forward.xml │ │ │ ├── chevron_grey_bottom22bk.xml │ │ │ ├── chevron_grey_top22bk.xml │ │ │ ├── chevron_recess.xml │ │ │ ├── chevron_right_big.xml │ │ │ ├── chevron_right_framed.png │ │ │ ├── chevron_top.xml │ │ │ ├── chevron_top2.xml │ │ │ ├── chevron_top22.xml │ │ │ ├── chevron_up_1.xml │ │ │ ├── choosed.png │ │ │ ├── circle.xml │ │ │ ├── circle_drag_dot.xml │ │ │ ├── circle_test.xml │ │ │ ├── close_box_outline.xml │ │ │ ├── color_double_list_bg.xml │ │ │ ├── color_sheet.png │ │ │ ├── contentprogressbar.xml │ │ │ ├── cover.png │ │ │ ├── custom_scrollbar_thumb.xml │ │ │ ├── custom_scrollbar_track.xml │ │ │ ├── customize_bars.png │ │ │ ├── customize_colors.png │ │ │ ├── darkmode.png │ │ │ ├── delete.png │ │ │ ├── diag1_selector.xml │ │ │ ├── divider.xml │ │ │ ├── divider1.xml │ │ │ ├── divider2.xml │ │ │ ├── divider3.xml │ │ │ ├── divider4.xml │ │ │ ├── downward.png │ │ │ ├── dragmy4.9.png │ │ │ ├── dragmy6.9.png │ │ │ ├── editor_split.xml │ │ │ ├── fastscroll_thumb.xml │ │ │ ├── favoriteg.png │ │ │ ├── file_pdf_box.xml │ │ │ ├── filter.png │ │ │ ├── flash_screen.xml │ │ │ ├── float_blank.png │ │ │ ├── float_search.png │ │ │ ├── frame.xml │ │ │ ├── frame_blue_btn.xml │ │ │ ├── frame_dt.xml │ │ │ ├── frame_edit_panel.xml │ │ │ ├── frame_gradient_bg.xml │ │ │ ├── frame_gradient_bgs.xml │ │ │ ├── frame_gradient_bgw.xml │ │ │ ├── frame_pop_menu.xml │ │ │ ├── frame_rounded_left.xml │ │ │ ├── frame_rounded_middle.xml │ │ │ ├── frame_rounded_right.xml │ │ │ ├── frame_title_btn_2.xml │ │ │ ├── frame_toast.xml │ │ │ ├── frame_top_rounded_25.xml │ │ │ ├── frame_white_bg.xml │ │ │ ├── framebottom.9.png │ │ │ ├── frametop.9.png │ │ │ ├── framewin.xml │ │ │ ├── framewint.xml │ │ │ ├── fravbg.9.png │ │ │ ├── full_search.png │ │ │ ├── full_search_pressed.png │ │ │ ├── fuzzy_active.xml │ │ │ ├── fuzzy_search.png │ │ │ ├── fuzzy_search_pressed.png │ │ │ ├── fye_dict_selector.xml │ │ │ ├── ghour.png │ │ │ ├── half_round_corner_frame.xml │ │ │ ├── historyg.png │ │ │ ├── humble_background.xml │ │ │ ├── ic_add_black_24dp.xml │ │ │ ├── ic_arrow_forward_black_24dp.png │ │ │ ├── ic_autoplay.xml │ │ │ ├── ic_back_material.xml │ │ │ ├── ic_baseline_360_reverse_24.xml │ │ │ ├── ic_baseline_arrow_back_24.xml │ │ │ ├── ic_baseline_bug_report_24.xml │ │ │ ├── ic_baseline_camera_enhance_24.xml │ │ │ ├── ic_baseline_chat_24.xml │ │ │ ├── ic_baseline_chat_bubble_24.xml │ │ │ ├── ic_baseline_chat_color_24.xml │ │ │ ├── ic_baseline_chat_dot_24.xml │ │ │ ├── ic_baseline_chat_solid_24.xml │ │ │ ├── ic_baseline_clear_24.xml │ │ │ ├── ic_baseline_clear_96.xml │ │ │ ├── ic_baseline_copy_24.xml │ │ │ ├── ic_baseline_crop_24.xml │ │ │ ├── ic_baseline_delete_24.xml │ │ │ ├── ic_baseline_directions_run_24.xml │ │ │ ├── ic_baseline_double_arrow_24.xml │ │ │ ├── ic_baseline_find_in_page_24.xml │ │ │ ├── ic_baseline_folder_open_solid.xml │ │ │ ├── ic_baseline_gamepad_24.xml │ │ │ ├── ic_baseline_help_24.xml │ │ │ ├── ic_baseline_history_24.xml │ │ │ ├── ic_baseline_keyboard_arrow_down_24.xml │ │ │ ├── ic_baseline_keyboard_arrow_right_24.xml │ │ │ ├── ic_baseline_laptop_mac_24.xml │ │ │ ├── ic_baseline_live_help_24.xml │ │ │ ├── ic_baseline_mindmap.xml │ │ │ ├── ic_baseline_minimize_24.xml │ │ │ ├── ic_baseline_my_location_24.xml │ │ │ ├── ic_baseline_nightmode_24.xml │ │ │ ├── ic_baseline_palette_24.xml │ │ │ ├── ic_baseline_paste_24.xml │ │ │ ├── ic_baseline_photo_camera_24.xml │ │ │ ├── ic_baseline_play_arrow_24.xml │ │ │ ├── ic_baseline_qr_code_scanner_24.xml │ │ │ ├── ic_baseline_share_24.xml │ │ │ ├── ic_baseline_signal_cellular_alt_24.xml │ │ │ ├── ic_baseline_text_color_24.xml │ │ │ ├── ic_baseline_torch.xml │ │ │ ├── ic_baseline_torch_handle.xml │ │ │ ├── ic_baseline_torch_light.xml │ │ │ ├── ic_baseline_unfold_less_24.xml │ │ │ ├── ic_baseline_unfold_more_24.xml │ │ │ ├── ic_baseline_wrap_text_24.xml │ │ │ ├── ic_border_color_black_24dp.xml │ │ │ ├── ic_brightness_low_black_24dp.png │ │ │ ├── ic_brightness_low_black_bk.xml │ │ │ ├── ic_btn_multimode.png │ │ │ ├── ic_btn_search.xml │ │ │ ├── ic_btn_siglemode.png │ │ │ ├── ic_card_learn.xml │ │ │ ├── ic_click_popup.xml │ │ │ ├── ic_click_popup1.xml │ │ │ ├── ic_click_popup2.xml │ │ │ ├── ic_click_search.xml │ │ │ ├── ic_close_noti_action.xml │ │ │ ├── ic_comment_black_24dp.xml │ │ │ ├── ic_content_paste_black_24dp.xml │ │ │ ├── ic_darkmode_small.png │ │ │ ├── ic_directions_black_24dp.xml │ │ │ ├── ic_edit_booknotes.xml │ │ │ ├── ic_edit_booknotes_btn.xml │ │ │ ├── ic_error_black_24dp.xml │ │ │ ├── ic_exit_app.xml │ │ │ ├── ic_exit_to_app_grey_24dp.png │ │ │ ├── ic_file_download_black_24dp.xml │ │ │ ├── ic_folder_open_black_24dp.xml │ │ │ ├── ic_fullscreen2_01.xml │ │ │ ├── ic_fullscreen_black_24dp.png │ │ │ ├── ic_fullscreen_black_96dp.xml │ │ │ ├── ic_fulltext_reader.xml │ │ │ ├── ic_g_translate_black_24dp.xml │ │ │ ├── ic_g_translate_white_24dp.xml │ │ │ ├── ic_history_black_24dp.xml │ │ │ ├── ic_image_black_24dp.xml │ │ │ ├── ic_keyboard_arrow_right_black_24dp.xml │ │ │ ├── ic_keyboard_show_24.xml │ │ │ ├── ic_library_books_black_24dp.xml │ │ │ ├── ic_looks_one_black_24dp.xml │ │ │ ├── ic_menu_24dp.xml │ │ │ ├── ic_menu_black_bk.xml │ │ │ ├── ic_menu_drawer_24dp.png │ │ │ ├── ic_menu_grey_bk.xml │ │ │ ├── ic_menu_material.xml │ │ │ ├── ic_menu_round.xml │ │ │ ├── ic_nxt_dict_chevron.png │ │ │ ├── ic_options_toolbox.xml │ │ │ ├── ic_options_toolbox_small.xml │ │ │ ├── ic_outline_settings_24.xml │ │ │ ├── ic_overflow_hor_small.xml │ │ │ ├── ic_overflow_hor_small_white.xml │ │ │ ├── ic_pan_tool_black_24dp.png │ │ │ ├── ic_pause_black_24dp.xml │ │ │ ├── ic_pen.xml │ │ │ ├── ic_peruse.png │ │ │ ├── ic_peruse_pan.png │ │ │ ├── ic_peruse_pan_svg.xml │ │ │ ├── ic_play_arrow_black_24dp.xml │ │ │ ├── ic_prv_dict_chevron.png │ │ │ ├── ic_quci.xml │ │ │ ├── ic_random_shuffle.xml │ │ │ ├── ic_rects.xml │ │ │ ├── ic_refresh_shuffle.xml │ │ │ ├── ic_refresh_shuffle1.xml │ │ │ ├── ic_screen_rotation_black_24dp.xml │ │ │ ├── ic_search_24k.png │ │ │ ├── ic_search_large.xml │ │ │ ├── ic_settings.xml │ │ │ ├── ic_settings_black_24dp.png │ │ │ ├── ic_settings_black_bk.xml │ │ │ ├── ic_settings_noti_action.xml │ │ │ ├── ic_shuffle_black_24dp.png │ │ │ ├── ic_skip_next.xml │ │ │ ├── ic_skip_previous_black_24dp.xml │ │ │ ├── ic_sort.xml │ │ │ ├── ic_sort_black_24dp.xml │ │ │ ├── ic_split_handle.xml │ │ │ ├── ic_squircle.xml │ │ │ ├── ic_substrct_black_24dp.xml │ │ │ ├── ic_swap_horiz_black_24dp.xml │ │ │ ├── ic_swich_landscape_black_22dp.xml │ │ │ ├── ic_swich_landscape_orientation.xml │ │ │ ├── ic_tap_sch.xml │ │ │ ├── ic_tap_sch_black.xml │ │ │ ├── ic_text_selection.xml │ │ │ ├── ic_translate_ts.xml │ │ │ ├── ic_translate_ts_action.xml │ │ │ ├── ic_tune_black_24dp.xml │ │ │ ├── ic_two_column.xml │ │ │ ├── ic_upupup.xml │ │ │ ├── ic_view_carousel_black_24dp.xml │ │ │ ├── ic_view_options.xml │ │ │ ├── ic_web.xml │ │ │ ├── ic_yes_blue.xml │ │ │ ├── icn_viewmode_pref.xml │ │ │ ├── infinite_history_background.xml │ │ │ ├── item_pressed.xml │ │ │ ├── item_pressed_circle.xml │ │ │ ├── item_pressed_circle1.xml │ │ │ ├── item_pressed_circle_cat.xml │ │ │ ├── item_selected.xml │ │ │ ├── item_selector.xml │ │ │ ├── item_selector_circle.xml │ │ │ ├── item_selector_circle1.xml │ │ │ ├── item_selector_zoom_in.xml │ │ │ ├── item_selector_zoom_out.xml │ │ │ ├── linewrap.png │ │ │ ├── linewrapoff.png │ │ │ ├── listviewselector0.xml │ │ │ ├── listviewselector1.xml │ │ │ ├── listviewselector2.xml │ │ │ ├── listviewselector_rect.xml │ │ │ ├── listviewselectortor.xml │ │ │ ├── load_error.xml │ │ │ ├── locked.png │ │ │ ├── long_click_transition.xml │ │ │ ├── menu_backgroud.xml │ │ │ ├── message_left.9.png │ │ │ ├── move.png │ │ │ ├── movec.png │ │ │ ├── peruse_ic.png │ │ │ ├── peruse_ic_on.png │ │ │ ├── perusetoggle.xml │ │ │ ├── perusetoggle2.xml │ │ │ ├── perusetoggle3.xml │ │ │ ├── popup_background.xml │ │ │ ├── popup_background3.xml │ │ │ ├── popup_background3_.xml │ │ │ ├── popup_background3__.xml │ │ │ ├── popup_background3_split.xml │ │ │ ├── popup_background4.xml │ │ │ ├── popup_background4__.xml │ │ │ ├── popup_background5.xml │ │ │ ├── popup_background6.xml │ │ │ ├── popup_background7.xml │ │ │ ├── popup_shadow.9.png │ │ │ ├── progressbar.xml │ │ │ ├── progressbar1.xml │ │ │ ├── progressbar2.xml │ │ │ ├── purpose_bar.xml │ │ │ ├── radio_circle.xml │ │ │ ├── radio_layer.xml │ │ │ ├── radio_ring_hollow.xml │ │ │ ├── radio_ring_unchecked.xml │ │ │ ├── radio_selector.xml │ │ │ ├── round.xml │ │ │ ├── round_corner_card.xml │ │ │ ├── round_corner_card1_1cor.xml │ │ │ ├── round_corner_card1_2cor.xml │ │ │ ├── round_corner_card1_4cor.xml │ │ │ ├── round_corner_dot.xml │ │ │ ├── scan_light.png │ │ │ ├── schpage_settings.xml │ │ │ ├── scrollbar_vertical_thumb.xml │ │ │ ├── scrollbar_vertical_thumb2.xml │ │ │ ├── scrollbar_vertical_track.xml │ │ │ ├── scrollbar_vertical_track2.xml │ │ │ ├── sel_box_outline.xml │ │ │ ├── sel_pin_vc.xml │ │ │ ├── select.png │ │ │ ├── settings.png │ │ │ ├── shadow_dim_bottom.xml │ │ │ ├── shadow_left.png │ │ │ ├── shape1.xml │ │ │ ├── shixian.xml │ │ │ ├── shixian2.xml │ │ │ ├── split_handle.xml │ │ │ ├── star_ic_grey.xml │ │ │ ├── star_ic_solid_framed.xml │ │ │ ├── stardn.png │ │ │ ├── stardn1.png │ │ │ ├── surrtrip1.xml │ │ │ ├── surrtrip2.xml │ │ │ ├── switch_ios_thumb.xml │ │ │ ├── switch_ios_track_off.xml │ │ │ ├── switch_ios_track_on.xml │ │ │ ├── switch_ios_track_selector.xml │ │ │ ├── text_underline.xml │ │ │ ├── text_underline1.xml │ │ │ ├── title_cover.png │ │ │ ├── titlebar.xml │ │ │ ├── toast_background.xml │ │ │ ├── toleft.png │ │ │ ├── toolbardrawable.xml │ │ │ ├── tools_toolbar.png │ │ │ ├── toright.png │ │ │ ├── txt_tool.xml │ │ │ ├── txtdropper.png │ │ │ ├── un_locked.png │ │ │ ├── upward.png │ │ │ ├── ver.png │ │ │ ├── viewpager_locker.xml │ │ │ ├── voice_ic_big.xml │ │ │ ├── xuxian2.xml │ │ │ ├── xuxian2_d.xml │ │ │ ├── xuxian3.xml │ │ │ ├── zoom_in.xml │ │ │ ├── zoom_in_bg.xml │ │ │ ├── zoom_out.xml │ │ │ └── zoom_out_bg.xml │ │ ├── layout-small │ │ │ └── checker2.xml │ │ ├── layout │ │ │ ├── abc_action_menu_item_layout.xml │ │ │ ├── abc_select_dialog_material.xml │ │ │ ├── activity_infinite.xml │ │ │ ├── activity_main.xml │ │ │ ├── activity_main_navi_drawer.xml │ │ │ ├── activity_main_navi_drawer_header.xml │ │ │ ├── activity_main_navi_server_header.xml │ │ │ ├── activity_main_share.xml │ │ │ ├── activity_photo_browser.xml │ │ │ ├── activity_qr.xml │ │ │ ├── adv_sch_bottom.xml │ │ │ ├── anki_progress.xml │ │ │ ├── book_notes_view.xml │ │ │ ├── bottom_favorite_sheet.xml │ │ │ ├── bottom_sound_sheet.xml │ │ │ ├── btn.xml │ │ │ ├── build_index.xml │ │ │ ├── bw_scroll_rect.xml │ │ │ ├── checker.xml │ │ │ ├── checker2.xml │ │ │ ├── checker_item2.xml │ │ │ ├── checker_s.xml │ │ │ ├── circle_checkers_btn_config.xml │ │ │ ├── color_matrix_hue.xml │ │ │ ├── color_matrix_scale.xml │ │ │ ├── contentview.xml │ │ │ ├── contentview_item.xml │ │ │ ├── contentview_item_t.xml │ │ │ ├── create_note_sub_view.xml │ │ │ ├── create_note_view.xml │ │ │ ├── customise_btns.xml │ │ │ ├── db_browser.xml │ │ │ ├── db_card_list_item.xml │ │ │ ├── diag1_fc_list_item.xml │ │ │ ├── dialog_2_tts_fc.xml │ │ │ ├── dialog_about.xml │ │ │ ├── dialog_about_star.xml │ │ │ ├── dialog_move_to_line.xml │ │ │ ├── dialog_move_to_line_d.xml │ │ │ ├── dialog_progress.xml │ │ │ ├── dialog_sure_and_all.xml │ │ │ ├── dict_dsl_handle_main_frame.xml │ │ │ ├── dict_dsl_main.xml │ │ │ ├── dict_dsl_main2.xml │ │ │ ├── dict_manager_dslitem2.xml │ │ │ ├── dict_manager_dslitem3.xml │ │ │ ├── dict_manager_listrow.xml │ │ │ ├── dict_manager_main.xml │ │ │ ├── dict_picker.xml │ │ │ ├── drawer_item0.xml │ │ │ ├── drawer_layout.xml │ │ │ ├── drawer_list_item.xml │ │ │ ├── drawer_settings.xml │ │ │ ├── edittext.xml │ │ │ ├── etsch_recyclerview.xml │ │ │ ├── etsch_tools.xml │ │ │ ├── float_app_stub.xml │ │ │ ├── float_contentview.xml │ │ │ ├── float_contentview_basic.xml │ │ │ ├── float_contentview_basic_outer.xml │ │ │ ├── float_contentview_coord.xml │ │ │ ├── float_main.xml │ │ │ ├── float_tts_basic.xml │ │ │ ├── fye_dict.xml │ │ │ ├── fye_main.xml │ │ │ ├── inifinite_list.xml │ │ │ ├── inifinite_tag_left.xml │ │ │ ├── inifinite_viewpage.xml │ │ │ ├── item_dict_cover.xml │ │ │ ├── list_item3.xml │ │ │ ├── listview_check_select.xml │ │ │ ├── listview_item0.xml │ │ │ ├── listview_item01.xml │ │ │ ├── listview_item01_book_notes.xml │ │ │ ├── listview_item1.xml │ │ │ ├── listview_item2.xml │ │ │ ├── listview_sep.xml │ │ │ ├── main_cute.xml │ │ │ ├── menu_danji_xiugai.xml │ │ │ ├── menu_grid.xml │ │ │ ├── menu_item.xml │ │ │ ├── menu_with_btn_view.xml │ │ │ ├── multiwindow_root.xml │ │ │ ├── night_mode_pane.xml │ │ │ ├── pad_five_dp.xml │ │ │ ├── page_dopt_refresh.xml │ │ │ ├── page_lieshu.xml │ │ │ ├── page_lnk_apply.xml │ │ │ ├── page_lnk_fanyi.xml │ │ │ ├── page_lnk_fanyi1.xml │ │ │ ├── page_nav_util.xml │ │ │ ├── paste_bin_griditem.xml │ │ │ ├── paste_bin_hub.xml │ │ │ ├── pastebin_header.xml │ │ │ ├── photo_pager_view.xml │ │ │ ├── photo_view_pager_page.xml │ │ │ ├── poplist_fanyi_sch.xml │ │ │ ├── poplist_quan_fuzhi.xml │ │ │ ├── poplist_quanzhong_jinxuan.xml │ │ │ ├── poplist_quci_fuzhi.xml │ │ │ ├── poplist_shewei_gouciku.xml │ │ │ ├── popup_list_item.xml │ │ │ ├── popup_more.xml │ │ │ ├── popup_more_tools.xml │ │ │ ├── progressbar_item.xml │ │ │ ├── purpose_bar.xml │ │ │ ├── qu_ci_qi.xml │ │ │ ├── quick_settings_panel.xml │ │ │ ├── search_hints_item.xml │ │ │ ├── search_settings_view.xml │ │ │ ├── search_tools.xml │ │ │ ├── search_view.xml │ │ │ ├── searchbar.xml │ │ │ ├── select_dialog_item_material_bg.xml │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ ├── settings_dumping_dialog.xml │ │ │ ├── share_bottom_dialog.xml │ │ │ ├── share_pick_item.xml │ │ │ ├── share_recycler_item.xml │ │ │ ├── share_targets.xml │ │ │ ├── simple_add_menu.xml │ │ │ ├── simple_column_litem.xml │ │ │ ├── single_tapsch_opt.xml │ │ │ ├── singlechoice.xml │ │ │ ├── singlechoice_my.xml │ │ │ ├── singlechoice_plain.xml │ │ │ ├── singlechoice_two_column.xml │ │ │ ├── singlechoice_w.xml │ │ │ ├── test.xml │ │ │ ├── test_bg.xml │ │ │ ├── test_layout.xml │ │ │ ├── toast.xml │ │ │ ├── toolbar_test.xml │ │ │ ├── translator_cover.xml │ │ │ ├── translator_dlg.xml │ │ │ ├── tts_sound_control.xml │ │ │ └── webview_test.xml │ │ ├── mipmap-anydpi-v26 │ │ │ ├── infinite_history.xml │ │ │ └── infinite_history_round.xml │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ ├── icon_launcher_round.png │ │ │ ├── infinite_history.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ ├── icon_launcher_round.png │ │ │ ├── infinite_history.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── icon_launcher_round.png │ │ │ ├── infinite_history.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-xxhdpi-v24 │ │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── icon_launcher_round.png │ │ │ ├── infinite_history.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── icon_launcher_round.png │ │ │ ├── infinite_history.png │ │ │ └── infinite_history_round.png │ │ ├── raw │ │ │ ├── no_kill.mp3 │ │ │ ├── s.aac │ │ │ ├── s2.aac │ │ │ └── toomuch.aac │ │ ├── values-large │ │ │ ├── dimens.xml │ │ │ └── styles.xml │ │ ├── values-small │ │ │ └── dimens.xml │ │ ├── values-v21 │ │ │ ├── dimens.xml │ │ │ └── styles.xml │ │ ├── values-v27 │ │ │ └── dimens.xml │ │ ├── values-zh-rCN-large │ │ │ └── strings.xml │ │ ├── values-zh-rCN │ │ │ ├── arrays.xml │ │ │ └── strings.xml │ │ ├── values │ │ │ ├── arrays.xml │ │ │ ├── attrs.xml │ │ │ ├── colors.xml │ │ │ ├── dimens.xml │ │ │ ├── ids.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ │ └── xml │ │ │ ├── file_paths.xml │ │ │ ├── menu.xml │ │ │ ├── menu2.xml │ │ │ ├── menu_book_note.xml │ │ │ ├── menu_bottom_nav.xml │ │ │ ├── menu_dbrowser.xml │ │ │ ├── menu_dict_manager.xml │ │ │ ├── menu_dict_manager_bottom.xml │ │ │ ├── menu_float.xml │ │ │ ├── menu_fye.xml │ │ │ ├── menu_popup_content.xml │ │ │ ├── menu_search.xml │ │ │ ├── menu_settings.xml │ │ │ ├── menu_word_map.xml │ │ │ ├── pref_book.xml │ │ │ ├── pref_dev.xml │ │ │ ├── pref_float.xml │ │ │ ├── pref_history.xml │ │ │ ├── pref_licence.xml │ │ │ ├── pref_main.xml │ │ │ ├── pref_misc.xml │ │ │ ├── pref_morecolors.xml │ │ │ ├── pref_multiview.xml │ │ │ ├── pref_nightmode.xml │ │ │ ├── pref_notification.xml │ │ │ ├── pref_redirect.xml │ │ │ ├── pref_tapsch.xml │ │ │ ├── searchpreferences.xml │ │ │ └── serverpreferences.xml │ │ └── resources │ │ └── META-INF │ │ └── services │ │ └── java.nio.charset.spi.CharsetProvider ├── version.properties └── workspace │ ├── remap.bat │ └── remap_debug.bat ├── dependency.gradle ├── donate └── alipay.png ├── file-structure.txt ├── gradle.properties ├── gradle └── wrapper │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── issues.txt ├── local.properties ├── proguard-rules.pro ├── proguard.txt ├── pushall.bat ├── pushgitee.bat ├── readme.md ├── settings.gradle └── todo.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE_四绝协议: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/LICENSE_四绝协议 -------------------------------------------------------------------------------- /PLOD/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/build.gradle -------------------------------------------------------------------------------- /PLOD/lint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/lint.xml -------------------------------------------------------------------------------- /PLOD/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/proguard-project.txt -------------------------------------------------------------------------------- /PLOD/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /PLOD/src/main/assets/.favorites.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/.favorites.json -------------------------------------------------------------------------------- /PLOD/src/main/assets/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/.vscode/settings.json -------------------------------------------------------------------------------- /PLOD/src/main/assets/Etymology online.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Etymology online.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/Hzh.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Hzh.dat -------------------------------------------------------------------------------- /PLOD/src/main/assets/Kasemap.ali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Kasemap.ali -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.editorconfig -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.eslintrc -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.gitattributes -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.gitignore -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.jsbeautifyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.jsbeautifyrc -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/.travis.yml -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/CONTRIBUTING.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/LICENSE -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/README.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/VERSIONS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/VERSIONS.txt -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/bower.json -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/jquery.mark.es6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/jquery.mark.es6.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/jquery.mark.es6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/jquery.mark.es6.min.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/jquery.mark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/jquery.mark.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/jquery.mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/jquery.mark.min.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/mark.es6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/mark.es6.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/mark.es6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/mark.es6.min.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/mark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/mark.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/dist/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/dist/mark.min.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/package.json -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/src/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/src/jquery.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/src/lib/domiterator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/src/lib/domiterator.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/src/lib/mark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/src/lib/mark.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/src/lib/regexpcreator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/src/lib/regexpcreator.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Markjs/src/vanilla.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Markjs/src/vanilla.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/KitPatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/KitPatch.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/MdbR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/MdbR.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/SUBPAGE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/SUBPAGE.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/SocialIntro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/SocialIntro.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/annot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/annot.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/cover.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/css/seekbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/css/seekbar.css -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/expand.svg -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/getAnnots.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/getAnnots.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/joint.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/jquery-1.11.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/jquery-1.11.3.min.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/listview/jquery.mousewheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/listview/jquery.mousewheel.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/listview/seekbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/listview/seekbar.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/mark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/mark.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/markloader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/markloader.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/require.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/require.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/settings.css -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/settings.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/simplepage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/simplepage.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/sin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/sin.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/spring_landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/spring_landscape.jpg -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/subpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/subpage.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/tapSch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/tapSch.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/tools.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/tools.svg -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/tools1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/tools1.svg -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/trans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/trans.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/viewAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/viewAll.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/viewSets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/viewSets.png -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/wordmap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/wordmap.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/MdbR/zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/MdbR/zh.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/Search/autoTip.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PLOD/src/main/assets/Search/testAutoComplete.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Search/testAutoComplete.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/Search/testPaging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/Search/testPaging.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/WantWords 反向词典.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/WantWords 反向词典.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/cleardot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/cleardot.gif -------------------------------------------------------------------------------- /PLOD/src/main/assets/element.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/element.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/erdo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/erdo.js -------------------------------------------------------------------------------- /PLOD/src/main/assets/load.html: -------------------------------------------------------------------------------- 1 |
2 | hello world! 3 |
-------------------------------------------------------------------------------- /PLOD/src/main/assets/m=el_main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/m=el_main -------------------------------------------------------------------------------- /PLOD/src/main/assets/mdict_browser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/mdict_browser.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/pdf.mdd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/pdf.mdd -------------------------------------------------------------------------------- /PLOD/src/main/assets/plate.web: -------------------------------------------------------------------------------- 1 | { 2 | "host": "https://mdbr.web" 3 | } -------------------------------------------------------------------------------- /PLOD/src/main/assets/quanxian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/quanxian.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/rizhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/rizhi.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/rizhi_lite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/rizhi_lite.md -------------------------------------------------------------------------------- /PLOD/src/main/assets/settingsTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/settingsTest.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/supportedLanguages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/supportedLanguages -------------------------------------------------------------------------------- /PLOD/src/main/assets/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/test.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/view.html -------------------------------------------------------------------------------- /PLOD/src/main/assets/vocabulary.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/vocabulary.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/人民网.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/人民网.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/彩云小译.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/彩云小译.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/必应翻译.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/必应翻译.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/无限自由词典.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/无限自由词典.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/有道翻译.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/有道翻译.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/李白全集.0.txt: -------------------------------------------------------------------------------- 1 | \ -------------------------------------------------------------------------------- /PLOD/src/main/assets/李白全集.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/李白全集.mdx -------------------------------------------------------------------------------- /PLOD/src/main/assets/百度新闻.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/百度新闻.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/百度翻译.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/百度翻译.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/维基词典.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/维基词典.web -------------------------------------------------------------------------------- /PLOD/src/main/assets/译.web: -------------------------------------------------------------------------------- 1 | { 2 | "host": "" 3 | } -------------------------------------------------------------------------------- /PLOD/src/main/assets/谷歌翻译.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/assets/谷歌翻译.web -------------------------------------------------------------------------------- /PLOD/src/main/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /PLOD/src/main/cpp/jniMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/cpp/jniMain.cpp -------------------------------------------------------------------------------- /PLOD/src/main/infinite_history-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/infinite_history-playstore.png -------------------------------------------------------------------------------- /PLOD/src/main/java/com/ibm/icu/text/CharsetDetector.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/ibm/icu/text/CharsetDetector.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/ibm/icu/text/CharsetMatch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/ibm/icu/text/CharsetMatch.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/ankislicer/stub.java: -------------------------------------------------------------------------------- 1 | package com.knziha.ankislicer; 2 | 3 | public class stub { 4 | } 5 | -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainDict/CMN.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainDict/CMN.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainDict/Drawer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainDict/Drawer.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainUI/FloatApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainUI/FloatApp.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainUI/FloatBtn.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainUI/FloatBtn.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainUI/MenuGrid.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainUI/MenuGrid.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainUI/TTSHub.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainUI/TTSHub.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/PlainUI/WordMap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/PlainUI/WordMap.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/db/FFDB.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/db/FFDB.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/db/MdxDBHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/db/MdxDBHelper.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/db/SearchUI.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/db/SearchUI.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/dictionary/mdict.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/dictionary/mdict.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/ebook/MobiBook.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/ebook/MobiBook.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/ebook/mobi.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/ebook/mobi.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/plaindict/AU.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/plaindict/AU.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/settings/Misc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/plod/settings/Misc.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/plod/stub.java: -------------------------------------------------------------------------------- 1 | package com.knziha.plod; 2 | 3 | public class stub { 4 | } 5 | -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/polymer/wget/WGet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/polymer/wget/WGet.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/RBTNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/RBTNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/RBTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/RBTree.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/RashMap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/RashMap.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/RashSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/RashSet.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/myAbsCprKey.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/myAbsCprKey.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/rbtree/myDipheCpr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/rbtree/myDipheCpr.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/text/BookNameSpan.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/text/BookNameSpan.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/text/FrameCover.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/text/FrameCover.java -------------------------------------------------------------------------------- /PLOD/src/main/java/com/knziha/text/TagSpan.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/com/knziha/text/TagSpan.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/AbstractEncoding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/AbstractEncoding.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/CaseFoldCodeItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/CaseFoldCodeItem.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/CodeRange.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/CodeRange.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/Config.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/Config.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/Encoding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/Encoding.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/EncodingDB.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/EncodingDB.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/EncodingList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/EncodingList.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/EucEncoding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/EucEncoding.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/ISOEncoding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/ISOEncoding.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/IntHolder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/IntHolder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/ObjPtr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/ObjPtr.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/Ptr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/Ptr.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/spi/Charsets.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/spi/Charsets.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/spi/ISO_8859_16.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/spi/ISO_8859_16.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/transcode/Buffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/transcode/Buffer.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/transcode/EConv.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/transcode/EConv.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/ArrayReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/ArrayReader.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/BytesHash.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/BytesHash.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/Hash.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/Hash.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/IntHash.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/IntHash.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/Macros.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/Macros.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/jcodings/util/ObjHash.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/jcodings/util/ObjHash.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Analyser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Analyser.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ApplyCaseFold.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ApplyCaseFold.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ApplyCaseFoldArg.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ApplyCaseFoldArg.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ArrayCompiler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ArrayCompiler.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/BitSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/BitSet.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/BitStatus.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/BitStatus.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ByteCodeMachine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ByteCodeMachine.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ByteCodePrinter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ByteCodePrinter.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/CaptureTreeNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/CaptureTreeNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/CodeRangeBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/CodeRangeBuffer.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Compiler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Compiler.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Config.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Config.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Lexer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Lexer.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Matcher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Matcher.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/MatcherFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/MatcherFactory.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/MinMaxLen.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/MinMaxLen.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/NameEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/NameEntry.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/NativeMachine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/NativeMachine.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/NodeOptInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/NodeOptInfo.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/OptAnchorInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/OptAnchorInfo.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/OptEnvironment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/OptEnvironment.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/OptExactInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/OptExactInfo.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/OptMapInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/OptMapInfo.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Option.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Option.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Parser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Parser.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Regex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Regex.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Region.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Region.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ScanEnvironment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ScanEnvironment.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ScannerSupport.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ScannerSupport.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Search.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Search.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/StackEntry.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/StackEntry.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/StackMachine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/StackMachine.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Syntax.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Syntax.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/Token.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/Token.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/UnsetAddrList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/UnsetAddrList.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/WarnCallback.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/WarnCallback.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/AnchorNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/AnchorNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/AnyCharNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/AnyCharNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/BackRefNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/BackRefNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/CClassNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/CClassNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/CTypeNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/CTypeNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/CallNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/CallNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/EncloseNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/EncloseNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/ListNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/ListNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/Node.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/Node.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/QuantifierNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/QuantifierNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/StateNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/StateNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/ast/StringNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/ast/StringNode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/bench/AbstractBench.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/bench/AbstractBench.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/bench/BenchRailsRegs.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/bench/BenchRailsRegs.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/joni/constants/MetaChar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/joni/constants/MetaChar.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/nanohttpd/util/IFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/nanohttpd/util/IFactory.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/nanohttpd/util/IHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/nanohttpd/util/IHandler.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Bits.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Bits.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/CbSearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/CbSearch.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Codebook.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Codebook.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Decoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Decoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Encoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Encoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Filters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Filters.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/HighLspQuant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/HighLspQuant.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Inband.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Inband.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/LbrLspQuant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/LbrLspQuant.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Lpc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Lpc.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Lsp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Lsp.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/LspQuant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/LspQuant.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Ltp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Ltp.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Ltp3Tap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Ltp3Tap.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/LtpForcedPitch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/LtpForcedPitch.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Misc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Misc.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/NbCodec.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/NbCodec.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/NbDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/NbDecoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/NbEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/NbEncoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/NbLspQuant.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/NbLspQuant.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/NoiseSearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/NoiseSearch.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/OggCrc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/OggCrc.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/OggSpeexWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/OggSpeexWriter.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/PcmWaveWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/PcmWaveWriter.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/RamWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/RamWriter.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/RawWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/RawWriter.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SbCodec.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SbCodec.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SbDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SbDecoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SbEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SbEncoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SpeexDecoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SpeexDecoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SpeexEncoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SpeexEncoder.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Stereo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Stereo.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/SubMode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/SubMode.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/VQ.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/VQ.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/Vbr.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/Vbr.java -------------------------------------------------------------------------------- /PLOD/src/main/java/org/xiph/speex/package.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/java/org/xiph/speex/package.html -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/bottom_to_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/bottom_to_top.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/budong.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/budong.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/content_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/content_in.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/dialog_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/dialog_in.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/dialog_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/dialog_out.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/dp_dialog_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/dp_dialog_enter.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/dp_dialog_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/dp_dialog_exit.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/dp_dialog_exit2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/dp_dialog_exit2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/history_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/history_enter.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/item_animation_fall_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/item_animation_fall_down.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/layout_animation_fall_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/layout_animation_fall_down.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/pop_menu_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/pop_menu_enter.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/pop_menu_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/pop_menu_exit.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/anim/top_to_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/anim/top_to_bottom.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-hdpi/card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-hdpi/card.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-large/flash_screen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-large/flash_screen.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-ldpi/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-ldpi/forward.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-ldpi/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-ldpi/info.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-ldpi/recess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-ldpi/recess.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-ldpi/toshn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-ldpi/toshn.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-ldpi/toxia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-ldpi/toxia.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-mdpi/earth_large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-mdpi/earth_large.jpg -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/diag1_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/diag1_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/frame_gradient_bgs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/frame_gradient_bgs.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/fye_dict_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/fye_dict_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/ic_fullscreen2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/ic_fullscreen2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/listviewselector0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/listviewselector0.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/listviewselector1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/listviewselector1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/listviewselector2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/listviewselector2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/listviewselector3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/listviewselector3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/neolvbg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/neolvbg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/pin_vec.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/pin_vec.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/surrtrip1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/surrtrip1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/surrtrip2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/surrtrip2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v21/txt_tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v21/txt_tool.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-v23/humble_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-v23/humble_background.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/back_ic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/back_ic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/chevron_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/chevron_left.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/ic_flag_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/ic_flag_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/list_ic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/list_ic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/star_ic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/star_ic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi-v21/voice_ic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi-v21/voice_ic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/back_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/back_ic.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_btm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_btm.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_btm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_btm1.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_left.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_right.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_up.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/chevron_up1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/chevron_up1.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/earth.jpg -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/ic_close_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/ic_close_24dp.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/list_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/list_ic.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/star_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/star_ic.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/star_ic_solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/star_ic_solid.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xhdpi/voice_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xhdpi/voice_ic.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi-v21/done.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi-v21/done.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi-v21/ic_folder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi-v21/ic_folder.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/back_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/back_toolbar.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/close_toobar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/close_toobar.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/cloud10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/cloud10.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/done.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/dragneo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/dragneo.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/dragneo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/dragneo2.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/ic_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/ic_folder.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/ic_search.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/pinvc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/pinvc.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/pinvcoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/pinvcoff.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/search_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/search_toolbar.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/split_folder.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/split_folder.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable-xxhdpi/undo_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable-xxhdpi/undo_toolbar.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/bilibili_exporter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/bilibili_exporter.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/book_bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/book_bundle.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/book_bundle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/book_bundle2.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/book_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/book_list.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/bookmark.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/btn_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/btn_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/btn_bg1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/btn_bg1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/check_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/check_down.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_bottom.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_bottom2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_bottom2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_bottom22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_bottom22.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_down.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_forward.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_forward.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_grey_top22bk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_grey_top22bk.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_recess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_recess.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_right_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_right_big.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_right_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_right_framed.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_top.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_top2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_top2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_top22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_top22.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/chevron_up_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/chevron_up_1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/choosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/choosed.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/circle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/circle_drag_dot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/circle_drag_dot.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/circle_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/circle_test.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/close_box_outline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/close_box_outline.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/color_double_list_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/color_double_list_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/color_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/color_sheet.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/contentprogressbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/contentprogressbar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/cover.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/custom_scrollbar_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/custom_scrollbar_thumb.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/custom_scrollbar_track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/custom_scrollbar_track.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/customize_bars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/customize_bars.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/customize_colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/customize_colors.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/darkmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/darkmode.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/delete.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/diag1_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/diag1_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/divider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/divider.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/divider1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/divider1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/divider2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/divider2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/divider3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/divider3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/divider4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/divider4.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/downward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/downward.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/dragmy4.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/dragmy4.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/dragmy6.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/dragmy6.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/editor_split.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/editor_split.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fastscroll_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fastscroll_thumb.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/favoriteg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/favoriteg.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/file_pdf_box.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/file_pdf_box.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/filter.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/flash_screen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/flash_screen.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/float_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/float_blank.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/float_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/float_search.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_blue_btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_blue_btn.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_dt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_dt.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_edit_panel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_edit_panel.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_gradient_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_gradient_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_gradient_bgs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_gradient_bgs.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_gradient_bgw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_gradient_bgw.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_pop_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_pop_menu.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_rounded_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_rounded_left.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_rounded_middle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_rounded_middle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_rounded_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_rounded_right.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_title_btn_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_title_btn_2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_toast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_toast.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_top_rounded_25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_top_rounded_25.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frame_white_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frame_white_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/framebottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/framebottom.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/frametop.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/frametop.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/framewin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/framewin.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/framewint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/framewint.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fravbg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fravbg.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/full_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/full_search.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/full_search_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/full_search_pressed.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fuzzy_active.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fuzzy_active.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fuzzy_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fuzzy_search.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fuzzy_search_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fuzzy_search_pressed.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/fye_dict_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/fye_dict_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ghour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ghour.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/historyg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/historyg.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/humble_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/humble_background.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_add_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_add_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_autoplay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_autoplay.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_back_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_back_material.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_chat_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_chat_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_clear_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_clear_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_clear_96.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_clear_96.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_copy_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_copy_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_crop_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_crop_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_delete_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_delete_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_gamepad_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_gamepad_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_help_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_help_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_history_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_history_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_mindmap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_mindmap.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_palette_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_palette_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_paste_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_paste_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_share_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_share_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_baseline_torch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_baseline_torch.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_btn_multimode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_btn_multimode.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_btn_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_btn_search.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_btn_siglemode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_btn_siglemode.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_card_learn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_card_learn.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_click_popup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_click_popup.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_click_popup1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_click_popup1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_click_popup2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_click_popup2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_click_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_click_search.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_close_noti_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_close_noti_action.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_comment_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_comment_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_darkmode_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_darkmode_small.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_edit_booknotes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_edit_booknotes.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_edit_booknotes_btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_edit_booknotes_btn.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_error_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_error_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_exit_app.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_exit_app.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_fullscreen2_01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_fullscreen2_01.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_fulltext_reader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_fulltext_reader.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_history_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_history_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_image_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_image_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_keyboard_show_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_keyboard_show_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_black_bk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_black_bk.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_drawer_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_drawer_24dp.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_grey_bk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_grey_bk.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_material.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_menu_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_menu_round.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_nxt_dict_chevron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_nxt_dict_chevron.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_options_toolbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_options_toolbox.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_outline_settings_24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_outline_settings_24.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_overflow_hor_small.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_overflow_hor_small.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_pan_tool_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_pan_tool_black_24dp.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_pause_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_pause_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_pen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_pen.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_peruse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_peruse.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_peruse_pan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_peruse_pan.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_peruse_pan_svg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_peruse_pan_svg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_prv_dict_chevron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_prv_dict_chevron.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_quci.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_quci.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_random_shuffle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_random_shuffle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_rects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_rects.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_refresh_shuffle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_refresh_shuffle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_refresh_shuffle1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_refresh_shuffle1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_search_24k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_search_24k.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_search_large.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_search_large.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_settings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_settings_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_settings_black_24dp.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_settings_black_bk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_settings_black_bk.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_shuffle_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_shuffle_black_24dp.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_skip_next.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_skip_next.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_sort.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_sort.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_sort_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_sort_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_split_handle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_split_handle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_squircle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_squircle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_substrct_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_substrct_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_tap_sch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_tap_sch.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_tap_sch_black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_tap_sch_black.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_text_selection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_text_selection.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_translate_ts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_translate_ts.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_translate_ts_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_translate_ts_action.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_tune_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_tune_black_24dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_two_column.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_two_column.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_upupup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_upupup.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_view_options.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_view_options.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_web.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ic_yes_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ic_yes_blue.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/icn_viewmode_pref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/icn_viewmode_pref.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_pressed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_pressed.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_pressed_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_pressed_circle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_pressed_circle1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_pressed_circle1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selected.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selector_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selector_circle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selector_circle1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selector_circle1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selector_zoom_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selector_zoom_in.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/item_selector_zoom_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/item_selector_zoom_out.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/linewrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/linewrap.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/linewrapoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/linewrapoff.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/listviewselector0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/listviewselector0.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/listviewselector1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/listviewselector1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/listviewselector2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/listviewselector2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/listviewselector_rect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/listviewselector_rect.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/listviewselectortor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/listviewselectortor.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/load_error.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/load_error.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/locked.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/long_click_transition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/long_click_transition.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/menu_backgroud.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/menu_backgroud.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/message_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/message_left.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/move.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/movec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/movec.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/peruse_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/peruse_ic.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/peruse_ic_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/peruse_ic_on.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/perusetoggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/perusetoggle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/perusetoggle2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/perusetoggle2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/perusetoggle3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/perusetoggle3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background3_.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background3_.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background3__.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background3__.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background4.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background4__.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background4__.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background5.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background6.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_background7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_background7.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/popup_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/popup_shadow.9.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/progressbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/progressbar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/progressbar1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/progressbar1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/progressbar2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/progressbar2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/purpose_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/purpose_bar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/radio_circle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/radio_circle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/radio_layer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/radio_layer.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/radio_ring_hollow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/radio_ring_hollow.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/radio_ring_unchecked.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/radio_ring_unchecked.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/radio_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/radio_selector.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/round.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/round_corner_card.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/round_corner_card.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/round_corner_dot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/round_corner_dot.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/scan_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/scan_light.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/schpage_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/schpage_settings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/sel_box_outline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/sel_box_outline.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/sel_pin_vc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/sel_pin_vc.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/select.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/settings.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/shadow_dim_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/shadow_dim_bottom.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/shadow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/shadow_left.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/shape1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/shape1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/shixian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/shixian.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/shixian2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/shixian2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/split_handle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/split_handle.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/star_ic_grey.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/star_ic_grey.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/star_ic_solid_framed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/star_ic_solid_framed.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/stardn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/stardn.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/stardn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/stardn1.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/surrtrip1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/surrtrip1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/surrtrip2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/surrtrip2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/switch_ios_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/switch_ios_thumb.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/switch_ios_track_off.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/switch_ios_track_off.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/switch_ios_track_on.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/switch_ios_track_on.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/text_underline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/text_underline.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/text_underline1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/text_underline1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/title_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/title_cover.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/titlebar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/titlebar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/toast_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/toast_background.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/toleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/toleft.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/toolbardrawable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/toolbardrawable.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/tools_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/tools_toolbar.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/toright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/toright.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/txt_tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/txt_tool.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/txtdropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/txtdropper.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/un_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/un_locked.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/upward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/upward.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/ver.png -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/viewpager_locker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/viewpager_locker.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/voice_ic_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/voice_ic_big.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/xuxian2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/xuxian2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/xuxian2_d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/xuxian2_d.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/xuxian3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/xuxian3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/zoom_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/zoom_in.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/zoom_in_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/zoom_in_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/zoom_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/zoom_out.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/drawable/zoom_out_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/drawable/zoom_out_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout-small/checker2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout-small/checker2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/activity_infinite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/activity_infinite.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/activity_main_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/activity_main_share.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/activity_photo_browser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/activity_photo_browser.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/activity_qr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/activity_qr.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/adv_sch_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/adv_sch_bottom.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/anki_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/anki_progress.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/book_notes_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/book_notes_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/bottom_favorite_sheet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/bottom_favorite_sheet.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/bottom_sound_sheet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/bottom_sound_sheet.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/btn.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/build_index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/build_index.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/bw_scroll_rect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/bw_scroll_rect.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/checker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/checker.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/checker2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/checker2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/checker_item2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/checker_item2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/checker_s.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/checker_s.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/color_matrix_hue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/color_matrix_hue.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/color_matrix_scale.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/color_matrix_scale.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/contentview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/contentview.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/contentview_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/contentview_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/contentview_item_t.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/contentview_item_t.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/create_note_sub_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/create_note_sub_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/create_note_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/create_note_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/customise_btns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/customise_btns.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/db_browser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/db_browser.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/db_card_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/db_card_list_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/diag1_fc_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/diag1_fc_list_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_2_tts_fc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_2_tts_fc.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_about.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_about.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_about_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_about_star.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_move_to_line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_move_to_line.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_move_to_line_d.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_move_to_line_d.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_progress.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dialog_sure_and_all.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dialog_sure_and_all.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_dsl_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_dsl_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_dsl_main2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_dsl_main2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_manager_dslitem2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_manager_dslitem2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_manager_dslitem3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_manager_dslitem3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_manager_listrow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_manager_listrow.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_manager_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_manager_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/dict_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/dict_picker.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/drawer_item0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/drawer_item0.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/drawer_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/drawer_layout.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/drawer_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/drawer_list_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/drawer_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/drawer_settings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/edittext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/edittext.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/etsch_recyclerview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/etsch_recyclerview.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/etsch_tools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/etsch_tools.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_app_stub.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_app_stub.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_contentview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_contentview.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_contentview_basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_contentview_basic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_contentview_coord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_contentview_coord.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/float_tts_basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/float_tts_basic.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/fye_dict.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/fye_dict.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/fye_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/fye_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/inifinite_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/inifinite_list.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/inifinite_tag_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/inifinite_tag_left.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/inifinite_viewpage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/inifinite_viewpage.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/item_dict_cover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/item_dict_cover.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/list_item3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/list_item3.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_check_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_check_select.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_item0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_item0.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_item01.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_item01.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_item1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_item1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_item2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_item2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/listview_sep.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/listview_sep.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/main_cute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/main_cute.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/menu_danji_xiugai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/menu_danji_xiugai.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/menu_grid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/menu_grid.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/menu_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/menu_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/menu_with_btn_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/menu_with_btn_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/multiwindow_root.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/multiwindow_root.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/night_mode_pane.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/night_mode_pane.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/pad_five_dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/pad_five_dp.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_dopt_refresh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_dopt_refresh.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_lieshu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_lieshu.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_lnk_apply.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_lnk_apply.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_lnk_fanyi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_lnk_fanyi.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_lnk_fanyi1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_lnk_fanyi1.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/page_nav_util.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/page_nav_util.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/paste_bin_griditem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/paste_bin_griditem.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/paste_bin_hub.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/paste_bin_hub.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/pastebin_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/pastebin_header.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/photo_pager_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/photo_pager_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/photo_view_pager_page.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/photo_view_pager_page.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/poplist_fanyi_sch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/poplist_fanyi_sch.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/poplist_quan_fuzhi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/poplist_quan_fuzhi.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/poplist_quci_fuzhi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/poplist_quci_fuzhi.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/poplist_shewei_gouciku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/poplist_shewei_gouciku.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/popup_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/popup_list_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/popup_more.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/popup_more.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/popup_more_tools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/popup_more_tools.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/progressbar_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/progressbar_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/purpose_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/purpose_bar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/qu_ci_qi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/qu_ci_qi.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/quick_settings_panel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/quick_settings_panel.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/search_hints_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/search_hints_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/search_settings_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/search_settings_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/search_tools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/search_tools.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/search_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/search_view.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/searchbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/searchbar.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/settings_dumping_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/settings_dumping_dialog.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/share_bottom_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/share_bottom_dialog.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/share_pick_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/share_pick_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/share_recycler_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/share_recycler_item.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/share_targets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/share_targets.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/simple_add_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/simple_add_menu.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/simple_column_litem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/simple_column_litem.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/single_tapsch_opt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/single_tapsch_opt.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/singlechoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/singlechoice.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/singlechoice_my.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/singlechoice_my.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/singlechoice_plain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/singlechoice_plain.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/singlechoice_two_column.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/singlechoice_two_column.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/singlechoice_w.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/singlechoice_w.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/test.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/test_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/test_bg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/test_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/test_layout.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/toast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/toast.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/toolbar_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/toolbar_test.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/translator_cover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/translator_cover.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/translator_dlg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/translator_dlg.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/tts_sound_control.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/tts_sound_control.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/layout/webview_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/layout/webview_test.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-hdpi/icon_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-hdpi/icon_launcher_round.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-hdpi/infinite_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-hdpi/infinite_history.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-mdpi/icon_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-mdpi/icon_launcher_round.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-mdpi/infinite_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-mdpi/infinite_history.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xhdpi/infinite_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xhdpi/infinite_history.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xxhdpi-v24/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xxhdpi-v24/ic_launcher.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xxhdpi/infinite_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xxhdpi/infinite_history.png -------------------------------------------------------------------------------- /PLOD/src/main/res/mipmap-xxxhdpi/infinite_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/mipmap-xxxhdpi/infinite_history.png -------------------------------------------------------------------------------- /PLOD/src/main/res/raw/no_kill.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/raw/no_kill.mp3 -------------------------------------------------------------------------------- /PLOD/src/main/res/raw/s.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/raw/s.aac -------------------------------------------------------------------------------- /PLOD/src/main/res/raw/s2.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/raw/s2.aac -------------------------------------------------------------------------------- /PLOD/src/main/res/raw/toomuch.aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/raw/toomuch.aac -------------------------------------------------------------------------------- /PLOD/src/main/res/values-large/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-large/dimens.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-large/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-large/styles.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-small/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-small/dimens.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-v21/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-v21/dimens.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-v21/styles.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-v27/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-v27/dimens.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-zh-rCN-large/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-zh-rCN-large/strings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-zh-rCN/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-zh-rCN/arrays.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/arrays.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/attrs.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/ids.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/file_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/file_paths.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu2.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_book_note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_book_note.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_bottom_nav.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_bottom_nav.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_dbrowser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_dbrowser.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_dict_manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_dict_manager.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_dict_manager_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_dict_manager_bottom.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_float.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_float.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_fye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_fye.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_popup_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_popup_content.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_search.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_settings.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/menu_word_map.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/menu_word_map.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_book.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_book.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_dev.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_dev.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_float.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_float.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_history.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_history.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_licence.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_licence.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_main.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_misc.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_morecolors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_morecolors.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_multiview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_multiview.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_nightmode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_nightmode.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_notification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_notification.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_redirect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_redirect.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/pref_tapsch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/pref_tapsch.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/searchpreferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/searchpreferences.xml -------------------------------------------------------------------------------- /PLOD/src/main/res/xml/serverpreferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/src/main/res/xml/serverpreferences.xml -------------------------------------------------------------------------------- /PLOD/src/main/resources/META-INF/services/java.nio.charset.spi.CharsetProvider: -------------------------------------------------------------------------------- 1 | org.jcodings.spi.Charsets -------------------------------------------------------------------------------- /PLOD/version.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/version.properties -------------------------------------------------------------------------------- /PLOD/workspace/remap.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/workspace/remap.bat -------------------------------------------------------------------------------- /PLOD/workspace/remap_debug.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/PLOD/workspace/remap_debug.bat -------------------------------------------------------------------------------- /dependency.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/dependency.gradle -------------------------------------------------------------------------------- /donate/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/donate/alipay.png -------------------------------------------------------------------------------- /file-structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/file-structure.txt -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/gradlew.bat -------------------------------------------------------------------------------- /issues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/issues.txt -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/local.properties -------------------------------------------------------------------------------- /proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/proguard-rules.pro -------------------------------------------------------------------------------- /proguard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/proguard.txt -------------------------------------------------------------------------------- /pushall.bat: -------------------------------------------------------------------------------- 1 | git push origin --all 2 | pause -------------------------------------------------------------------------------- /pushgitee.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/pushgitee.bat -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/readme.md -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':PLOD' 2 | 3 | -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnIfER/PlainDictionaryAPP/HEAD/todo.txt --------------------------------------------------------------------------------