Skip to content

Commit 3b4e152

Browse files
committed
Release 1.1.0
1 parent 3f48447 commit 3b4e152

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/SandroMachado/openalpr-android/tree/1.1.0) (2016-01-06)
4+
[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.0.1...1.1.0)
5+
6+
**Fixed bugs:**
7+
8+
- \[Sample Application\] State Lost on Rotation [\#6](https://github.com/SandroMachado/openalpr-android/issues/6)
9+
- \[Sample Application\] Crash on Invalid Submission [\#5](https://github.com/SandroMachado/openalpr-android/issues/5)
10+
11+
**Closed issues:**
12+
13+
- Crash during EU recognizing [\#4](https://github.com/SandroMachado/openalpr-android/issues/4)
14+
- Crash caused by missing libopenalpr-native.so [\#1](https://github.com/SandroMachado/openalpr-android/issues/1)
15+
16+
**Merged pull requests:**
17+
18+
- Long list of improvements [\#7](https://github.com/SandroMachado/openalpr-android/pull/7) ([ZKjellberg](https://github.com/ZKjellberg))
19+
- IntelliJ Files Cleanup [\#3](https://github.com/SandroMachado/openalpr-android/pull/3) ([ZKjellberg](https://github.com/ZKjellberg))
20+
21+
## [1.0.1](https://github.com/SandroMachado/openalpr-android/tree/1.0.1) (2015-12-17)
22+
[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.0.0...1.0.1)
23+
24+
**Merged pull requests:**
25+
26+
- Implemented permission check [\#2](https://github.com/SandroMachado/openalpr-android/pull/2) ([ZKjellberg](https://github.com/ZKjellberg))
27+
28+
## [1.0.0](https://github.com/SandroMachado/openalpr-android/tree/1.0.0) (2015-12-13)
29+
30+
31+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openalpr-android [![Release](https://img.shields.io/github/release/SandroMachado/openalpr-android.svg?label=jitpack)](https://jitpack.io/#SandroMachado/openalpr-android)
22

3-
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.
3+
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.
44

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

@@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
2222
dependencies {
2323
2424
// ... other dependencies here.
25-
compile 'com.github.SandroMachado:openalpr-android:1.0.1'
25+
compile 'com.github.SandroMachado:openalpr-android:1.1.0'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)