sudomain

Results 94 comments of sudomain

I realize this is two years later, but I'm posting for future readers. Tony please consider closing this issue. Your app does not fix the main problem raised by this...

There's now a way for [apps to use TermuxService](https://github.com/termux/termux-app/issues/804#issuecomment-653622200)

Very good work and in-depth discussion. I'm partial to a sort by note id since it seems intuitive, though I understand the drawbacks. The only thing that bothers me about...

> Collaborator A imports this deck. They already have the notes, so (irrespective of whether the content of the notes is changed or not), none of their note_ids are changed...

> I just made a custom version of WiFi Keyboard for him, because normal user will never do that. Do you still have this version? I'm very interested in being...

"Talkback support" is rather vague and is probably why this issue hasn't recieved much attention. The devs probably need ideas that are more specific such as: A. The following UI...

Can the magnitude/length of the swipe gesture be detected in the current implementation? If so, longer swipes could allow selection of different keys from a popup rather than diagonal

Yup, but it's my understanding that only 1 popup is allowed per key. This menu might be easier to implement than #2624 ?

Relevant code is located [here](https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/filepicker/TermuxFileReceiverActivity.java). When an app "shares" a file or URL to Termux it sends an [Intent](https://en.m.wikipedia.org/wiki/Intent_(Android)) (a way for different apps/activities to communicate) with information about the...

@m-yosefpor I'm guessing here, but I think it would involve changing Termux's code, specifically `TermuxFileReceiverActivity.java` which I linked to earlier.