Skip to content

Latest commit

 

History

History
173 lines (101 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

173 lines (101 loc) · 2.77 KB

Changelog

1.5.6

2020-03-26

  • Allow setting maximum amount of photos via setMaxPhotos(int)

1.5.5

2018-11-12

  • Don't include deleted photos in getImages and getPaths

1.5.4

2018-07-17

  • Request permissions in ActionActivity rather than an Aux Fragment

1.5.3

2018-07-11

  • Add camera permission and runtime handling

1.5.2

2018-07-09

  • Add new OnPhotoErrorListener

1.5.1

2018-07-04

  • Move images to internal app storage after taking a photo
  • Upgrade to photo-view 2.1.4

1.5.0

2018-06-28

  • Introduce ResultHandler to improve usage of ActionActivity directly

1.4.2

2018-06-05

  • Upgrade to scala 2.11.12
  • Upgrade to flexbox 1.0.0

1.4.1

2018-04-26

  • Fix crash on old API levels due to missing 'app' xml prefix

1.4.0

2018-04-24

  • Upgrade to glide 4.7.1
  • Upgrade to android platform 27
  • Upgrade to sbt 0.13.17

1.3.0

2018-01-25

  • Integrate runtime permission handling into library core

1.2.2

2018-01-18

  • Add OnPhotoAddedListener and OnPhotoRemovedListener

1.2.1

2018-01-18

  • Add subtle elevation to add photo button
  • Set add photo button icon color to textColorPrimaryInverse

1.2.0

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

1.1.1

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

1.1.0

2017-06-19

  • Upgrade to Flexbox 0.2.7
  • Using Glide 4.0.0-RC0 instead of Picasso for image loading

1.0.7

2017-05-18

  • Upgrade to EasyImage 2.0.2
    minSdkVersion had to be raised to 16 accordingly

1.0.6

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

1.0.5

2016-12-19

  • Upgrade to Android support library 25.1.0
  • Upgrade to picasso 289ed30

1.0.4

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

1.0.3

2016-11-29

  • Fix image orientation on certain old devices

1.0.2

2016-11-24

  • Limit image resolution to screen size in Detail screen

1.0.1

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

1.0.0

2016-11-18

  • Initial release