Commit Graph

24 Commits

Author SHA1 Message Date
Ryan Nystrom
fadf071b03 Repo PRs render PR icon, more whitespace (#2089)
* more spacing in issues/prs

* fix bug where PRs were flagged as issues

* fix invert on bottom padding
2018-08-11 14:51:29 -04:00
Ryan Nystrom
1ac9348852 update to new StyledTextKit lib name (#1849) 2018-06-02 23:14:11 -04:00
Ryan Nystrom
f8b8a977d6 Update StyledText with new highlight API (#1844) 2018-05-30 22:28:32 -04:00
Ryan Nystrom
b02c7cf0ad functioning watch app 2018-04-29 21:38:25 -04:00
Ryan Nystrom
83acbea441 Start refactoring text views with StyledText (#1658)
* refactoring with styledtext

* issue rename refactored

* fix tests
2018-03-17 18:55:08 -04:00
Ryan Nystrom
0001920b75 Refactor text styles to use StyledText (#1490) 2018-02-04 19:09:42 -05:00
Joe Rocca
17ecfbb518 Added wrapping labels view to RepoSummaryCell (#1245)
* added label list view to repo summary cell

* simpler total label width calculation

* simplified label list view height caching
2017-12-19 14:51:45 -05:00
Bas Broek
377161aed0 Fix Int format crash + unify String localization (#1273)
* Use %d over %zi to prevent a possible crash

* Clean up / unify localization behavior

Before, we were doing double localization (Feeding a `LocalizedString` into a `.localizedStringWithFormat`).
2017-12-17 16:10:57 -05:00
Bas Broek
1717b14ab3 Generate accessibility labels for cells (#1052)
* Add accessibility cell label generation

* Replace manual labels with generated ones
2017-11-23 11:30:48 -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
a6275bb5b9 Adds label summary dots to repo issues/PR cell (#622)
* added labelableFields to RepoPages queries

* added labels to RepositoryIssueSummaryModel

* added DotListView

* replaced UICollectionView with DotListView

* added DotListView to RepositorySummaryCell

* fixed max items calculation

* removed constraints and set collection view frame instead
2017-10-22 13:58:51 -04:00
Ryan Nystrom
ca5ba59908 do safe area insetting on UICollectionView the "right" way, fixes #581 2017-10-16 09:41:56 -04:00
Bas Broek
15f41c94af Prefer interpolation over concatenation 2017-09-20 19:02:32 +02:00
Ryan Nystrom
2311f5576d fix bottom spacing by rounding up cell height 2017-09-03 18:40:26 -04:00
Ryan Nystrom
e1dbf9c391 resize repo cells on layout change 2017-09-03 18:23:55 -04:00
Ryan Nystrom
bdb52d67c9 namespace type and model for repo 2017-09-03 18:00:47 -04:00
Ryan Nystrom
ca8f5e6fc4 fix green/red cell color 2017-09-03 17:33:22 -04:00
Ryan Nystrom
e476976fd3 major refactor to repo 2017-09-03 17:27:26 -04:00
James Sherlock
b434a884db Minor Tweaks 2017-08-01 17:44:19 +01:00
James Sherlock
8bfff679df Add Tab Bar Controller
Needs some adjustment but it's better than the hacked mark all button 😬
2017-07-30 17:14:27 +01:00
James Sherlock
c06866a0d1 Update state icons/colors 2017-07-29 17:56:21 +01:00
James Sherlock
faa6b6dac7 Add pull requests view and networking, toggle between views 2017-07-29 17:41:30 +01:00
James Sherlock
7ebba4fb82 Dynamic height for cell, Color to icon 2017-07-29 13:51:18 +01:00
James Sherlock
aa36bd7289 View issues for a repo from search view, Basic journey to issues 2017-07-29 13:32:59 +01:00