1. 50504aa Update SubsamplingScaleImageView.java by Hezj · 7 years ago
  2. 452c420 Pass vertical move touch events to parent if not consumed by Hezj · 7 years ago
  3. 95d4da4 Target later SDK and force removal of implicit permissions by David Morrissey · 7 years ago
  4. 2462a39 Release 3.6.0 by David Morrissey · 8 years ago
  5. 583a6b9 hasImage code style by David Morrissey · 8 years ago
  6. 4fedb14 Merge pull request #262 from laurencedawson/master by davemorrissey · 8 years ago
  7. 4505d63 Changed behaviour of pinch and quickzoom gestures as image reaches edge of screen for smoother zoom. Restructured debug. by David Morrissey · 8 years ago
  8. 41c5d10 Anim NPE fix by David Morrissey · 8 years ago
  9. 72ad35b Avoid preload with auto tile dimensions by David Morrissey · 8 years ago
  10. 39bb309 Check if the current instance of SubsamplingScaleImageView has an image set. by = · 8 years ago
  11. e221de0 Load base layer before onDraw if maxTileDimensions are set #127 by David Morrissey · 8 years ago
  12. bbb4735 Debug logging by David Morrissey · 8 years ago
  13. f2e8c49 Fixed tile background position for preview image #253 by David Morrissey · 8 years ago
  14. 8e19b03 Added null safety for getParent(). Fixes #245 by David Morrissey · 8 years ago
  15. cb89069 Pan and zoom change listener by David Morrissey · 8 years ago
  16. eb40f22 Cleaned up warnings by David Morrissey · 8 years ago
  17. a2b58d0 Contributing guide by David Morrissey · 8 years ago
  18. 3d3df1c Readme fix by David Morrissey · 8 years ago
  19. 9309180 Readme update. Removed HOF, added bitmap instructions. by David Morrissey · 8 years ago
  20. 3ab7d50 Ignore .DS_Store by David Morrissey · 8 years ago
  21. 80f8470 SDK and tools update by David Morrissey · 8 years ago
  22. f58c825 Merge pull request #223 from Floens/patch-1 by davemorrissey · 8 years ago
  23. 504f3f2 readme: Update Clover icon & link by Florens · 8 years ago
  24. 830872b Merge pull request #222 from laurencedawson/patch-1 by davemorrissey · 8 years ago
  25. d83a468 Added an extra event to notify when the SubsamplingScaleImageView has finished using the preview bitmap by Laurence Dawson · 8 years ago
  26. 2515d5f Merge pull request #211 from qxmwrr/master by davemorrissey · 8 years ago
  27. 2e77e1e Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 8 years ago
  28. aa406e9 #216 Ensure cursor is closed after exception by David Morrissey · 8 years ago
  29. 45103f0 On the Samsung S6 long click event does not work, because the dx > 5 usually true by 邱喜明 · 8 years ago
  30. 6abb636 Merge pull request #206 from edovino/master by davemorrissey · 8 years ago
  31. 03c5c6c new mth: allow setting upper limit on tile dimensions by edwin · 8 years ago
  32. 314c631 Release 3.5.0 by David Morrissey · 8 years ago
  33. f664866 #176 Catch and wrap OutOfMemoryErrors thrown when decoding bitmaps so listeners can be called by David Morrissey · 8 years ago
  34. 3c96277 #194 Configurable double tap zoom duration by David Morrissey · 8 years ago
  35. af82d39 Cleaned up some IDE warnings by David Morrissey · 8 years ago
  36. 6ae9d6e Added Ornithopedia to HOF by davemorrissey · 9 years ago
  37. 9997a72 #133 Implemented animation event listener by David Morrissey · 9 years ago
  38. abffe7d Close input stream used by content resolver, fixes #131 by David Morrissey · 9 years ago
  39. da47eb3 Release 3.4.1 by David Morrissey · 9 years ago
  40. fc7ce78 #128 Close inputstream after decoding bitmap by David Morrissey · 9 years ago
  41. 7d42d6c #130 Make sure both onReady and onImageLoaded are called for bitmaps by David Morrissey · 9 years ago
  42. 0e3b145 Merge pull request #129 from ulyssesp/master by davemorrissey · 9 years ago
  43. c159beb Use getRequiredRotation() for non-tiled images by Ulysses Popple · 9 years ago
  44. 7f1a51c Release 3.4.0 by David Morrissey · 9 years ago
  45. 6d1bba3 Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  46. 65b75a0 If the whole image is required at native resolution, use BitmapDecoder to decode it for better image format support by David Morrissey · 9 years ago
  47. 6b188ed Release 3.3.0 by davemorrissey · 9 years ago
  48. e6a9d21 Release 3.3.0 by David Morrissey · 9 years ago
  49. 8bd084a #120 Option to use AsyncTask.THREAD_POOL_EXECUTOR to load tiles by David Morrissey · 9 years ago
  50. 3a9a3cf #114 If file does not exist, try URL decoding it to allow for URIs created using Uri.fromFile by David Morrissey · 9 years ago
  51. 8dc5497 Skip loading of tiles that have gone off screen while queued for loading by David Morrissey · 9 years ago
  52. 7aea923 Fix for #110 - avoid recycling cached bitmap by David Morrissey · 9 years ago
  53. 2424a7c Tweaked log message by David Morrissey · 9 years ago
  54. ada0984 Support EXIF rotation for content URIs by David Morrissey · 9 years ago
  55. 42591b0 Release 3.2.0 by David Morrissey · 9 years ago
  56. c3d8c2d Merge pull request #106 from Yarikx/remove_floatmath by davemorrissey · 9 years ago
  57. 29d2988 Merge branch 'omgnuts-master' by David Morrissey · 9 years ago
  58. 74156f6 Modified cached flag implementation - use static initialiser on ImageSource by David Morrissey · 9 years ago
  59. 57034ad remove use of FloatMath class, use Math instead by Yaroslav Heriatovych · 9 years ago
  60. 8e5d246 Add boolean flag to determine if an external image cache loader is used. If so, the bitmaps should not be recycled. by Jim Coven · 9 years ago
  61. d80b2ac Added Mr Whipped Comics to HOF (markdown fix) by davemorrissey · 9 years ago
  62. e7e9a6a Added Mr Whipped Comics to HOF by davemorrissey · 9 years ago
  63. f2ee07e Merge pull request #84 from ed-george/master by davemorrissey · 9 years ago
  64. 8d1ff91 Merge pull request #1 from ed-george/readme-patch by Ed George · 9 years ago
  65. 86af5fa Update README.md by Ed George · 9 years ago
  66. ee67ed7 Added TransitMe to HOF by davemorrissey · 9 years ago
  67. 7421e93 Merge pull request #80 from enderminh/master by davemorrissey · 9 years ago
  68. 952218f Updating README file to point to new 3.1.4 version by Minh T. Nguyen · 9 years ago
  69. 1a28c3c Release 3.1.4 by David Morrissey · 9 years ago
  70. c431b2a #72 Throw an exception if decoder returns a null bitmap, so listeners are informed. by David Morrissey · 9 years ago
  71. 3d5296f #78 Fixed NPE and incorrect initialisation of tile map when using preview image and initial state. by David Morrissey · 9 years ago
  72. 529ab3e Added File Locker to HOF by davemorrissey · 9 years ago
  73. 9df94ef Merge pull request #60 from mcginty/factory by davemorrissey · 9 years ago
  74. 2ddee9b use factory pattern for decoders by Jake McGinty · 9 years ago
  75. ff8cf3d explicit imports by Jake McGinty · 9 years ago
  76. b74618c Release 3.1.3 by David Morrissey · 9 years ago
  77. a68ada2 Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  78. 83203e9 Restored matrix tile rotation using setPolyToPoly to eliminate rounding errors that caused apps. Fixed a few leftover bits from recent refactoring. by David Morrissey · 9 years ago
  79. 49fb934 Update README.md by davemorrissey · 9 years ago
  80. 4fcb613 Updated README links by davemorrissey · 9 years ago
  81. 0f4cd93 Updated README links by davemorrissey · 9 years ago
  82. f9e0d2d Configuration page moved by davemorrissey · 9 years ago
  83. a970866 Added configuration link by davemorrissey · 9 years ago
  84. ed1f850 Orientation changes link by davemorrissey · 9 years ago
  85. 126eefa Updated README links by davemorrissey · 9 years ago
  86. 55dadbb Moving README content to wiki by davemorrissey · 9 years ago
  87. 4f6ee1c Release 3.1.2 by David Morrissey · 9 years ago
  88. c7a5cb6 Reverted matrix rotation of tiles, restricted tile size to 2048 to allow memory for rotation by David Morrissey · 9 years ago
  89. 944e9df Release 3.1.1 by David Morrissey · 9 years ago
  90. 3fee992 Modified tile map to allow for images close to a multiple of the max bitmap size by David Morrissey · 9 years ago
  91. 81119c9 Release 3.1.0 by David Morrissey · 9 years ago
  92. 191a3c4 #50 Typo by davemorrissey · 9 years ago
  93. 8abee84 #49 Removed bitmap dithering to solve moire patterns by David Morrissey · 9 years ago
  94. a01879c Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  95. 362c1a6 #48 Use a matrix to rotate tiles so no need to use extra memory creating a rotated copy by David Morrissey · 9 years ago
  96. 85c2a76 Corrected a mistake with full size bitmap region display by David Morrissey · 9 years ago
  97. 242513e Sample updated to v3.0.0. by David Morrissey · 9 years ago
  98. 095c958 Corrected tiling disabled method name by davemorrissey · 9 years ago
  99. 0d041ff Updated version to 3.0.0 and added new features by David Morrissey · 9 years ago
  100. c5ca938 Gradle version 3.0.0 by David Morrissey · 9 years ago