Skip to content

Commit ff92d1d

Browse files
πŸ”„ synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com> Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 8967b65 commit ff92d1d

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

β€Žapp/build.gradleβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ android {
6969
play {
7070
dimension "version"
7171
}
72+
qa {
73+
applicationIdSuffix ".qa"
74+
dimension "version"
75+
versionCode 11
76+
versionName "1"
77+
}
7278
}
7379

7480
testOptions {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="108dp"
3+
android:height="108dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
<path
7+
android:pathData="M15.919,9.768C16.095,9.592 16.095,9.3 15.919,9.134L14.866,8.08C14.7,7.905 14.408,7.905 14.232,8.08L13.404,8.904L15.092,10.591M7.95,14.362L7.95,16.05L9.637,16.05L14.614,11.068L12.927,9.381L7.95,14.362Z"
8+
android:fillColor="@android:color/white" />
9+
<path
10+
android:pathData="m14.185,15.621q0,0.201 -0.065,0.373 -0.065,0.171 -0.187,0.297l0.367,0.359 -0.291,0.238 -0.399,-0.387q-0.082,0.029 -0.171,0.044 -0.088,0.017 -0.183,0.017 -0.41,0 -0.665,-0.267 -0.256,-0.267 -0.256,-0.675l0,-0.399q0,-0.407 0.254,-0.673 0.256,-0.268 0.665,-0.268 0.413,0 0.672,0.268 0.259,0.267 0.259,0.673zM13.74,15.219q0,-0.259 -0.129,-0.425 -0.129,-0.166 -0.356,-0.166 -0.227,0 -0.352,0.166 -0.125,0.164 -0.125,0.425l0,0.402q0,0.263 0.126,0.429 0.126,0.166 0.352,0.166 0.228,0 0.356,-0.166 0.128,-0.166 0.128,-0.429zM15.773,16.052L14.995,16.052L14.844,16.53L14.395,16.53L15.158,14.313l0.455,0l0.76,2.217l-0.449,0zM15.105,15.704l0.559,0L15.39,14.832l-0.009,0z"
11+
android:strokeWidth="2.07924"
12+
android:fillColor="#ffffff" />
13+
</vector>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-FileCopyrightText: 2020 Stefan Niedermann <info@niedermann.it>
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
7+
-->
8+
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
9+
xmlns:tools="http://schemas.android.com/tools">
10+
<shortcut
11+
android:enabled="true"
12+
android:icon="@drawable/ic_add_blue_24dp"
13+
android:shortcutId="it.niedermann.owncloud.notes"
14+
android:shortcutLongLabel="@string/shortcut_create_long"
15+
android:shortcutShortLabel="@string/action_create"
16+
tools:targetApi="n_mr1">
17+
<intent
18+
android:action="android.intent.action.CREATE_DOCUMENT"
19+
android:targetClass="it.niedermann.owncloud.notes.edit.EditNoteActivity"
20+
android:targetPackage="it.niedermann.owncloud.notes.qa" />
21+
<categories android:name="android.shortcut.conversation" />
22+
</shortcut>
23+
</shortcuts>

β€Žscripts/repoβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
notes-android

0 commit comments

Comments
Β (0)