Skip to content

Commit d70664e

Browse files
committed
* 1.0.26 - source code release - check README.md
1 parent fd2699e commit d70664e

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

4+
version 1.0.26
5+
--------------
6+
7+
This is a source code only release F-Droid should build and make it available for installation
8+
9+
* Added tagging support on image viewer
10+
* Czech translation (contributed by Ondřej Míchal)
11+
* Updated Italian translation (contributed by Claudio Arseni)
12+
413
version 1.0.25
514
--------------
615

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Open Note Scanner is available for simplified installation on [Google Play Store
3838

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

41+
### Source code releases
42+
43+
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).
4144

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

118122
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.
119123

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.todobom.opennotescanner"
88
minSdkVersion 21
99
targetSdkVersion 23
10-
versionCode 25
11-
versionName '1.0.25'
10+
versionCode 26
11+
versionName '1.0.26'
1212
}
1313
buildTypes {
1414
release {
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
compile fileTree(dir: 'libs', include: ['*.jar'])
32+
compile fileTree(include: ['*.jar'], dir: 'libs')
3333
testCompile 'junit:junit:4.12'
3434
compile 'com.android.support:appcompat-v7:23.3.0'
3535
compile 'com.android.support:design:23.3.0'

app/src/main/assets/about-pt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Como uma aplicaçao de código aberto, contribuições são sempre bem vindas. T
4848
* Claudio Arseni - Tradução para Italiano
4949
* Francisco Toca - Tradução para Espanhol
5050
* [@nebulon42](https://github.com/nebulon42) - Tradução para Alemão
51+
* Ondřej Míchal - Tradução para Tcheco
5152

5253
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.
5354

app/src/main/assets/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ As an open source application, contribution are always welcome. Everyone that su
4949
* Claudio Arseni - Italian translation
5050
* Francisco Toca - Spanish translation
5151
* [@nebulon42](https://github.com/nebulon42) - German translation
52+
* Ondřej Míchal - Czech translation
5253

5354
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.
5455

0 commit comments

Comments
 (0)