在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Android阅读器源码

Android阅读器源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.04M
  • 下载次数:6
  • 浏览次数:87
  • 发布时间:2021-02-26
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
基于BFReader源码进行二次开发的阅读器应用
【实例截图】
【核心代码】
a9ebc6db-79ec-4265-9959-125f56586833
└── IceHoloReader1.0
├── AndroidManifest.xml
├── assets
│   ├── data
│   │   └── help
│   │   ├── MiniHelp.be.fb2
│   │   ├── MiniHelp.ca.fb2
│   │   ├── MiniHelp.cs.fb2
│   │   ├── MiniHelp.de.fb2
│   │   ├── MiniHelp.en.fb2
│   │   ├── MiniHelp.es.fb2
│   │   ├── MiniHelp.fr.fb2
│   │   ├── MiniHelp.gl.fb2
│   │   ├── MiniHelp.hu.fb2
│   │   ├── MiniHelp.it.fb2
│   │   ├── MiniHelp.ka.fb2
│   │   ├── MiniHelp.nb.fb2
│   │   ├── MiniHelp.nl.fb2
│   │   ├── MiniHelp.pl.fb2
│   │   ├── MiniHelp.pt.fb2
│   │   ├── MiniHelp.ro.fb2
│   │   ├── MiniHelp.ru.fb2
│   │   ├── MiniHelp.sr.fb2
│   │   ├── MiniHelp.th.fb2
│   │   ├── MiniHelp.tr.fb2
│   │   ├── MiniHelp.uk.fb2
│   │   ├── MiniHelp.vi.fb2
│   │   ├── MiniHelp.zh.fb2
│   │   └── MiniHelp.zh_TW.fb2
│   ├── default
│   │   ├── keymap.xml
│   │   ├── styles.xml
│   │   └── tapzones
│   │   ├── down.xml
│   │   ├── left_to_right.xml
│   │   ├── right_to_left.xml
│   │   └── up.xml
│   ├── dictionaries
│   │   ├── bitknights.xml
│   │   ├── main.xml
│   │   └── paragon.xml
│   ├── encodings
│   │   └── Encodings.xml
│   ├── formats
│   │   ├── fb2
│   │   │   └── fb2genres.xml
│   │   ├── html
│   │   │   └── html.ent
│   │   └── xhtml
│   │   ├── xhtml-lat1.ent
│   │   ├── xhtml-special.ent
│   │   └── xhtml-symbol.ent
│   ├── hyphenationPatterns
│   │   ├── bg.pattern
│   │   ├── CHANGES
│   │   ├── cs.pattern
│   │   ├── de.pattern
│   │   ├── de-traditional.pattern
│   │   ├── el.pattern
│   │   ├── en.pattern
│   │   ├── eo.pattern
│   │   ├── es.pattern
│   │   ├── fi.pattern
│   │   ├── fr.pattern
│   │   ├── hu.pattern
│   │   ├── id.pattern
│   │   ├── it.pattern
│   │   ├── ka.pattern
│   │   ├── LICENSES
│   │   ├── lt.pattern
│   │   ├── nb.pattern
│   │   ├── nl.pattern
│   │   ├── pl.pattern
│   │   ├── pt.pattern
│   │   ├── ru.pattern
│   │   ├── sv.pattern
│   │   ├── tr.pattern
│   │   └── uk.pattern
│   ├── languagePatterns
│   │   ├── cs_ibm852
│   │   ├── cs_iso-8859-2
│   │   ├── cs_utf-16
│   │   ├── cs_utf-16be
│   │   ├── cs_utf-8
│   │   ├── cs_windows-1250
│   │   ├── de_iso-8859-1
│   │   ├── de_utf-16
│   │   ├── de_utf-16be
│   │   ├── de_utf-8
│   │   ├── el_iso-8859-7
│   │   ├── el_utf-16
│   │   ├── el_utf-16be
│   │   ├── el_utf-8
│   │   ├── el_windows-1253
│   │   ├── en_us-ascii
│   │   ├── en_utf-16
│   │   ├── en_utf-16be
│   │   ├── en_utf-8
│   │   ├── eo_iso-8859-3
│   │   ├── eo_us-ascii
│   │   ├── eo_utf-16
│   │   ├── eo_utf-16be
│   │   ├── eo_utf-8
│   │   ├── es_iso-8859-1
│   │   ├── es_utf-16
│   │   ├── es_utf-16be
│   │   ├── es_utf-8
│   │   ├── fi_iso-8859-1
│   │   ├── fi_utf-16
│   │   ├── fi_utf-16be
│   │   ├── fi_utf-8
│   │   ├── fr_iso-8859-1
│   │   ├── fr_utf-16
│   │   ├── fr_utf-16be
│   │   ├── fr_utf-8
│   │   ├── hu_iso-8859-2
│   │   ├── hu_utf-16
│   │   ├── hu_utf-16be
│   │   ├── hu_utf-8
│   │   ├── hu_windows-1250
│   │   ├── in_utf-16
│   │   ├── in_utf-16be
│   │   ├── in_utf-8
│   │   ├── it_iso-8859-1
│   │   ├── it_utf-16
│   │   ├── it_utf-16be
│   │   ├── it_utf-8
│   │   ├── li_iso-8859-13
│   │   ├── li_utf-16
│   │   ├── li_utf-16be
│   │   ├── li_utf-8
│   │   ├── li_windows-1257
│   │   ├── nb_iso-8859-1
│   │   ├── nb_utf-16
│   │   ├── nb_utf-16be
│   │   ├── nb_utf-8
│   │   ├── nl_iso-8859-1
│   │   ├── nl_utf-16
│   │   ├── nl_utf-16be
│   │   ├── nl_utf-8
│   │   ├── nl_windows-1252
│   │   ├── pt_iso-8859-1
│   │   ├── pt_utf-16
│   │   ├── pt_utf-16be
│   │   ├── pt_utf-8
│   │   ├── ru_ibm866
│   │   ├── ru_iso-8859-5
│   │   ├── ru_koi8-r
│   │   ├── ru_mac-cyrillic
│   │   ├── ru_utf-16
│   │   ├── ru_utf-16be
│   │   ├── ru_utf-8
│   │   ├── ru_windows-1251
│   │   ├── sv_iso-8859-1
│   │   ├── sv_utf-16
│   │   ├── sv_utf-16be
│   │   ├── sv_utf-8
│   │   ├── ta_utf-16
│   │   ├── ta_utf-16be
│   │   ├── ta_utf-8
│   │   ├── tr_ibm857
│   │   ├── tr_iso-8859-9
│   │   ├── tr_utf-16
│   │   ├── tr_utf-16be
│   │   ├── tr_utf-8
│   │   ├── tr_windows-1254
│   │   ├── uk_ibm855
│   │   ├── uk_iso-8859-5
│   │   ├── uk_koi8-u
│   │   ├── uk_mac-cyrillic
│   │   ├── uk_utf-16
│   │   ├── uk_utf-16be
│   │   ├── uk_utf-8
│   │   ├── uk_windows-1251
│   │   ├── zh_big5
│   │   ├── zh_gb18030
│   │   ├── zh_gb2312
│   │   ├── zh_gbk
│   │   ├── zh_utf-16
│   │   ├── zh_utf-16be
│   │   └── zh_utf-8
│   ├── resources
│   │   ├── application
│   │   │   ├── be.xml
│   │   │   ├── bg.xml
│   │   │   ├── ca.xml
│   │   │   ├── cs.xml
│   │   │   ├── de.xml
│   │   │   ├── en.xml
│   │   │   ├── es.xml
│   │   │   ├── fr.xml
│   │   │   ├── gl.xml
│   │   │   ├── hu.xml
│   │   │   ├── it.xml
│   │   │   ├── ka.xml
│   │   │   ├── nb.xml
│   │   │   ├── nl.xml
│   │   │   ├── pl.xml
│   │   │   ├── pt.xml
│   │   │   ├── ro.xml
│   │   │   ├── ru.xml
│   │   │   ├── sr.xml
│   │   │   ├── th.xml
│   │   │   ├── tr.xml
│   │   │   ├── uk.xml
│   │   │   ├── vi.xml
│   │   │   ├── zh_TW.xml
│   │   │   └── zh.xml
│   │   ├── lang.xml
│   │   └── zlibrary
│   │   ├── be.xml
│   │   ├── bg.xml
│   │   ├── ca.xml
│   │   ├── cs.xml
│   │   ├── de.xml
│   │   ├── en.xml
│   │   ├── es.xml
│   │   ├── fr.xml
│   │   ├── gl.xml
│   │   ├── hu.xml
│   │   ├── it.xml
│   │   ├── ka.xml
│   │   ├── nb.xml
│   │   ├── nl.xml
│   │   ├── pl.xml
│   │   ├── pt.xml
│   │   ├── ro.xml
│   │   ├── ru.xml
│   │   ├── sr.xml
│   │   ├── th.xml
│   │   ├── tr.xml
│   │   ├── uk.xml
│   │   ├── vi.xml
│   │   ├── zh_TW.xml
│   │   └── zh.xml
│   └── wallpapers
│   ├── 1.png
│   ├── 2.png
│   └── 3.png
├── bin
│   ├── aidl
│   │   └── org
│   │   └── geometerplus
│   │   └── android
│   │   └── fbreader
│   │   ├── api
│   │   │   ├── ApiInterface.aidl
│   │   │   ├── ApiObject.aidl
│   │   │   └── TextPosition.aidl
│   │   └── libraryService
│   │   └── LibraryInterface.aidl
│   ├── AndroidManifest.xml
│   ├── classes
│   │   ├── com
│   │   │   └── yamin
│   │   │   └── reader
│   │   │   ├── account
│   │   │   │   └── BaiduAccountConfig.class
│   │   │   ├── activity
│   │   │   │   ├── BookFavoriteActivity$1.class
│   │   │   │   ├── BookFavoriteActivity$2.class
│   │   │   │   ├── BookFavoriteActivity$3.class
│   │   │   │   ├── BookFavoriteActivity$4.class
│   │   │   │   ├── BookFavoriteActivity.class
│   │   │   │   ├── BookSettingsActivity.class
│   │   │   │   ├── CoreReadActivity$10.class
│   │   │   │   ├── CoreReadActivity$11.class
│   │   │   │   ├── CoreReadActivity$12.class
│   │   │   │   ├── CoreReadActivity$13$1.class
│   │   │   │   ├── CoreReadActivity$13$2.class
│   │   │   │   ├── CoreReadActivity$13.class
│   │   │   │   ├── CoreReadActivity$14$1.class
│   │   │   │   ├── CoreReadActivity$14.class
│   │   │   │   ├── CoreReadActivity$15.class
│   │   │   │   ├── CoreReadActivity$16.class
│   │   │   │   ├── CoreReadActivity$17.class
│   │   │   │   ├── CoreReadActivity$18.class
│   │   │   │   ├── CoreReadActivity$19.class
│   │   │   │   ├── CoreReadActivity$1.class
│   │   │   │   ├── CoreReadActivity$20.class
│   │   │   │   ├── CoreReadActivity$2.class
│   │   │   │   ├── CoreReadActivity$3.class
│   │   │   │   ├── CoreReadActivity$4.class
│   │   │   │   ├── CoreReadActivity$5.class
│   │   │   │   ├── CoreReadActivity$6.class
│   │   │   │   ├── CoreReadActivity$7.class
│   │   │   │   ├── CoreReadActivity$8.class
│   │   │   │   ├── CoreReadActivity$9.class
│   │   │   │   ├── CoreReadActivity.class
│   │   │   │   ├── FileBrowserActivity$1.class
│   │   │   │   ├── FileBrowserActivity$2.class
│   │   │   │   ├── FileBrowserActivity$3.class
│   │   │   │   ├── FileBrowserActivity$4.class
│   │   │   │   ├── FileBrowserActivity$5.class
│   │   │   │   ├── FileBrowserActivity$searchThread.class
│   │   │   │   ├── FileBrowserActivity.class
│   │   │   │   ├── FileSearchResultActivity$1.class
│   │   │   │   ├── FileSearchResultActivity$2.class
│   │   │   │   ├── FileSearchResultActivity$3.class
│   │   │   │   ├── FileSearchResultActivity$4.class
│   │   │   │   ├── FileSearchResultActivity.class
│   │   │   │   ├── MainActivity$10.class
│   │   │   │   ├── MainActivity$11.class
│   │   │   │   ├── MainActivity$12.class
│   │   │   │   ├── MainActivity$13.class
│   │   │   │   ├── MainActivity$14.class
│   │   │   │   ├── MainActivity$15.class
│   │   │   │   ├── MainActivity$16.class
│   │   │   │   ├── MainActivity$1.class
│   │   │   │   ├── MainActivity$2.class
│   │   │   │   ├── MainActivity$3.class
│   │   │   │   ├── MainActivity$4.class
│   │   │   │   ├── MainActivity$5.class
│   │   │   │   ├── MainActivity$6.class
│   │   │   │   ├── MainActivity$7.class
│   │   │   │   ├── MainActivity$8.class
│   │   │   │   ├── MainActivity$9.class
│   │   │   │   ├── MainActivity$DropDownListenser.class
│   │   │   │   ├── MainActivity$sdScanAysnTask.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── WelcomeActivity$1.class
│   │   │   │   └── WelcomeActivity.class
│   │   │   ├── adapter
│   │   │   │   ├── BookHisFavAdaper$1.class
│   │   │   │   ├── BookHisFavAdaper$2.class
│   │   │   │   ├── BookHisFavAdaper$ViewHolder.class
│   │   │   │   ├── BookHisFavAdaper.class
│   │   │   │   ├── BookShelfListAdaper$ViewHolder.class
│   │   │   │   ├── BookShelfListAdaper.class
│   │   │   │   ├── FileListAdapter$ViewHolder.class
│   │   │   │   ├── FileListAdapter.class
│   │   │   │   ├── PopGalleryAdapter$ViewHolder.class
│   │   │   │   ├── PopGalleryAdapter.class
│   │   │   │   ├── ScanFileAdapter$FileInfo.class
│   │   │   │   ├── ScanFileAdapter$FileType.class
│   │   │   │   ├── ScanFileAdapter$ViewHolder.class
│   │   │   │   └── ScanFileAdapter.class
│   │   │   ├── BuildConfig.class
│   │   │   ├── database
│   │   │   │   ├── BookContentProvider.class
│   │   │   │   ├── BookOpenHelper.class
│   │   │   │   ├── DbDataOperation.class
│   │   │   │   └── DbTags.class
│   │   │   ├── log
│   │   │   │   └── Log.class
│   │   │   ├── model
│   │   │   │   ├── BookChapter.class
│   │   │   │   ├── Book.class
│   │   │   │   ├── BookMark.class
│   │   │   │   └── FileItem.class
│   │   │   ├── R$anim.class
│   │   │   ├── R$array.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$color.class
│   │   │   ├── R$dimen.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   ├── R$menu.class
│   │   │   ├── R$plurals.class
│   │   │   ├── R$string.class
│   │   │   ├── R$styleable.class
│   │   │   ├── R$style.class
│   │   │   ├── R$xml.class
│   │   │   ├── R.class
│   │   │   ├── utils
│   │   │   │   ├── Commons.class
│   │   │   │   └── ToolUtils.class
│   │   │   └── view
│   │   │   ├── CustomDialog.class
│   │   │   ├── CustomScrollview.class
│   │   │   ├── FrameAnimationController$AnimationHandler.class
│   │   │   ├── FrameAnimationController.class
│   │   │   ├── LayerDrawable$LayerState.class
│   │   │   ├── LayerDrawable$Rec.class
│   │   │   ├── LayerDrawable.class
│   │   │   ├── LoadingDialog.class
│   │   │   ├── MyGridView.class
│   │   │   ├── MyListView.class
│   │   │   ├── PullToRefreshView$OnFooterRefreshListener.class
│   │   │   ├── PullToRefreshView$OnHeaderRefreshListener.class
│   │   │   ├── PullToRefreshView.class
│   │   │   ├── SwitchButton$1.class
│   │   │   ├── SwitchButton$PerformClick.class
│   │   │   ├── SwitchButton$SwitchAnimation.class
│   │   │   └── SwitchButton.class
│   │   ├── org
│   │   │   ├── amse
│   │   │   │   └── ys
│   │   │   │   └── zip
│   │   │   │   ├── Decompressor.class
│   │   │   │   ├── DeflatingDecompressor.class
│   │   │   │   ├── LocalFileHeader.class
│   │   │   │   ├── MyBufferedInputStream.class
│   │   │   │   ├── NoCompressionDecompressor.class
│   │   │   │   ├── ZipException.class
│   │   │   │   ├── ZipFile$1.class
│   │   │   │   ├── ZipFile$FileInputStreamHolder.class
│   │   │   │   ├── ZipFile$InputStreamHolder.class
│   │   │   │   ├── ZipFile.class
│   │   │   │   └── ZipInputStream.class
│   │   │   ├── geometerplus
│   │   │   │   ├── android
│   │   │   │   │   ├── fbreader
│   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   ├── Api.class
│   │   │   │   │   │   │   ├── ApiClientImplementation$1.class
│   │   │   │   │   │   │   ├── ApiClientImplementation$ConnectionListener.class
│   │   │   │   │   │   │   ├── ApiClientImplementation.class
│   │   │   │   │   │   │   ├── ApiException.class
│   │   │   │   │   │   │   ├── ApiInterface$Stub$Proxy.class
│   │   │   │   │   │   │   ├── ApiInterface$Stub.class
│   │   │   │   │   │   │   ├── ApiInterface.aidl
│   │   │   │   │   │   │   ├── ApiInterface.class
│   │   │   │   │   │   │   ├── ApiListener.class
│   │   │   │   │   │   │   ├── ApiMethods.class
│   │   │   │   │   │   │   ├── ApiObject$1.class
│   │   │   │   │   │   │   ├── ApiObject$Boolean.class
│   │   │   │   │   │   │   ├── ApiObject$Date.class
│   │   │   │   │   │   │   ├── ApiObject$Error.class
│   │   │   │   │   │   │   ├── ApiObject$Integer.class
│   │   │   │   │   │   │   ├── ApiObject$Long.class
│   │   │   │   │   │   │   ├── ApiObject$String.class
│   │   │   │   │   │   │   ├── ApiObject$Type.class
│   │   │   │   │   │   │   ├── ApiObject$Void.class
│   │   │   │   │   │   │   ├── ApiObject.aidl
│   │   │   │   │   │   │   ├── ApiObject.class
│   │   │   │   │   │   │   ├── ApiServerImplementation.class
│   │   │   │   │   │   │   ├── ApiService.class
│   │   │   │   │   │   │   ├── PluginApi$ActionInfo$1.class
│   │   │   │   │   │   │   ├── PluginApi$ActionInfo.class
│   │   │   │   │   │   │   ├── PluginApi$MenuActionInfo.class
│   │   │   │   │   │   │   ├── PluginApi$PluginInfo.class
│   │   │   │   │   │   │   ├── PluginApi.class
│   │   │   │   │   │   │   ├── TextPosition$1.class
│   │   │   │   │   │   │   ├── TextPosition.aidl
│   │   │   │   │   │   │   └── TextPosition.class
│   │   │   │   │   │   ├── BookmarkEditActivity.class
│   │   │   │   │   │   ├── BookmarksActivity$1.class
│   │   │   │   │   │   ├── BookmarksActivity$2.class
│   │   │   │   │   │   ├── BookmarksActivity$BookmarksAdapter$1.class
│   │   │   │   │   │   ├── BookmarksActivity$BookmarksAdapter$2.class
│   │   │   │   │   │   ├── BookmarksActivity$BookmarksAdapter$3.class
│   │   │   │   │   │   ├── BookmarksActivity$BookmarksAdapter$4.class
│   │   │   │   │   │   ├── BookmarksActivity$BookmarksAdapter.class
│   │   │   │   │   │   ├── BookmarksActivity$Initializer$1.class
│   │   │   │   │   │   ├── BookmarksActivity$Initializer.class
│   │   │   │   │   │   ├── BookmarksActivity.class
│   │   │   │   │   │   ├── ButtonsPopupPanel$ActionButton.class
│   │   │   │   │   │   ├── ButtonsPopupPanel.class
│   │   │   │   │   │   ├── CancelActivity$ActionListAdapter.class
│   │   │   │   │   │   ├── CancelActivity.class
│   │   │   │   │   │   ├── covers
│   │   │   │   │   │   │   ├── CoverCache$1.class
│   │   │   │   │   │   │   ├── CoverCache$NullObjectException.class
│   │   │   │   │   │   │   ├── CoverCache.class
│   │   │   │   │   │   │   ├── CoverHolder$CoverBitmapRunnable$1.class
│   │   │   │   │   │   │   ├── CoverHolder$CoverBitmapRunnable.class
│   │   │   │   │   │   │   ├── CoverHolder$CoverSyncRunnable$1.class
│   │   │   │   │   │   │   ├── CoverHolder$CoverSyncRunnable.class
│   │   │   │   │   │   │   ├── CoverHolder.class
│   │   │   │   │   │   │   ├── CoverManager$MinPriorityThreadFactory.class
│   │   │   │   │   │   │   └── CoverManager.class
│   │   │   │   │   │   ├── crash
│   │   │   │   │   │   │   ├── MissingNativeLibraryActivity$1.class
│   │   │   │   │   │   │   └── MissingNativeLibraryActivity.class
│   │   │   │   │   │   ├── DictionaryUtil$1.class
│   │   │   │   │   │   ├── DictionaryUtil$2.class
│   │   │   │   │   │   ├── DictionaryUtil$BitKnightsInfoReader.class
│   │   │   │   │   │   ├── DictionaryUtil$ColorDict3.class
│   │   │   │   │   │   ├── DictionaryUtil$InfoReader.class
│   │   │   │   │   │   ├── DictionaryUtil$ParagonInfoReader.class
│   │   │   │   │   │   ├── DictionaryUtil.class
│   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   ├── BookReadingErrorActivity$1.class
│   │   │   │   │   │   │   ├── BookReadingErrorActivity$2.class
│   │   │   │   │   │   │   └── BookReadingErrorActivity.class
│   │   │   │   │   │   ├── FBAndroidAction.class
│   │   │   │   │   │   ├── FBReaderApplication.class
│   │   │   │   │   │   ├── FBUtil.class
│   │   │   │   │   │   ├── image
│   │   │   │   │   │   │   ├── ImageViewActivity$ImageView.class
│   │   │   │   │   │   │   └── ImageViewActivity.class
│   │   │   │   │   │   ├── library
│   │   │   │   │   │   │   ├── BookInfoActivity$1.class
│   │   │   │   │   │   │   ├── BookInfoActivity$2$1.class
│   │   │   │   │   │   │   ├── BookInfoActivity$2.class
│   │   │   │   │   │   │   ├── BookInfoActivity.class
│   │   │   │   │   │   │   ├── LibraryActivity$1.class
│   │   │   │   │   │   │   ├── LibraryActivity$2.class
│   │   │   │   │   │   │   ├── LibraryActivity$3.class
│   │   │   │   │   │   │   ├── LibraryActivity$BookDeleter.class
│   │   │   │   │   │   │   ├── LibraryActivity.class
│   │   │   │   │   │   │   ├── LibrarySearchActivity.class
│   │   │   │   │   │   │   └── LibraryTreeAdapter.class
│   │   │   │   │   │   ├── libraryService
│   │   │   │   │   │   │   ├── BookCollectionShadow$1.class
│   │   │   │   │   │   │   ├── BookCollectionShadow$2.class
│   │   │   │   │   │   │   ├── BookCollectionShadow.class
│   │   │   │   │   │   │   ├── LibraryInterface$Stub$Proxy.class
│   │   │   │   │   │   │   ├── LibraryInterface$Stub.class
│   │   │   │   │   │   │   ├── LibraryInterface.aidl
│   │   │   │   │   │   │   ├── LibraryInterface.class
│   │   │   │   │   │   │   ├── LibraryService$LibraryImplementation$1.class
│   │   │   │   │   │   │   ├── LibraryService$LibraryImplementation.class
│   │   │   │   │   │   │   ├── LibraryService$Observer.class
│   │   │   │   │   │   │   ├── LibraryService.class
│   │   │   │   │   │   │   ├── SQLiteBooksDatabase$1.class
│   │   │   │   │   │   │   ├── SQLiteBooksDatabase.class
│   │   │   │   │   │   │   └── Util.class
│   │   │   │   │   │   ├── NavigationPopup$1.class
│   │   │   │   │   │   ├── NavigationPopup$2.class
│   │   │   │   │   │   ├── NavigationPopup.class
│   │   │   │   │   │   ├── OrientationUtil.class
│   │   │   │   │   │   ├── PackageInfo.class
│   │   │   │   │   │   ├── PopupPanel.class
│   │   │   │   │   │   ├── PopupWindow$1.class
│   │   │   │   │   │   ├── PopupWindow$2.class
│   │   │   │   │   │   ├── PopupWindow$3.class
│   │   │   │   │   │   ├── PopupWindow$4.class
│   │   │   │   │   │   ├── PopupWindow$Location.class
│   │   │   │   │   │   ├── PopupWindow.class
│   │   │   │   │   │   ├── preferences
│   │   │   │   │   │   │   ├── AnimationSpeedPreference$SeekBarDrawable.class
│   │   │   │   │   │   │   ├── AnimationSpeedPreference.class
│   │   │   │   │   │   │   ├── BatteryLevelToTurnScreenOffPreference.class
│   │   │   │   │   │   │   ├── ColorPreference$1.class
│   │   │   │   │   │   │   ├── ColorPreference.class
│   │   │   │   │   │   │   ├── FontOption.class
│   │   │   │   │   │   │   ├── FontStylePreference.class
│   │   │   │   │   │   │   ├── InfoPreference.class
│   │   │   │   │   │   │   ├── PreferenceActivity$1.class
│   │   │   │   │   │   │   ├── PreferenceActivity$2.class
│   │   │   │   │   │   │   ├── PreferenceActivity$3.class
│   │   │   │   │   │   │   ├── PreferenceActivity$4.class
│   │   │   │   │   │   │   ├── PreferenceActivity.class
│   │   │   │   │   │   │   ├── UrlPreference.class
│   │   │   │   │   │   │   ├── WallpaperPreference.class
│   │   │   │   │   │   │   ├── ZLBoolean3Preference.class
│   │   │   │   │   │   │   ├── ZLBooleanPreference.class
│   │   │   │   │   │   │   ├── ZLCheckBoxPreference.class
│   │   │   │   │   │   │   ├── ZLChoicePreference.class
│   │   │   │   │   │   │   ├── ZLColorPreference.class
│   │   │   │   │   │   │   ├── ZLEnumPreference.class
│   │   │   │   │   │   │   ├── ZLIntegerChoicePreference.class
│   │   │   │   │   │   │   ├── ZLIntegerRangePreference.class
│   │   │   │   │   │   │   ├── ZLPreferenceActivity$Screen.class
│   │   │   │   │   │   │   ├── ZLPreferenceActivity.class
│   │   │   │   │   │   │   ├── ZLPreferenceSet.class
│   │   │   │   │   │   │   ├── ZLStringChoicePreference.class
│   │   │   │   │   │   │   ├── ZLStringListPreference.class
│   │   │   │   │   │   │   ├── ZLStringOptionPreference.class
│   │   │   │   │   │   │   └── ZLStringPreference.class
│   │   │   │   │   │   ├── ProcessHyperlinkAction.class
│   │   │   │   │   │   ├── RunPluginAction.class
│   │   │   │   │   │   ├── SearchAction.class
│   │   │   │   │   │   ├── SelectionBookmarkAction.class
│   │   │   │   │   │   ├── SelectionCopyAction.class
│   │   │   │   │   │   ├── SelectionHidePanelAction.class
│   │   │   │   │   │   ├── SelectionPopup.class
│   │   │   │   │   │   ├── SelectionShareAction.class
│   │   │   │   │   │   ├── SelectionShowPanelAction.class
│   │   │   │   │   │   ├── SetScreenOrientationAction.class
│   │   │   │   │   │   ├── ShareBookAction.class
│   │   │   │   │   │   ├── ShowBookmarksAction.class
│   │   │   │   │   │   ├── ShowCancelMenuAction.class
│   │   │   │   │   │   ├── ShowLibraryAction.class
│   │   │   │   │   │   ├── ShowMenuAction.class
│   │   │   │   │   │   ├── ShowNavigationAction.class
│   │   │   │   │   │   ├── ShowPreferencesAction.class
│   │   │   │   │   │   ├── ShowTOCAction.class
│   │   │   │   │   │   ├── SimpleContainer.class
│   │   │   │   │   │   ├── style
│   │   │   │   │   │   │   ├── EditStyleActivity$1.class
│   │   │   │   │   │   │   ├── EditStyleActivity$BgColorPreference.class
│   │   │   │   │   │   │   ├── EditStyleActivity$InvisiblePreference.class
│   │   │   │   │   │   │   ├── EditStyleActivity$NamePreference.class
│   │   │   │   │   │   │   ├── EditStyleActivity.class
│   │   │   │   │   │   │   ├── StyleListActivity$1.class
│   │   │   │   │   │   │   ├── StyleListActivity$ActionListAdapter$1.class
│   │   │   │   │   │   │   ├── StyleListActivity$ActionListAdapter$2.class
│   │   │   │   │   │   │   ├── StyleListActivity$ActionListAdapter.class
│   │   │   │   │   │   │   └── StyleListActivity.class
│   │   │   │   │   │   ├── TextSearchPopup.class
│   │   │   │   │   │   ├── TOCActivity$TOCAdapter.class
│   │   │   │   │   │   ├── TOCActivity.class
│   │   │   │   │   │   ├── tree
│   │   │   │   │   │   │   ├── TreeActivity$1.class
│   │   │   │   │   │   │   ├── TreeActivity$2.class
│   │   │   │   │   │   │   ├── TreeActivity$3.class
│   │   │   │   │   │   │   ├── TreeActivity$4.class
│   │   │   │   │   │   │   ├── TreeActivity.class
│   │   │   │   │   │   │   ├── TreeAdapter$1.class
│   │   │   │   │   │   │   ├── TreeAdapter$2.class
│   │   │   │   │   │   │   ├── TreeAdapter$3.class
│   │   │   │   │   │   │   ├── TreeAdapter$4.class
│   │   │   │   │   │   │   └── TreeAdapter.class
│   │   │   │   │   │   └── ZLTreeAdapter.class
│   │   │   │   │   └── util
│   │   │   │   │   ├── PackageUtil.class
│   │   │   │   │   ├── SQLiteUtil.class
│   │   │   │   │   ├── UIUtil$1.class
│   │   │   │   │   ├── UIUtil$2.class
│   │   │   │   │   ├── UIUtil$3$1$1.class
│   │   │   │   │   ├── UIUtil$3$1.class
│   │   │   │   │   ├── UIUtil$3.class
│   │   │   │   │   ├── UIUtil$Pair.class
│   │   │   │   │   └── UIUtil.class
│   │   │   │   ├── fbreader
│   │   │   │   │   ├── book
│   │   │   │   │   │   ├── AbstractBookCollection.class
│   │   │   │   │   │   ├── AbstractSerializer.class
│   │   │   │   │   │   ├── Author.class
│   │   │   │   │   │   ├── Book$1.class
│   │   │   │   │   │   ├── Book.class
│   │   │   │   │   │   ├── BookCollection$1.class
│   │   │   │   │   │   ├── BookCollection$2.class
│   │   │   │   │   │   ├── BookCollection.class
│   │   │   │   │   │   ├── BookEvent.class
│   │   │   │   │   │   ├── Bookmark$Buffer.class
│   │   │   │   │   │   ├── Bookmark$ByTimeComparator.class
│   │   │   │   │   │   ├── Bookmark$DateType.class
│   │   │   │   │   │   ├── Bookmark.class
│   │   │   │   │   │   ├── BookmarkQuery.class
│   │   │   │   │   │   ├── BookQuery.class
│   │   │   │   │   │   ├── BooksDatabase.class
│   │   │   │   │   │   ├── BookUtil.class
│   │   │   │   │   │   ├── FileInfo.class
│   │   │   │   │   │   ├── FileInfoSet$1.class
│   │   │   │   │   │   ├── FileInfoSet$Pair.class
│   │   │   │   │   │   ├── FileInfoSet.class
│   │   │   │   │   │   ├── Filter$And.class
│   │   │   │   │   │   ├── Filter$ByAuthor.class
│   │   │   │   │   │   ├── Filter$ByLabel.class
│   │   │   │   │   │   ├── Filter$ByPattern.class
│   │   │   │   │   │   ├── Filter$BySeries.class
│   │   │   │   │   │   ├── Filter$ByTag.class
│   │   │   │   │   │   ├── Filter$ByTitlePrefix.class
│   │   │   │   │   │   ├── Filter$Empty.class
│   │   │   │   │   │   ├── Filter$HasBookmark.class
│   │   │   │   │   │   ├── Filter$Or.class
│   │   │   │   │   │   ├── Filter.class
│   │   │   │   │   │   ├── HighlightingStyle.class
│   │   │   │   │   │   ├── IBookCollection$Listener.class
│   │   │   │   │   │   ├── IBookCollection$Status.class
│   │   │   │   │   │   ├── IBookCollection.class
│   │   │   │   │   │   ├── SerializerUtil.class
│   │   │   │   │   │   ├── Series.class
│   │   │   │   │   │   ├── SeriesInfo.class
│   │   │   │   │   │   ├── Tag.class
│   │   │   │   │   │   ├── UID.class
│   │   │   │   │   │   ├── XMLSerializer$BookDeserializer$State.class
│   │   │   │   │   │   ├── XMLSerializer$BookDeserializer.class
│   │   │   │   │   │   ├── XMLSerializer$BookmarkDeserializer$State.class
│   │   │   │   │   │   ├── XMLSerializer$BookmarkDeserializer.class
│   │   │   │   │   │   ├── XMLSerializer$BookmarkQueryDeserializer.class
│   │   │   │   │   │   ├── XMLSerializer$BookQueryDeserializer$State.class
│   │   │   │   │   │   ├── XMLSerializer$BookQueryDeserializer.class
│   │   │   │   │   │   ├── XMLSerializer$StyleDeserializer.class
│   │   │   │   │   │   └── XMLSerializer.class
│   │   │   │   │   ├── bookmodel
│   │   │   │   │   │   ├── BookModel$Label.class
│   │   │   │   │   │   ├── BookModel$LabelResolver.class
│   │   │   │   │   │   ├── BookModel.class
│   │   │   │   │   │   ├── BookModelImpl.class
│   │   │   │   │   │   ├── BookReader.class
│   │   │   │   │   │   ├── BookReadingException.class
│   │   │   │   │   │   ├── FBHyperlinkType.class
│   │   │   │   │   │   ├── FBTextKind.class
│   │   │   │   │   │   ├── JavaBookModel.class
│   │   │   │   │   │   ├── NativeBookModel.class
│   │   │   │   │   │   ├── TOCTree$Reference.class
│   │   │   │   │   │   └── TOCTree.class
│   │   │   │   │   ├── fbreader
│   │   │   │   │   │   ├── ActionCode.class
│   │   │   │   │   │   ├── BookmarkHighlighting.class
│   │   │   │   │   │   ├── ChangeAnimationAction.class
│   │   │   │   │   │   ├── ChangeFontSizeAction.class
│   │   │   │   │   │   ├── ClearFindResultsAction.class
│   │   │   │   │   │   ├── ColorProfile.class
│   │   │   │   │   │   ├── ExitAction.class
│   │   │   │   │   │   ├── FBAction.class
│   │   │   │   │   │   ├── FBReaderApp$1.class
│   │   │   │   │   │   ├── FBReaderApp$2.class
│   │   │   │   │   │   ├── FBReaderApp$3.class
│   │   │   │   │   │   ├── FBReaderApp$BookmarkDescription.class
│   │   │   │   │   │   ├── FBReaderApp$CancelActionDescription.class
│   │   │   │   │   │   ├── FBReaderApp$CancelActionType.class
│   │   │   │   │   │   ├── FBReaderApp$ImageTappingAction.class
│   │   │   │   │   │   ├── FBReaderApp$WordTappingAction.class
│   │   │   │   │   │   ├── FBReaderApp.class
│   │   │   │   │   │   ├── FBRreshAction.class
│   │   │   │   │   │   ├── FBView$Footer$1.class
│   │   │   │   │   │   ├── FBView$Footer.class
│   │   │   │   │   │   ├── FBView.class
│   │   │   │   │   │   ├── FindNextAction.class
│   │   │   │   │   │   ├── FindPreviousAction.class
│   │   │   │   │   │   ├── MoveCursorAction.class
│   │   │   │   │   │   ├── options
│   │   │   │   │   │   │   ├── CancelMenuOptions.class
│   │   │   │   │   │   │   ├── FooterOptions.class
│   │   │   │   │   │   │   ├── PageTurningOptions$FingerScrollingType.class
│   │   │   │   │   │   │   └── PageTurningOptions.class
│   │   │   │   │   │   ├── SelectionClearAction.class
│   │   │   │   │   │   ├── SwitchProfileAction.class
│   │   │   │   │   │   ├── TapZoneMap$Reader.class
│   │   │   │   │   │   ├── TapZoneMap$Tap.class
│   │   │   │   │   │   ├── TapZoneMap$Zone.class
│   │   │   │   │   │   ├── TapZoneMap.class
│   │   │   │   │   │   ├── TextBuildTraverser.class
│   │   │   │   │   │   ├── TurnPageAction.class
│   │   │   │   │   │   ├── VolumeKeyTurnPageAction.class
│   │   │   │   │   │   ├── WallpapersUtil.class
│   │   │   │   │   │   └── WordCountTraverser.class
│   │   │   │   │   ├── formats
│   │   │   │   │   │   ├── fb2
│   │   │   │   │   │   │   ├── Base64EncodedImage.class
│   │   │   │   │   │   │   ├── FB2AnnotationReader.class
│   │   │   │   │   │   │   ├── FB2CoverImage$BackgroundReader.class
│   │   │   │   │   │   │   ├── FB2CoverImage.class
│   │   │   │   │   │   │   ├── FB2CoverReader.class
│   │   │   │   │   │   │   ├── FB2MetaInfoReader.class
│   │   │   │   │   │   │   ├── FB2NativePlugin.class
│   │   │   │   │   │   │   ├── FB2Plugin.class
│   │   │   │   │   │   │   ├── FB2Reader.class
│   │   │   │   │   │   │   ├── FB2Tag.class
│   │   │   │   │   │   │   ├── FB2TagManager$FB2TagInfoReader.class
│   │   │   │   │   │   │   ├── FB2TagManager.class
│   │   │   │   │   │   │   └── FB2Util.class
│   │   │   │   │   │   ├── FormatPlugin$Type.class
│   │   │   │   │   │   ├── FormatPlugin.class
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── HtmlReader.class
│   │   │   │   │   │   │   └── HtmlTag.class
│   │   │   │   │   │   ├── JavaFormatPlugin.class
│   │   │   │   │   │   ├── NativeFormatPlugin$1.class
│   │   │   │   │   │   ├── NativeFormatPlugin.class
│   │   │   │   │   │   ├── oeb
│   │   │   │   │   │   │   ├── ContainerFileReader.class
│   │   │   │   │   │   │   ├── NCXReader$NavPoint.class
│   │   │   │   │   │   │   ├── NCXReader.class
│   │   │   │   │   │   │   ├── OEBAnnotationReader.class
│   │   │   │   │   │   │   ├── OEBBookReader$1.class
│   │   │   │   │   │   │   ├── OEBBookReader.class
│   │   │   │   │   │   │   ├── OEBCoverBackgroundReader.class
│   │   │   │   │   │   │   ├── OEBCoverReader$OEBCoverImage.class
│   │   │   │   │   │   │   ├── OEBCoverReader.class
│   │   │   │   │   │   │   ├── OEBMetaInfoReader$ReadState.class
│   │   │   │   │   │   │   ├── OEBMetaInfoReader.class
│   │   │   │   │   │   │   ├── OEBNativePlugin$1.class
│   │   │   │   │   │   │   ├── OEBNativePlugin.class
│   │   │   │   │   │   │   ├── OEBPlugin.class
│   │   │   │   │   │   │   ├── Reference.class
│   │   │   │   │   │   │   └── XHTMLImageFinder.class
│   │   │   │   │   │   ├── pdb
│   │   │   │   │   │   │   ├── DocDecompressor.class
│   │   │   │   │   │   │   ├── HuffdicDecompressor.class
│   │   │   │   │   │   │   ├── MobipocketHtmlBookReader.class
│   │   │   │   │   │   │   ├── MobipocketPlugin$1.class
│   │   │   │   │   │   │   ├── MobipocketPlugin.class
│   │   │   │   │   │   │   ├── MobipocketStream.class
│   │   │   │   │   │   │   ├── PalmDocLikeStream$CompressionType.class
│   │   │   │   │   │   │   ├── PalmDocLikeStream.class
│   │   │   │   │   │   │   ├── PdbHeader.class
│   │   │   │   │   │   │   ├── PdbStream.class
│   │   │   │   │   │   │   └── PdbUtil.class
│   │   │   │   │   │   ├── PluginCollection.class
│   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   └── MiscUtil.class
│   │   │   │   │   │   └── xhtml
│   │   │   │   │   │   ├── XHTMLReader$1.class
│   │   │   │   │   │   ├── XHTMLReader.class
│   │   │   │   │   │   ├── XHTMLTagAction.class
│   │   │   │   │   │   ├── XHTMLTagBodyAction.class
│   │   │   │   │   │   ├── XHTMLTagControlAction.class
│   │   │   │   │   │   ├── XHTMLTagHyperlinkAction.class
│   │   │   │   │   │   ├── XHTMLTagImageAction.class
│   │   │   │   │   │   ├── XHTMLTagItemAction.class
│   │   │   │   │   │   ├── XHTMLTagParagraphAction.class
│   │   │   │   │   │   ├── XHTMLTagParagraphWithControlAction.class
│   │   │   │   │   │   ├── XHTMLTagPreAction.class
│   │   │   │   │   │   └── XHTMLTagRestartParagraphAction.class
│   │   │   │   │   ├── library
│   │   │   │   │   │   ├── AuthorListTree.class
│   │   │   │   │   │   ├── AuthorTree.class
│   │   │   │   │   │   ├── BookInSeriesTree.class
│   │   │   │   │   │   ├── BookTree.class
│   │   │   │   │   │   ├── BookWithAuthorsTree.class
│   │   │   │   │   │   ├── FavoritesTree.class
│   │   │   │   │   │   ├── FileFirstLevelTree.class
│   │   │   │   │   │   ├── FileTree$1.class
│   │   │   │   │   │   ├── FileTree.class
│   │   │   │   │   │   ├── FilteredTree.class
│   │   │   │   │   │   ├── FirstLevelTree.class
│   │   │   │   │   │   ├── LibraryTree.class
│   │   │   │   │   │   ├── RecentBooksTree.class
│   │   │   │   │   │   ├── RootTree.class
│   │   │   │   │   │   ├── SearchResultsTree.class
│   │   │   │   │   │   ├── SeriesListTree.class
│   │   │   │   │   │   ├── SeriesTree.class
│   │   │   │   │   │   ├── TagListTree.class
│   │   │   │   │   │   ├── TagTree.class
│   │   │   │   │   │   ├── TitleListTree.class
│   │   │   │   │   │   └── TitleTree.class
│   │   │   │   │   ├── network
│   │   │   │   │   │   ├── HtmlUtil.class
│   │   │   │   │   │   ├── INetworkLink$AccountStatus.class
│   │   │   │   │   │   ├── INetworkLink$Type.class
│   │   │   │   │   │   ├── INetworkLink.class
│   │   │   │   │   │   ├── NetworkLibrary.class
│   │   │   │   │   │   └── urlInfo
│   │   │   │   │   │   ├── UrlInfo$Type.class
│   │   │   │   │   │   ├── UrlInfo.class
│   │   │   │   │   │   └── UrlInfoWithDate.class
│   │   │   │   │   ├── Paths.class
│   │   │   │   │   ├── sort
│   │   │   │   │   │   └── TitledEntity.class
│   │   │   │   │   └── tree
│   │   │   │   │   ├── FBTree$Key.class
│   │   │   │   │   ├── FBTree$Status.class
│   │   │   │   │   └── FBTree.class
│   │   │   │   └── zlibrary
│   │   │   │   ├── core
│   │   │   │   │   ├── application
│   │   │   │   │   │   ├── ZLApplication$MyTimerTask.class
│   │   │   │   │   │   ├── ZLApplication$PopupPanel.class
│   │   │   │   │   │   ├── ZLApplication$ZLAction.class
│   │   │   │   │   │   ├── ZLApplication.class
│   │   │   │   │   │   ├── ZLApplicationWindow.class
│   │   │   │   │   │   ├── ZLKeyBindings$Reader.class
│   │   │   │   │   │   └── ZLKeyBindings.class
│   │   │   │   │   ├── config
│   │   │   │   │   │   └── ZLConfig.class
│   │   │   │   │   ├── constants
│   │   │   │   │   │   └── XMLNamespaces.class
│   │   │   │   │   ├── encodings
│   │   │   │   │   │   ├── AutoEncodingCollection.class
│   │   │   │   │   │   ├── Encoding.class
│   │   │   │   │   │   ├── EncodingCollection.class
│   │   │   │   │   │   ├── EncodingConverter.class
│   │   │   │   │   │   ├── FilteredEncodingCollection$EncodingCollectionReader.class
│   │   │   │   │   │   ├── FilteredEncodingCollection.class
│   │   │   │   │   │   └── JavaEncodingCollection.class
│   │   │   │   │   ├── filesystem
│   │   │   │   │   │   ├── tar
│   │   │   │   │   │   │   ├── ZLTarEntryFile.class
│   │   │   │   │   │   │   ├── ZLTarHeader.class
│   │   │   │   │   │   │   └── ZLTarInputStream.class
│   │   │   │   │   │   ├── ZLArchiveEntryFile.class
│   │   │   │   │   │   ├── ZLFile$ArchiveType.class
│   │   │   │   │   │   ├── ZLFile.class
│   │   │   │   │   │   ├── ZLPhysicalFile.class
│   │   │   │   │   │   ├── ZLResourceFile.class
│   │   │   │   │   │   ├── ZLZipEntryFile$1.class
│   │   │   │   │   │   └── ZLZipEntryFile.class
│   │   │   │   │   ├── filetypes
│   │   │   │   │   │   ├── FileType.class
│   │   │   │   │   │   ├── FileTypeCollection.class
│   │   │   │   │   │   ├── FileTypeDjVu.class
│   │   │   │   │   │   ├── FileTypeEpub.class
│   │   │   │   │   │   ├── FileTypeFB2.class
│   │   │   │   │   │   ├── FileTypeHtml.class
│   │   │   │   │   │   ├── FileTypeMobipocket.class
│   │   │   │   │   │   ├── FileTypePalm.class
│   │   │   │   │   │   └── SimpleFileType.class
│   │   │   │   │   ├── html
│   │   │   │   │   │   ├── ZLByteBuffer.class
│   │   │   │   │   │   ├── ZLHtmlAttributeMap.class
│   │   │   │   │   │   ├── ZLHtmlParser.class
│   │   │   │   │   │   ├── ZLHtmlProcessor.class
│   │   │   │   │   │   └── ZLHtmlReader.class
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── ZLBase64EncodedImage.class
│   │   │   │   │   │   ├── ZLFileImage.class
│   │   │   │   │   │   ├── ZLImage.class
│   │   │   │   │   │   ├── ZLImageData.class
│   │   │   │   │   │   ├── ZLImageManager$PalmImageHeader.class
│   │   │   │   │   │   ├── ZLImageManager.class
│   │   │   │   │   │   ├── ZLImageProxy.class
│   │   │   │   │   │   ├── ZLLoadableImage$SourceType.class
│   │   │   │   │   │   ├── ZLLoadableImage.class
│   │   │   │   │   │   └── ZLSingleImage.class
│   │   │   │   │   ├── language
│   │   │   │   │   │   ├── Language$Order.class
│   │   │   │   │   │   ├── Language.class
│   │   │   │   │   │   └── ZLLanguageUtil.class
│   │   │   │   │   ├── library
│   │   │   │   │   │   └── ZLibrary.class
│   │   │   │   │   ├── money
│   │   │   │   │   │   ├── Money.class
│   │   │   │   │   │   └── MoneyException.class
│   │   │   │   │   ├── network
│   │   │   │   │   │   ├── CookieDatabase.class
│   │   │   │   │   │   ├── ZLNetworkException.class
│   │   │   │   │   │   ├── ZLNetworkManager$1.class
│   │   │   │   │   │   ├── ZLNetworkManager$2.class
│   │   │   │   │   │   ├── ZLNetworkManager$AuthScopeKey.class
│   │   │   │   │   │   ├── ZLNetworkManager$CredentialsCreator.class
│   │   │   │   │   │   ├── ZLNetworkManager$Key.class
│   │   │   │   │   │   ├── ZLNetworkManager$MyCredentialsProvider.class
│   │   │   │   │   │   ├── ZLNetworkManager.class
│   │   │   │   │   │   └── ZLNetworkRequest.class
│   │   │   │   │   ├── options
│   │   │   │   │   │   ├── ZLBoolean3Option.class
│   │   │   │   │   │   ├── ZLBooleanOption.class
│   │   │   │   │   │   ├── ZLColorOption.class
│   │   │   │   │   │   ├── ZLEnumOption.class
│   │   │   │   │   │   ├── ZLIntegerOption.class
│   │   │   │   │   │   ├── ZLIntegerRangeOption.class
│   │   │   │   │   │   ├── ZLOption.class
│   │   │   │   │   │   ├── ZLStringListOption.class
│   │   │   │   │   │   └── ZLStringOption.class
│   │   │   │   │   ├── resources
│   │   │   │   │   │   ├── ZLMissingResource.class
│   │   │   │   │   │   ├── ZLResource.class
│   │   │   │   │   │   ├── ZLTreeResource$Condition.class
│   │   │   │   │   │   ├── ZLTreeResource$ModCondition.class
│   │   │   │   │   │   ├── ZLTreeResource$ModRangeCondition.class
│   │   │   │   │   │   ├── ZLTreeResource$RangeCondition.class
│   │   │   │   │   │   ├── ZLTreeResource$ResourceTreeReader.class
│   │   │   │   │   │   ├── ZLTreeResource$ValueCondition.class
│   │   │   │   │   │   └── ZLTreeResource.class
│   │   │   │   │   ├── sqliteconfig
│   │   │   │   │   │   └── ZLSQLiteConfig.class
│   │   │   │   │   ├── tree
│   │   │   │   │   │   ├── ZLTree$1.class
│   │   │   │   │   │   ├── ZLTree$TreeIterator.class
│   │   │   │   │   │   └── ZLTree.class
│   │   │   │   │   ├── util
│   │   │   │   │   │   ├── Base64InputStream.class
│   │   │   │   │   │   ├── HexInputStream.class
│   │   │   │   │   │   ├── MergedInputStream.class
│   │   │   │   │   │   ├── MimeType.class
│   │   │   │   │   │   ├── MiscUtil.class
│   │   │   │   │   │   ├── SliceInputStream.class
│   │   │   │   │   │   ├── ZLArrayUtils.class
│   │   │   │   │   │   ├── ZLBoolean3.class
│   │   │   │   │   │   ├── ZLColor.class
│   │   │   │   │   │   ├── ZLInputStreamWithOffset.class
│   │   │   │   │   │   ├── ZLNetworkUtil.class
│   │   │   │   │   │   ├── ZLSearchPattern.class
│   │   │   │   │   │   ├── ZLSearchUtil.class
│   │   │   │   │   │   ├── ZLTTFInfo.class
│   │   │   │   │   │   ├── ZLTTFInfoDetector$TableInfo.class
│   │   │   │   │   │   ├── ZLTTFInfoDetector.class
│   │   │   │   │   │   └── ZLUnicodeUtil.class
│   │   │   │   │   ├── view
│   │   │   │   │   │   ├── DummyPaintContext.class
│   │   │   │   │   │   ├── ZLPaintContext$ScalingType.class
│   │   │   │   │   │   ├── ZLPaintContext$Size.class
│   │   │   │   │   │   ├── ZLPaintContext$WallpaperMode.class
│   │   │   │   │   │   ├── ZLPaintContext.class
│   │   │   │   │   │   ├── ZLView$Animation.class
│   │   │   │   │   │   ├── ZLView$Direction.class
│   │   │   │   │   │   ├── ZLView$FooterArea.class
│   │   │   │   │   │   ├── ZLView$PageIndex.class
│   │   │   │   │   │   ├── ZLView.class
│   │   │   │   │   │   └── ZLViewWidget.class
│   │   │   │   │   └── xml
│   │   │   │   │   ├── ZLDTDParser.class
│   │   │   │   │   ├── ZLMutableString.class
│   │   │   │   │   ├── ZLStringMap.class
│   │   │   │   │   ├── ZLXMLParser.class
│   │   │   │   │   ├── ZLXMLProcessor.class
│   │   │   │   │   ├── ZLXMLReaderAdapter$Predicate.class
│   │   │   │   │   ├── ZLXMLReaderAdapter.class
│   │   │   │   │   └── ZLXMLReader.class
│   │   │   │   ├── library
│   │   │   │   │   └── UncaughtExceptionHandler.class
│   │   │   │   ├── text
│   │   │   │   │   ├── hyphenation
│   │   │   │   │   │   ├── ZLTextHyphenationInfo.class
│   │   │   │   │   │   ├── ZLTextHyphenationReader.class
│   │   │   │   │   │   ├── ZLTextHyphenator.class
│   │   │   │   │   │   ├── ZLTextTeXHyphenationPattern.class
│   │   │   │   │   │   └── ZLTextTeXHyphenator.class
│   │   │   │   │   ├── model
│   │   │   │   │   │   ├── CachedCharStorageBase.class
│   │   │   │   │   │   ├── CachedCharStorage.class
│   │   │   │   │   │   ├── CachedCharStorageException.class
│   │   │   │   │   │   ├── CachedCharStorageRO.class
│   │   │   │   │   │   ├── CharStorage.class
│   │   │   │   │   │   ├── SimpleCharStorage.class
│   │   │   │   │   │   ├── ZLImageEntry.class
│   │   │   │   │   │   ├── ZLTextAlignmentType.class
│   │   │   │   │   │   ├── ZLTextCSSStyleEntry.class
│   │   │   │   │   │   ├── ZLTextMark.class
│   │   │   │   │   │   ├── ZLTextMetrics.class
│   │   │   │   │   │   ├── ZLTextModel.class
│   │   │   │   │   │   ├── ZLTextNativeModel.class
│   │   │   │   │   │   ├── ZLTextOtherStyleEntry.class
│   │   │   │   │   │   ├── ZLTextParagraph$Entry.class
│   │   │   │   │   │   ├── ZLTextParagraph$EntryIterator.class
│   │   │   │   │   │   ├── ZLTextParagraph$Kind.class
│   │   │   │   │   │   ├── ZLTextParagraph.class
│   │   │   │   │   │   ├── ZLTextParagraphImpl.class
│   │   │   │   │   │   ├── ZLTextPlainModel$EntryIteratorImpl.class
│   │   │   │   │   │   ├── ZLTextPlainModel.class
│   │   │   │   │   │   ├── ZLTextSpecialParagraphImpl.class
│   │   │   │   │   │   ├── ZLTextStyleEntry$Feature.class
│   │   │   │   │   │   ├── ZLTextStyleEntry$FontModifier.class
│   │   │   │   │   │   ├── ZLTextStyleEntry$Length.class
│   │   │   │   │   │   ├── ZLTextStyleEntry$SizeUnit.class
│   │   │   │   │   │   ├── ZLTextStyleEntry.class
│   │   │   │   │   │   ├── ZLTextWritableModel.class
│   │   │   │   │   │   └── ZLTextWritablePlainModel.class
│   │   │   │   │   └── view
│   │   │   │   │   ├── PaintStateEnum.class
│   │   │   │   │   ├── style
│   │   │   │   │   │   ├── ZLTextBaseStyle.class
│   │   │   │   │   │   ├── ZLTextDecoratedStyle.class
│   │   │   │   │   │   ├── ZLTextExplicitlyDecoratedStyle.class
│   │   │   │   │   │   ├── ZLTextFullStyleDecoration.class
│   │   │   │   │   │   ├── ZLTextFullyDecoratedStyle.class
│   │   │   │   │   │   ├── ZLTextPartiallyDecoratedStyle.class
│   │   │   │   │   │   ├── ZLTextStyleCollection$TextStyleReader.class
│   │   │   │   │   │   ├── ZLTextStyleCollection.class
│   │   │   │   │   │   └── ZLTextStyleDecoration.class
│   │   │   │   │   ├── ZLTextControlElement.class
│   │   │   │   │   ├── ZLTextElementArea.class
│   │   │   │   │   ├── ZLTextElementAreaVector.class
│   │   │   │   │   ├── ZLTextElement.class
│   │   │   │   │   ├── ZLTextFixedHSpaceElement.class
│   │   │   │   │   ├── ZLTextFixedPosition.class
│   │   │   │   │   ├── ZLTextHighlighting.class
│   │   │   │   │   ├── ZLTextHorizontalConvexHull$Rectangle.class
│   │   │   │   │   ├── ZLTextHorizontalConvexHull.class
│   │   │   │   │   ├── ZLTextHyperlink.class
│   │   │   │   │   ├── ZLTextHyperlinkControlElement.class
│   │   │   │   │   ├── ZLTextHyperlinkRegionSoul.class
│   │   │   │   │   ├── ZLTextImageElement.class
│   │   │   │   │   ├── ZLTextImageRegionSoul.class
│   │   │   │   │   ├── ZLTextLineInfo.class
│   │   │   │   │   ├── ZLTextManualHighlighting.class
│   │   │   │   │   ├── ZLTextPage.class
│   │   │   │   │   ├── ZLTextParagraphCursor$Processor.class
│   │   │   │   │   ├── ZLTextParagraphCursorCache$Key.class
│   │   │   │   │   ├── ZLTextParagraphCursorCache.class
│   │   │   │   │   ├── ZLTextParagraphCursor.class
│   │   │   │   │   ├── ZLTextPosition.class
│   │   │   │   │   ├── ZLTextRegion$1.class
│   │   │   │   │   ├── ZLTextRegion$2.class
│   │   │   │   │   ├── ZLTextRegion$3.class
│   │   │   │   │   ├── ZLTextRegion$Filter.class
│   │   │   │   │   ├── ZLTextRegion$Soul.class
│   │   │   │   │   ├── ZLTextRegion.class
│   │   │   │   │   ├── ZLTextSelection$Point.class
│   │   │   │   │   ├── ZLTextSelection$Scroller.class
│   │   │   │   │   ├── ZLTextSelection.class
│   │   │   │   │   ├── ZLTextSelectionCursor.class
│   │   │   │   │   ├── ZLTextSimpleHighlighting.class
│   │   │   │   │   ├── ZLTextStyle.class
│   │   │   │   │   ├── ZLTextStyleElement.class
│   │   │   │   │   ├── ZLTextTraverser.class
│   │   │   │   │   ├── ZLTextView$PagePosition.class
│   │   │   │   │   ├── ZLTextView$ScrollingMode.class
│   │   │   │   │   ├── ZLTextView$SizeUnit.class
│   │   │   │   │   ├── ZLTextViewBase$ImageFitting.class
│   │   │   │   │   ├── ZLTextViewBase.class
│   │   │   │   │   ├── ZLTextView.class
│   │   │   │   │   ├── ZLTextWord$Mark.class
│   │   │   │   │   ├── ZLTextWord.class
│   │   │   │   │   ├── ZLTextWordCursor.class
│   │   │   │   │   └── ZLTextWordRegionSoul.class
│   │   │   │   └── ui
│   │   │   │   └── android
│   │   │   │   ├── application
│   │   │   │   │   ├── ZLAndroidApplicationWindow$1.class
│   │   │   │   │   ├── ZLAndroidApplicationWindow$2.class
│   │   │   │   │   └── ZLAndroidApplicationWindow.class
│   │   │   │   ├── error
│   │   │   │   │   ├── ErrorKeys.class
│   │   │   │   │   └── ErrorUtil.class
│   │   │   │   ├── image
│   │   │   │   │   ├── InputStreamImageData.class
│   │   │   │   │   ├── ZLAndroidImageData.class
│   │   │   │   │   ├── ZLAndroidImageLoader$1.class
│   │   │   │   │   ├── ZLAndroidImageLoader$ImageSynchronizedHandler.class
│   │   │   │   │   ├── ZLAndroidImageLoader$MinPriorityThreadFactory.class
│   │   │   │   │   ├── ZLAndroidImageLoader.class
│   │   │   │   │   └── ZLAndroidImageManager.class
│   │   │   │   ├── library
│   │   │   │   │   ├── ZLAndroidApplication.class
│   │   │   │   │   ├── ZLAndroidLibrary$AndroidAssetsFile.class
│   │   │   │   │   └── ZLAndroidLibrary.class
│   │   │   │   ├── network
│   │   │   │   │   └── SQLiteCookieDatabase.class
│   │   │   │   ├── util
│   │   │   │   │   └── ZLAndroidColorUtil.class
│   │   │   │   └── view
│   │   │   │   ├── AndroidFontUtil$1.class
│   │   │   │   ├── AndroidFontUtil.class
│   │   │   │   ├── AnimationProvider$DrawInfo.class
│   │   │   │   ├── AnimationProvider$Mode.class
│   │   │   │   ├── AnimationProvider.class
│   │   │   │   ├── BitmapManager.class
│   │   │   │   ├── CurlAnimationProvider.class
│   │   │   │   ├── NoneAnimationProvider.class
│   │   │   │   ├── ShiftAnimationProvider.class
│   │   │   │   ├── SimpleAnimationProvider.class
│   │   │   │   ├── SlideAnimationProvider.class
│   │   │   │   ├── ZLAndroidPaintContext.class
│   │   │   │   ├── ZLAndroidWidget$1.class
│   │   │   │   ├── ZLAndroidWidget$LongClickRunnable.class
│   │   │   │   ├── ZLAndroidWidget$ShortClickRunnable.class
│   │   │   │   └── ZLAndroidWidget.class
│   │   │   └── vimgadgets
│   │   │   └── linebreak
│   │   │   └── LineBreaker.class
│   │   └── yuku
│   │   └── ambilwarna
│   │   ├── AmbilWarnaDialog$1.class
│   │   ├── AmbilWarnaDialog$2.class
│   │   ├── AmbilWarnaDialog$3.class
│   │   ├── AmbilWarnaDialog$4.class
│   │   ├── AmbilWarnaDialog$5.class
│   │   ├── AmbilWarnaDialog$6.class
│   │   ├── AmbilWarnaDialog$OnAmbilWarnaListener.class
│   │   ├── AmbilWarnaDialog.class
│   │   ├── AmbilWarnaKotak.class
│   │   └── widget
│   │   ├── AmbilWarnaPreference$1.class
│   │   ├── AmbilWarnaPreference$SavedState$1.class
│   │   ├── AmbilWarnaPreference$SavedState.class
│   │   ├── AmbilWarnaPreference.class
│   │   └── AmbilWarnaPrefWidgetView.class
│   ├── classes.dex
│   ├── dexedLibs
│   │   ├── android-support-v4-5cda0845a504cfd35974d102337ab94a.jar
│   │   └── android-support-v4-bedbc6a30d28af47bbab9bb2de99a521.jar
│   ├── IceHoloReader1.0.apk
│   ├── jarlist.cache
│   ├── res
│   │   └── crunch
│   │   ├── drawable
│   │   │   ├── ambilwarna_hue.png
│   │   │   ├── mm_listitem_normal.9.png
│   │   │   ├── mm_listitem_simple.9.png
│   │   │   └── selection_copy_active.png
│   │   ├── drawable-hdpi
│   │   │   ├── ab_bottom_solid_light_holo.9.png
│   │   │   ├── ab_solid_light_holo.9.png
│   │   │   ├── ab_stacked_transparent_light_holo.9.png
│   │   │   ├── ab_transparent_dark_holo.9.png
│   │   │   ├── ambilwarna_arrow_down.png
│   │   │   ├── ambilwarna_arrow_right.png
│   │   │   ├── ambilwarna_cursor.png
│   │   │   ├── ambilwarna_target.png
│   │   │   ├── baidu.png
│   │   │   ├── bg_welcome.png
│   │   │   ├── book_cover_default.png
│   │   │   ├── book_favar.png
│   │   │   ├── bookmark_delete.png
│   │   │   ├── bookmark_icon.png
│   │   │   ├── bookmark_plus.png
│   │   │   ├── book_read.png
│   │   │   ├── book_shelf.png
│   │   │   ├── btn_default_holo.9.png
│   │   │   ├── btn_style_six_normal.9.png
│   │   │   ├── btn_txt_bookmark_unselect.png
│   │   │   ├── cab_background_bottom_holo_dark.9.png
│   │   │   ├── checkbox_selected.png
│   │   │   ├── checkbox_unselect.png
│   │   │   ├── close.png
│   │   │   ├── delete_btn_normal.png
│   │   │   ├── delete_btn_selected.png
│   │   │   ├── detail_bg.9.png
│   │   │   ├── dot.png
│   │   │   ├── down_ico.png
│   │   │   ├── empty_icon.png
│   │   │   ├── empty_view_logo_light.png
│   │   │   ├── file_epub.png
│   │   │   ├── file_html.png
│   │   │   ├── file_icon_default.png
│   │   │   ├── file_mobi.png
│   │   │   ├── file_oeb.png
│   │   │   ├── file_txt.png
│   │   │   ├── filter_import.png
│   │   │   ├── folder.png
│   │   │   ├── ic_bt_settings_disable.png
│   │   │   ├── ic_bt_settings.png
│   │   │   ├── ic_cab_done_holo_light.png
│   │   │   ├── ic_edit_cancel.png
│   │   │   ├── ic_edit.png
│   │   │   ├── ic_home_diable.png
│   │   │   ├── ic_list_group_closed.png
│   │   │   ├── ic_list_group_empty.png
│   │   │   ├── ic_list_group_open.png
│   │   │   ├── ic_list_library_author.png
│   │   │   ├── ic_list_library_authors.png
│   │   │   ├── ic_list_library_basket.png
│   │   │   ├── ic_list_library_book.png
│   │   │   ├── ic_list_library_books.png
│   │   │   ├── ic_list_library_favorites.png
│   │   │   ├── ic_list_library_folder.png
│   │   │   ├── ic_list_library_permission_denied.png
│   │   │   ├── ic_list_library_recent.png
│   │   │   ├── ic_list_library_search.png
│   │   │   ├── ic_list_library_tag.png
│   │   │   ├── ic_list_library_tags.png
│   │   │   ├── ic_list_library_zip.png
│   │   │   ├── ic_loading.png
│   │   │   ├── ic_menu_about.png
│   │   │   ├── ic_menu_add.png
│   │   │   ├── ic_menu_bookmarks_disable.png
│   │   │   ├── ic_menu_bookmarks.png
│   │   │   ├── ic_menu_day.png
│   │   │   ├── ic_menu_favorite.png
│   │   │   ├── ic_menu_file.png
│   │   │   ├── ic_menu_gridview_disable.png
│   │   │   ├── ic_menu_gridview.png
│   │   │   ├── ic_menu_languages.png
│   │   │   ├── ic_menu_library.png
│   │   │   ├── ic_menu_listview_disable.png
│   │   │   ├── ic_menu_listview.png
│   │   │   ├── ic_menu_moreoverflow_normal_holo_dark.png
│   │   │   ├── ic_menu_moreoverflow_normal_holo_light.png
│   │   │   ├── ic_menu_myplaces.png
│   │   │   ├── ic_menu_night.png
│   │   │   ├── ic_menu_overflow_disable.png
│   │   │   ├── ic_menu_overflow.png
│   │   │   ├── ic_menu_recent.png
│   │   │   ├── ic_menu_refresh.png
│   │   │   ├── ic_menu_search_disable.png
│   │   │   ├── ic_menu_search.png
│   │   │   ├── ic_menu_share_disable.png
│   │   │   ├── ic_menu_share_holo_light.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── ic_menu_sort_alphabetically.png
│   │   │   ├── ic_menu_star_holo_light.png
│   │   │   ├── ic_menu_star.png
│   │   │   ├── ic_menu_theme.png
│   │   │   ├── ic_menu_toc.png
│   │   │   ├── ic_menu_trash_holo_light_active.png
│   │   │   ├── ic_menu_trash_holo_light.png
│   │   │   ├── icon.png
│   │   │   ├── ic_prompt.png
│   │   │   ├── ic_pulltorefresh_arrow.png
│   │   │   ├── ic_pulltorefresh_arrow_up.png
│   │   │   ├── ic_settings_day.png
│   │   │   ├── ic_settings_language.png
│   │   │   ├── ic_settings_night.png
│   │   │   ├── ic_settings_storage.png
│   │   │   ├── into_icon_h.png
│   │   │   ├── into_icon.png
│   │   │   ├── item_bg.9.png
│   │   │   ├── line_list.png
│   │   │   ├── list_focused_holo.9.png
│   │   │   ├── list_selector_disabled_holo_light.9.png
│   │   │   ├── listview_doccover.png
│   │   │   ├── listview_download.png
│   │   │   ├── listview_epubcover.png
│   │   │   ├── listview_htmlcover.png
│   │   │   ├── listview_mobiicon.png
│   │   │   ├── listview_oebicon.png
│   │   │   ├── listview_othercover.png
│   │   │   ├── listview_pdfcover.png
│   │   │   ├── listview_txtcover.png
│   │   │   ├── listview_umdcover.png
│   │   │   ├── listview_xlscover.png
│   │   │   ├── main_bg.png
│   │   │   ├── menu_back.png
│   │   │   ├── menu_catalog.png
│   │   │   ├── menu_exit.png
│   │   │   ├── menu_file.png
│   │   │   ├── menu_jump.png
│   │   │   ├── menu_next_article.png
│   │   │   ├── menu_pre_article.png
│   │   │   ├── menu_search.png
│   │   │   ├── meta_favorite_unsel.png
│   │   │   ├── operation_button_cancel.png
│   │   │   ├── operation_button_selectall.png
│   │   │   ├── page_brightness_up_day.png
│   │   │   ├── path_pane.9.png
│   │   │   ├── path_pane_pressed.9.png
│   │   │   ├── popup_menu_0.png
│   │   │   ├── popup_menu_1.png
│   │   │   ├── popup_menu_2.png
│   │   │   ├── popup_menu_3.png
│   │   │   ├── reader_ic_fontsize_minus_disable.png
│   │   │   ├── reader_ic_fontsize_minus.png
│   │   │   ├── reader_ic_fontsize_plus_disable.png
│   │   │   ├── reader_ic_fontsize_plus.png
│   │   │   ├── secondary_title_background.9.png
│   │   │   ├── seekbar_none.png
│   │   │   ├── seekbar_progress.png
│   │   │   ├── selection_bookmark_active.png
│   │   │   ├── selection_bookmark_default.png
│   │   │   ├── selection_close_active.png
│   │   │   ├── selection_close_default.png
│   │   │   ├── selection_copy_active.png
│   │   │   ├── selection_copy_default.png
│   │   │   ├── selection_share_active.png
│   │   │   ├── selection_share_default.png
│   │   │   ├── selection_translate_active.png
│   │   │   ├── selection_translate_default.png
│   │   │   ├── spinner_ab_focused_holo_dark.9.png
│   │   │   ├── spinner_ab_holo_dark.9.png
│   │   │   ├── spinner_default_holo_light.9.png
│   │   │   ├── spinner_focused_holo_light.9.png
│   │   │   ├── text_search_close_active.png
│   │   │   ├── text_search_close_default.png
│   │   │   ├── text_search_next_active.png
│   │   │   ├── text_search_next_default.png
│   │   │   ├── text_search_next_disabled.png
│   │   │   ├── text_search_previous_active.png
│   │   │   ├── text_search_previous_default.png
│   │   │   ├── text_search_previous_disabled.png
│   │   │   ├── thumb_ball.png
│   │   │   ├── title_bg.png
│   │   │   ├── up_level.png
│   │   │   └── up_level_pressed.png
│   │   ├── drawable-ldpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_pulltorefresh_arrow.png
│   │   │   └── ic_pulltorefresh_arrow_up.png
│   │   └── drawable-xhdpi
│   │   ├── bottom.png
│   │   ├── btn_pressed.png
│   │   ├── btn_unpressed.png
│   │   ├── frame.png
│   │   └── mask.png
│   └── resources.ap_
├── gen
│   ├── com
│   │   └── yamin
│   │   └── reader
│   │   ├── BuildConfig.java
│   │   └── R.java
│   └── org
│   └── geometerplus
│   └── android
│   └── fbreader
│   ├── api
│   │   └── ApiInterface.java
│   └── libraryService
│   └── LibraryInterface.java
├── JavaApk源码说明.txt
├── libs
│   ├── android-support-v4.jar
│   ├── armeabi
│   │   ├── libDeflatingDecompressor-v3.so
│   │   ├── libLineBreak-v2.so
│   │   └── libNativeFormats-v3.so
│   └── armeabi-v7a
│   ├── libDeflatingDecompressor-v3.so
│   ├── libLineBreak-v2.so
│   └── libNativeFormats-v3.so
├── lint.xml
├── proguard.cfg
├── project.properties
├── res
│   ├── anim
│   │   ├── activity_enter.xml
│   │   ├── activity_exit.xml
│   │   ├── layout_enter.xml
│   │   ├── layout_exit.xml
│   │   ├── loading_anim.xml
│   │   ├── popu_enter_bottom.xml
│   │   ├── popu_enter.xml
│   │   └── popu_exit.xml
│   ├── drawable
│   │   ├── ambilwarna_hue.png
│   │   ├── background_shelf.xml
│   │   ├── bookarks_button_bg.xml
│   │   ├── button_del_bg.xml
│   │   ├── button_edit_bg.xml
│   │   ├── button_more_bg.xml
│   │   ├── button_spinner_dark.xml
│   │   ├── button_spinner_light.xml
│   │   ├── customdialog_bg_blue.xml
│   │   ├── customdialog_bg.xml
│   │   ├── customdialog_bottom_bg.xml
│   │   ├── font_big_button_bg.xml
│   │   ├── font_small_button_bg.xml
│   │   ├── gridview_button_bg.xml
│   │   ├── list_bottom_round_press.xml
│   │   ├── list_bottom_round.xml
│   │   ├── list_bottom_selector_holo_light.xml
│   │   ├── list_center_round_press.xml
│   │   ├── list_center_round.xml
│   │   ├── list_center_selector_holo_light.xml
│   │   ├── list_default_round.xml
│   │   ├── list_round_press.xml
│   │   ├── list_round_selector_holo_light.xml
│   │   ├── list_round.xml
│   │   ├── list_selector_holo_light.xml
│   │   ├── list_top_round_press.xml
│   │   ├── list_top_round.xml
│   │   ├── list_top_selector_holo_light.xml
│   │   ├── listview_button_bg.xml
│   │   ├── mm_listitem_normal.9.png
│   │   ├── mm_listitem_simple.9.png
│   │   ├── path_pane_bg.xml
│   │   ├── path_up_level.xml
│   │   ├── progressbar.xml
│   │   ├── search_button_bg.xml
│   │   ├── seek_bar.xml
│   │   ├── selection_bookmark.xml
│   │   ├── selection_close.xml
│   │   ├── selection_copy_active.png
│   │   ├── selection_copy.xml
│   │   ├── selection_share.xml
│   │   ├── selection_translate.xml
│   │   ├── settings_button_bg.xml
│   │   ├── shape_line.xml
│   │   ├── text_search_close.xml
│   │   ├── text_search_next.xml
│   │   └── text_search_previous.xml
│   ├── drawable-hdpi
│   │   ├── ab_bottom_solid_light_holo.9.png
│   │   ├── ab_solid_light_holo.9.png
│   │   ├── ab_stacked_transparent_light_holo.9.png
│   │   ├── ab_transparent_dark_holo.9.png
│   │   ├── ambilwarna_arrow_down.png
│   │   ├── ambilwarna_arrow_right.png
│   │   ├── ambilwarna_cursor.png
│   │   ├── ambilwarna_target.png
│   │   ├── baidu.png
│   │   ├── bg_welcome.png
│   │   ├── book_cover_default.png
│   │   ├── book_favar.png
│   │   ├── bookmark_delete.png
│   │   ├── bookmark_icon.png
│   │   ├── bookmark_plus.png
│   │   ├── book_read.png
│   │   ├── book_shelf_cenetr.9.png
│   │   ├── book_shelf.png
│   │   ├── btn_default_holo.9.png
│   │   ├── btn_style_six_normal.9.png
│   │   ├── btn_txt_bookmark_unselect.png
│   │   ├── cab_background_bottom_holo_dark.9.png
│   │   ├── checkbox_selected.png
│   │   ├── checkbox_unselect.png
│   │   ├── close.png
│   │   ├── delete_btn_normal.png
│   │   ├── delete_btn_selected.png
│   │   ├── detail_bg.9.png
│   │   ├── dot.png
│   │   ├── down_ico.png
│   │   ├── empty_icon.png
│   │   ├── empty_view_logo_light.png
│   │   ├── file_epub.png
│   │   ├── file_html.png
│   │   ├── file_icon_default.png
│   │   ├── file_mobi.png
│   │   ├── file_oeb.png
│   │   ├── file_txt.png
│   │   ├── filter_import.png
│   │   ├── folder.png
│   │   ├── ic_bt_settings_disable.png
│   │   ├── ic_bt_settings.png
│   │   ├── ic_cab_done_holo_light.png
│   │   ├── ic_edit_cancel.png
│   │   ├── ic_edit.png
│   │   ├── ic_home_diable.png
│   │   ├── ic_list_group_closed.png
│   │   ├── ic_list_group_empty.png
│   │   ├── ic_list_group_open.png
│   │   ├── ic_list_library_author.png
│   │   ├── ic_list_library_authors.png
│   │   ├── ic_list_library_basket.png
│   │   ├── ic_list_library_book.png
│   │   ├── ic_list_library_books.png
│   │   ├── ic_list_library_favorites.png
│   │   ├── ic_list_library_folder.png
│   │   ├── ic_list_library_permission_denied.png
│   │   ├── ic_list_library_recent.png
│   │   ├── ic_list_library_search.png
│   │   ├── ic_list_library_tag.png
│   │   ├── ic_list_library_tags.png
│   │   ├── ic_list_library_zip.png
│   │   ├── ic_loading.png
│   │   ├── ic_menu_about.png
│   │   ├── ic_menu_add.png
│   │   ├── ic_menu_bookmarks_disable.png
│   │   ├── ic_menu_bookmarks.png
│   │   ├── ic_menu_day.png
│   │   ├── ic_menu_favorite.png
│   │   ├── ic_menu_file.png
│   │   ├── ic_menu_gridview_disable.png
│   │   ├── ic_menu_gridview.png
│   │   ├── ic_menu_languages.png
│   │   ├── ic_menu_library.png
│   │   ├── ic_menu_listview_disable.png
│   │   ├── ic_menu_listview.png
│   │   ├── ic_menu_moreoverflow_normal_holo_dark.png
│   │   ├── ic_menu_moreoverflow_normal_holo_light.png
│   │   ├── ic_menu_myplaces.png
│   │   ├── ic_menu_night.png
│   │   ├── ic_menu_overflow_disable.png
│   │   ├── ic_menu_overflow.png
│   │   ├── ic_menu_recent.png
│   │   ├── ic_menu_refresh.png
│   │   ├── ic_menu_search_disable.png
│   │   ├── ic_menu_search.png
│   │   ├── ic_menu_share_disable.png
│   │   ├── ic_menu_share_holo_light.png
│   │   ├── ic_menu_share.png
│   │   ├── ic_menu_sort_alphabetically.png
│   │   ├── ic_menu_star_holo_light.png
│   │   ├── ic_menu_star.png
│   │   ├── ic_menu_theme.png
│   │   ├── ic_menu_toc.png
│   │   ├── ic_menu_trash_holo_light_active.png
│   │   ├── ic_menu_trash_holo_light.png
│   │   ├── icon.png
│   │   ├── ic_prompt.png
│   │   ├── ic_pulltorefresh_arrow.png
│   │   ├── ic_pulltorefresh_arrow_up.png
│   │   ├── ic_settings_day.png
│   │   ├── ic_settings_language.png
│   │   ├── ic_settings_night.png
│   │   ├── ic_settings_storage.png
│   │   ├── into_icon_h.png
│   │   ├── into_icon.png
│   │   ├── item_bg.9.png
│   │   ├── line_list.png
│   │   ├── list_focused_holo.9.png
│   │   ├── list_selector_disabled_holo_light.9.png
│   │   ├── listview_doccover.png
│   │   ├── listview_download.png
│   │   ├── listview_epubcover.png
│   │   ├── listview_htmlcover.png
│   │   ├── listview_mobiicon.png
│   │   ├── listview_oebicon.png
│   │   ├── listview_othercover.png
│   │   ├── listview_pdfcover.png
│   │   ├── listview_txtcover.png
│   │   ├── listview_umdcover.png
│   │   ├── listview_xlscover.png
│   │   ├── loading_bg.jpg
│   │   ├── main_bg.png
│   │   ├── menu_back.png
│   │   ├── menu_catalog.png
│   │   ├── menu_exit.png
│   │   ├── menu_file.png
│   │   ├── menu_jump.png
│   │   ├── menu_next_article.png
│   │   ├── menu_pre_article.png
│   │   ├── menu_search.png
│   │   ├── meta_favorite_unsel.png
│   │   ├── operation_button_cancel.png
│   │   ├── operation_button_selectall.png
│   │   ├── page_brightness_up_day.png
│   │   ├── path_pane.9.png
│   │   ├── path_pane_pressed.9.png
│   │   ├── popup_menu_0.png
│   │   ├── popup_menu_1.png
│   │   ├── popup_menu_2.png
│   │   ├── popup_menu_3.png
│   │   ├── reader_ic_fontsize_minus_disable.png
│   │   ├── reader_ic_fontsize_minus.png
│   │   ├── reader_ic_fontsize_plus_disable.png
│   │   ├── reader_ic_fontsize_plus.png
│   │   ├── secondary_title_background.9.png
│   │   ├── seekbar_none.png
│   │   ├── seekbar_progress.png
│   │   ├── selection_bookmark_active.png
│   │   ├── selection_bookmark_default.png
│   │   ├── selection_close_active.png
│   │   ├── selection_close_default.png
│   │   ├── selection_copy_active.png
│   │   ├── selection_copy_default.png
│   │   ├── selection_share_active.png
│   │   ├── selection_share_default.png
│   │   ├── selection_translate_active.png
│   │   ├── selection_translate_default.png
│   │   ├── spinner_ab_focused_holo_dark.9.png
│   │   ├── spinner_ab_holo_dark.9.png
│   │   ├── spinner_default_holo_light.9.png
│   │   ├── spinner_focused_holo_light.9.png
│   │   ├── text_search_close_active.png
│   │   ├── text_search_close_default.png
│   │   ├── text_search_next_active.png
│   │   ├── text_search_next_default.png
│   │   ├── text_search_next_disabled.png
│   │   ├── text_search_previous_active.png
│   │   ├── text_search_previous_default.png
│   │   ├── text_search_previous_disabled.png
│   │   ├── thumb_ball.png
│   │   ├── title_bg.png
│   │   ├── up_level.png
│   │   └── up_level_pressed.png
│   ├── drawable-ldpi
│   │   └── ic_launcher.png
│   ├── drawable-mdpi
│   │   ├── ic_launcher.png
│   │   ├── ic_pulltorefresh_arrow.png
│   │   └── ic_pulltorefresh_arrow_up.png
│   ├── drawable-xhdpi
│   │   ├── bottom.png
│   │   ├── btn_pressed.png
│   │   ├── btn_unpressed.png
│   │   ├── frame.png
│   │   └── mask.png
│   ├── layout
│   │   ├── about_dialog.xml
│   │   ├── alert_dialog.xml
│   │   ├── ambilwarna_dialog.xml
│   │   ├── ambilwarna_pref_widget.xml
│   │   ├── animation_speed_dialog.xml
│   │   ├── book_details_info.xml
│   │   ├── book_fav_histo_item_listview.xml
│   │   ├── book_favorite.xml
│   │   ├── book_info_pair.xml
│   │   ├── book_info.xml
│   │   ├── bookmark_item.xml
│   │   ├── bookmarks.xml
│   │   ├── book_progress.xml
│   │   ├── book_search_result.xml
│   │   ├── book_settings.xml
│   │   ├── bookshelf_edit.xml
│   │   ├── bookshelf_item_listview.xml
│   │   ├── bookshelf_tem_gridview.xml
│   │   ├── book_shelf.xml
│   │   ├── book_welcome.xml
│   │   ├── cancel_item.xml
│   │   ├── color_dialog.xml
│   │   ├── color_preference.xml
│   │   ├── control_panel_bottom_flat.xml
│   │   ├── control_panel_bottom.xml
│   │   ├── control_panel_floating.xml
│   │   ├── core_main.xml
│   │   ├── detail.xml
│   │   ├── download_notification.xml
│   │   ├── error_book_reading.xml
│   │   ├── file_item_menu.xml
│   │   ├── file_item.xml
│   │   ├── file_list.xml
│   │   ├── file_search_result.xml
│   │   ├── library_tree_item.xml
│   │   ├── loading_dialog.xml
│   │   ├── missing_native_library.xml
│   │   ├── ok_cancel_buttons.xml
│   │   ├── pop_gallery_item.xml
│   │   ├── refresh_footer.xml
│   │   ├── refresh_header.xml
│   │   ├── search_dialog.xml
│   │   ├── search_gridview_item.xml
│   │   ├── spinner_item_print.xml
│   │   ├── style_item.xml
│   │   └── toc_tree_item.xml
│   ├── layout-land
│   │   └── ambilwarna_dialog.xml
│   ├── menu
│   │   ├── bookfile_menu.xml
│   │   ├── bookmark_menu.xml
│   │   └── bookshelf_menu.xml
│   ├── values
│   │   ├── attrs.xml
│   │   ├── colors.xml
│   │   ├── dimen.xml
│   │   ├── endtype.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-land
│   │   └── dimen.xml
│   └── xml
│   └── searchable.xml
└── src
├── com
│   └── yamin
│   └── reader
│   ├── account
│   │   └── BaiduAccountConfig.java
│   ├── activity
│   │   ├── BookFavoriteActivity.java
│   │   ├── BookSettingsActivity.java
│   │   ├── CoreReadActivity.java
│   │   ├── FileBrowserActivity.java
│   │   ├── FileSearchResultActivity.java
│   │   ├── MainActivity.java
│   │   └── WelcomeActivity.java
│   ├── adapter
│   │   ├── BookHisFavAdaper.java
│   │   ├── BookShelfListAdaper.java
│   │   ├── FileListAdapter.java
│   │   ├── PopGalleryAdapter.java
│   │   └── ScanFileAdapter.java
│   ├── database
│   │   ├── BookContentProvider.java
│   │   ├── BookOpenHelper.java
│   │   ├── DbDataOperation.java
│   │   └── DbTags.java
│   ├── log
│   │   └── Log.java
│   ├── model
│   │   ├── BookChapter.java
│   │   ├── Book.java
│   │   ├── BookMark.java
│   │   └── FileItem.java
│   ├── utils
│   │   ├── Commons.java
│   │   └── ToolUtils.java
│   └── view
│   ├── CustomDialog.java
│   ├── CustomScrollview.java
│   ├── FrameAnimationController.java
│   ├── LayerDrawable.java
│   ├── LoadingDialog.java
│   ├── MyGridView.java
│   ├── MyListView.java
│   ├── PullToRefreshView.java
│   └── SwitchButton.java
├── org
│   ├── amse
│   │   └── ys
│   │   └── zip
│   │   ├── Decompressor.java
│   │   ├── DeflatingDecompressor.java
│   │   ├── LocalFileHeader.java
│   │   ├── MyBufferedInputStream.java
│   │   ├── NoCompressionDecompressor.java
│   │   ├── ZipException.java
│   │   ├── ZipFile.java
│   │   └── ZipInputStream.java
│   ├── geometerplus
│   │   ├── android
│   │   │   ├── fbreader
│   │   │   │   ├── api
│   │   │   │   │   ├── ApiClientImplementation.java
│   │   │   │   │   ├── ApiException.java
│   │   │   │   │   ├── ApiInterface.aidl
│   │   │   │   │   ├── Api.java
│   │   │   │   │   ├── ApiListener.java
│   │   │   │   │   ├── ApiMethods.java
│   │   │   │   │   ├── ApiObject.aidl
│   │   │   │   │   ├── ApiObject.java
│   │   │   │   │   ├── ApiServerImplementation.java
│   │   │   │   │   ├── ApiService.java
│   │   │   │   │   ├── PluginApi.java
│   │   │   │   │   ├── TextPosition.aidl
│   │   │   │   │   └── TextPosition.java
│   │   │   │   ├── BookmarkEditActivity.java
│   │   │   │   ├── BookmarksActivity.java
│   │   │   │   ├── ButtonsPopupPanel.java
│   │   │   │   ├── CancelActivity.java
│   │   │   │   ├── covers
│   │   │   │   │   ├── CoverCache.java
│   │   │   │   │   ├── CoverHolder.java
│   │   │   │   │   └── CoverManager.java
│   │   │   │   ├── crash
│   │   │   │   │   └── MissingNativeLibraryActivity.java
│   │   │   │   ├── DictionaryUtil.java
│   │   │   │   ├── error
│   │   │   │   │   └── BookReadingErrorActivity.java
│   │   │   │   ├── FBAndroidAction.java
│   │   │   │   ├── FBReaderApplication.java
│   │   │   │   ├── FBUtil.java
│   │   │   │   ├── image
│   │   │   │   │   └── ImageViewActivity.java
│   │   │   │   ├── library
│   │   │   │   │   ├── BookInfoActivity.java
│   │   │   │   │   ├── LibraryActivity.java
│   │   │   │   │   ├── LibrarySearchActivity.java
│   │   │   │   │   └── LibraryTreeAdapter.java
│   │   │   │   ├── libraryService
│   │   │   │   │   ├── BookCollectionShadow.java
│   │   │   │   │   ├── LibraryInterface.aidl
│   │   │   │   │   ├── LibraryService.java
│   │   │   │   │   ├── SQLiteBooksDatabase.java
│   │   │   │   │   └── Util.java
│   │   │   │   ├── NavigationPopup.java
│   │   │   │   ├── OrientationUtil.java
│   │   │   │   ├── PackageInfo.java
│   │   │   │   ├── PopupPanel.java
│   │   │   │   ├── PopupWindow.java
│   │   │   │   ├── preferences
│   │   │   │   │   ├── AnimationSpeedPreference.java
│   │   │   │   │   ├── BatteryLevelToTurnScreenOffPreference.java
│   │   │   │   │   ├── ColorPreference.java
│   │   │   │   │   ├── FontOption.java
│   │   │   │   │   ├── FontStylePreference.java
│   │   │   │   │   ├── InfoPreference.java
│   │   │   │   │   ├── PreferenceActivity.java
│   │   │   │   │   ├── UrlPreference.java
│   │   │   │   │   ├── WallpaperPreference.java
│   │   │   │   │   ├── ZLBoolean3Preference.java
│   │   │   │   │   ├── ZLBooleanPreference.java
│   │   │   │   │   ├── ZLCheckBoxPreference.java
│   │   │   │   │   ├── ZLChoicePreference.java
│   │   │   │   │   ├── ZLColorPreference.java
│   │   │   │   │   ├── ZLEnumPreference.java
│   │   │   │   │   ├── ZLIntegerChoicePreference.java
│   │   │   │   │   ├── ZLIntegerRangePreference.java
│   │   │   │   │   ├── ZLPreferenceActivity.java
│   │   │   │   │   ├── ZLPreferenceSet.java
│   │   │   │   │   ├── ZLStringChoicePreference.java
│   │   │   │   │   ├── ZLStringListPreference.java
│   │   │   │   │   ├── ZLStringOptionPreference.java
│   │   │   │   │   └── ZLStringPreference.java
│   │   │   │   ├── ProcessHyperlinkAction.java
│   │   │   │   ├── RunPluginAction.java
│   │   │   │   ├── SearchAction.java
│   │   │   │   ├── SelectionBookmarkAction.java
│   │   │   │   ├── SelectionCopyAction.java
│   │   │   │   ├── SelectionHidePanelAction.java
│   │   │   │   ├── SelectionPopup.java
│   │   │   │   ├── SelectionShareAction.java
│   │   │   │   ├── SelectionShowPanelAction.java
│   │   │   │   ├── SetScreenOrientationAction.java
│   │   │   │   ├── ShareBookAction.java
│   │   │   │   ├── ShowBookmarksAction.java
│   │   │   │   ├── ShowCancelMenuAction.java
│   │   │   │   ├── ShowLibraryAction.java
│   │   │   │   ├── ShowMenuAction.java
│   │   │   │   ├── ShowNavigationAction.java
│   │   │   │   ├── ShowPreferencesAction.java
│   │   │   │   ├── ShowTOCAction.java
│   │   │   │   ├── style
│   │   │   │   │   ├── EditStyleActivity.java
│   │   │   │   │   └── StyleListActivity.java
│   │   │   │   ├── TextSearchPopup.java
│   │   │   │   ├── TOCActivity.java
│   │   │   │   ├── tree
│   │   │   │   │   ├── TreeActivity.java
│   │   │   │   │   └── TreeAdapter.java
│   │   │   │   └── ZLTreeAdapter.java
│   │   │   └── util
│   │   │   ├── PackageUtil.java
│   │   │   ├── SQLiteUtil.java
│   │   │   └── UIUtil.java
│   │   ├── fbreader
│   │   │   ├── book
│   │   │   │   ├── AbstractBookCollection.java
│   │   │   │   ├── AbstractSerializer.java
│   │   │   │   ├── Author.java
│   │   │   │   ├── BookCollection.java
│   │   │   │   ├── BookEvent.java
│   │   │   │   ├── Book.java
│   │   │   │   ├── Bookmark.java
│   │   │   │   ├── BookmarkQuery.java
│   │   │   │   ├── BookQuery.java
│   │   │   │   ├── BooksDatabase.java
│   │   │   │   ├── BookUtil.java
│   │   │   │   ├── FileInfo.java
│   │   │   │   ├── FileInfoSet.java
│   │   │   │   ├── Filter.java
│   │   │   │   ├── HighlightingStyle.java
│   │   │   │   ├── IBookCollection.java
│   │   │   │   ├── SerializerUtil.java
│   │   │   │   ├── SeriesInfo.java
│   │   │   │   ├── Series.java
│   │   │   │   ├── Tag.java
│   │   │   │   ├── UID.java
│   │   │   │   └── XMLSerializer.java
│   │   │   ├── bookmodel
│   │   │   │   ├── BookModelImpl.java
│   │   │   │   ├── BookModel.java
│   │   │   │   ├── BookReader.java
│   │   │   │   ├── BookReadingException.java
│   │   │   │   ├── FBHyperlinkType.java
│   │   │   │   ├── FBTextKind.java
│   │   │   │   ├── JavaBookModel.java
│   │   │   │   ├── NativeBookModel.java
│   │   │   │   └── TOCTree.java
│   │   │   ├── fbreader
│   │   │   │   ├── ActionCode.java
│   │   │   │   ├── BookmarkHighlighting.java
│   │   │   │   ├── ChangeAnimationAction.java
│   │   │   │   ├── ChangeFontSizeAction.java
│   │   │   │   ├── ClearFindResultsAction.java
│   │   │   │   ├── ColorProfile.java
│   │   │   │   ├── ExitAction.java
│   │   │   │   ├── FBAction.java
│   │   │   │   ├── FBReaderApp.java
│   │   │   │   ├── FBRreshAction.java
│   │   │   │   ├── FBView.java
│   │   │   │   ├── FindNextAction.java
│   │   │   │   ├── FindPreviousAction.java
│   │   │   │   ├── MoveCursorAction.java
│   │   │   │   ├── options
│   │   │   │   │   ├── CancelMenuOptions.java
│   │   │   │   │   ├── FooterOptions.java
│   │   │   │   │   └── PageTurningOptions.java
│   │   │   │   ├── SelectionClearAction.java
│   │   │   │   ├── SwitchProfileAction.java
│   │   │   │   ├── TapZoneMap.java
│   │   │   │   ├── TextBuildTraverser.java
│   │   │   │   ├── TurnPageAction.java
│   │   │   │   ├── VolumeKeyTurnPageAction.java
│   │   │   │   ├── WallpapersUtil.java
│   │   │   │   └── WordCountTraverser.java
│   │   │   ├── formats
│   │   │   │   ├── fb2
│   │   │   │   │   ├── Base64EncodedImage.java
│   │   │   │   │   ├── FB2AnnotationReader.java
│   │   │   │   │   ├── FB2CoverImage.java
│   │   │   │   │   ├── FB2CoverReader.java
│   │   │   │   │   ├── FB2MetaInfoReader.java
│   │   │   │   │   ├── FB2NativePlugin.java
│   │   │   │   │   ├── FB2Plugin.java
│   │   │   │   │   ├── FB2Reader.java
│   │   │   │   │   ├── FB2Tag.java
│   │   │   │   │   ├── FB2TagManager.java
│   │   │   │   │   └── FB2Util.java
│   │   │   │   ├── FormatPlugin.java
│   │   │   │   ├── html
│   │   │   │   │   ├── HtmlReader.java
│   │   │   │   │   └── HtmlTag.java
│   │   │   │   ├── JavaFormatPlugin.java
│   │   │   │   ├── NativeFormatPlugin.java
│   │   │   │   ├── oeb
│   │   │   │   │   ├── ContainerFileReader.java
│   │   │   │   │   ├── NCXReader.java
│   │   │   │   │   ├── OEBAnnotationReader.java
│   │   │   │   │   ├── OEBBookReader.java
│   │   │   │   │   ├── OEBCoverBackgroundReader.java
│   │   │   │   │   ├── OEBCoverReader.java
│   │   │   │   │   ├── OEBMetaInfoReader.java
│   │   │   │   │   ├── OEBNativePlugin.java
│   │   │   │   │   ├── OEBPlugin.java
│   │   │   │   │   └── XHTMLImageFinder.java
│   │   │   │   ├── pdb
│   │   │   │   │   ├── DocDecompressor.java
│   │   │   │   │   ├── HuffdicDecompressor.java
│   │   │   │   │   ├── MobipocketHtmlBookReader.java
│   │   │   │   │   ├── MobipocketPlugin.java
│   │   │   │   │   ├── MobipocketStream.java
│   │   │   │   │   ├── PalmDocLikeStream.java
│   │   │   │   │   ├── PdbHeader.java
│   │   │   │   │   ├── PdbStream.java
│   │   │   │   │   └── PdbUtil.java
│   │   │   │   ├── PluginCollection.java
│   │   │   │   ├── util
│   │   │   │   │   └── MiscUtil.java
│   │   │   │   └── xhtml
│   │   │   │   ├── XHTMLReader.java
│   │   │   │   ├── XHTMLTagAction.java
│   │   │   │   ├── XHTMLTagBodyAction.java
│   │   │   │   ├── XHTMLTagControlAction.java
│   │   │   │   ├── XHTMLTagHyperlinkAction.java
│   │   │   │   ├── XHTMLTagImageAction.java
│   │   │   │   ├── XHTMLTagItemAction.java
│   │   │   │   ├── XHTMLTagParagraphAction.java
│   │   │   │   ├── XHTMLTagParagraphWithControlAction.java
│   │   │   │   ├── XHTMLTagPreAction.java
│   │   │   │   └── XHTMLTagRestartParagraphAction.java
│   │   │   ├── library
│   │   │   │   ├── AuthorListTree.java
│   │   │   │   ├── AuthorTree.java
│   │   │   │   ├── BookInSeriesTree.java
│   │   │   │   ├── BookTree.java
│   │   │   │   ├── BookWithAuthorsTree.java
│   │   │   │   ├── FavoritesTree.java
│   │   │   │   ├── FileFirstLevelTree.java
│   │   │   │   ├── FileTree.java
│   │   │   │   ├── FilteredTree.java
│   │   │   │   ├── FirstLevelTree.java
│   │   │   │   ├── LibraryTree.java
│   │   │   │   ├── RecentBooksTree.java
│   │   │   │   ├── RootTree.java
│   │   │   │   ├── SearchResultsTree.java
│   │   │   │   ├── SeriesListTree.java
│   │   │   │   ├── SeriesTree.java
│   │   │   │   ├── TagListTree.java
│   │   │   │   ├── TagTree.java
│   │   │   │   ├── TitleListTree.java
│   │   │   │   └── TitleTree.java
│   │   │   ├── network
│   │   │   │   ├── HtmlUtil.java
│   │   │   │   ├── INetworkLink.java
│   │   │   │   ├── NetworkLibrary.java
│   │   │   │   └── urlInfo
│   │   │   │   ├── UrlInfo.java
│   │   │   │   └── UrlInfoWithDate.java
│   │   │   ├── Paths.java
│   │   │   ├── sort
│   │   │   │   └── TitledEntity.java
│   │   │   └── tree
│   │   │   └── FBTree.java
│   │   └── zlibrary
│   │   ├── core
│   │   │   ├── application
│   │   │   │   ├── ZLApplication.java
│   │   │   │   ├── ZLApplicationWindow.java
│   │   │   │   └── ZLKeyBindings.java
│   │   │   ├── config
│   │   │   │   └── ZLConfig.java
│   │   │   ├── constants
│   │   │   │   └── XMLNamespaces.java
│   │   │   ├── encodings
│   │   │   │   ├── AutoEncodingCollection.java
│   │   │   │   ├── EncodingCollection.java
│   │   │   │   ├── EncodingConverter.java
│   │   │   │   ├── Encoding.java
│   │   │   │   ├── FilteredEncodingCollection.java
│   │   │   │   └── JavaEncodingCollection.java
│   │   │   ├── filesystem
│   │   │   │   ├── tar
│   │   │   │   │   ├── ZLTarEntryFile.java
│   │   │   │   │   ├── ZLTarHeader.java
│   │   │   │   │   └── ZLTarInputStream.java
│   │   │   │   ├── ZLArchiveEntryFile.java
│   │   │   │   ├── ZLFile.java
│   │   │   │   ├── ZLPhysicalFile.java
│   │   │   │   ├── ZLResourceFile.java
│   │   │   │   └── ZLZipEntryFile.java
│   │   │   ├── filetypes
│   │   │   │   ├── FileTypeCollection.java
│   │   │   │   ├── FileTypeDjVu.java
│   │   │   │   ├── FileTypeEpub.java
│   │   │   │   ├── FileTypeFB2.java
│   │   │   │   ├── FileTypeHtml.java
│   │   │   │   ├── FileType.java
│   │   │   │   ├── FileTypeMobipocket.java
│   │   │   │   ├── FileTypePalm.java
│   │   │   │   └── SimpleFileType.java
│   │   │   ├── html
│   │   │   │   ├── ZLByteBuffer.java
│   │   │   │   ├── ZLHtmlAttributeMap.java
│   │   │   │   ├── ZLHtmlParser.java
│   │   │   │   ├── ZLHtmlProcessor.java
│   │   │   │   └── ZLHtmlReader.java
│   │   │   ├── image
│   │   │   │   ├── ZLBase64EncodedImage.java
│   │   │   │   ├── ZLFileImage.java
│   │   │   │   ├── ZLImageData.java
│   │   │   │   ├── ZLImage.java
│   │   │   │   ├── ZLImageManager.java
│   │   │   │   ├── ZLImageProxy.java
│   │   │   │   ├── ZLLoadableImage.java
│   │   │   │   └── ZLSingleImage.java
│   │   │   ├── language
│   │   │   │   ├── Language.java
│   │   │   │   └── ZLLanguageUtil.java
│   │   │   ├── library
│   │   │   │   └── ZLibrary.java
│   │   │   ├── money
│   │   │   │   ├── MoneyException.java
│   │   │   │   └── Money.java
│   │   │   ├── network
│   │   │   │   ├── CookieDatabase.java
│   │   │   │   ├── ZLNetworkException.java
│   │   │   │   ├── ZLNetworkManager.java
│   │   │   │   └── ZLNetworkRequest.java
│   │   │   ├── options
│   │   │   │   ├── ZLBoolean3Option.java
│   │   │   │   ├── ZLBooleanOption.java
│   │   │   │   ├── ZLColorOption.java
│   │   │   │   ├── ZLEnumOption.java
│   │   │   │   ├── ZLIntegerOption.java
│   │   │   │   ├── ZLIntegerRangeOption.java
│   │   │   │   ├── ZLOption.java
│   │   │   │   ├── ZLStringListOption.java
│   │   │   │   └── ZLStringOption.java
│   │   │   ├── resources
│   │   │   │   ├── ZLMissingResource.java
│   │   │   │   ├── ZLResource.java
│   │   │   │   └── ZLTreeResource.java
│   │   │   ├── sqliteconfig
│   │   │   │   └── ZLSQLiteConfig.java
│   │   │   ├── tree
│   │   │   │   └── ZLTree.java
│   │   │   ├── util
│   │   │   │   ├── Base64InputStream.java
│   │   │   │   ├── HexInputStream.java
│   │   │   │   ├── MergedInputStream.java
│   │   │   │   ├── MimeType.java
│   │   │   │   ├── MiscUtil.java
│   │   │   │   ├── SliceInputStream.java
│   │   │   │   ├── ZLArrayUtils.java
│   │   │   │   ├── ZLBoolean3.java
│   │   │   │   ├── ZLColor.java
│   │   │   │   ├── ZLInputStreamWithOffset.java
│   │   │   │   ├── ZLNetworkUtil.java
│   │   │   │   ├── ZLSearchPattern.java
│   │   │   │   ├── ZLSearchUtil.java
│   │   │   │   ├── ZLTTFInfoDetector.java
│   │   │   │   ├── ZLTTFInfo.java
│   │   │   │   └── ZLUnicodeUtil.java
│   │   │   ├── view
│   │   │   │   ├── DummyPaintContext.java
│   │   │   │   ├── ZLPaintContext.java
│   │   │   │   ├── ZLView.java
│   │   │   │   └── ZLViewWidget.java
│   │   │   └── xml
│   │   │   ├── ZLDTDParser.java
│   │   │   ├── ZLMutableString.java
│   │   │   ├── ZLStringMap.java
│   │   │   ├── ZLXMLParser.java
│   │   │   ├── ZLXMLProcessor.java
│   │   │   ├── ZLXMLReaderAdapter.java
│   │   │   └── ZLXMLReader.java
│   │   ├── library
│   │   │   └── UncaughtExceptionHandler.java
│   │   ├── text
│   │   │   ├── hyphenation
│   │   │   │   ├── ZLTextHyphenationInfo.java
│   │   │   │   ├── ZLTextHyphenationReader.java
│   │   │   │   ├── ZLTextHyphenator.java
│   │   │   │   ├── ZLTextTeXHyphenationPattern.java
│   │   │   │   └── ZLTextTeXHyphenator.java
│   │   │   ├── model
│   │   │   │   ├── CachedCharStorageBase.java
│   │   │   │   ├── CachedCharStorageException.java
│   │   │   │   ├── CachedCharStorage.java
│   │   │   │   ├── CachedCharStorageRO.java
│   │   │   │   ├── CharStorage.java
│   │   │   │   ├── SimpleCharStorage.java
│   │   │   │   ├── ZLImageEntry.java
│   │   │   │   ├── ZLTextAlignmentType.java
│   │   │   │   ├── ZLTextCSSStyleEntry.java
│   │   │   │   ├── ZLTextMark.java
│   │   │   │   ├── ZLTextMetrics.java
│   │   │   │   ├── ZLTextModel.java
│   │   │   │   ├── ZLTextNativeModel.java
│   │   │   │   ├── ZLTextOtherStyleEntry.java
│   │   │   │   ├── ZLTextParagraphImpl.java
│   │   │   │   ├── ZLTextParagraph.java
│   │   │   │   ├── ZLTextPlainModel.java
│   │   │   │   ├── ZLTextSpecialParagraphImpl.java
│   │   │   │   ├── ZLTextStyleEntry.java
│   │   │   │   ├── ZLTextWritableModel.java
│   │   │   │   └── ZLTextWritablePlainModel.java
│   │   │   └── view
│   │   │   ├── PaintStateEnum.java
│   │   │   ├── style
│   │   │   │   ├── ZLTextBaseStyle.java
│   │   │   │   ├── ZLTextDecoratedStyle.java
│   │   │   │   ├── ZLTextExplicitlyDecoratedStyle.java
│   │   │   │   ├── ZLTextFullStyleDecoration.java
│   │   │   │   ├── ZLTextFullyDecoratedStyle.java
│   │   │   │   ├── ZLTextPartiallyDecoratedStyle.java
│   │   │   │   ├── ZLTextStyleCollection.java
│   │   │   │   └── ZLTextStyleDecoration.java
│   │   │   ├── ZLTextControlElement.java
│   │   │   ├── ZLTextElementArea.java
│   │   │   ├── ZLTextElementAreaVector.java
│   │   │   ├── ZLTextElement.java
│   │   │   ├── ZLTextFixedHSpaceElement.java
│   │   │   ├── ZLTextFixedPosition.java
│   │   │   ├── ZLTextHighlighting.java
│   │   │   ├── ZLTextHorizontalConvexHull.java
│   │   │   ├── ZLTextHyperlinkControlElement.java
│   │   │   ├── ZLTextHyperlink.java
│   │   │   ├── ZLTextHyperlinkRegionSoul.java
│   │   │   ├── ZLTextImageElement.java
│   │   │   ├── ZLTextImageRegionSoul.java
│   │   │   ├── ZLTextLineInfo.java
│   │   │   ├── ZLTextManualHighlighting.java
│   │   │   ├── ZLTextPage.java
│   │   │   ├── ZLTextParagraphCursorCache.java
│   │   │   ├── ZLTextParagraphCursor.java
│   │   │   ├── ZLTextPosition.java
│   │   │   ├── ZLTextRegion.java
│   │   │   ├── ZLTextSelectionCursor.java
│   │   │   ├── ZLTextSelection.java
│   │   │   ├── ZLTextSimpleHighlighting.java
│   │   │   ├── ZLTextStyleElement.java
│   │   │   ├── ZLTextStyle.java
│   │   │   ├── ZLTextTraverser.java
│   │   │   ├── ZLTextViewBase.java
│   │   │   ├── ZLTextView.java
│   │   │   ├── ZLTextWordCursor.java
│   │   │   ├── ZLTextWord.java
│   │   │   └── ZLTextWordRegionSoul.java
│   │   └── ui
│   │   └── android
│   │   ├── application
│   │   │   └── ZLAndroidApplicationWindow.java
│   │   ├── error
│   │   │   ├── ErrorKeys.java
│   │   │   └── ErrorUtil.java
│   │   ├── image
│   │   │   ├── InputStreamImageData.java
│   │   │   ├── ZLAndroidImageData.java
│   │   │   ├── ZLAndroidImageLoader.java
│   │   │   └── ZLAndroidImageManager.java
│   │   ├── library
│   │   │   ├── ZLAndroidApplication.java
│   │   │   └── ZLAndroidLibrary.java
│   │   ├── network
│   │   │   └── SQLiteCookieDatabase.java
│   │   ├── util
│   │   │   └── ZLAndroidColorUtil.java
│   │   └── view
│   │   ├── AndroidFontUtil.java
│   │   ├── AnimationProvider.java
│   │   ├── BitmapManager.java
│   │   ├── CurlAnimationProvider.java
│   │   ├── NoneAnimationProvider.java
│   │   ├── ShiftAnimationProvider.java
│   │   ├── SimpleAnimationProvider.java
│   │   ├── SlideAnimationProvider.java
│   │   ├── ZLAndroidPaintContext.java
│   │   └── ZLAndroidWidget.java
│   └── vimgadgets
│   └── linebreak
│   └── LineBreaker.java
└── yuku
└── ambilwarna
├── AmbilWarnaDialog.java
├── AmbilWarnaKotak.java
└── widget
├── AmbilWarnaPreference.java
└── AmbilWarnaPrefWidgetView.java

238 directories, 1962 files

标签:

实例下载地址

Android阅读器源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警