Anish Mishra

Results 44 comments of Anish Mishra

Now, Current_directory (initial directory) is also supported. It should be an external storage directory, users can use `OS.get_system_dir(OS.SYSTEM_DIR_DESKTOP)` to get root path. example: ```gdscript func _show_native_file_picker() -> void: var filters...

_This is now ready for review, and all features are functioning as expected in my tests._ Regarding the two unchecked tasks: - I considered implementing the `selected_filter_index` callback for single...

I was thinking about creating a seperate commit for documentations, after everything about implementation is discussed properly. > Also, it might be worth adding new DisplayServer feature flags for options...

@bruvzg how about only one new feature tag FEATURE_NATIVE_DIALOG_FILE_EXTRA ?

Created a new flag in Display Server FEATURE_NATIVE_DIALOG_FILE_EXTRA and updated documentation. Native File Picker only supports `Filesystem` and it will fallback to custom filedialog for access mode `Userdata` or `Resources`

@UnderGamer05 I have uploaded the apk, check in PR description.

Hi @m4gr3d , just checking in to see if the updates I made in the PR align with what you had in mind. Let me know if there's anything else...

Rebased and resolved conflicts.

> Just tested the test apk provided here and when opening the resources it doesn't open the native file picker is that intentional? @ThatSimpleDev Yes, that intentional. Android doesn't allow...

@PostPollux @Rocket-007 See https://github.com/godotengine/godot-proposals/issues/12669 You can still use the file picker with the limitations that app would be only able to save to Download and Documents directory and it would...