-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
showDropDown broken, should use ShareDialogView #19214
Comments
The gallery app needs this |
Yes. This is critical |
After investigating, some apps (at least Gallery :D) were using the old share dialog and manipulating it. Best and safest way for 8.2 seems to pack the "old" share dialog code into one file, let it both ship and load by the apps who need it. For 9.0 we look into a way to satisfy the needs of gallery, calendar and such by providing possibilities to interact with the new share dialogue code in a sane way (real API :D). |
I'm looking into providing a portable namespaced "share.js" that can be copied into gallery, calendar and contacts and usable directly. |
I tried putting these additions into the gallery app and it worked. |
PRs are available now for calendar, contacts and gallery: #19214 (comment) Please review them! |
Related to owncloud-archive/documents#550 |
All known apps have been fixed => closing |
@blizzz can you take care of this ?
It should be a matter of opening the dropdown and embedding the new ShareDialogView into it.
It seems it doesn't work any more.
CC @oparoz
The text was updated successfully, but these errors were encountered: