Skip to content

Releases: Lauszus/FaceRecognitionApp

FaceRecognitionApp 1.2.3

17 Dec 00:49
Compare
Choose a tag to compare
  • Fixed support for Android NDK r18, as gnustl has been removed
  • Make the image square, so it does not crash on phones with different aspect ratios - see: #25
  • Add double tap to flip camera gesture
  • Update Eigen to 3.3.5
  • Update Gradle to 4.6
  • Use Android SDK 28

1.3.0-dev

06 Jun 19:20
Compare
Choose a tag to compare
1.3.0-dev Pre-release
Pre-release

FaceRecognitionApp 1.2.2

06 Jun 19:08
Compare
Choose a tag to compare
  • Setting android:required="false", so the app is listed correctly on Google Play

FaceRecognitionApp 1.2.1

06 Jun 15:14
Compare
Choose a tag to compare
  • Split up the APK depending on the achitecture
  • Automatically upload a zip directory with the project including all dependencies when doing a release
  • Always assume that the app is not running on an emulator if it is a release build

FaceRecognitionApp 1.2

29 May 13:42
Compare
Choose a tag to compare
  • Fixed bug where the the faces were not trained when the app was loaded
  • Prevent crashes by only allowing one of each AsyncTask to run at the same time
  • Limit the maximum number of images, so the app is still usable even if the user keeps adding images to the database
  • Show more information about background tasks to the user

FaceRecognitionApp 1.1

11 Mar 10:45
Compare
Choose a tag to compare

Allow the user to use the back camera as well

FaceRecognitionApp 1.0

11 Mar 10:25
Compare
Choose a tag to compare

First release