GitPedia
RedApparat

RedApparat/Fotoapparat

Making Camera for Android more friendly. 📸

21 Releases
Latest: 7y ago
2.7.0Latest
DiolorDiolor·7y ago·March 2, 2019
GitHub

📋 Changes

  • #191
  • #253
  • #260
  • #193
  • Few log improvements by @ansman 💯
2.6.1
DiolorDiolor·7y ago·November 8, 2018
GitHub

Auto uploading in jcenter

2.6.0
DiolorDiolor·7y ago·November 8, 2018
GitHub

# What's new # Features Migrate to kotlin 1.3 and android x (thanks @rafaeltoledo, @fleficher & @jossiwolf 🎉)

2.3.1
DiolorDiolor·7y ago·July 5, 2018
GitHub

# What's new # Features Exposure compensation support (thanks @andrewcking🎉 ) Max zoom support (by @PStrelchenko 🙌 ) Improvements in examples and readme by @knightcube, @kphil & @Diederikjh # Fixed #196 #212 #224

2.2.0
DiolorDiolor·8y ago·January 20, 2018
GitHub

Features

  • Photos will always be correctly rotated, regardless device or screen orientation! (thanks @raedur 🎉 )
  • Improved threading & stability behavior of library
  • Improve Java builder with 2 more explicit methods
  • Improved logs in pending results
  • Codestyle improvements by @dewarder! 👍

🐛 Fixed

  • #178
  • #183
  • #185
2.1.2
DiolorDiolor·8y ago·January 10, 2018
GitHub

Set min version to 14. Thanks @bernatpl!

2.1.0
DiolorDiolor·8y ago·January 8, 2018
GitHub

Features

  • Tap to focus support 🎉 (with the help of @friendoye )

🐛 Fixed

  • #170
2.0.2
DiolorDiolor·8y ago·January 3, 2018
GitHub

🐛 Fixed

  • #165
2.0.1
DiolorDiolor·8y ago·January 3, 2018
GitHub

🐛 Fixed

  • #166
2.0.0
DiolorDiolor·8y ago·January 3, 2018
GitHub

Features

  • Kotlin support 🎉
  • Performance improvements and easier camera switching
  • Add of Antibanding support by @simone-gasparini ❤️

🐛 Fixed

  • #42
  • #89
  • #91
  • #92
  • #115
  • #139
  • #146
  • #149
  • + 1 more
1.5.0
DiolorDiolor·8y ago·December 2, 2017
GitHub

Features

  • It is now possible to customize jpegQuality. Thanks @alaeri 🎉
  • By @ezaquarii ❤️ :
  • Size and Range are Serializables
  • Size returns the total area
  • Additional aspect ratio selectors which have tolerance

🐛 Fixed

  • #105 by @jpribble 💯

📦 Other contributions

  • Thanks @pflammertsma for adding switcher info into the Readme 👍
1.4.1
dmitry-zaitsevdmitry-zaitsev·8y ago·October 3, 2017
GitHub

This is a hotfix for #96

1.4.0
dmitry-zaitsevdmitry-zaitsev·8y ago·October 2, 2017
GitHub

📋 Changes

  • It is now possible to get current parameters of the camera. Thanks @ezaquarii 💪
  • It is now possible to customize FPS ranges. Thanks @friendoye 👍
  • It is now possible to customize ISO. Thanks @hagabaka and @friendoye ❤️
  • Optimized `toString` implementation of preview frames.
1.3.0
dmitry-zaitsevdmitry-zaitsev·8y ago·August 26, 2017
GitHub

Features

  • It is now possible to update some parameters without having to restart Fotoapparat.
  • Added possibility to set zoom level.

🐛 Fixed

  • Fixed racing condition which caused camera to not show up
1.2.0
DiolorDiolor·8y ago·July 16, 2017
GitHub

Features

  • Added CameraErrorCallback
  • Preview frame can either be cropped to fit or displayed in full size

🐛 Fixed

  • Fixed crash on some device when camera is paused while picture is being taken
  • Not crashing the app if camera couldn't be opened
1.1.0
dmitry-zaitsevdmitry-zaitsev·8y ago·July 8, 2017
GitHub

Features

  • Added `Fotoapparat.focus()` which now returns the result of focus operation

🐛 Fixed

  • Added autofocus timeout (which also fixes emulator issue)
  • Added experimental fix for `setParameters` which now will try to update parameters separately and log failures.
1.0.4
dmitry-zaitsevdmitry-zaitsev·8y ago·July 4, 2017
GitHub

📋 Changes

  • Frame processors were called on the main thread and not on the background thread, as promised.
1.0.3
dmitry-zaitsevdmitry-zaitsev·8y ago·July 3, 2017
GitHub

This release contains no new features or bugfixes and just improves logging which would hopefully help resolve some problems.

1.0.2
dmitry-zaitsevdmitry-zaitsev·9y ago·June 11, 2017
GitHub

This is a bugfix release. Fixed issues: #32 #33 #31

1.0.1
dmitry-zaitsevdmitry-zaitsev·9y ago·May 24, 2017
GitHub

Bugfix for missing preview size on some devices

1.0.0
dmitry-zaitsevdmitry-zaitsev·9y ago·May 21, 2017
GitHub

The first release of the library