Releases: keiji/mangaview
Releases · keiji/mangaview
1.1.1
Hotfix(1.1.0)
- Fix issue that rounded padding values ignored on left page.
Major Features and Improvements
- Add a
mode
that optimized for E-Ink devices like ONYX BOOX. - Improve zoom quality what devices have no hardware accelerator.
- And improving stability.
Behavior changes
onPageLayoutSelected
event is now called when first page was shown.
Bug Fixes and Other Changes
- Fix issue that current page index is reset unexpectedly.
- Fix issue that tap on edge doesn't work on some devices.
Known Issue
- The current page index is reset unexpectedly on ONYX BOOX. ( #11 )
2020/12/31
Have a happy new year!
1.1.0
Improve
- Improve zoom quality what devices have no hardware accelerator.
- Add a
mode
that optimized for E-Ink devices like ONYX BOOX. - Fix issue that current page index is reset unexpectedly.
- Fix issue that tap on edge doesn't work on some devices.
- And improving stability.
Behavior changes
onPageLayoutSelected
event is now called when first page was shown.
Known Issue
- The current page index is reset unexpectedly on ONYX BOOX. ( #11 )
1.0.0
0.9.9 RC3 release
Library MangaView is now included in jcenter.
New feature(Sample App):
- Supporting MRDB(Manga Region Database) Region Layer.
Breaking changes:
- Swap the keyPage left and right. ( 41c89b3 )
0.8.3 RC2 release
New feature:
- Supporting the save/restore instance state.
- Add onTapRegion, onDoubleTapRegion and onLongTapRegion methods to RegionLayer.OnSelectedRegionListener interface.
Breaking changes:
- Remove an argument MangaView from ContentLayer.onLongTap method.
- Listener interfaces have been moved in MangaView class.
- RegionLayer: Selectable region is only one where nearest to touched point.
- Change onTap|onDoubleTap|onLongTap event handling order.
- So far: MangaView -> Pages -> Layers
- Now: Layers -> Pages -> MangaView
- Optimize package structure.
- *Layer classes have been moved into package .layer.
- *Source classes have been moved into package .source.
- and so on.
0.8.3 RC1 release
New feature:
RegionLayer
for selecting preset path areas as like comic frames.- Path areas have to be preset.
See gallery more details.
0.8.2 Beta2 release
New feature:
TiledImageLayer
for drawing high resolution tiled-images.- You can create tiled-images by Python script
script/tiled_bitmap_maker
.
- You can create tiled-images by Python script
Breaking changes:
- Add
ImageSource
for prepare and load content.
0.8.2 Beta1 release
New feature:
OnReadComplete
event.startOneSide
parameter.- New configuration
resetScaleOnPageChanged
.
Breaking changes:
- All listeners could be set multiple.
addOnPageChangeListener
,addOnTapListener
,addOnDoubleTapListener
and so on.
0.8.1 Alpha4 release
Breaking changes:
- New abstract methods getPageWidth, getPageHeight and onConstructPage has been added to PageAdapter.
0.8.1 Alpha3 release
0.8.1-alpha3 Bump up version code to 0.8.1-alpha3