aboutsummaryrefslogtreecommitdiff
path: root/library/src
AgeCommit message (Expand)Author
2017-12-17Target SDK 27David Morrissey
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
2017-11-01Merge pull request #329 from ahjsrhj/masterdavemorrissey
2017-10-27Fix whitespace errorsFrieder Bluemle
2017-10-19Merge pull request #349 from dhabensky/masterdavemorrissey
2017-10-10Support for other bitmap formats (not just default RGB565)Khabensky Denis
2017-06-20fix onClickListener回调时机问题任洪建
2017-04-21Added null-check per method in onStateChangedListenerBerend
2017-04-04Merge pull request #302 from Hezj/masterdavemorrissey
2017-03-24Fix Javadoc errorsFrieder Bluemle
2017-03-14Update SubsamplingScaleImageView.javaHezj
2017-03-08Pass vertical move touch events to parent if not consumedHezj
2016-11-05hasImage code styleDavid Morrissey
2016-11-05Merge pull request #262 from laurencedawson/masterdavemorrissey
2016-11-05Changed behaviour of pinch and quickzoom gestures as image reaches edge of sc...David Morrissey
2016-11-05Anim NPE fixDavid Morrissey
2016-11-05Avoid preload with auto tile dimensionsDavid Morrissey
2016-11-05Check if the current instance of SubsamplingScaleImageView has an image set.=
2016-11-05Load base layer before onDraw if maxTileDimensions are set #127David Morrissey
2016-11-05Debug loggingDavid Morrissey
2016-11-04Fixed tile background position for preview image #253David Morrissey