Commit Graph

18 Commits

Author SHA1 Message Date
Ivan Smetanin
ade56a81a1 Fix preferredContentSizeCategory called on background thread issue (#2037) 2018-08-05 11:37:03 -04:00
Ryan Nystrom
3028081c3c Migrate Toast component to new Squawk CocoaPod library (#1900)
* add Squawk lib

* delete Toast

* Build green

* fix build after rebase
2018-07-14 18:26:47 -04:00
Ryan Nystrom
f3f3d45ff2 Autocompelte for issue search (#1903) 2018-07-14 18:22:49 -04:00
Ryan Nystrom
0e6ef406f3 Limit emoji autocomplete search results (#1904) 2018-07-14 18:22:37 -04:00
Ryan Nystrom
ce80b303b6 MessageViewController update (#1741)
* update action label when value changes, make actions diffable

* Update IGListKit swift branch after rebase

* Update MessageViewController pod

* fix build, update w/ latest fixes
2018-04-21 18:26:45 -04:00
Ryan Nystrom
44e2da1d35 username highlighting (#1502) 2018-02-09 17:40:05 -05:00
Ryan Nystrom
0001920b75 Refactor text styles to use StyledText (#1490) 2018-02-04 19:09:42 -05:00
Ryan Nystrom
755be5af2e Refactor autocomplete control and wire it up in comment editing (#1326)
* 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
2018-01-02 09:14:28 -05:00
Hesham Salman
f213bac924 Thin SwiftLint ruleset (#704)
* Thin SwiftLint ruleset

* Disabled trailing_whitespace rule
2017-10-23 16:58:09 -04:00
Ryan Nystrom
e72c971261 standardized table cell selection colors 2017-08-12 22:48:24 -04:00
Ryan Nystrom
e37a88b1f3 refactor issue fetch result into object 2017-07-27 12:54:20 -06:00
Ryan Nystrom
6da9d12325 refactor emoji autocomplete for faster lookup 2017-07-25 15:32:16 -06:00
James Sherlock
5d1016b3e8 Replace manual emoji map with JSON
Original JSON comes from: https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json
2017-07-25 19:47:34 +01:00
Ryan Nystrom
ca233abc78 allow emoji and username case insensitive autocomplete 2017-07-24 17:28:58 -06:00
Ryan Nystrom
80168fd499 fix autocomplete height 2017-07-24 17:27:27 -06:00
Ryan Nystrom
db13da095b append prefix for user autocomplete 2017-07-24 14:52:08 -06:00
Ryan Nystrom
5cfa0847fd autocomplete users working 2017-07-24 14:43:35 -06:00
Ryan Nystrom
c7cc4c317d refactor autocomplete to be extendable 2017-07-23 13:06:39 -04:00