-
Notifications
You must be signed in to change notification settings - Fork 127
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
Tutorial/Instruction request (data parts selector for Backup/Restore) #909
Comments
It's still not possible. @hg42 I guess this is a FR for your implementation. |
Thank you for addressing this |
yes, it's already somewhere in my head... I was basically waiting, that I can reuse the dialog from the other parts... |
yeah, the "openDialogCustom" inflation... It's not the recommended way. It's recommended to do this with callbacks.
Btw. it's kind of undefined if it's better to use onAction (or similar) and distinguish the cases in the callback (onActions("save", ...) vs. onAction("cancel", ...), or to provide a callback for each situation (e.g. onSave(...) vs. onCancel(...)). I postponed the use of the dialog until this is fixed somehow, because each usage would make it more work to change it. Would you accept, if I would rewrite the openDialogCustom thingy to use callbacks? it's distributed all over the source, so there should nothing be going on in parallel. Though, I don't know when I have spare time to do such a job. |
there's more to it... we have different selections: apk / data / both I think these should all have the same selection: Backup page is apk / data basically because with user apps you want apk, but with system apps you don't. Such a dialog does not exist, so I guess I need to create my own. |
added, try pumpkin test apk: https://t.me/neo_backup/53944/59674 it's independent of the other selectors, because it's more consistent this way, was easy enough to implement. |
will probably be added to next release |
All dialogs are composables since a while (if I'm not mixing projects).
You can surely test alternatives, but am not sure if it'll replace current components.
Not really, all but |
It's not a bug, but since there is no adequate category...
Very simple, actually:
I made a list of apps using the PUT function.
How do I backup ONLY THE DATA of these apps ?
Right now, I have to backup everything and the delete the .apks
The text was updated successfully, but these errors were encountered: