lytex
lytex
Great work! Let me share some thoughts on it: - First option (link) copies the link okay, but if the file is not supported by orgzly, it fails with an...
I've tested again this new version and all work fine. Regarding the second option, I think it can be interesting to also add the attach path before the filename. In...
There isn't already a search Intent using `com.orgzly.intent.extra.QUERY_STRING` as mentioned in #784? ``` am start -a android.intent.action.MAIN -n com.orgzly/com.orgzly.android.ui.main.MainActivity \ --es "com.orgzly.intent.extra.QUERY_STRING" "search term" --activity-clear-task ``` Anyway, thank you for...
Hey, I would like to try this out (I've compiled the app from your branch) but I don't know how is supposed to work For example, in this [editNote](https://github.com/NatKarmios/orgzly-android/blob/public-receiver/app/src/main/java/com/orgzly/android/external/actionhandlers/EditNotes.kt#L22-L26) function,...
Commit 34c2245a6ddfd85766f6127768f6b04b0ae2f84a which is the one I had pined before, doesn't have this issue
I've also been experiencing this issue. I don't use org-clock a lot, but I did notice it takes a while to start
I just get this working using [ActivityManager](https://developer.android.com/studio/command-line/adb#am) (actually I'm using a [termux emulation](https://github.com/termux/TermuxAm), but it shouldn't matter) ``` am start -a android.intent.action.MAIN -n com.orgzly/com.orgzly.android.ui.main.MainActivity --es "com.orgzly.intent.extra.QUERY_STRING" "search term" --activity-clear-task ```...
You're welcome! Very interesting idea. Termux is wonderful and pretty powerful, and I'm currently exploring it. You can create a dialog box using [termux-dialog](https://wiki.termux.com/wiki/Termux-dialog) and create a bash script, and...
See https://github.com/termux/TermuxAm/issues/4, I'm having kind of this problem in termux also. It seems since Android 10, apps aren't allowed by default to launch intents from the background, but there are...
Sure! `am start -a android.intent.action.MAIN net.dinglisch.android.taskerm` should do it (works from termux) However you may encounter better information at [r/tasker](https://www.reddit.com/r/tasker/) and/or [tasker forum](https://forum.joaoapps.com/index.php?forums/tasker/).