Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-01-24 01:27:51 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-24 01:27:51 +0300
commitf63dd3e499c0ea34924793b3240d7c620d6ecab9 (patch)
tree7f7aa1152412ff94426e959a8d9b7fc9a357ccc3
parentb3b7dd00d654149d9cf72c4f9e7347c47033dabb (diff)
version bump to 2.7.1v2.7.1
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/xml/shortcuts.xml2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/75.txt23
-rw-r--r--fastlane/metadata/android/en-US/changelogs/76.txt0
4 files changed, 26 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e8fdd7bd..c7c74304 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
- versionCode 74
- versionName "2.7.0"
+ versionCode 75
+ versionName "2.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml
index af4ddc4d..5c8a4f81 100644
--- a/app/src/main/res/xml/shortcuts.xml
+++ b/app/src/main/res/xml/shortcuts.xml
@@ -7,7 +7,7 @@
android:shortcutShortLabel="@string/action_create"
android:shortcutLongLabel="@string/shortcut_create_long">
<intent
- android:action="android.intent.action.VIEW"
+ android:action="android.intent.action.CREATE_DOCUMENT"
android:targetPackage="it.niedermann.owncloud.notes"
android:targetClass="it.niedermann.owncloud.notes.android.activity.EditNoteActivity" />
<categories android:name="android.shortcut.conversation" />
diff --git a/fastlane/metadata/android/en-US/changelogs/75.txt b/fastlane/metadata/android/en-US/changelogs/75.txt
index e69de29b..1687e38b 100644
--- a/fastlane/metadata/android/en-US/changelogs/75.txt
+++ b/fastlane/metadata/android/en-US/changelogs/75.txt
@@ -0,0 +1,23 @@
+v2.7.1
+
+- Fix creating new notes using launcher shortcuts
+
+v2.7.0
+
+- Allow rendering of any text file (#439, #692)
+
+v2.6.0
+
+- Improved in-note search 🔎 (#106, #400, #550, #700)
+
+v2.5.0
+
+- Move notes to another account (#655)
+- Internal Note Links (#646, #623, #202)
+- Cancel and Delete are redundant on new note (#640)
+- Undo for bulk delete (#670)
+- Checklist auto-continuation (#688, #608)
+- Fix database upgrade issues (#696)
+
+Requires at least Files app¹ version 3.9.0
+¹ https://github.com/nextcloud/android \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/76.txt b/fastlane/metadata/android/en-US/changelogs/76.txt
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/76.txt