Skip to content

Commit

Permalink
Updated license. Release Version 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsFo committed Jul 12, 2019
1 parent a370403 commit 62cc997
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 24 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2019 Nils Förster

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.nilsfo.lsn"
minSdkVersion 17
targetSdkVersion 28
versionCode 9
versionName "1.0.7"
versionCode 10
versionName "1.0.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -32,9 +32,9 @@ dependencies {
implementation 'org.jetbrains:annotations-java5:15.0'

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

debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
//debugImplementation 'com.amitshekhar.android:debug-db:1.0.0'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
//debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
//compile group: 'org.json', name: 'json', version: '20090211'
}
2 changes: 1 addition & 1 deletion app/src/main/res/raw-de/version_changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"10": {
"date": "21.10.2018",
"date": "12.07.2019",
"version": "1.08",
"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"
},
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/raw/version_changelog.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"10": {
"date": "21.10.2018",
"date": "12.07.2019",
"version": "1.08",
"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"
"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"
},
"9": {
"date": "21.10.2018",
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
<string name="val_1" translatable="false">1</string>
<string name="val_2" translatable="false">2</string>
<string name="val_3" translatable="false">3</string>
</resources>
</resources>
14 changes: 0 additions & 14 deletions app/src/main/res/values/fa_icons.xml

This file was deleted.

0 comments on commit 62cc997

Please sign in to comment.