aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/java/com/davemorrissey/labs
AgeCommit message (Expand)Author
2017-12-13Cleaned up empty method warningsDavid Morrissey
2017-12-12Final fieldsDavid Morrissey
2017-12-12Suppress SameParameterValue warningsDavid Morrissey
2017-12-12Code formatting and warningsDavid Morrissey
2017-12-05Suppressed false warningsDavid Morrissey
2017-12-03Javadoc corrections and formattingDavid Morrissey
2017-12-03Fixed some warningsDavid Morrissey
2017-12-023.9.0 javadocDavid Morrissey
2017-11-27Eager tile loading enabled by defaultDavid Morrissey
2017-11-27Use THREAD_POOL_EXECUTOR as defaultDavid Morrissey
2017-11-26Simple global bitmap config with a static fieldDavid Morrissey
2017-11-24Simpler synchronization to prevent isReady call during recyclingDavid Morrissey
2017-11-24Restored enforced synchronization on BitmapRegionDecoder for SDK < 21, which ...David Morrissey
2017-11-23Experimental decoder using a pool of BitmapRegionDecoder instances to provide...David Morrissey
2017-11-23Eager loading option loads tiles during anim/gesturesDavid Morrissey
2017-11-23Allow a custom and dedicated executor to be used for tile loadingDavid Morrissey
2017-11-23Use ReadWriteLock to delegate synchronization to decoder classes while allowi...David Morrissey
2017-11-23Use ReadWriteLock to allow multiple threads to decode tiles while preventing ...David Morrissey
2017-11-22Code styleDavid Morrissey
2017-11-22Removed file copyrights/licensesDavid Morrissey
2017-11-16Added javadocsDavid Morrissey
2017-11-16Default image quality capped at 320dpi to reduce memory useDavid Morrissey
2017-11-11#298 Expose remaining pan available. Allows activities and subclasses to dete...David Morrissey
2017-11-09#273 #295 Support for setting minimum scale so image fills view and top left ...David Morrissey
2017-11-09#284 Always interpret double tap as zoom in when at minimum scaleDavid Morrissey
2017-11-09#331 Added methods to convert screen coordinates to file coordinates, to simp...David Morrissey
2017-11-09Improved debug overlayDavid Morrissey
2017-11-09#282 Moved to EXIF support library. Minimum SDK changed 10 -> 14.David Morrissey
2017-11-09#344 Guard against null vFocusStart in animationDavid Morrissey
2017-11-02Updated to current standard project structureDavid Morrissey