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
andAutoSplitEditText
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