-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
android persistence feature #4098
Comments
logcat:
How to get the path to the default shared folder in all androids around the world? |
see dodometer as an example. |
There is a discussion in the directories repo: dirs-dev/directories-rs#83. |
emilk
pushed a commit
that referenced
this issue
May 27, 2024
This allows customizing the persistence path in NativeOptions. Previously, persistence wouldn't work with android because directories-next doesn't support android so eframe would just fail to find a place where it could store its config. * Closes #4098 (android users can now specify a path that works with android, by e.g. using app_dirs2, which supports android)
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
This allows customizing the persistence path in NativeOptions. Previously, persistence wouldn't work with android because directories-next doesn't support android so eframe would just fail to find a place where it could store its config. * Closes emilk#4098 (android users can now specify a path that works with android, by e.g. using app_dirs2, which supports android)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
It seems
eframe
directories-next dependencies can't handle android.Any idea how we can implement persistence on systems other than Linux, macOS, Redox and Windows?
Thank you.
The text was updated successfully, but these errors were encountered: