* refactor text view delegate to be 1:many
* move autocomplete stuff to its own controller + API
* refactor VC to work with new autocomplete controller
* update pods with new message stuff
* reorganize and fixup files
* app builds
* better names
* thread autocomplete to comment SC
* autocomplete working in edit
* finish refactor
* get subscriptions api
* stub subscription ctrl
* use icon bar items, inject inbox type
* wire up repo list
* push notif, show all for repos
* clean path
* fix spinner bar item bugs
* call correct mark-read apis
* alert titles
* sort repos by alpha
* unify show-all callsite
* nits
* Unified store behavior, new bookmark model
- Added a `Store` protocol to the project with default implementations
that should be sufficient for most models. (#855)
- Switched images in the notification type category to #imageLiterals,
so we can avoid the optionality of the image.
* Implemented BookMark ViewModel
* Created Bookmark Collection Cell
* Created Bookmark View Controller
Done:
- Displays empty state
- Displays bookmarks
- Allows for adding of new bookmarks
- Navigating to bookmarks
In flight:
- Clear All
TODO:
- Search
- Cleanup old files & remove SwipeCell hacks
* Unified search and clear all behavior
The search bar and clear all buttons between the search and bookmarks
page had different styles and behavior. This PR:
- Makes a generic clear-all header
- Gives one to each VC
- Makes them behave the same to the user re: visibility etc
* Re-implemented filter
* Deleted old files
* Attributed String Sizing
* Removed bookmark store tests
* Reloading bookmarks & namespacing
Can now reload bookmarks through the listener pattern (#773, #783).
Bookmark store is now correctly namespaced again.
* [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
-
* 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
* Added the generic SearchBar section controller
Added a helper method for searching notifications
* Strip the unwanted characters from the search query
* Add a first version of searching issues in Repository screen
* Improve the search for the Repository screen
* Improve the filtering of issues by changing the order
* Fixed the compiling issues to make the project compile again
* 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
* 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
* Update UISwitch on tint color
Align green with shared color
* Update tintColor of all UIAlertControllers
* Create factory for SFSafariViewController
* Update SFSafariViewController tint color
Only in the .configured factory
* Use SFSafariViewController factory everywhere
* Create factory for UIAlertController
* Use UIAlertController factory everywhere