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