Skip to content

Commit

Permalink
* release 1.0.33
Browse files Browse the repository at this point in the history
  - updates on README and About files for english and portuguese.
  • Loading branch information
allgood committed Jul 28, 2019
1 parent 0d82ad1 commit c77f9ce
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 47 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
==========

version 1.0.33
--------------

* Fix bug on image viewer when running Android 9
* Added support for PNG images (on settings screen)
* Simplified Chinese translation, thanks to @yzqzss
* Basque translation, thanks to @beriain
* Updates and fixes on translations ( Greek by @nikoss, Dutch by @Skydragonsz , Spanish by @fransiscot and @yeyeto2788, Japanese by @naofum , Italian by @Claudinux , German by @dellani )


version 1.0.32
--------------

* Removed Google Play link to OpenCV Manager
* Fixed share function


version 1.0.30
--------------

Expand Down
23 changes: 23 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Contributors:
=============

Most contributions here are with translations. Please [refer to the Changelog](https://github.com/ctodobom/OpenNoteScanner/blob/master/CHANGELOG.md) and git history for reference on code contributors

* Nicolas Raoul - English corrections
* Claudio Arseni - Italian translation
* Francisco Toca - Spanish translation
* [@nebulon42](https://github.com/nebulon42) - German translation
* Ondřej Míchal - Czech translation
* [@nigelinux](https://github.com/nigelinux) - Traditional Chinese (zh-rTW) Translation
* [@SparkyCola](https://github.com/SparkyCola) - help on picture focus enhancements
* [@brenard](https://github.com/brenard) - French translation
* [@naofum](https://github.com/naofum) - Japanese translation
* [@nikoss](https://github.com/nikoss) - Greek translation
* [Arthur Saprunov](https://github.com/Skydragonsz) - Dutch translation
* [@ASMfreaK](https://github.com/ASMfreaK) - Russian translation
* [Yaron Shahrabani](https://github.com/yarons) Hebrew translation
* [@Tobaloidee](https://github.com/Tobaloidee) - Icon design
* [@princekelly1](https://github.com/princekelly1) - Contributed FAQ.md file
* [@dellani](https://github.com/dellani) - German update and corrections
* [@beriain](https://github.com/beriain) - Basque translation
* [@yzqzss](https://github.com/yzqzss) - Simplified Chinese translation
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,23 +114,9 @@ Thanks

### Contributors

As an open source application, contribution are always welcome. Everyone that submits any code will be listed here.

* Nicolas Raoul - English corrections
* Claudio Arseni - Italian translation
* Francisco Toca - Spanish translation
* [@nebulon42](https://github.com/nebulon42) - German translation
* Ondřej Míchal - Czech translation
* [@nigelinux](https://github.com/nigelinux) - Traditional Chinese (zh-rTW) Translation
* [@SparkyCola](https://github.com/SparkyCola) - help on picture focus enhancements
* [@brenard](https://github.com/brenard) - French translation
* [@naofum](https://github.com/naofum) - Japanese translation
* [@nikoss](https://github.com/nikoss) - Greek translation
* [Arthur Saprunov](https://github.com/Skydragonsz) - Dutch translation
* [@ASMfreaK](https://github.com/ASMfreaK) - Russian translation
* [Yaron Shahrabani](https://github.com/yarons) Hebrew translation
* [@Tobaloidee](https://github.com/Tobaloidee) - Icon design
* [@princekelly1](https://github.com/princekelly1) - Contributed FAQ.md file
As an open source application, contribution are always welcome.

Most translations contributions are listed on [CONTRIBUTORS.md file](https://github.com/ctodobom/OpenNoteScanner/blob/master/CONTRIBUTORS.md) and code contributors are listed on [the Changelog file](https://github.com/ctodobom/OpenNoteScanner/blob/master/CHANGELOG.md) and [the commits history](https://github.com/ctodobom/OpenNoteScanner/commits)

Other people helped submitting [Issue Reports](https://github.com/ctodobom/OpenNoteScanner/issues) and giving info through the [Telegram Group](https://telegram.me/joinchat/CGzsxQgjl8CyAZNrTG0qZg). Their help is appreciated as well.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
targetSdkVersion 27
versionCode 32
versionName '1.0.32'
versionCode 33
versionName '1.0.33'
}
buildTypes {
release {
Expand Down
15 changes: 1 addition & 14 deletions app/src/main/assets/about-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,7 @@ Agradecimentos

### Colaboradores

Como uma aplicaçao de código aberto, contribuições são sempre bem vindas. Todos que contribuírem com código serão listados aqui:.

* Nicolas Raoul - Correções em Inglês
* Claudio Arseni - Tradução para Italiano
* Francisco Toca - Tradução para Espanhol
* [@nebulon42](https://github.com/nebulon42) - Tradução para Alemão
* Ondřej Míchal - Tradução para Tcheco
* [@nigelinux](https://github.com/nigelinux) - Tradução para Chinês Tradicional (zh-rTW)
* Naofumi Fukue - tradução japonesa
* [@nikoss](https://githob.com/nikoss) - tradução para o Grego
* [Arthur Saprunov](https://github.com/Skydragonsz) - tradução para o Holandês
* [@ASMfreaK](https://github.com/ASMfreaK) - Tradução para o Russo
* [Yaron Shahrabani](https://github.com/yarons) Tradução para o Hebraico
* [@Tobaloidee](https://github.com/Tobaloidee) - Design do Ícone
Contribuições com traduções estão listadas no [arquivo CONTRIBUTORS.md](https://github.com/ctodobom/OpenNoteScanner/blob/master/CONTRIBUTORS.md), contribuições de código são creditadas no [arquivo de Changelog](https://github.com/ctodobom/OpenNoteScanner/blob/master/CHANGELOG.md) e no [histórico de commits](https://github.com/ctodobom/OpenNoteScanner/commits)

Outras pessoas ajudaram enviando [Relatórios de Bugs](https://github.com/ctodobom/OpenNoteScanner/issues) e fornecendo informações pelo [grupo no Telegram](https://telegram.me/joinchat/CGzsxQgjl8CyAZNrTG0qZg). Esta ajuda também é muito apreciada.

Expand Down
17 changes: 3 additions & 14 deletions app/src/main/assets/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,9 @@ Thanks

### Contributors

As an open source application, contribution are always welcome. Everyone that submits any code will be listed here.

* Nicolas Raoul - English corrections
* Claudio Arseni - Italian translation
* [@franciscot](https://github.com/franciscot) Francisco Toca / [@yeyeto2788](https://github.com/yeyeto2788) Juan Biondi - Spanish translation
* [@nebulon42](https://github.com/nebulon42) - German translation
* Ondřej Míchal - Czech translation
* [@nigelinux](https://github.com/nigelinux) - Traditional Chinese (zh-rTW) Translation
* Naofumi Fukue - Japanese translation
* [@nikoss](https://github.com/nikoss) - Greek translation
* [Arthur Saprunov](https://github.com/Skydragonsz) - Dutch translation
* [@ASMfreaK](https://github.com/ASMfreaK) - Russian translation
* [Yaron Shahrabani](https://github.com/yarons) Hebrew translation
* [@Tobaloidee](https://github.com/Tobaloidee) - Icon design
As an open source application, contribution are always welcome.

Most translations contributions are listed on [CONTRIBUTORS.md file](https://github.com/ctodobom/OpenNoteScanner/blob/master/CONTRIBUTORS.md) and code contributors are listed on [the Changelog file](https://github.com/ctodobom/OpenNoteScanner/blob/master/CHANGELOG.md) and [the commits history](https://github.com/ctodobom/OpenNoteScanner/commits)

Other people helped submitting [Issue Reports](https://github.com/ctodobom/OpenNoteScanner/issues) and giving info through the [Telegram Group](https://telegram.me/joinchat/CGzsxQgjl8CyAZNrTG0qZg). Their help is appreciated as well.

Expand Down

0 comments on commit c77f9ce

Please sign in to comment.