danbrough / java_mega_api

Mega.co.nz API for Java (and Android)
GNU General Public License v3.0
6 stars 5 forks source link

Command Parsing #1

Open ghost opened 11 years ago

ghost commented 11 years ago

You dont check the Array Length if a command was entered

danbrough commented 11 years ago

Thanks for that. Thousand other bugs too. I'm planning to get as much functionality running before a big cleanup and restructure.

ghost commented 11 years ago

Do you need help ?

danbrough commented 11 years ago

Yes please.

ghost commented 11 years ago

Skype : klotzkopf8

danbrough commented 11 years ago

will do .. but busy house cleaning :-(

On 9 August 2013 14:30, wlan222 notifications@github.com wrote:

Skype : klotzkopf8

— Reply to this email directly or view it on GitHubhttps://github.com/danbrough/java_mega_api/issues/1#issuecomment-22414415 .

ghost commented 11 years ago

I've got time

danbrough commented 11 years ago

You can contact me at dan@danbrough.org.

What functionality are you interested in (a java servlet app ... GWT or android). Do you have all my code working ?

cheers, Dan.

On 9 August 2013 14:34, wlan222 notifications@github.com wrote:

I've got time

— Reply to this email directly or view it on GitHubhttps://github.com/danbrough/java_mega_api/issues/1#issuecomment-22414724 .

ghost commented 11 years ago

Mainly just desktop use

danbrough commented 11 years ago

Like a Swing app ?

On 9 August 2013 14:39, wlan222 notifications@github.com wrote:

Mainly just desktop use

— Reply to this email directly or view it on GitHubhttps://github.com/danbrough/java_mega_api/issues/1#issuecomment-22415068 .

ghost commented 11 years ago

For Example

danbrough commented 11 years ago

You should be able to login, list a users files, and download a file. Not sure how far away the rest of it is. There is an example c++ program you should acquaint yourself with at: https://mega.co.nz/#sdk

My test program is hoping to be a copy of the functionality in the c++ megaclient app.

I have my functionality replicated in a test android application too. I'll be ignoring that for a bit and concentrating on completing the commands in the java test application.

After that I'll be planning to revisit and document everything, and also probably rewrite the core so it runs as a single threaded application like the c++ demo. Perhaps.

Feel free to clone and add functionality and/or submit patches, but be aware my java api will be changing a lot. Once 100% of the functionality is in the java test application, I'll finalize the java API and then there will be plenty of scope for java mega api maven modules .. GWT might be possible, it probably has BigIntegers. Swing Tree Models, Swing GUI components, a Swing Test Application. There is also work in adding support functionality to my android mega api library (as used by my android test application). example: A reusable android service that wraps the api.

Have fun.

On 9 August 2013 14:50, wlan222 notifications@github.com wrote:

For Example

— Reply to this email directly or view it on GitHubhttps://github.com/danbrough/java_mega_api/issues/1#issuecomment-22415765 .

ghost commented 11 years ago

I could do the Commands setup etc.

danbrough commented 11 years ago

Sure. Go for it.

On 9 August 2013 15:07, wlan222 notifications@github.com wrote:

I could do the Commands setup etc.

— Reply to this email directly or view it on GitHubhttps://github.com/danbrough/java_mega_api/issues/1#issuecomment-22416803 .