1. 2424a7c Tweaked log message by David Morrissey · 9 years ago
  2. ada0984 Support EXIF rotation for content URIs by David Morrissey · 9 years ago
  3. 42591b0 Release 3.2.0 by David Morrissey · 9 years ago
  4. c3d8c2d Merge pull request #106 from Yarikx/remove_floatmath by davemorrissey · 9 years ago
  5. 29d2988 Merge branch 'omgnuts-master' by David Morrissey · 9 years ago
  6. 74156f6 Modified cached flag implementation - use static initialiser on ImageSource by David Morrissey · 9 years ago
  7. 57034ad remove use of FloatMath class, use Math instead by Yaroslav Heriatovych · 9 years ago
  8. 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
  9. d80b2ac Added Mr Whipped Comics to HOF (markdown fix) by davemorrissey · 9 years ago
  10. e7e9a6a Added Mr Whipped Comics to HOF by davemorrissey · 9 years ago
  11. f2ee07e Merge pull request #84 from ed-george/master by davemorrissey · 9 years ago
  12. 8d1ff91 Merge pull request #1 from ed-george/readme-patch by Ed George · 9 years ago
  13. 86af5fa Update README.md by Ed George · 9 years ago
  14. ee67ed7 Added TransitMe to HOF by davemorrissey · 9 years ago
  15. 7421e93 Merge pull request #80 from enderminh/master by davemorrissey · 9 years ago
  16. 952218f Updating README file to point to new 3.1.4 version by Minh T. Nguyen · 9 years ago
  17. 1a28c3c Release 3.1.4 by David Morrissey · 9 years ago
  18. c431b2a #72 Throw an exception if decoder returns a null bitmap, so listeners are informed. by David Morrissey · 9 years ago
  19. 3d5296f #78 Fixed NPE and incorrect initialisation of tile map when using preview image and initial state. by David Morrissey · 9 years ago
  20. 529ab3e Added File Locker to HOF by davemorrissey · 9 years ago
  21. 9df94ef Merge pull request #60 from mcginty/factory by davemorrissey · 9 years ago
  22. 2ddee9b use factory pattern for decoders by Jake McGinty · 9 years ago
  23. ff8cf3d explicit imports by Jake McGinty · 9 years ago
  24. b74618c Release 3.1.3 by David Morrissey · 9 years ago
  25. a68ada2 Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  26. 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
  27. 49fb934 Update README.md by davemorrissey · 9 years ago
  28. 4fcb613 Updated README links by davemorrissey · 9 years ago
  29. 0f4cd93 Updated README links by davemorrissey · 9 years ago
  30. f9e0d2d Configuration page moved by davemorrissey · 9 years ago
  31. a970866 Added configuration link by davemorrissey · 9 years ago
  32. ed1f850 Orientation changes link by davemorrissey · 9 years ago
  33. 126eefa Updated README links by davemorrissey · 9 years ago
  34. 55dadbb Moving README content to wiki by davemorrissey · 9 years ago
  35. 4f6ee1c Release 3.1.2 by David Morrissey · 9 years ago
  36. c7a5cb6 Reverted matrix rotation of tiles, restricted tile size to 2048 to allow memory for rotation by David Morrissey · 9 years ago
  37. 944e9df Release 3.1.1 by David Morrissey · 9 years ago
  38. 3fee992 Modified tile map to allow for images close to a multiple of the max bitmap size by David Morrissey · 9 years ago
  39. 81119c9 Release 3.1.0 by David Morrissey · 9 years ago
  40. 191a3c4 #50 Typo by davemorrissey · 9 years ago
  41. 8abee84 #49 Removed bitmap dithering to solve moire patterns by David Morrissey · 9 years ago
  42. a01879c Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  43. 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
  44. 85c2a76 Corrected a mistake with full size bitmap region display by David Morrissey · 9 years ago
  45. 242513e Sample updated to v3.0.0. by David Morrissey · 9 years ago
  46. 095c958 Corrected tiling disabled method name by davemorrissey · 9 years ago
  47. 0d041ff Updated version to 3.0.0 and added new features by David Morrissey · 9 years ago
  48. c5ca938 Gradle version 3.0.0 by David Morrissey · 9 years ago
  49. 2b01716 Restored quick scale setting and added an XML attribute for it by David Morrissey · 9 years ago
  50. 259d733 Restored quick scale setting and added an XML attribute for it by David Morrissey · 9 years ago
  51. 7e7c2ae Added quick scale to basic feature tour by David Morrissey · 9 years ago
  52. 966b37a Demo pan disabled and fixed centre by David Morrissey · 9 years ago
  53. 38d8dbc Corrected tiling for rotated images by David Morrissey · 9 years ago
  54. ff48afe Removed demo preview image, revised image source method names by David Morrissey · 9 years ago
  55. 46e08d9 Large images with many tiles were being cropped slightly by David Morrissey · 9 years ago
  56. 0df74d7 Merge region display into preview-image branch and implement for full size bitmaps and preview images by David Morrissey · 9 years ago
  57. 1f142ad Merge region display into preview-image branch and implement for full size bitmaps and preview images by David Morrissey · 9 years ago
  58. dd52ee4 Filled background by David Morrissey · 9 years ago
  59. 7397a6f Fixed subclass callbacks and default listener class by David Morrissey · 9 years ago
  60. 22b761f Deduplicated URI prefixes by David Morrissey · 9 years ago
  61. 295898d Merge pull request #46 from t101d/display_region by davemorrissey · 9 years ago
  62. be48576 Fixed double tap zoom bug with panning disabled zooming in on the tapped point instead of the center by David Morrissey · 9 years ago
  63. 849906b Fixed an issue with requested centre point after size change by David Morrissey · 9 years ago
  64. 44f10a5 Preview image bug fixes by David Morrissey · 9 years ago
  65. a85902e Cleaner method of supplying a drawable ID, no need for context. Restored overridable event methods for subclasses. by David Morrissey · 9 years ago
  66. 71b94c2 Updated README for 3.0.0 by David Morrissey · 9 years ago
  67. 4b48227 Add display region. by t101d · 9 years ago
  68. 59a6c8b Initial commit for #37. Preview image support, combined two classes into one, refactored image source. by David Morrissey · 9 years ago
  69. 1893c09 #40 Error and event listener by David Morrissey · 9 years ago
  70. 256e80c Merge branch 'master' of github.com:davemorrissey/subsampling-scale-image-view by David Morrissey · 9 years ago
  71. 757552d #41 No objects allocated in onDraw and onTouchEvent. General cleanup. by David Morrissey · 9 years ago
  72. e2d8c46 Changed reddit sync to free by davemorrissey · 9 years ago
  73. c7e461c Added sync for reddit to HOF by davemorrissey · 9 years ago
  74. a033698 Updated for 2.4.0 by davemorrissey · 9 years ago
  75. ef5aa51 Release 2.4.0 by David Morrissey · 9 years ago
  76. 113a97c Minor coding style changes for quick scale by David Morrissey · 9 years ago
  77. aed7ed5 Merge branch 'GranPC-one-finger-zoom' by David Morrissey · 9 years ago
  78. c4d590d Whoops! Add accessor functions to ScaleImageView by Gran PC · 9 years ago
  79. 67d5998 Add quickscale by Gran PC · 9 years ago
  80. e885758 #39 Image is initially scaled to fit inside the padding box and scales to the full view size by David Morrissey · 9 years ago
  81. d636e41 #39 Resolved an issue with setMinimumScaleType(CUSTOM) causing center to be set to NaN. by David Morrissey · 9 years ago
  82. c29220c #11 public recycle method by David Morrissey · 9 years ago
  83. 5962f3f Added nycTrans.it to HOF. by davemorrissey · 9 years ago
  84. c36ba5d Release 2.3.0 final by David Morrissey · 9 years ago
  85. cceb30b Stop logging warnings for EXIF rotation undefined by David Morrissey · 9 years ago
  86. 36cc125 Updated readme for 2.3.0 by David Morrissey · 9 years ago
  87. f06b6c0 Updated RapidDecoder and completed implementation of decoder interface for both classes by David Morrissey · 9 years ago
  88. cbef2b3 Sample app set up to demonstrate problems with JPG decoding by David Morrissey · 9 years ago
  89. 5770dd7 Extracted bitmap decoding to an interface to allow custom implementations. Added demo for RapidDecoder. Support display from resources. General cleanup. by David Morrissey · 9 years ago
  90. 2b6553c Release 2.2.1: Fixes pom. Updated readme with maven instructions. by David Morrissey · 9 years ago
  91. c674dc9 Improved edge swipe detection for view pager galleries by David Morrissey · 9 years ago
  92. b88717d Gradle configuration for central repository deployment by David Morrissey · 9 years ago
  93. 25acd20 Added Tag Gallery to HOF by davemorrissey · 9 years ago
  94. c0ffb09 Ported min scale PR into ScaleImageView by David Morrissey · 10 years ago
  95. fea6ee4 Density aware minimum scale method by David Morrissey · 10 years ago
  96. 8da5179 Merge pull request #28 from alfredopenaalonso/master by davemorrissey · 10 years ago
  97. 5080d3c Add minScale setting by Alfredo Peña Alonso · 10 years ago
  98. c256bcb Added Clover to HOF by David Morrissey · 10 years ago
  99. 4a5c6b5 Version incremented for new sample app build by David Morrissey · 10 years ago
  100. 9971184 Demo PNG changed to indexed color by David Morrissey · 10 years ago