|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.1.2](https://github.com/SandroMachado/openalpr-android/tree/1.1.2) (2017-03-09) |
| 4 | +[Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.1.1...1.1.2) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Error initializing OpenALPR [\#42](https://github.com/SandroMachado/openalpr-android/issues/42) |
| 9 | +- I'm getting an error [\#40](https://github.com/SandroMachado/openalpr-android/issues/40) |
| 10 | +- Can I specify country settings in openalpr.config [\#39](https://github.com/SandroMachado/openalpr-android/issues/39) |
| 11 | +- Error :\( [\#38](https://github.com/SandroMachado/openalpr-android/issues/38) |
| 12 | +- I don't know why it doesn't work... [\#36](https://github.com/SandroMachado/openalpr-android/issues/36) |
| 13 | +- Upgrade the dependency `Libpng library` to allow submission to `Play Store` [\#35](https://github.com/SandroMachado/openalpr-android/issues/35) |
| 14 | +- 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) |
| 15 | +- issue in changing package name [\#29](https://github.com/SandroMachado/openalpr-android/issues/29) |
| 16 | +- seems couldn't recognize words? [\#21](https://github.com/SandroMachado/openalpr-android/issues/21) |
| 17 | +- How to pass multiple country code? [\#20](https://github.com/SandroMachado/openalpr-android/issues/20) |
| 18 | +- Pass image as byte array not as file path [\#18](https://github.com/SandroMachado/openalpr-android/issues/18) |
| 19 | +- No module found [\#17](https://github.com/SandroMachado/openalpr-android/issues/17) |
| 20 | +- Failed to resolve: com.github.SandroMachado:openalpr-android:1.1.0 [\#16](https://github.com/SandroMachado/openalpr-android/issues/16) |
| 21 | +- libopenalpr-native.so & libopencv\_java.so [\#15](https://github.com/SandroMachado/openalpr-android/issues/15) |
| 22 | +- library "libopencv\_java.so" not found [\#14](https://github.com/SandroMachado/openalpr-android/issues/14) |
| 23 | +- library "libopencv\_java.so" not found [\#13](https://github.com/SandroMachado/openalpr-android/issues/13) |
| 24 | + |
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- Update libpng library [\#44](https://github.com/SandroMachado/openalpr-android/pull/44) ([SandroMachado](https://github.com/SandroMachado)) |
| 28 | +- Multiple code quality fix-2 [\#28](https://github.com/SandroMachado/openalpr-android/pull/28) ([faisal-hameed](https://github.com/faisal-hameed)) |
| 29 | +- 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)) |
| 30 | +- 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)) |
| 31 | +- 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)) |
| 32 | +- Update README.md [\#23](https://github.com/SandroMachado/openalpr-android/pull/23) ([gas83](https://github.com/gas83)) |
| 33 | +- Update README.md [\#22](https://github.com/SandroMachado/openalpr-android/pull/22) ([gas83](https://github.com/gas83)) |
| 34 | + |
3 | 35 | ## [1.1.1](https://github.com/SandroMachado/openalpr-android/tree/1.1.1) (2016-01-14)
|
4 | 36 | [Full Changelog](https://github.com/SandroMachado/openalpr-android/compare/1.1.0...1.1.1)
|
5 | 37 |
|
|
0 commit comments