2020-03-26
- Allow setting maximum amount of photos via
setMaxPhotos(int)
2018-11-12
- Don't include deleted photos in getImages and getPaths
2018-07-17
- Request permissions in
ActionActivity
rather than an Aux Fragment
2018-07-11
- Add camera permission and runtime handling
2018-07-09
- Add new
OnPhotoErrorListener
2018-07-04
- Move images to internal app storage after taking a photo
- Upgrade to photo-view 2.1.4
2018-06-28
- Introduce
ResultHandler
to improve usage ofActionActivity
directly
2018-06-05
- Upgrade to scala 2.11.12
- Upgrade to flexbox 1.0.0
2018-04-26
- Fix crash on old API levels due to missing 'app' xml prefix
2018-04-24
- Upgrade to glide 4.7.1
- Upgrade to android platform 27
- Upgrade to sbt 0.13.17
2018-01-25
- Integrate runtime permission handling into library core
2018-01-18
- Add
OnPhotoAddedListener
andOnPhotoRemovedListener
2018-01-18
- Add subtle elevation to add photo button
- Set add photo button icon color to
textColorPrimaryInverse
2018-01-17
- Show "add photo" button as thumbnail
- Give each class a proper suffix for easier identification
- Upgrade to support-library 26.1.0
- Upgrade to glide 4.3.1
- Upgrade to easy-image 2.0.4
- Upgrade to flexbox 0.3.2
- Upgrade to sbt-android 1.7.10
2017-08-31
- Upgrade to support-library 26.0.2
- Upgrade to flexbox 0.3.0
- Upgrade to glide 4.0.0
- Upgrade to sbt-android 1.7.9
- Upgrade to sbt 0.13.16
2017-06-19
- Upgrade to Flexbox 0.2.7
- Using Glide 4.0.0-RC0 instead of Picasso for image loading
2017-05-18
- Upgrade to EasyImage 2.0.2
minSdkVersion
had to be raised to 16 accordingly
2017-05-18
- Upgrade to PhotoView 2.0.0
- Upgrade to appcompat-v7 25.3.1
- Upgrade to flexbox 0.2.6
- Upgrade to sbt 0.13.15
- Upgrade to sbt-android 1.7.7
- Upgrade to scala 2.11.11
2016-12-19
- Upgrade to Android support library 25.1.0
- Upgrade to picasso 289ed30
2016-12-09
- Downsample images before rotating (fixes OOM on Samsung Galaxy S3)
- Upgrade to flexbox 0.2.5
- Upgrade to sbt-android 1.7.2
2016-11-29
- Fix image orientation on certain old devices
2016-11-24
- Limit image resolution to screen size in Detail screen
2016-11-24
- Remove camera permission (camera is not used by the app itself)
- Add subtle background to Detail screen Toolbar to improve trash icon visibility
- Improve error handling to prevent crashes
- Fix sample app crash on old devices due to icons Drawables
2016-11-18
- Initial release