Skip to content

Commit 62cc997

Browse files
committed
Updated license. Release Version 10.
1 parent a370403 commit 62cc997

6 files changed

Lines changed: 10 additions & 24 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2019 Nils Förster
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "de.nilsfo.lsn"
88
minSdkVersion 17
99
targetSdkVersion 28
10-
versionCode 9
11-
versionName "1.0.7"
10+
versionCode 10
11+
versionName "1.0.8"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -32,9 +32,9 @@ dependencies {
3232
implementation 'org.jetbrains:annotations-java5:15.0'
3333

3434
testImplementation 'junit:junit:4.12'
35-
debugImplementation 'com.amitshekhar.android:debug-db:1.0.0'
3635

37-
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
38-
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
36+
//debugImplementation 'com.amitshekhar.android:debug-db:1.0.0'
37+
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
38+
//debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
3939
//compile group: 'org.json', name: 'json', version: '20090211'
4040
}

app/src/main/res/raw-de/version_changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"10": {
3-
"date": "21.10.2018",
3+
"date": "12.07.2019",
44
"version": "1.08",
55
"text": "-Neuer Look für das Hauptmenü! Die alte Listen-Struktur wurde durch ein Karten Design ersetzt\n-Löschen einer Notiz nun möglich über die einzelnen Menüs einer Notiz. Oder diese lange gedrückt halten.\n-Mehr Aktionen basierend auf dem Inhalt von Notizen: Links öffnen, Telefonnummern wählen und E-Mails verschicken\n-Diese Aktionen sind auch über die Benachrichtigungen verfügbar\n-Ein Fehler wurde behoben, wenn Notizen in umgekehrter Reihenfolge angezeigt werden\n-Ein Fehler wurde behoben wenn das zuletzt erstellte Backup importiert werden sollte\n-Icons aktualisiert\n-Danksagungen aktualisiert\n-Kleinere Fehlerbehebungen und verbesserte Leistung\n-Sprachdateien aktualisiert"
66
},

app/src/main/res/raw/version_changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"10": {
3-
"date": "21.10.2018",
3+
"date": "12.07.2019",
44
"version": "1.08",
5-
"text": "-New look for the main menu! Replaced the old list structure with a card design\n-Delete notes via the note's menu or long-press it\n-More note context actions: Browse URLs, dial phone numbers and send mails\n-Those actions are also available from within notifications\n-Fixed a bug when reversing notifications\n-Fixed a bug when detecting the lastest backup file\n-Updated icons\n-Updated credits\n-Bugfixes and performance improvements\n-Updated typos and localization files"
5+
"text": "-New look for the main menu! Replaced the old list structure with a card design\n-Delete notes via the note's menu or long-press it\n-More note context actions: Browse URLs, dial phone numbers and send mails\n-Those actions are also available from within notifications\n-Fixed a bug when reversing notifications\n-Fixed a bug when detecting the lastest backup file\n-Updated icons\n-Updated credits\n-Bugfixes and performance improvements\n-Fixed typos\n-Updated localization files"
66
},
77
"9": {
88
"date": "21.10.2018",

app/src/main/res/values/array.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
<string name="val_1" translatable="false">1</string>
2020
<string name="val_2" translatable="false">2</string>
2121
<string name="val_3" translatable="false">3</string>
22-
</resources>
22+
</resources>

app/src/main/res/values/fa_icons.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)