Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Nystrom
715fd12c14 github syntax search working 2018-04-16 21:46:18 -04:00
Ryan Nystrom
f208148ba0 Add keyboard helpers to remove duped code (#897) 2017-11-09 10:38:58 -05:00
Hesham Salman
f213bac924 Thin SwiftLint ruleset (#704)
* Thin SwiftLint ruleset

* Disabled trailing_whitespace rule
2017-10-23 16:58:09 -04:00
Joe Rocca
fd9950e209 Add done return key type that dismisses keyboard for notifications/issues/pr search (#569)
* added done return key type that dismisses keyboard

* changed returnKeyType to .search
2017-10-22 11:59:31 -04:00
Bas Broek
da9048c26b Resign first responder when hiding keyboard (#615)
* Resign first responder when hiding keyboard

* Improve readability, limit target scope

* Use target action
2017-10-22 11:58:35 -04:00
Ryan Nystrom
ca5ba59908 do safe area insetting on UICollectionView the "right" way, fixes #581 2017-10-16 09:41:56 -04:00
Weyert de Boer
6779557f22 Add search to issues (#506)
* 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
2017-10-14 11:11:07 -04:00
Ryan Nystrom
5c87ce1602 dismiss kb on scroll 2017-10-13 19:39:39 -04:00
Ryan Nystrom
f1161663f9 fixup search bar styling 2017-10-13 19:31:44 -04:00
Weyert de Boer
a1810c0529 Search for Inbox (#503)
* Added the generic SearchBar section controller
Added a helper method for searching notifications

* Strip the unwanted characters from the search query
2017-10-13 18:14:21 -04:00