Skip to content

Releases: levibostian/Shutter-Android

Fix NPE crashes.

Choose a tag to compare

@levibostian levibostian released this 26 Jul 21:59
  • Use asynctasks for running in background and UI threads for getting images/videos from gallery.
  • Fix crash where I would not return from function if user cancelled camera/gallery intent.

Get photos/videos from device gallery.

Choose a tag to compare

@levibostian levibostian released this 26 Jul 14:41
  • Allow user to get photo/video from gallery.
  • Update example app to demonstrate the ability to get photos and videos from gallery.
  • Update README to reflect the ability to get photos/videos from gallery and prepare for a more formal release.

Capture images from camera.

Choose a tag to compare

@levibostian levibostian released this 25 Jul 19:34

First release for Shutter-Android library.

  • Create Shutter library to be able to capture photos from camera.
  • Optionally, declare filename, where you would like to save photos to.
  • Create example app.
  • README chats about how to use library.