aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder
AgeCommit message (Expand)Author
2017-12-12Final fieldsDavid Morrissey
2017-12-12Suppress SameParameterValue warningsDavid Morrissey
2017-12-12Code formatting and warningsDavid Morrissey
2017-12-03Javadoc corrections and formattingDavid Morrissey
2017-12-03Fixed some warningsDavid Morrissey
2017-12-023.9.0 javadocDavid 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-23Use ReadWriteLock to allow multiple threads to decode tiles while preventing ...David Morrissey
2017-11-22Code styleDavid Morrissey
2017-11-16Added javadocsDavid Morrissey
2017-11-02Updated to current standard project structureDavid Morrissey