Skip to content

Releases: natario1/ViewPrinter

v0.3.0

23 Oct 20:00
Compare
Choose a tag to compare

Lots of steps forward thanks to #7:

  • appcompat is now a strict dependency
  • Some view names were refactored
  • Added the AutoSplitView interface for views that want to implement autosplitting
  • Added the AutoSplitTextHelper helper for TextViews that want to implement autosplitting
  • Provided AutoSplitTextView and AutoSplitEditText on top of these tools, see demo app
  • Fixed some serious bugs
  • Added the Documentable interface through which a view can receive attach / detach callbacks about its page / column

v0.2.1

16 Oct 20:24
Compare
Choose a tag to compare
  • Fixed annoying wrap_content bug (#5)
  • Improved permission model: we don't ask for storage permissions if the file is not in the external storage (#5)
  • Auto choosing the scroll direction (don't allow vertical scroll if the pager is horizontal) (#6)

v0.2.0

12 Oct 10:31
Compare
Choose a tag to compare
  • Add setPrintPages(int...) API to image printers
  • Fix a serious bug with match_parent (#4)
  • Renamed a few methods in printers (#4)
  • Add setPrintScale(float) and setPrintScale(int, int) to downscale image prints (#4)

v0.1.2

11 Oct 12:15
Compare
Choose a tag to compare
  • Fix some layout issues with changing heights (#3)
  • Add AppCompat version of text widgets (#2)
  • Add millimeters to supported units (#2)

v0.1.1

07 Oct 19:22
Compare
Choose a tag to compare

This release fixed a few bugs and most of all updates our dependency to a robust version.

v0.1.0

06 Oct 16:03
Compare
Choose a tag to compare

First release.