Android-FileBrowser-FilePicker icon indicating copy to clipboard operation
Android-FileBrowser-FilePicker copied to clipboard

A FileBrowser / FileChooser / FolderChooser for Android that you can integrate to your app to browse/select files from internal/external storage

Results 55 Android-FileBrowser-FilePicker issues
Sort by recently updated
recently updated
newest added

I haven't solidified the proposal yet, but I am envisioning something like a fenced code block (except its not for code and would use different delimitators) which might support two...

feature
someday-maybe
3rd-party

Doing some prototyping of #1175, I ran into a particular issue. In the attempt to try and utilize a YAML-ish frontmatter header for general purpose block extensions, I noticed that...

feature
core

Please find the below error , The error we are getting is with markdown 3.4.1 and it is working fine when using python version 3.3.7, [ERROR] Runtime.ImportModuleError: Unable to import...

more-info-needed

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. -...

needs-review

Hi. I did submit this issue previously (#750), but github banned me for no reason whatsoever. I'm reposting it so it won't get lost. Basically, this: ```markdown - item one...

bug
someday-maybe
core
confirmed

Web components are custom HTML components that are required to have `-` in their names. This breaks current HTML handling since these elements are not considered. IMHO they should be...

feature
someday-maybe
extension
confirmed

Consider the following: import markdown md = ''' Here are some elements: * url * repo url , which is a non-HTTP URL * and is something else * ssh...

feature
someday-maybe
core
confirmed

- Repro case: `return markdown.markdown(post, output='html5')` - Expected behavior: Error or warning - Actual behavior: Typo is ignored For a while I had the code `return markdown.markdown(post, output='html5')`, which seemed...

feature
core
needs-decision

Hello! Thanks a lot for Python Markdown, we'd do nothing without it :slightly_smiling_face: Would you be interested in providing API pages in your documentation, as well as a consumable objects...

feature
docs
someday-maybe

``` [evan@blackbox python-markdown] pip install -e . Obtaining file:///home/evan/resources/python-markdown Installing build dependencies ... done Checking if build backend supports build_editable ... done ERROR: Exception: Traceback (most recent call last): File...

more-info-needed
needs-confirmation