summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLFileManager.m
Commit message (Expand)AuthorAgeFilesLines
* Tons of bugs and enhancements to show managersJoel Fischer2018-03-051-1/+1
* Merge branch 'develop' into feature/issue_862_show_managerJoel Fischer2018-03-021-8/+66
|\
| * Removed redundant check for `nil`NicoleYarroch2018-03-021-4/+3
| * Removed debug printNicoleYarroch2018-03-021-7/+0
| * Fixed spelling in documentationfeature/issue_865_image_upload_managerNicoleYarroch2018-03-011-2/+2
| * Added test cases for unsuccessful artwork uploadsNicoleYarroch2018-03-011-68/+67
| * Added two new artwork upload methodsNicoleYarroch2018-02-281-1/+57
| * Error handling fixesNicoleYarroch2018-02-231-14/+11
| * Added check for `overwrite`NicoleYarroch2018-02-221-1/+1
| * Added test cases for uploading SDLArtworksNicoleYarroch2018-02-211-9/+9
| * Added convience init to SDLFileManagerNicoleYarroch2018-02-191-0/+13
* | Lots of architecture work for show managerJoel Fischer2018-02-261-1/+14
|/
* Remove public property and observe non-public in testsbugs/issue_827_listfiles_workaroundJoel Fischer2018-01-291-8/+4
* Fix #827Joel Fischer2018-01-291-5/+9
* Fix #827Joel Fischer2018-01-291-0/+8
* Fix #789Joel Fischer2017-11-171-0/+5
* Fixed delete file bugfeature/issue_558_multiple_file_manager_transactionsNicoleYarroch2017-09-081-0/+1
* Fixed error namesNicoleYarroch2017-09-081-2/+2
* Update some indentationJoel Fischer2017-09-061-46/+41
* Updated the progress handlerNicoleYarroch2017-09-051-4/+3
* Consolidated test casesNicoleYarroch2017-09-051-5/+3
* Added check for removing key/value from dictionaryNicoleYarroch2017-09-051-2/+3
* Added test cases for canceling multiple uploadsNicoleYarroch2017-09-011-8/+15
* Changed Boolean to BOOLNicoleYarroch2017-09-011-2/+2
* Refactored custom errorsNicoleYarroch2017-09-011-3/+2
* File manager now throws exception if array of SDLFiles or file names is emptyNicoleYarroch2017-08-241-2/+2
* Uncommented import statementNicoleYarroch2017-08-221-0/+1
* Refactored unused codeNicoleYarroch2017-08-221-2/+0
* Refactored background queuesNicoleYarroch2017-08-211-27/+15
* All test cases workingNicoleYarroch2017-08-211-59/+18
* Added delete files methodNicoleYarroch2017-08-181-10/+62
* Test cases for uploads workingNicoleYarroch2017-08-181-8/+7
* Cancel remaining operations from progress handler worksNicoleYarroch2017-08-171-9/+17
* tests for cancel uploads workingNicoleYarroch2017-08-171-32/+54
* Background upload queue is now serialNicoleYarroch2017-08-171-3/+4
* Testing errors framework setupNicoleYarroch2017-08-171-10/+1
* Custom NSError for multiple filesNicoleYarroch2017-08-161-3/+2
* Test cases for uploading multiple files worksNicoleYarroch2017-08-161-1/+3
* Testing sending multiple files at once workingNicoleYarroch2017-08-151-28/+33
* Started adding unit test cases for uploading multiple flesNicoleYarroch2017-08-141-12/+11
* Added basic framework for uploadFiles() methodNicoleYarroch2017-08-111-9/+51
* Added basic structure for uploading multiple filesNicoleYarroch2017-08-101-0/+45
* Merge branch 'master' into developJoel Fischer2017-05-081-1/+1
|\
| * Fixed clearing of upload queuePulathaneli, Timur (tdp.)2017-04-191-1/+1
* | In progress SDLDebugTool log replacementsJoel Fischer2017-03-031-5/+3
* | Comment out all `SDLDebugTool` callsJoel Fischer2017-03-031-2/+2
* | Remove all old importsJoel Fischer2017-03-031-1/+1
|/
* Xcode 8.3 beta 2 fixeshotfix/xcode_83_fixesJoel Fischer2017-02-151-1/+1
* Update for v4.5.04.5.0-beta.2Joel Fischer2016-12-161-4/+4
* Fixed issue with trying to upload a file that is nil will cause an infinite l...Muller, Alexander (A.)2016-12-131-6/+11