├── PLOD ├── src │ └── main │ │ ├── assets │ │ ├── 李白全集.0.txt │ │ ├── Search │ │ │ └── autoTip.js │ │ ├── 译.web │ │ ├── load.html │ │ ├── plate.web │ │ ├── pdf.mdd │ │ ├── 李白全集.mdx │ │ ├── MdbR │ │ │ ├── sin.png │ │ │ ├── MdbR.png │ │ │ ├── cover.png │ │ │ ├── joint.png │ │ │ ├── tools.png │ │ │ ├── viewAll.png │ │ │ ├── viewSets.png │ │ │ ├── spring_landscape.jpg │ │ │ ├── expand.svg │ │ │ └── getAnnots.js │ │ ├── cleardot.gif │ │ ├── Markjs │ │ │ ├── .travis.yml │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ ├── .editorconfig │ │ │ ├── VERSIONS.txt │ │ │ ├── .gitignore │ │ │ └── src │ │ │ │ ├── jquery.js │ │ │ │ └── vanilla.js │ │ ├── 人民网.web │ │ ├── .vscode │ │ │ └── settings.json │ │ ├── .favorites.json │ │ ├── Etymology online.web │ │ ├── 百度新闻.web │ │ ├── 无限自由词典.web │ │ ├── test.html │ │ └── 有道翻译.web │ │ ├── resources │ │ └── META-INF │ │ │ └── services │ │ │ └── java.nio.charset.spi.CharsetProvider │ │ ├── java │ │ ├── com │ │ │ └── knziha │ │ │ │ ├── plod │ │ │ │ ├── stub.java │ │ │ │ ├── dictionary │ │ │ │ │ ├── Utils │ │ │ │ │ │ ├── F1ag.java │ │ │ │ │ │ ├── FIag.java │ │ │ │ │ │ ├── GetIndexedString.java │ │ │ │ │ │ ├── GetIndexedInteger.java │ │ │ │ │ │ ├── MyPair.java │ │ │ │ │ │ ├── Bag.java │ │ │ │ │ │ ├── clag.java │ │ │ │ │ │ ├── blag.java │ │ │ │ │ │ ├── IntStr.java │ │ │ │ │ │ ├── StrId.java │ │ │ │ │ │ ├── Flag.java │ │ │ │ │ │ ├── MyIntPair.java │ │ │ │ │ │ ├── BSI.java │ │ │ │ │ │ └── ClosedInputStream.java │ │ │ │ │ ├── GetRecordAtInterceptor.java │ │ │ │ │ └── SearchResultBean.java │ │ │ │ ├── dictionarymodels │ │ │ │ │ ├── SearchType.java │ │ │ │ │ ├── mngr_presenter_nonexist.java │ │ │ │ │ ├── ScrollerRecord.java │ │ │ │ │ └── mngr_mdictRes_prempter.java │ │ │ │ ├── widgets │ │ │ │ │ ├── APPSettingsActivity.java │ │ │ │ │ ├── OnScrollChangedListener.java │ │ │ │ │ ├── MultiplexLongClicker.java │ │ │ │ │ └── SplitPadView.java │ │ │ │ ├── dictionarymanager │ │ │ │ │ └── files │ │ │ │ │ │ ├── IntegerSingleton.java │ │ │ │ │ │ ├── BooleanSingleton.java │ │ │ │ │ │ ├── SparseArrayMap.java │ │ │ │ │ │ └── SparseArrayIntMap.java │ │ │ │ ├── plaindict │ │ │ │ │ ├── UpdateHelper.java │ │ │ │ │ ├── UpgradeHelper.java │ │ │ │ │ └── 暂未实现帮助类.java │ │ │ │ ├── PlainDict │ │ │ │ │ ├── Constants.java │ │ │ │ │ ├── BaseHandler.java │ │ │ │ │ └── OptionProcessor.java │ │ │ │ ├── ArrayList │ │ │ │ │ └── LongArray.java │ │ │ │ ├── settings │ │ │ │ │ ├── Misc_exit_dialog.java │ │ │ │ │ └── Licences.java │ │ │ │ ├── PlainUI │ │ │ │ │ ├── FrameLayoutmy.java │ │ │ │ │ ├── ScreenConfig.java │ │ │ │ │ └── WeakReferenceHelper.java │ │ │ │ ├── slideshow │ │ │ │ │ ├── MddPic.java │ │ │ │ │ ├── MddPicSignature.java │ │ │ │ │ └── PdfPicSignature.java │ │ │ │ └── searchtasks │ │ │ │ │ └── AsyncTaskWrapper.java │ │ │ │ ├── ankislicer │ │ │ │ └── stub.java │ │ │ │ ├── rbtree │ │ │ │ ├── InOrderTodoAble.java │ │ │ │ ├── myAbsCprKey.java │ │ │ │ ├── myDipheCpr.java │ │ │ │ └── additiveMyCpr.java │ │ │ │ └── polymer │ │ │ │ └── wget │ │ │ │ └── info │ │ │ │ └── ex │ │ │ │ ├── DownloadRetry.java │ │ │ │ ├── DownloadError.java │ │ │ │ ├── DownloadIOCodeError.java │ │ │ │ ├── DownloadIOError.java │ │ │ │ ├── DownloadInterruptedError.java │ │ │ │ └── DownloadMultipartError.java │ │ └── org │ │ │ ├── joni │ │ │ └── bench │ │ │ │ └── BenchGreedyBacktrack.java │ │ │ └── xiph │ │ │ └── speex │ │ │ └── package.html │ │ ├── res │ │ ├── raw │ │ │ ├── s.aac │ │ │ ├── s2.aac │ │ │ ├── no_kill.mp3 │ │ │ └── toomuch.aac │ │ ├── values-v27 │ │ │ └── dimens.xml │ │ ├── values-v21 │ │ │ ├── dimens.xml │ │ │ └── styles.xml │ │ ├── drawable │ │ │ ├── cover.png │ │ │ ├── ghour.png │ │ │ ├── move.png │ │ │ ├── movec.png │ │ │ ├── ver.png │ │ │ ├── choosed.png │ │ │ ├── delete.png │ │ │ ├── filter.png │ │ │ ├── locked.png │ │ │ ├── select.png │ │ │ ├── stardn.png │ │ │ ├── stardn1.png │ │ │ ├── toleft.png │ │ │ ├── toright.png │ │ │ ├── upward.png │ │ │ ├── book_list.png │ │ │ ├── bookmark.png │ │ │ ├── darkmode.png │ │ │ ├── downward.png │ │ │ ├── dragmy4.9.png │ │ │ ├── dragmy6.9.png │ │ │ ├── favoriteg.png │ │ │ ├── frametop.9.png │ │ │ ├── fravbg.9.png │ │ │ ├── historyg.png │ │ │ ├── ic_peruse.png │ │ │ ├── linewrap.png │ │ │ ├── peruse_ic.png │ │ │ ├── scan_light.png │ │ │ ├── settings.png │ │ │ ├── txtdropper.png │ │ │ ├── un_locked.png │ │ │ ├── book_bundle.png │ │ │ ├── book_bundle2.png │ │ │ ├── color_sheet.png │ │ │ ├── float_blank.png │ │ │ ├── float_search.png │ │ │ ├── full_search.png │ │ │ ├── fuzzy_search.png │ │ │ ├── linewrapoff.png │ │ │ ├── peruse_ic_on.png │ │ │ ├── shadow_left.png │ │ │ ├── title_cover.png │ │ │ ├── customize_bars.png │ │ │ ├── framebottom.9.png │ │ │ ├── ic_peruse_pan.png │ │ │ ├── ic_search_24k.png │ │ │ ├── message_left.9.png │ │ │ ├── popup_shadow.9.png │ │ │ ├── tools_toolbar.png │ │ │ ├── customize_colors.png │ │ │ ├── ic_btn_multimode.png │ │ │ ├── ic_btn_siglemode.png │ │ │ ├── ic_darkmode_small.png │ │ │ ├── chevron_right_framed.png │ │ │ ├── full_search_pressed.png │ │ │ ├── fuzzy_search_pressed.png │ │ │ ├── ic_menu_drawer_24dp.png │ │ │ ├── ic_nxt_dict_chevron.png │ │ │ ├── ic_prv_dict_chevron.png │ │ │ ├── ic_pan_tool_black_24dp.png │ │ │ ├── ic_settings_black_24dp.png │ │ │ ├── ic_shuffle_black_24dp.png │ │ │ ├── chevron_backward_framed.png │ │ │ ├── ic_exit_to_app_grey_24dp.png │ │ │ ├── ic_fullscreen_black_24dp.png │ │ │ ├── ic_arrow_forward_black_24dp.png │ │ │ ├── color_double_list_bg.xml │ │ │ ├── ic_brightness_low_black_24dp.png │ │ │ ├── abc_ic_ab_back_material_simple_compat.png │ │ │ ├── fye_dict_selector.xml │ │ │ ├── scrollbar_vertical_track.xml │ │ │ ├── ic_baseline_torch.xml │ │ │ ├── scrollbar_vertical_thumb2.xml │ │ │ ├── scrollbar_vertical_track2.xml │ │ │ ├── scrollbar_vertical_thumb.xml │ │ │ ├── toast_background.xml │ │ │ ├── frame_gradient_bg.xml │ │ │ ├── frame_gradient_bgw.xml │ │ │ ├── shadow_dim_bottom.xml │ │ │ ├── divider4.xml │ │ │ ├── listviewselectortor.xml │ │ │ ├── radio_layer.xml │ │ │ ├── divider.xml │ │ │ ├── divider2.xml │ │ │ ├── divider3.xml │ │ │ ├── switch_ios_track_off.xml │ │ │ ├── divider1.xml │ │ │ ├── frame_blue_btn.xml │ │ │ ├── item_pressed.xml │ │ │ ├── item_selected.xml │ │ │ ├── long_click_transition.xml │ │ │ ├── switch_ios_track_on.xml │ │ │ ├── sel_pin_vc.xml │ │ │ ├── ic_baseline_minimize_24.xml │ │ │ ├── radio_selector.xml │ │ │ ├── flash_screen.xml │ │ │ ├── shixian.xml │ │ │ ├── viewpager_locker.xml │ │ │ ├── circle_test.xml │ │ │ ├── custom_scrollbar_track.xml │ │ │ ├── shixian2.xml │ │ │ ├── fastscroll_thumb.xml │ │ │ ├── ic_looks_one_black_24dp.xml │ │ │ ├── btn_bg.xml │ │ │ ├── txt_tool.xml │ │ │ ├── ic_play_arrow_black_24dp.xml │ │ │ ├── ic_yes_blue.xml │ │ │ ├── custom_scrollbar_thumb.xml │ │ │ ├── frame_toast.xml │ │ │ ├── ic_autoplay.xml │ │ │ ├── menu_backgroud.xml │ │ │ ├── ic_baseline_play_arrow_24.xml │ │ │ ├── ic_baseline_signal_cellular_alt_24.xml │ │ │ ├── ic_skip_next.xml │ │ │ ├── check_frame_transparent.xml │ │ │ ├── chevron_top.xml │ │ │ ├── surrtrip1.xml │ │ │ ├── surrtrip2.xml │ │ │ ├── switch_ios_track_selector.xml │ │ │ ├── chevron_bottom.xml │ │ │ ├── ic_baseline_torch_handle.xml │ │ │ ├── ic_pause_black_24dp.xml │ │ │ ├── round.xml │ │ │ ├── diag1_selector.xml │ │ │ ├── frame_pop_menu.xml │ │ │ ├── ic_skip_previous_black_24dp.xml │ │ │ ├── listviewselector0.xml │ │ │ ├── listviewselector2.xml │ │ │ ├── ic_baseline_double_arrow_24.xml │ │ │ ├── frame.xml │ │ │ ├── ic_menu_black_bk.xml │ │ │ ├── ic_sort_black_24dp.xml │ │ │ ├── listviewselector1.xml │ │ │ ├── listviewselector_rect.xml │ │ │ ├── popup_background4__.xml │ │ │ ├── chevron_bottom2.xml │ │ │ ├── chevron_top2.xml │ │ │ ├── ic_baseline_delete_24.xml │ │ │ ├── ic_substrct_black_24dp.xml │ │ │ ├── popup_background3_.xml │ │ │ ├── btn_bg1.xml │ │ │ ├── check_down.xml │ │ │ ├── ic_baseline_keyboard_arrow_down_24.xml │ │ │ ├── ic_baseline_mindmap.xml │ │ │ ├── round_corner_card.xml │ │ │ ├── toolbardrawable.xml │ │ │ ├── framewin.xml │ │ │ ├── popup_background7.xml │ │ │ ├── chevron_right_big.xml │ │ │ ├── circle.xml │ │ │ ├── frame_title_btn_2.xml │ │ │ ├── popup_background3.xml │ │ │ ├── popup_background3__.xml │ │ │ ├── round_corner_card1_4cor.xml │ │ │ ├── humble_background.xml │ │ │ ├── ic_baseline_arrow_back_24.xml │ │ │ ├── ic_baseline_chat_bubble_24.xml │ │ │ ├── ic_swap_horiz_black_24dp.xml │ │ │ ├── chevron_top22.xml │ │ │ ├── frame_dt.xml │ │ │ ├── radio_circle.xml │ │ │ ├── radio_ring_hollow.xml │ │ │ ├── ic_add_black_24dp.xml │ │ │ ├── radio_ring_unchecked.xml │ │ │ ├── switch_ios_thumb.xml │ │ │ ├── xuxian2.xml │ │ │ ├── xuxian2_d.xml │ │ │ ├── xuxian3.xml │ │ │ ├── chevron_bottom22.xml │ │ │ ├── ic_baseline_chat_solid_24.xml │ │ │ ├── ic_close_noti_action.xml │ │ │ ├── popup_background3_split.xml │ │ │ ├── titlebar.xml │ │ │ ├── frame_edit_panel.xml │ │ │ ├── ic_baseline_crop_24.xml │ │ │ ├── ic_baseline_gamepad_24.xml │ │ │ ├── ic_baseline_torch_light.xml │ │ │ ├── ic_baseline_unfold_less_24.xml │ │ │ ├── ic_view_carousel_black_24dp.xml │ │ │ ├── frame_white_bg.xml │ │ │ ├── ic_baseline_clear_24.xml │ │ │ ├── sel_box_outline.xml │ │ │ ├── editor_split.xml │ │ │ ├── frame_top_rounded_25.xml │ │ │ ├── ic_split_handle.xml │ │ │ ├── ic_baseline_clear_96.xml │ │ │ ├── framewint.xml │ │ │ ├── ic_baseline_keyboard_arrow_right_24.xml │ │ │ ├── ic_squircle.xml │ │ │ ├── ic_baseline_unfold_more_24.xml │ │ │ ├── circle_drag_dot.xml │ │ │ ├── ic_baseline_chat_24.xml │ │ │ ├── frame_gradient_bgs.xml │ │ │ ├── ic_tune_black_24dp.xml │ │ │ ├── item_pressed_circle.xml │ │ │ ├── item_pressed_circle1.xml │ │ │ ├── item_pressed_circle_cat.xml │ │ │ ├── perusetoggle.xml │ │ │ ├── perusetoggle2.xml │ │ │ ├── ic_sort.xml │ │ │ ├── perusetoggle3.xml │ │ │ ├── item_selector_circle.xml │ │ │ ├── item_selector_zoom_in.xml │ │ │ ├── item_selector_zoom_out.xml │ │ │ ├── progressbar.xml │ │ │ ├── ic_edit_booknotes.xml │ │ │ ├── item_selector.xml │ │ │ ├── chevron_down.xml │ │ │ ├── ic_edit_booknotes_btn.xml │ │ │ ├── item_selector_circle1.xml │ │ │ ├── chevron_up_1.xml │ │ │ ├── ic_baseline_wrap_text_24.xml │ │ │ ├── ic_btn_search.xml │ │ │ ├── ic_error_black_24dp.xml │ │ │ ├── ic_fullscreen_black_96dp.xml │ │ │ ├── ic_menu_round.xml │ │ │ ├── ic_quci.xml │ │ │ ├── round_corner_dot.xml │ │ │ ├── close_box_outline.xml │ │ │ ├── ic_exit_app.xml │ │ │ ├── ic_random_shuffle.xml │ │ │ ├── split_handle.xml │ │ │ ├── ic_search_large.xml │ │ │ ├── ic_baseline_360_reverse_24.xml │ │ │ ├── ic_baseline_folder_open_solid.xml │ │ │ ├── popup_background5.xml │ │ │ ├── chevron_forward.xml │ │ │ ├── popup_background4.xml │ │ │ ├── popup_background6.xml │ │ │ ├── ic_two_column.xml │ │ │ ├── ic_baseline_text_color_24.xml │ │ │ ├── chevron_recess.xml │ │ │ ├── round_corner_card1_2cor.xml │ │ │ ├── chevron_grey_bottom22bk.xml │ │ │ ├── popup_background.xml │ │ │ ├── ic_content_paste_black_24dp.xml │ │ │ ├── round_corner_card1_1cor.xml │ │ │ ├── half_round_corner_frame.xml │ │ │ ├── ic_baseline_directions_run_24.xml │ │ │ ├── ic_history_black_24dp.xml │ │ │ ├── ic_baseline_copy_24.xml │ │ │ ├── ic_baseline_history_24.xml │ │ │ ├── ic_brightness_low_black_bk.xml │ │ │ ├── zoom_out.xml │ │ │ ├── ic_border_color_black_24dp.xml │ │ │ ├── ic_text_selection.xml │ │ │ ├── ic_baseline_my_location_24.xml │ │ │ ├── ic_image_black_24dp.xml │ │ │ ├── ic_overflow_hor_small.xml │ │ │ ├── ic_menu_24dp.xml │ │ │ ├── ic_overflow_hor_small_white.xml │ │ │ └── ic_upupup.xml │ │ ├── drawable-hdpi │ │ │ ├── card.png │ │ │ └── card_highlighted.9.png │ │ ├── drawable-ldpi │ │ │ ├── info.png │ │ │ ├── toshn.png │ │ │ ├── toxia.png │ │ │ ├── forward.png │ │ │ ├── recess.png │ │ │ ├── drawer_menu_icon_exit.png │ │ │ └── drawer_menu_icon_setting.png │ │ ├── drawable-xhdpi │ │ │ ├── earth.jpg │ │ │ ├── back_ic.png │ │ │ ├── list_ic.png │ │ │ ├── star_ic.png │ │ │ ├── voice_ic.png │ │ │ ├── chevron_btm.png │ │ │ ├── chevron_up.png │ │ │ ├── chevron_up1.png │ │ │ ├── chevron_btm1.png │ │ │ ├── chevron_left.png │ │ │ ├── chevron_right.png │ │ │ ├── ic_close_24dp.png │ │ │ └── star_ic_solid.png │ │ ├── drawable-xxhdpi │ │ │ ├── done.png │ │ │ ├── pinvc.png │ │ │ ├── cloud10.png │ │ │ ├── dragneo.png │ │ │ ├── dragneo2.png │ │ │ ├── pinvcoff.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_search.png │ │ │ ├── back_toolbar.png │ │ │ ├── close_toobar.png │ │ │ ├── undo_toolbar.png │ │ │ ├── search_toolbar.png │ │ │ ├── split_folder.9.png │ │ │ ├── ic_mode_edit_24dp.png │ │ │ ├── icon_denglu_close.png │ │ │ ├── auto_search_toolbar.png │ │ │ └── ic_keyboard_return_black_24dp.png │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ ├── infinite_history.png │ │ │ ├── icon_launcher_round.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ ├── infinite_history.png │ │ │ ├── icon_launcher_round.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── infinite_history.png │ │ │ ├── icon_launcher_round.png │ │ │ └── infinite_history_round.png │ │ ├── anim │ │ │ ├── budong.xml │ │ │ ├── dialog_in.xml │ │ │ ├── dialog_out.xml │ │ │ ├── bottom_to_top.xml │ │ │ ├── top_to_bottom.xml │ │ │ ├── layout_animation_fall_down.xml │ │ │ ├── pop_menu_enter.xml │ │ │ ├── dp_dialog_enter.xml │ │ │ ├── history_enter.xml │ │ │ ├── content_in.xml │ │ │ ├── pop_menu_exit.xml │ │ │ ├── dp_dialog_exit.xml │ │ │ └── dp_dialog_exit2.xml │ │ ├── drawable-mdpi │ │ │ └── earth_large.jpg │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── infinite_history.png │ │ │ ├── icon_launcher_round.png │ │ │ └── infinite_history_round.png │ │ ├── mipmap-xxhdpi-v24 │ │ │ └── ic_launcher.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── infinite_history.png │ │ │ ├── icon_launcher_round.png │ │ │ └── infinite_history_round.png │ │ ├── values-zh-rCN-large │ │ │ └── strings.xml │ │ ├── drawable-v23 │ │ │ └── humble_background.xml │ │ ├── drawable-v21 │ │ │ ├── surrtrip1.xml │ │ │ ├── surrtrip2.xml │ │ │ ├── fye_dict_selector.xml │ │ │ ├── neolvbg.xml │ │ │ ├── item_selector_zoom_in.xml │ │ │ ├── item_selector_zoom_out.xml │ │ │ ├── item_selector_circle1.xml │ │ │ ├── ic_fullscreen_black_24dp.xml │ │ │ ├── frame_gradient_bgs.xml │ │ │ ├── item_selector_circle.xml │ │ │ └── color_double_list_bg.xml │ │ ├── xml │ │ │ ├── file_paths.xml │ │ │ ├── menu_search.xml │ │ │ ├── menu_dict_manager_bottom.xml │ │ │ ├── menu_settings.xml │ │ │ └── menu_bottom_nav.xml │ │ ├── layout │ │ │ ├── singlechoice_plain.xml │ │ │ ├── progressbar_item.xml │ │ │ ├── pad_five_dp.xml │ │ │ ├── simple_column_litem.xml │ │ │ ├── webview_test.xml │ │ │ ├── dict_dsl_handle_main_frame.xml │ │ │ ├── dict_dsl_main2.xml │ │ │ ├── checker.xml │ │ │ ├── search_tools.xml │ │ │ ├── purpose_bar.xml │ │ │ ├── float_contentview_basic_outer.xml │ │ │ ├── simple_add_menu.xml │ │ │ ├── checker_item2.xml │ │ │ ├── toolbar_test.xml │ │ │ ├── popup_list_item.xml │ │ │ ├── anki_progress.xml │ │ │ ├── listview_sep.xml │ │ │ ├── test_bg.xml │ │ │ └── btn.xml │ │ ├── drawable-large │ │ │ └── flash_screen.xml │ │ ├── mipmap-anydpi-v26 │ │ │ ├── infinite_history.xml │ │ │ └── infinite_history_round.xml │ │ ├── drawable-xhdpi-v21 │ │ │ ├── ic_flag_24dp.xml │ │ │ ├── chevron_left.xml │ │ │ ├── chevron_right.xml │ │ │ ├── ic_close_24dp.xml │ │ │ ├── star_ic_solid.xml │ │ │ └── list_ic.xml │ │ └── drawable-xxhdpi-v21 │ │ │ ├── done.xml │ │ │ ├── ic_folder.xml │ │ │ ├── ic_arrow_forward_black_24dp.xml │ │ │ ├── ic_arrow_back_black_24dp.xml │ │ │ ├── ic_keyboard_return_black_24dp.xml │ │ │ └── ic_mode_edit_24dp.xml │ │ └── infinite_history-playstore.png ├── version.properties ├── lint.xml └── workspace │ ├── remap.bat │ └── remap_debug.bat ├── pushall.bat ├── settings.gradle ├── pushgitee.bat ├── donate └── alipay.png ├── local.properties ├── gradle └── wrapper │ └── gradle-wrapper.properties └── LICENSE_四绝协议 /PLOD/src/main/assets/李白全集.0.txt: -------------------------------------------------------------------------------- 1 | \ -------------------------------------------------------------------------------- /PLOD/src/main/assets/Search/autoTip.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pushall.bat: -------------------------------------------------------------------------------- 1 | git push origin --all 2 | pause -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':PLOD' 2 | 3 | -------------------------------------------------------------------------------- /PLOD/src/main/assets/译.web: -------------------------------------------------------------------------------- 1 | { 2 | "host": "" 3 | } -------------------------------------------------------------------------------- /PLOD/version.properties: -------------------------------------------------------------------------------- 1 | ver_number=133 2 | ver_name=8.5.2 -------------------------------------------------------------------------------- /PLOD/src/main/assets/load.html: -------------------------------------------------------------------------------- 1 |
JSpeex codec package. 7 |
It contains all the classes necessary for encoding and decoding Speex files. 8 |
$Id: package.html,v 1.1 2004/10/20 17:50:53 mgimpel Exp $
9 |
10 |
11 |
--------------------------------------------------------------------------------
/PLOD/src/main/res/drawable/custom_scrollbar_thumb.xml:
--------------------------------------------------------------------------------
1 |
2 |