mvysny / photocloud-frame-slideshow

Android Digital Photo Frame
https://www.android-photo-frame.eu
14 stars 1 forks source link

Mega integration with the official SDK #106

Closed luislobo closed 4 years ago

luislobo commented 5 years ago

As suggested in https://groups.google.com/forum/#!topic/photocloud-frame/dE9iUQLx8Fk, I'm opening this issue here.

I have not been able to login using Mega, throwing a silly exception.

Would you consider implementing the official SDK, to see if it works that way?

Thank you very much!

mvysny commented 5 years ago

Could you paste the exception here please? Maybe it could be something which is easy to fix.

luislobo commented 5 years ago

Screenshot_20190426-075152

luislobo commented 5 years ago

Any news about this one?

mvysny commented 4 years ago

The Mega SDK is here: https://github.com/meganz/sdk

mvysny commented 4 years ago

The official SDK is working properly, I'll try to integrate it with PhotoCloud.

luislobo commented 4 years ago

@mvysny thank you very much!

mvysny commented 4 years ago

Implemented the Native Mega client. The old Java one is still used by default, but now you can configure which client to use when creating the Mega stream.

It is not recommended to switch a client while having an existing Mega stream. To switch client, remove all old Mega streams, add the stream anew and choose the new client type in the "Add Mega" activity.

Implemented in PhotoCloud 1.13.9

luislobo commented 4 years ago

@mvysny Thank you so much! I'm about to update it