Skip to content

Commit c806eb8

Browse files
committed
remove sort of broken shortcut plugin
1 parent 134ce6d commit c806eb8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ apply plugin: 'com.android.application'
66
apply plugin: 'com.google.android.gms.oss-licenses-plugin'
77
apply plugin: 'kotlin-android'
88
apply plugin: 'kotlin-kapt'
9-
apply plugin: 'com.github.zellius.shortcut-helper'
109
apply plugin: 'kotlinx-serialization'
1110
apply plugin: 'kotlin-parcelize'
1211
// Realm (EH)
1312
apply plugin: 'realm-android'
1413

15-
shortcutHelper.filePath = './shortcuts.xml'
16-
1714
ext {
1815
// Git is needed in your system PATH for these commands to work.
1916
// If it's not installed, you can return a random value as a workaround

app/shortcuts.xml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:shortcutShortLabel="@string/label_library">
1010
<intent
1111
android:action="eu.kanade.tachiyomi.SHOW_LIBRARY"
12+
android:targetPackage="eu.kanade.tachiyomi.az"
1213
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
1314
</shortcut>
1415
<shortcut
@@ -20,6 +21,7 @@
2021
android:shortcutShortLabel="@string/short_recent_updates">
2122
<intent
2223
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_UPDATED"
24+
android:targetPackage="eu.kanade.tachiyomi.az"
2325
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
2426
</shortcut>
2527
<shortcut
@@ -31,6 +33,7 @@
3133
android:shortcutShortLabel="@string/label_recent_manga">
3234
<intent
3335
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_READ"
36+
android:targetPackage="eu.kanade.tachiyomi.az"
3437
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
3538
</shortcut>
3639
<shortcut
@@ -42,6 +45,7 @@
4245
android:shortcutShortLabel="@string/label_sources">
4346
<intent
4447
android:action="eu.kanade.tachiyomi.SHOW_CATALOGUES"
48+
android:targetPackage="eu.kanade.tachiyomi.az"
4549
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
4650
</shortcut>
4751
</shortcuts>

0 commit comments

Comments
 (0)