Skip to content

Commit 896e552

Browse files
feat: pinning file shortcuts to home screen (#1889)
* feat: pinning file shortcuts to home screen * fix: issues * Update src/plugins/system/system.d.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update src/plugins/system/system.d.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update src/plugins/system/android/com/foxdebug/system/System.java Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix: logic issue --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 3ef0246 commit 896e552

37 files changed

+589
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"cordova-plugin-buildinfo": {},
3838
"cordova-plugin-browser": {},
3939
"cordova-plugin-sftp": {},
40-
"cordova-plugin-system": {},
4140
"com.foxdebug.acode.rk.exec.proot": {},
4241
"com.foxdebug.acode.rk.exec.terminal": {},
4342
"com.foxdebug.acode.rk.customtabs": {},
4443
"com.foxdebug.acode.rk.plugin.plugincontext": {},
45-
"com.foxdebug.acode.rk.auth": {}
44+
"com.foxdebug.acode.rk.auth": {},
45+
"cordova-plugin-system": {}
4646
},
4747
"platforms": [
4848
"android"

src/lang/ar-ye.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,5 +498,9 @@
498498
"developer mode": "وضع المطور",
499499
"info-developermode": "تمكين أدوات المطور (Eruda) لتصحيح الإضافات ومعاينة حالة التطبيق. سيتم تفعيل المستكشف عند بدء التشغيل.",
500500
"developer mode enabled": "تم تفعيل وضع المطور. استخدم لوحة الأوامر لتبديل المستكشف (Ctrl+Shift+I).",
501-
"developer mode disabled": "تم تعطيل وضع المطور"
501+
"developer mode disabled": "تم تعطيل وضع المطور",
502+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
503+
"add to home screen": "Add to home screen",
504+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
505+
"save file before home shortcut": "Save the file before adding it to the home screen."
502506
}

src/lang/be-by.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,5 +500,9 @@
500500
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
501501
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
502502
"developer mode disabled": "Developer mode disabled",
503-
"copy relative path": "Copy Relative Path"
503+
"copy relative path": "Copy Relative Path",
504+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
505+
"add to home screen": "Add to home screen",
506+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
507+
"save file before home shortcut": "Save the file before adding it to the home screen."
504508
}

src/lang/bn-bd.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,9 @@
499499
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
500500
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
501501
"developer mode disabled": "Developer mode disabled",
502-
"copy relative path": "Copy Relative Path"
502+
"copy relative path": "Copy Relative Path",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/cs-cz.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,9 @@
499499
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
500500
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
501501
"developer mode disabled": "Developer mode disabled",
502-
"copy relative path": "Copy Relative Path"
502+
"copy relative path": "Copy Relative Path",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/de-de.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,9 @@
499499
"info-developermode": "Aktivieren Sie die Entwicklertools (Eruda) zum Debuggen von Plugins und Überprüfen des App-Status. Der Inspektor wird beim Start der App initialisiert.",
500500
"developer mode enabled": "Entwicklermodus aktiviert. Verwenden Sie die Befehlspalette, um den Inspektor umzuschalten (Strg+Umschalt+I).",
501501
"developer mode disabled": "Entwicklermodus deaktiviert",
502-
"copy relative path": "Copy Relative Path"
502+
"copy relative path": "Copy Relative Path",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/en-us.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@
489489
"issues found": "Issues found",
490490
"error details": "Error details",
491491
"active tools": "Active tools",
492-
"available tools": "Available tools",
493492
"recent": "Recent Files",
494493
"command palette": "Open Command Palette",
495494
"change theme": "Change Theme",
@@ -499,5 +498,10 @@
499498
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
500499
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
501500
"developer mode disabled": "Developer mode disabled",
502-
"copy relative path": "Copy Relative Path"
501+
"copy relative path": "Copy Relative Path",
502+
"available tools": "Available tools",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/es-sv.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,9 @@
499499
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
500500
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
501501
"developer mode disabled": "Developer mode disabled",
502-
"copy relative path": "Copy Relative Path"
502+
"copy relative path": "Copy Relative Path",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/fr-fr.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,9 @@
499499
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
500500
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
501501
"developer mode disabled": "Developer mode disabled",
502-
"copy relative path": "Copy Relative Path"
502+
"copy relative path": "Copy Relative Path",
503+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
504+
"add to home screen": "Add to home screen",
505+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
506+
"save file before home shortcut": "Save the file before adding it to the home screen."
503507
}

src/lang/he-il.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,5 +500,9 @@
500500
"info-developermode": "Enable developer tools (Eruda) for debugging plugins and inspecting app state. Inspector will be initialized on app start.",
501501
"developer mode enabled": "Developer mode enabled. Use command palette to toggle inspector (Ctrl+Shift+I).",
502502
"developer mode disabled": "Developer mode disabled",
503-
"copy relative path": "Copy Relative Path"
503+
"copy relative path": "Copy Relative Path",
504+
"shortcut request sent": "Shortcut request opened. Tap Add to finish.",
505+
"add to home screen": "Add to home screen",
506+
"pin shortcuts not supported": "Home screen shortcuts are not supported on this device.",
507+
"save file before home shortcut": "Save the file before adding it to the home screen."
504508
}

0 commit comments

Comments
 (0)