Skip to content

Commit

Permalink
* 1.0.26 - source code release - check README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jun 19, 2016
1 parent fd2699e commit d70664e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

version 1.0.26
--------------

This is a source code only release F-Droid should build and make it available for installation

* Added tagging support on image viewer
* Czech translation (contributed by Ondřej Míchal)
* Updated Italian translation (contributed by Claudio Arseni)

version 1.0.25
--------------

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Open Note Scanner is available for simplified installation on [Google Play Store

Binary APK file is available [directly from GitHub in the releases section](https://github.com/ctodobom/OpenNoteScanner/releases) of the project.

### Source code releases

Starting on 1.0.26, small enhancements will be made available only as a source code release. F-Droid should automatically build the source code releases and offer it to installation. Binary releases will be made available on Google Play, Amazon App Store and direct `apk` download from the [releases page](https://github.com/ctodobom/OpenNoteScanner/releases).

Instructions for building
-------------------------
Expand Down Expand Up @@ -114,6 +117,7 @@ As an open source application, contribution are always welcome. Everyone that su
* Claudio Arseni - Italian translation
* Francisco Toca - Spanish translation
* [@nebulon42](https://github.com/nebulon42) - German translation
* Ondřej Míchal - Czech translation

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
6 changes: 3 additions & 3 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 23
versionCode 25
versionName '1.0.25'
versionCode 26
versionName '1.0.26'
}
buildTypes {
release {
Expand All @@ -29,7 +29,7 @@ repositories {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/about-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Como uma aplicaçao de código aberto, contribuições são sempre bem vindas. T
* 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

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
1 change: 1 addition & 0 deletions app/src/main/assets/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ As an open source application, contribution are always welcome. Everyone that su
* Claudio Arseni - Italian translation
* Francisco Toca - Spanish translation
* [@nebulon42](https://github.com/nebulon42) - German translation
* Ondřej Míchal - Czech translation

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 d70664e

Please sign in to comment.