* WIP: Basic image upload for bug reports
* Added image upload UI, Improved flow, Sped up process, Accurate information is passed through
* Improved navigation structure and transitions
* Tidy up of code, enable actual submission to Imgur
* Update to use table view
* Minor changes as per @BasThomas code review
* Remove all classes from Test target, Added @testable
Should fix Buddybuild issues
* Tweaks as per Ryan code review, Moved image upload logic to shared controller, added flag to toggle upload action
* Renamed `Strings.swift` to `Constants.swift`, fixes#498
Added the product urls to `Constants.swift`, partly fixes#494
* Wrapped the strings in a `Strings`-enum
* Really shouldn't manually retype things
* Update project.pbxproj
* Enable/Disable New issue submit button based on title text (#518)
* Remove target when deinit
* Adds check for title field empty text
* Uses IBAction instead of adding target
* Move duplicate share UIAlertActions to AlertActions struct #359
Create helper AlertActions struct for convenient UIAlertAction's instantiation.
* Create AlertActionBuilder #359
The AlertActionBuilder is used to create custom UIAlertAction's with constituent parts.
* Create UIAlertController+Action #359
UIAlertController+Action extension provide a convinient way for adding actions into the UIAlertController.
* Move additional UIAlertAction duplicates into AlertAction #359
* NewIssueTableViewController: Use correct titles for alert actions #359
Use "Go back" and "Discard" titles instead of "No" and "Yes".
* IssueCommentSectionController: Refactor alert actions #359
* SettingsViewController: Refactor onSignOut alert actions #359
* Add a "Create Issue" view controller, Hook up networking, Enable bug reporting
* Add create issue button to all repos
* Fix navigation for tablet, Add markdown controls view
* Remove new issue button if issues are not enabled
* Add localization for new issue text
* Update scrollView insets on keyboard, Add slight background
* More style changes, moved preview to it's own button, expanding text view, return takes you to next field
* Update bug report repository
* Design changes
* Add markdown controls to new issue