-
Notifications
You must be signed in to change notification settings - Fork 3.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
Upload via "share with owncloud" from third party app does not work #1514
Comments
@davivel @masensio @tobiasKaminsky Please check here. Upload only takes place But in most of the above branches ❓ ❓ ❓ |
Checking this. |
OK, I changed this code recently in the branch for uploads view also. Try there if the functionality works better, please. That block is really messy. The idea is that there are two paths to upload the file, one that copies it temporary in this block, and other that doesn't (though Let's just be sure that the function works well enough in #1493. |
No, unfortunately it doesn't. Same problem there: https://github.com/owncloud/android/blob/reliable_uploads_actions_uploads_view/src/com/owncloud/android/ui/activity/Uploader.java#L593 I think variable |
I applied a fast patch ignoring So, we need a well-thought code rewrite, and specific QA time for this feature, what is out the scope of #1493. But nevertheless, should be fixed for 1.9.2, or the feature could be really broken in the new release. @LukeOwncloud , if you don't mind let's continue the tracking of this bug in #1529, where @jesmrec is considering more apps that will be important for the test cases. |
With the current knowledge about #1529: the problems to send files (not text) to the OC app are better represented here; and this is being fixed for release 2. cc @malkomich |
Should be fixed in #1595 |
Ready to release now :) |
Open third party app (e.g. Gallery), open file/photo, choose "Share with" ... ownCloud. Nothing happens.
Logcat:
The text was updated successfully, but these errors were encountered: