Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Fix finishSuccess() warning | Alexander Tkachev | |
2016-08-24 | CLOUD: Refactor Request | Alexander Tkachev | |
Added ErrorResponse and ErrorCallback. Each Request now has an ErrorCallback, which should be called instead of usual callback in case of failure. | |||
2016-08-24 | CLOUD: Add UploadStatus struct | Alexander Tkachev | |
It contains not just "success" flag, but also "file" struct, so the caller can find out some information about uploaded file - like timestamp. | |||
2016-08-24 | CLOUD: Add DropboxUploadRequest | Alexander Tkachev | |