Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.08 KB

Changelog

New from v1.1.2

(21/07/2017)
-Fix a dot sometimes appearing at the beginning of a line, thanks @ninadmg

New from v1.1.1

(30/05/2017)
-Async read and write serializable in Sample
-Added clear button in Activities
-Added GitHub link in Activities
-Added clearHistory() method in FreeDrawView to remove all history
-Added clearDraw() method in FreeDrawView to remove all drawn paths
-Added clearDrawAndHistory() method in FreeDrawView to remove both drawn paths and history
-Added getPathCount(boolean includeCurrentlyDrawingPath) to get the current number of drawn lines

New from v1.1.0

(24/05/2017)
-Added option to save and restore the view state #8

New from v1.0.2:

(02/02/2017)
-Fix crash if no PathDrawnListener has been set

New from v1.0.1:

(23/01/2017)
-Added onPathStart to be notified when a user starts drawing

New from v1.0.0:

(23/12/2016)
-Initial release