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