Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Jan 6, 2016
1 parent 3f48447 commit 3b4e152
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [1.1.0](https://github.com/SandroMachado/openalpr-android/tree/1.1.0) (2016-01-06)
[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.0.1...1.1.0)

**Fixed bugs:**

- \[Sample Application\] State Lost on Rotation [\#6](https://github.com/SandroMachado/openalpr-android/issues/6)
- \[Sample Application\] Crash on Invalid Submission [\#5](https://github.com/SandroMachado/openalpr-android/issues/5)

**Closed issues:**

- Crash during EU recognizing [\#4](https://github.com/SandroMachado/openalpr-android/issues/4)
- Crash caused by missing libopenalpr-native.so [\#1](https://github.com/SandroMachado/openalpr-android/issues/1)

**Merged pull requests:**

- Long list of improvements [\#7](https://github.com/SandroMachado/openalpr-android/pull/7) ([ZKjellberg](https://github.com/ZKjellberg))
- IntelliJ Files Cleanup [\#3](https://github.com/SandroMachado/openalpr-android/pull/3) ([ZKjellberg](https://github.com/ZKjellberg))

## [1.0.1](https://github.com/SandroMachado/openalpr-android/tree/1.0.1) (2015-12-17)
[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.0.0...1.0.1)

**Merged pull requests:**

- Implemented permission check [\#2](https://github.com/SandroMachado/openalpr-android/pull/2) ([ZKjellberg](https://github.com/ZKjellberg))

## [1.0.0](https://github.com/SandroMachado/openalpr-android/tree/1.0.0) (2015-12-13)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openalpr-android [![Release](https://img.shields.io/github/release/SandroMachado/openalpr-android.svg?label=jitpack)](https://jitpack.io/#SandroMachado/openalpr-android)

OpenALPR is an open source Automatic License Plate Recognition library written in C++ with bindings in C#, Java, Node.js, and Python. This project ports this library to Android.
OpenALPR is an open source Automatic License Plate Recognition library written in C++ with bindings in C#, Java, Node.js, and Python. This project ports this library to Android. You can find the demo application `apk` at the [releases](https://github.com/SandroMachado/openalpr-android/releases) tab.

![Screenshot](images/screenshot.png "Main Activity Sample application")

Expand All @@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
dependencies {
// ... other dependencies here.
compile 'com.github.SandroMachado:openalpr-android:1.0.1'
compile 'com.github.SandroMachado:openalpr-android:1.1.0'
}
```

Expand Down

0 comments on commit 3b4e152

Please sign in to comment.