Sven Jacobs
Sven Jacobs
Sure, but I don't want to add a file to every project that my colleagues don't need 😉 Of course I could add the file to the global `.gitignore` but...
> Is it technically possible to call Léon in background? It is technically possible to call Léon from another app, but it wouldn't necessarily be in the background. The most...
Today I added the functionality to open Leon from the [system's text context menu](https://github.com/svenjacobs/leon/issues/386). I need to analyze further but it could be that other apps can already use this...
In #416 I added a simple API based on Android's standard intent mechanism. It allows other applications to call Leon programmatically. Of course Leon must be installed on the user's...
> Thanks! > Link to API.md in main readme.md is wrong. > Link used: https://github.com/svenjacobs/leon/blob/main/API > Correct link: https://github.com/svenjacobs/leon/blob/main/API.md Thanks, I fixed it!
> This feature works for Linkedin messages, but not on create post and comments text. > > * 'Clean Url' option is available for all 3. > > * May...
Hello, this is from [Untracker](https://github.com/zhanghai/Untracker), right? It seems they use Intent [android.intent.action.PROCESS_TEXT](https://developer.android.com/reference/android/content/Intent.html#ACTION_PROCESS_TEXT) to integrate into the System context menu for text. Of course I could do the same for Leon...
This has been implemented and will be available in the next release.
@all-contributors please add @NikunjKhangwal for ideas
I have the same issue with Fragments. Also happens when `setRetainInstance(true)` was not set. Let's say a Fragment is detached and then reattached. The same Fragment instance will be reused...