Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Mar 9, 2017
1 parent 09b7661 commit e2c2102
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [1.1.2](https://github.com/SandroMachado/openalpr-android/tree/1.1.2) (2017-03-09)
[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.1.1...1.1.2)

**Closed issues:**

- Error initializing OpenALPR [\#42](https://github.com/SandroMachado/openalpr-android/issues/42)
- I'm getting an error [\#40](https://github.com/SandroMachado/openalpr-android/issues/40)
- Can I specify country settings in openalpr.config [\#39](https://github.com/SandroMachado/openalpr-android/issues/39)
- Error :\( [\#38](https://github.com/SandroMachado/openalpr-android/issues/38)
- I don't know why it doesn't work... [\#36](https://github.com/SandroMachado/openalpr-android/issues/36)
- Upgrade the dependency `Libpng library` to allow submission to `Play Store` [\#35](https://github.com/SandroMachado/openalpr-android/issues/35)
- Openalpr is Apache 2.0 but original openalpr is AGPL 3.0. Which license affects me? [\#32](https://github.com/SandroMachado/openalpr-android/issues/32)
- issue in changing package name [\#29](https://github.com/SandroMachado/openalpr-android/issues/29)
- seems couldn't recognize words? [\#21](https://github.com/SandroMachado/openalpr-android/issues/21)
- How to pass multiple country code? [\#20](https://github.com/SandroMachado/openalpr-android/issues/20)
- Pass image as byte array not as file path [\#18](https://github.com/SandroMachado/openalpr-android/issues/18)
- No module found [\#17](https://github.com/SandroMachado/openalpr-android/issues/17)
- Failed to resolve: com.github.SandroMachado:openalpr-android:1.1.0 [\#16](https://github.com/SandroMachado/openalpr-android/issues/16)
- libopenalpr-native.so & libopencv\_java.so [\#15](https://github.com/SandroMachado/openalpr-android/issues/15)
- library "libopencv\_java.so" not found [\#14](https://github.com/SandroMachado/openalpr-android/issues/14)
- library "libopencv\_java.so" not found [\#13](https://github.com/SandroMachado/openalpr-android/issues/13)

**Merged pull requests:**

- Update libpng library [\#44](https://github.com/SandroMachado/openalpr-android/pull/44) ([SandroMachado](https://github.com/SandroMachado))
- Multiple code quality fix-2 [\#28](https://github.com/SandroMachado/openalpr-android/pull/28) ([faisal-hameed](https://github.com/faisal-hameed))
- Code quality fix - Utility classes should not have public constructors. [\#26](https://github.com/SandroMachado/openalpr-android/pull/26) ([faisal-hameed](https://github.com/faisal-hameed))
- Code quality fix - Method names should comply with a naming convention. [\#25](https://github.com/SandroMachado/openalpr-android/pull/25) ([faisal-hameed](https://github.com/faisal-hameed))
- Code quality fix - Declarations should use Java collection interfaces such as "List" rather than specific implementation. [\#24](https://github.com/SandroMachado/openalpr-android/pull/24) ([faisal-hameed](https://github.com/faisal-hameed))
- Update README.md [\#23](https://github.com/SandroMachado/openalpr-android/pull/23) ([gas83](https://github.com/gas83))
- Update README.md [\#22](https://github.com/SandroMachado/openalpr-android/pull/22) ([gas83](https://github.com/gas83))

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# openalpr-android
# openalpr-android
[![Release](https://jitpack.io/v/SandroMachado/openalpr-android.svg)](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. You can find the demo application `apk` at the [releases](https://github.com/SandroMachado/openalpr-android/releases) tab.
Expand All @@ -23,7 +23,7 @@ Them include the openalpr-android dependency:
dependencies {
// ... other dependencies here.
compile 'com.github.SandroMachado:openalpr-android:1.1.1'
compile 'com.github.SandroMachado:openalpr-android:1.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion Sample/OpenALPRSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0.1"
versionName "1.1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit e2c2102

Please sign in to comment.