Commit Graph

22 Commits

Author SHA1 Message Date
Ryan Nystrom
0fc619e420 Tapping checkboxes updates the UI and edits on the server (#1272)
* edit checkboxes working

* always can update when editing

* edit comment sent to client
2017-12-17 09:19:19 -05:00
Bas Broek
7f04139794 Disable animations when reduce motion enabled (#1167) 2017-12-10 18:15:44 -05:00
Ryan Nystrom
04b90c74a6 fix tap-expansion bug on comments (#1204) 2017-12-09 12:28:31 -05:00
Ryan Nystrom
a6741c96c2 Don't collide gestures on AttributedStringView (#1127)
* dont collide string gestures

* remove redundant type
2017-12-02 16:15:15 -05:00
James Sherlock
a504a87033 Use AttributedStringCell for IssueLabeledCell (#1071)
* Use AttributedStringCell for IssueLabeledCell

* Code review changes
2017-11-26 12:31:27 -05:00
Ryan Nystrom
a313f6e110 reference commit cells use attr string cell (#1068) 2017-11-23 11:30:06 -05:00
Bas Broek
fe4895af7e Add initial accessibility support for text cell (#1040) 2017-11-22 09:23:05 -05:00
Rizwan Mohamed Ibrahim
ab28e739bc [CHOR] @objc at same line as func (#888) 2017-11-07 13:37:36 -05:00
Ryan Nystrom
21f4a903bc Assign/request event text refactor (#867)
* Upload icon consistent with rest of bar

* Assign and request events use attributed text with linebreaks

* size cell to content
2017-11-06 09:02:10 -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
1c38ff4d5c swift 4 migration 2017-10-07 14:46:10 +01:00
Ryan Nystrom
81a9a167ce shorthand issues are tappable to push new issue VC 2017-09-16 23:34:12 -04:00
Ryan Nystrom
69445ff8a3 email interaction handling, thread text delegate down to table cells 2017-09-05 22:31:57 -04:00
Ryan Nystrom
f9151641ea email support, dont detect username in email 2017-09-05 22:10:54 -04:00
Graham Chance
2dc9e6b9be Fixed retain cycle related to AttributedStringView
Most notably caused IssuesViewController to be retained after
dismissing.
2017-07-10 21:34:01 -04:00
Ryan Nystrom
aa7122fcb0 username tap handling, fixes #25 2017-07-05 00:06:17 -04:00
Ryan Nystrom
c6744ce5e1 code reviews working 2017-07-04 14:31:55 -04:00
Ryan Nystrom
2149a141ad layout on orientation change 2017-06-26 21:27:56 -07:00
Ryan Nystrom
65289645af fix refactor bug where text width was unbounded 2017-06-26 16:18:51 -07:00
Ryan Nystrom
19fd875a3a dynamic text resize on orientation change 2017-06-26 10:29:40 -04:00
Ryan Nystrom
3a180590d9 allow tap-through on cells with tap gesture 2017-06-23 15:27:29 -04:00
Ryan Nystrom
74ff765bb4 tapping links in md opens safari 2017-06-23 14:32:38 -04:00