Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get list of files #3

Open
Te-k opened this issue Mar 21, 2023 · 0 comments
Open

Get list of files #3

Te-k opened this issue Mar 21, 2023 · 0 comments

Comments

@Te-k
Copy link

Te-k commented Mar 21, 2023

It would be great to get the list of files with timestamp on specific folders. I think the best way would be to have a worker doing that in Kotlin, here is the file format to use to be compatible with androidqf:

    "path": "FILENAME",
    "size": 36,
    "mode": "-rw-rw----",
    "user_id": 0,
    "user_name": "",
    "group_id": 1015,
    "group_name": "",
    "changed_time": 1550155672,
    "modified_time": 1593109532,
    "access_time": 1593109532,
    "error": "",
    "context": "u:object_r:sdcardfs:s0",
    "sha1": "",
    "sha256": "",
    "sha512": "",
    "md5": ""

Save it in files.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant