1.9.0
版本发布时间: 2023-12-01 23:00:12
FooIbar/EhViewer最新发布版本:1.13.0(2024-11-01 21:50:36)
重大变更
- 除阅读器外全部迁移至 Compose
新功能
- 设置-高级 中增加实验性滑动手势敏感度设置
- 支持通过滑动手势打开右侧抽屉
- 支持预见式返回动画,相关设置位于 设置-高级
改进
- [阅读器] 画廊页数过多时隐藏进度条刻度并禁用触感反馈
- 优化原图下载重试策略
- 优化小屏设备上的搜索类别布局
- 优化过渡动画
- 优化历史记录删除动画
- 设置-EH 中的缩略图大小设置改为缩略图列数
Bug 修复
- 修复点击通知栏的下载通知闪退 #175
- 修复收藏状态显示错误 #189
- 修复双击导航按钮后无法打开导航抽屉
- 修复某些情况下闪退 #142 #208
- 修复收藏界面点击重试崩溃 #193
- 修复本地收藏滚动位置丢失 #192
- 修复手速过快页面切换过快使加载圈圈不自动消失 #209
- 修复打开并关闭右侧抽屉后,状态栏一片白色 #101
- 修复使用深色主题时,切换界面会闪过亮色界面 #121
- [Marshmallow] 修复小内存设备上图片解码失败 #229 #372
- 修复已舍弃画廊上传者解析
已知问题
What's Changed
- Fix crash when clicking download notification by @FooIbar in https://github.com/FooIbar/EhViewer/pull/176
- Migrate ConfigureActivity to compose-destinations by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/178
- Extract a fragmentless GalleryPreviewScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/180
- Extract a fragmentless HistoryScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/183
- Extract a fragmentless ProgressScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/185
- Simplify with Fragment.ComposeWithMD3 by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/186
- [Reader] Hide slider ticks if they are too dense by @FooIbar in https://github.com/FooIbar/EhViewer/pull/188
- Fix incorrect favorite states in search results by @FooIbar in https://github.com/FooIbar/EhViewer/pull/190
- Fix unable to open drawer after double clicked by @FooIbar in https://github.com/FooIbar/EhViewer/pull/191
- Limit request concurrency by @FooIbar in https://github.com/FooIbar/EhViewer/pull/194
- Fix crash caused by drawer state deserialization by @FooIbar in https://github.com/FooIbar/EhViewer/pull/195
- Fix crash when clicking retry button in favorites by @FooIbar in https://github.com/FooIbar/EhViewer/pull/196
- Add experimental option to tweak swipe sensitivity by @FooIbar in https://github.com/FooIbar/EhViewer/pull/197
- Compose GalleryCommentsScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/187
- Fix local favorites scroll state loss by @FooIbar in https://github.com/FooIbar/EhViewer/pull/198
- Fix comment maxlines by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/199
- Fix unused resources inspection not working in AS by @FooIbar in https://github.com/FooIbar/EhViewer/pull/200
- Fragmentless GalleryDetailScene by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/202
- Make TorrentResult immutable and do some cleanup by @FooIbar in https://github.com/FooIbar/EhViewer/pull/203
- Various cleanup for GalleryDetailScene by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/204
- Fix history not updated by @FooIbar in https://github.com/FooIbar/EhViewer/pull/205
- Fix local favorites list jumping by @FooIbar in https://github.com/FooIbar/EhViewer/pull/206
- Enable some compose compiler optimization by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/210
- Move updates check to MainActivity by @FooIbar in https://github.com/FooIbar/EhViewer/pull/211
- Fix inconsistent refresh state by @FooIbar in https://github.com/FooIbar/EhViewer/pull/212
- Update thanks and Traditional Chinese README by @FooIbar in https://github.com/FooIbar/EhViewer/pull/213
- Enable Predictive Back by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/214
- Use built-in proguard rules and @Keep annotation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/216
- Initial Predictive back animation support for commentFragment Edittext by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/217
- Append skip H@H key to original image url on retry by @FooIbar in https://github.com/FooIbar/EhViewer/pull/218
- Fix variable shadowing (regression of #218) by @FooIbar in https://github.com/FooIbar/EhViewer/pull/219
- Built-in proguard rules are obsolete, use our own by @FooIbar in https://github.com/FooIbar/EhViewer/pull/220
- Refactor out animateFloatMergePredictiveBackAsState by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/221
- Fix gallery detail refresh by @FooIbar in https://github.com/FooIbar/EhViewer/pull/223
- Data class by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/224
- Convert to use enableEdgeToEdge by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/225
- Reduce category min width for small screen devices by @FooIbar in https://github.com/FooIbar/EhViewer/pull/226
- Drop overloadaggressively by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/228
- Only show commit subjects in changelog by @FooIbar in https://github.com/FooIbar/EhViewer/pull/230
- Fix wrong SideSheetDialog usage by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/231
- Refactor visibility animation for FabLayout by @FooIbar in https://github.com/FooIbar/EhViewer/pull/232
- Clean up duplicate imports by @FooIbar in https://github.com/FooIbar/EhViewer/pull/234
- Restore fab rotation when showing and hiding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/235
- Compose Searchbar by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/237
- Mitigate OOM for API < 26 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/238
- Avoid unnecessary recompose in ReaderProgressIndicator by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/240
- Fix search bar text missing by @FooIbar in https://github.com/FooIbar/EhViewer/pull/241
- Fix recyclerview item disappearing by @FooIbar in https://github.com/FooIbar/EhViewer/pull/243
- Predictive Back for Compose SearchBar by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/245
- Fix fab animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/246
- Migrate more to cronet directly by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/247
- Support cronetRequest with body by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/248
- Various fixes by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/253
- Fix comment textfield cursor color by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/255
- Fix crash when initial composition hasn't been performed by @FooIbar in https://github.com/FooIbar/EhViewer/pull/256
- Avoid unnecessary overhead by @FooIbar in https://github.com/FooIbar/EhViewer/pull/257
- Concurrent modifyFavRange by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/258
- Set default filter mode by @FooIbar in https://github.com/FooIbar/EhViewer/pull/259
- Expose searchFieldState as workaround by @FooIbar in https://github.com/FooIbar/EhViewer/pull/261
- Check temporary IP ban and refine error translation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/262
- Fix light splash screen in dark theme on API >= 31 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/263
- Initial limited support for BBCode editor by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/260
- Fix search bar width by @FooIbar in https://github.com/FooIbar/EhViewer/pull/266
- Cleanup unused res by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/267
- Coroutine download dialog by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/268
- Refine comment by @FooIbar in https://github.com/FooIbar/EhViewer/pull/269
- Fix download dialog checkbox ripple by @FooIbar in https://github.com/FooIbar/EhViewer/pull/270
- Apply blur to Compose Dialog by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/271
- Fix favButton text not updating in gallery detail by @FooIbar in https://github.com/FooIbar/EhViewer/pull/275
- Fix crash when applying style to comment by @FooIbar in https://github.com/FooIbar/EhViewer/pull/274
- Implement pull to refresh in GalleryCommentsScreen by @FooIbar in https://github.com/FooIbar/EhViewer/pull/272
- Upgrade compose bom by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/277
- Follow upstream API changes by @FooIbar in https://github.com/FooIbar/EhViewer/pull/278
- Workaround IME won't show again once hidden by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/279
- Allow setting search bar title by @FooIbar in https://github.com/FooIbar/EhViewer/pull/281
- Rotatable fav select dialog by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/282
- Fix amoled dark mode by @FooIbar in https://github.com/FooIbar/EhViewer/pull/284
- Close drawer before navigating to another activity by @FooIbar in https://github.com/FooIbar/EhViewer/pull/285
- Workaround for BTF2 cursor not showing by @FooIbar in https://github.com/FooIbar/EhViewer/pull/286
- Add rotate inertia for favSelectDialog by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/287
- Cleanup code by @FooIbar in https://github.com/FooIbar/EhViewer/pull/288
- Refactors by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/289
- Compose FabLayout by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/290
- Reimplement ModalNavigationDrawer to allow HistoryScreen gesture by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/293
- Don't allow RecyclerView intercept ACTION_CANCEL TouchEvent as well by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/294
- Add configuration for lock bot by @FooIbar in https://github.com/FooIbar/EhViewer/pull/297
- Compose FavouriteScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/295
- Fix side sheet padding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/298
- Tweak settings transition animations by @FooIbar in https://github.com/FooIbar/EhViewer/pull/299
- Cleanup by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/300
- Restore secondary FAB fade by @FooIbar in https://github.com/FooIbar/EhViewer/pull/303
- Fix pull request builds being pushed to users by @FooIbar in https://github.com/FooIbar/EhViewer/pull/304
- Refine FavouritesScreen layout by @FooIbar in https://github.com/FooIbar/EhViewer/pull/305
- Restore common actions in comment field by @FooIbar in https://github.com/FooIbar/EhViewer/pull/292
- Fix favorites refresh by @FooIbar in https://github.com/FooIbar/EhViewer/pull/308
- Fix crash when visiting newer version galleries by @FooIbar in https://github.com/FooIbar/EhViewer/pull/310
- Fix advanced search not working by @FooIbar in https://github.com/FooIbar/EhViewer/pull/311
- Compose GalleryListScene by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/301
- Kotlin 2.0.0-Beta1 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/312
- Reimplement animateFloatMergePredictiveBackAsState by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/314
- Fix disowned gallery uploader parsing by @FooIbar in https://github.com/FooIbar/EhViewer/pull/315
- PredictiveBack for ModalNavigationDrawer, SideDrawer by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/316
- Enhanced swipe-edge-oriented PredictiveBack by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/317
- [Marshmallow] Fix OOM when decoding images by @FooIbar in https://github.com/FooIbar/EhViewer/pull/318
- Restore quick search item drag and drop animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/319
- Restore history item delete animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/321
- Fix downloads FAB animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/322
- Fix side sheet padding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/323
- Tweak SearchTab Design by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/325
- Lock side drawer as well by @FooIbar in https://github.com/FooIbar/EhViewer/pull/326
- Fix GalleryList to use FastScrollLazyVerticalGrid when listMode by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/324
- Collect debug info when dumping logs by @FooIbar in https://github.com/FooIbar/EhViewer/pull/327
- Fix invisible FAB being clickable by @FooIbar in https://github.com/FooIbar/EhViewer/pull/328
- Migration by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/329
- Simplify GalleryInfoListItem placeholder by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/330
- Drawer blurs behind by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/331
- Cleanup ActionBuilder by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/332
- Predictive Back for NavHost by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/335
- Fix IME won't pop up after dismissing dialog by @FooIbar in https://github.com/FooIbar/EhViewer/pull/334
- Checkbox by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/336
- Refine side sheet layout by @FooIbar in https://github.com/FooIbar/EhViewer/pull/337
- Extract common part of GalleryList and Favorites by @FooIbar in https://github.com/FooIbar/EhViewer/pull/338
- Reset search bar offset on loading by @FooIbar in https://github.com/FooIbar/EhViewer/pull/340
- Compose DownloadCard by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/339
- Fix keyword and title not updating by @FooIbar in https://github.com/FooIbar/EhViewer/pull/341
- Replace thumb size setting with thumb column count by @FooIbar in https://github.com/FooIbar/EhViewer/pull/344
- Compose DownloadScreen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/343
- Implement LoadStateIndicator by @FooIbar in https://github.com/FooIbar/EhViewer/pull/345
- Fix download label drag and drop by @FooIbar in https://github.com/FooIbar/EhViewer/pull/347
- Add haptic feedback for drag and drop in Downloads by @FooIbar in https://github.com/FooIbar/EhViewer/pull/348
- Refine DownloadsScreen icons by @FooIbar in https://github.com/FooIbar/EhViewer/pull/349
- Compose Era!!! by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/346
- Lowering default navAnim duration to 500ms by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/350
- CompositionLocal Sheet State by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/351
- Fix OOB in DownloadsScreen by @FooIbar in https://github.com/FooIbar/EhViewer/pull/353
- Observe Intent within Composables by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/352
- Fix LazyList items jumping during scroll by @FooIbar in https://github.com/FooIbar/EhViewer/pull/354
- Fix GalleryInfoBottomSheet content padding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/357
- Optional Predictive NavAnim by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/356
- Fix search bar scroll-away offset by @FooIbar in https://github.com/FooIbar/EhViewer/pull/358
- Cleanup snackbar usage by @FooIbar in https://github.com/FooIbar/EhViewer/pull/359
- Introduce LockDrawerHandle by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/360
- Fix crash info collector by @FooIbar in https://github.com/FooIbar/EhViewer/pull/363
- Fix activity transition style by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/364
- Fix bigicon tint in nightmode by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/365
- Kill EditTextDialogBuilder by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/366
- Fix crash when TextField with focus is scaled to 0 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/367
- Compose DatePicker by @FooIbar in https://github.com/FooIbar/EhViewer/pull/368
- Cleanup unused by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/369
- Fix downloads filter and search by @FooIbar in https://github.com/FooIbar/EhViewer/pull/370
- Convert TimePicker to use a dialogState by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/371
- Fix downloads and favorites selection by @FooIbar in https://github.com/FooIbar/EhViewer/pull/373
- Use large heap on API < 26 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/374
- Move showDatePicker to CommonOperations.kt by @FooIbar in https://github.com/FooIbar/EhViewer/pull/375
- Use relative links in READMEs by @FooIbar in https://github.com/FooIbar/EhViewer/pull/377
- Rename to *Screen by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/378
- Reduce allocation for getCategoryColor by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/379
- Optimization by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/380
- Optimization by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/381
- Optimization by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/382
- Disallow empty gallery list result by @FooIbar in https://github.com/FooIbar/EhViewer/pull/383
- Minimize unnecessary network requests by @FooIbar in https://github.com/FooIbar/EhViewer/pull/384
- Disable haptic feedback if ticks are too dense by @FooIbar in https://github.com/FooIbar/EhViewer/pull/385
- Fix navigation drawer padding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/386
- Workaround Infinity recompose by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/387
- Defer searchBarOffsetY read to minimize recompose scope by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/389
- Update compose snapshot, new PullToRefreshContainer style by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/390
- Refine DownloadsScreen by @FooIbar in https://github.com/FooIbar/EhViewer/pull/392
- Add error tip for local favorites by @FooIbar in https://github.com/FooIbar/EhViewer/pull/393
- Fix HistoryScreen tip padding by @FooIbar in https://github.com/FooIbar/EhViewer/pull/394
- Fix FAB animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/396
- Fix FAB not collapsing with no selected items by @FooIbar in https://github.com/FooIbar/EhViewer/pull/395
- Enable picker mode by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/398
- Update renovate.json by @FooIbar in https://github.com/FooIbar/EhViewer/pull/400
- Make release build profileable by @FooIbar in https://github.com/FooIbar/EhViewer/pull/401
- Update dependency dev.chrisbanes.compose:compose-bom to v2023.12.00-alpha03 by @renovate in https://github.com/FooIbar/EhViewer/pull/402
- Refine Fablayout by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/403
- Fix searchLayout close icon by @tehcneko in https://github.com/FooIbar/EhViewer/pull/404
- Update kotlinx.serialization to v1.6.2 by @renovate in https://github.com/FooIbar/EhViewer/pull/405
- Fix crash when deleting downloads by @FooIbar in https://github.com/FooIbar/EhViewer/pull/407
- Update dependency com.android.application to v8.2.0 by @renovate in https://github.com/FooIbar/EhViewer/pull/408
- Fix touch slop by @FooIbar in https://github.com/FooIbar/EhViewer/pull/410
- Fix last item placement animation by @FooIbar in https://github.com/FooIbar/EhViewer/pull/411
- Fix IME not hiding after performing search by @FooIbar in https://github.com/FooIbar/EhViewer/pull/412
- Make CheckBox/RadioButton text clickable and refine layout by @FooIbar in https://github.com/FooIbar/EhViewer/pull/416
- Fix BottomSheet by @VDostoyevskiy in https://github.com/FooIbar/EhViewer/pull/414
- Fix calling
Activity.recreate
from IO thread by @FooIbar in https://github.com/FooIbar/EhViewer/pull/417 - Prepare for release 1.9.0 by @FooIbar in https://github.com/FooIbar/EhViewer/pull/406
Known Issues
- Gallery info bottom sheet can't be dismissed by back button or gesture #413 (Drag or tap outside to dismiss it)
New Contributors
- @tehcneko made their first contribution in https://github.com/FooIbar/EhViewer/pull/404
Full Changelog: https://github.com/FooIbar/EhViewer/compare/1.8.11.1...1.9.0
1、 EhViewer-1.9.0-default-gms-arm64-v8a.apk 8.6MB
2、 EhViewer-1.9.0-default-gms-armeabi-v7a.apk 8.14MB
3、 EhViewer-1.9.0-default-gms-mapping.txt 67.16MB
4、 EhViewer-1.9.0-default-gms-native-debug-symbols.zip 1.37MB
5、 EhViewer-1.9.0-default-gms-universal.apk 11.61MB
6、 EhViewer-1.9.0-default-gms-x86.apk 8.52MB
7、 EhViewer-1.9.0-default-gms-x86_64.apk 8.7MB
8、 EhViewer-1.9.0-default-oss-arm64-v8a.apk 8.45MB
9、 EhViewer-1.9.0-default-oss-armeabi-v7a.apk 7.98MB
10、 EhViewer-1.9.0-default-oss-mapping.txt 66.28MB
11、 EhViewer-1.9.0-default-oss-native-debug-symbols.zip 1.37MB
12、 EhViewer-1.9.0-default-oss-universal.apk 11.45MB
13、 EhViewer-1.9.0-default-oss-x86.apk 8.36MB
14、 EhViewer-1.9.0-default-oss-x86_64.apk 8.54MB
15、 EhViewer-1.9.0-marshmallow-gms-arm64-v8a.apk 5.73MB
16、 EhViewer-1.9.0-marshmallow-gms-armeabi-v7a.apk 5.32MB
17、 EhViewer-1.9.0-marshmallow-gms-mapping.txt 39.85MB
18、 EhViewer-1.9.0-marshmallow-gms-native-debug-symbols.zip 4.1KB
19、 EhViewer-1.9.0-marshmallow-gms-universal.apk 7.81MB
20、 EhViewer-1.9.0-marshmallow-gms-x86.apk 5.59MB
21、 EhViewer-1.9.0-marshmallow-gms-x86_64.apk 5.8MB
22、 EhViewer-1.9.0-marshmallow-oss-arm64-v8a.apk 5.64MB
23、 EhViewer-1.9.0-marshmallow-oss-armeabi-v7a.apk 5.23MB
24、 EhViewer-1.9.0-marshmallow-oss-mapping.txt 39.35MB
25、 EhViewer-1.9.0-marshmallow-oss-native-debug-symbols.zip 4.1KB
26、 EhViewer-1.9.0-marshmallow-oss-universal.apk 7.72MB
27、 EhViewer-1.9.0-marshmallow-oss-x86.apk 5.5MB
28、 EhViewer-1.9.0-marshmallow-oss-x86_64.apk 5.71MB