1. 6bb6ea7 Restored enforced synchronization on BitmapRegionDecoder for SDK < 21, which did not have internal synchronization by David Morrissey · 7 years ago
  2. c947ca4 Use ReadWriteLock to allow multiple threads to decode tiles while preventing simultaneous recycling by David Morrissey · 7 years ago
  3. aca4271 Code style by David Morrissey · 7 years ago
  4. 0cae9eb Updated to current standard project structure by David Morrissey · 7 years ago[Renamed from library/src/com/davemorrissey/labs/subscaleview/decoder/SkiaImageRegionDecoder.java]
  5. c95f6e2 Support for other bitmap formats (not just default RGB565) by Khabensky Denis · 7 years ago
  6. abffe7d Close input stream used by content resolver, fixes #131 by David Morrissey · 9 years ago
  7. c431b2a #72 Throw an exception if decoder returns a null bitmap, so listeners are informed. by David Morrissey · 9 years ago
  8. 8abee84 #49 Removed bitmap dithering to solve moire patterns by David Morrissey · 9 years ago
  9. f06b6c0 Updated RapidDecoder and completed implementation of decoder interface for both classes by David Morrissey · 9 years ago
  10. 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