-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
App Picker #2499
App Picker #2499
Conversation
0a81e46
to
81221b2
Compare
pretty cool already! |
f01553c
to
a51dc8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again, very nice! 👍
# Conflicts: # deltachat-ios/Chat/ChatViewController.swift
471f451
to
d32380d
Compare
let appPicker = AppPickerViewController() | ||
appPicker.delegate = self | ||
let navigationController = UINavigationController(rootViewController: appPicker) | ||
navigationController.isModalInPresentation = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really dislike that you can't dismiss this interactively. It makes sense during download but not really any other time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean "swipe down to close"? idk, "files" and "gallery" have the same behavior, therefore i thought not too much about it. if it is an easy change, however, of couse, i would not be against having the same behavior as our contact or profile-switcher :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, that is actually an unintended side effect of the first responder fixes I did and did not notice :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I attempted to fix that today in many different ways but I could not figure out how to do it without swizzling. I have a PR in draft that is working with swizzled methods. #2536
Adds an App Picker to download apps from webxdc.org/apps. It works like this:
It looks like this
Consider keyboardIt's a mess due to webview (or I'm incompetent), so I'll leave this for now as it is.Closes #2450
eventually