nextcloud / android

πŸ“± Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.16k stars 1.75k forks source link

Edit on the fly possible (*.xlsx, *.docx, *.txt ...)? #751

Closed kangaroo72 closed 6 years ago

kangaroo72 commented 7 years ago

Hello,

I've encountered following ...

Opening an excel-file from nc-android-app, editing and saving to cloud works directly on Android 6.0.1

The same procedure with Android 7.0 doesn't work anymore, 'cause the document is opened as "write-protected". Are privileges changed in 7.0??

Cheers,

Tom

Tested with Android App 1.4.2 on Android 6.0.1 & Android 7.0

kangaroo72 commented 6 years ago

Is this the right URL for android-studio? https://github.com/nextcloud/android.git ? Have I to checkout from git or github?

AndyScherzinger commented 6 years ago

both should be fine and URL is correct, yes

kangaroo72 commented 6 years ago

I've compiled to an emulated device ... can I copy the apk to my physical one (if I can find it) ;-)

AndyScherzinger commented 6 years ago

Yes, that can be done and and can also be installed. Beware though that it will demand a deinstallation of the old Nextcloud client since the signature will differ (GPlay or f-droid versions are signed with Nextclouds publishing key). Don't worry, this is an Android security matter and will happen again when you switch back to a pusblished version via GPlay or F-Droid.

kangaroo72 commented 6 years ago

@AndyScherzinger I've built yesterday, and the Apps says 2.0.0 - shouldn't it be 2.0.1?

AndyScherzinger commented 6 years ago

@kangaroo72 no, it’s 2.0.0 since 2.0.1 is an f-droid only release which is on a special hotfix branch, so all good πŸ‘

kangaroo72 commented 6 years ago

Thanks for info, but the issue (opening files) seems not be fixed here :-( (Galaxy Note 8) - so I think I did something wrong?

kangaroo72 commented 6 years ago

Ok - now it really seems not be a problem to compile to my smartphone, but the fix isn't working. Do I have to integrate it before compiling??

mario commented 6 years ago

Are you sure sou compiled the right branch and NOT the master?

On Sat, 21 Oct 2017 at 01:21, kangaroo72 notifications@github.com wrote:

Ok - now it really seems not be a problem to compile to my smartphone, but the fix isn't working. Do I have to integrate it before compiling??

β€” You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/nextcloud/android/issues/751#issuecomment-338343749, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAWsjSSXBhiIJWsDANWlHu3tc-t55wKks5suSr_gaJpZM4MfKMe .

kangaroo72 commented 6 years ago

Yay - I'm not sure :-))) Can you tell me how to change the branch in Android Studio? I've just put in the URL .... Thanks

AndyScherzinger commented 6 years ago

Right click on the project: 2017-10-21 11_22_22-errorfeedback - c__dev_src_android_nextcloud_errorfeedback - android studio 3

navigate to the right branch (you might have to click a "show all" somewhere in the pop up) - choose "fix-word-opening": 2017-10-21 11_33_15-errorfeedback - c__dev_src_android_nextcloud_errorfeedback - android studio 3

I'd hope that should do the trick (I am not using the Git integration in Android Studio). Using "just" the git URL defaults you to the master branch.

kangaroo72 commented 6 years ago

That's it!!!!! woooot - Thanks :-)

kangaroo72 commented 6 years ago

Well ... up to now I can confirm the fix for Galaxy Note 8 (7.1.1) and Galaxy S7 (7.0) πŸ‘ πŸ‘