* Added an extension to the `File` extension so you can get the `potentialLanguage` (based on extension) and the actual name of the file expressed in the class
Updated the `IssuePatchContentViewController.swift` so that it only shoes the file name and not the full path
* Tidying up of the code
* [ADD] Bookmarks for repo, issues and pull request
* [FIX] Bookmark model decoding from archive
* [ADD] Clear all option for bookmarks
* [ADD] Search bookmarks with search bar
* [ADD] Swipe to delete for bookmarks (only when search bar is not active)
* [ADD] Bookmark cell accessible and some cleanup
* [ADD] Incorporate review comments
* [ADD] Reuse notification type instead of bookmark type
* [ADD] Incorporate review comments
- Enum over struct on bookmark model
- Github bookmark tab icon
- Smooth deselection, Single tap to scroll to top, cleanup
-
* 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
* Cancelled networking when the cancel button is pressed
* Responded to comments: code formatting & cleanup
* Can now search while typing
Slight formatting changes
* Prevented search term from showing up in recent before search succeeds
* Show loading screen while typing
* Less complicated network cancellation
* Cleaned up groups
* Recently viewed repos (#631)
* Recently Viewed Repos saved in search store
* Styling changes
* Equatable changes and visual updates
* Visually update after selecting a repo
* Rebased
* Slowed down the debouncer a bit
* init FlatCache lib
* tests for all other cases
* install flatcache to freeitme project, move VM creation into client
* refactor and split up inbox design
* fixup flatcache pod