1695 Commits

Author SHA1 Message Date
Bas Broek
7a1f7ae7e4 Readd repo notifications (#1689)
* Differentiate between a repo and all request

* Bonus track: a11y

* Use Bool.description
2018-03-31 10:17:07 -04:00
Ryan Nystrom
62e2763a85 Refactor markdown parsing to use text lib (#1674)
* milestones refactored with styled text

* reference refactored

* refactor commit references

* fix styled text bug

* request event refactored

* refactor titles

* warm caches for bg-gen models

* delete old text cell

* move shortlinks into MMMarkdown

* almost there

* build green

* running and trimming whitespaces

* styled text working

* fix tests

* tests passing
2018-03-31 10:12:51 -04:00
Joan Disho
bad7eb23d1 add feed.viewDidAppear(animated) in viewDidAppear. 2018-03-22 23:30:13 +01:00
Bas Broek
f70738d439 Make Toast init non-optional, post a11y notification (#1670) 2018-03-21 21:50:01 -04:00
Luciano Almeida
84d39ddab8 Fixing overlap content after react menu on comment. (#1577)
* Fixing overlap content after react menu.

* more elegant solution for the fix. :))
2018-03-21 21:38:38 -04:00
Gabriel Caruso
cfe68a796b Rename "Archived" to "All" (#1662) 2018-03-21 21:31:16 -04:00
Bas Broek
e3d476839e Infer types and arguments in local pods 2018-03-20 21:42:36 +01:00
Bas Broek
75b7c07ed5 Infer types and arguments in-app 2018-03-20 21:42:23 +01:00
Ryan Nystrom
66dc61ace0 Refactor labeled events to use StyledText (#1659)
* refactor tap handling on attributed views

* styled cell interaction working

* share menu code

* label events finished
2018-03-18 14:55:57 -04:00
Yury Bogdanov
1a10b7e315 Merge branch 'master' into feature/1389_pr_branches 2018-03-18 09:05:50 +03: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
Yury Bogdanov
b25f303ccb Merge branch 'master' into feature/1389_pr_branches
# Conflicts:
#	gql/API.swift
2018-03-18 00:36:34 +03:00
Yury Bogdanov
b467fe9e52 old request removed
V3PullRequestRequest
2018-03-18 00:22:38 +03:00
Yury Bogdanov
78f761390e requests
fetchBranches method removed
2018-03-18 00:20:38 +03:00
Yury Bogdanov
1428663700 GraphQL
- added base branch reference to GraphQL query
- removed previous base branch request implementation
- IssuesViewController adopted new request implementation
2018-03-18 00:20:17 +03:00
Ryan Nystrom
c974969d0e update styledtext pod (#1657) 2018-03-17 15:58:13 -04:00
Ryan Nystrom
002de8d4ed Update Apollo to 0.8.0 and codegen to 0.18.8 (#1656) 2018-03-17 15:54:18 -04:00
Ryan Nystrom
9e13303fe9 remove done button from context menu VCs (#1655) 2018-03-17 15:07:42 -04:00
Joan Disho
9971612040 Update 3D touch items when switching account. (#1646)
* bugfix(Issue-1592-3D-Touch-Not-Updated): update 3D touch items when switching account.

* bugfix(Issue-1592-3D-Touch-Not-Updated): switch to the most recent account and update 3D touch user item when switching account.

* fix an indentation problem to ShortcutHandler

* add the app delegate as a listener and configure ShortcutHandler on didFocus(...)

* restore whitespace

* consistent alignment
2018-03-17 11:44:03 -04:00
Bas Broek
755a9fe35d Move references to old url (#1652) 2018-03-17 11:41:57 -04:00
Ryan Nystrom
d9acefa017 update ContextMenu pod (#1654) 2018-03-17 11:40:56 -04:00
Yury Bogdanov
f0d46a5be5 cleanup
commented code removed
2018-03-15 21:49:40 +03:00
Yury Bogdanov
a65f13e0d2 Merge branch 'master' into feature/1389_pr_branches 2018-03-15 21:47:11 +03:00
Yury Bogdanov
2e3a8d7f52 text setup
text setup moved to IssueTargetBranchModel
2018-03-15 21:45:46 +03:00
Ryan Nystrom
91a76eee34 Merge pull request #1651 from GitHawkApp/remove-dupe-case
Remove duplicate iPad7,3 case
2018-03-14 18:45:41 -04:00
Bas Broek
1210de452c Remove duplicate iPad7,3 case 2018-03-14 21:19:35 +01:00
Yury Bogdanov
bb2daf336e rename
files renamed
2018-03-14 22:09:27 +03:00
Yury Bogdanov
e9f26dc1f2 ui
moved branches label higher
2018-03-13 23:22:25 +03:00
Yury Bogdanov
e1289f733e displaying data
Displaying branches in IssuesViewController
2018-03-13 22:39:33 +03:00
Yury Bogdanov
8fd55d3ba2 request
requesting pull request information in IssuesViewController
2018-03-13 21:52:09 +03:00
Yury Bogdanov
a149dc7e76 UI
model, cell and section controller added
2018-03-13 21:06:49 +03:00
Yury Bogdanov
1164dd649a request
V3PullrequestRequest added
2018-03-13 20:46:06 +03:00
Ryan Nystrom
9147c29e04 test out context menu on labels, people, milestones (#1644) 2018-03-13 00:27:36 -04:00
Steven Deutsch
0ef61970ac Refactor PeopleViewController to subclass BaseListViewController (#1512)
* Remove People.storyboard

* Refactor PeopleCell

* Refactor PeopleViewController to BaseListViewController

* Add PeopleSectionController

* Add paging params to assignees request

* Resolve networking refactor conflicts

* Init PeopleViewController manually

* Remove unused method
2018-03-12 18:11:17 -04:00
Bas Broek
6acb0cf714 Create a custom UIAccessibilityElement for the merge button (#1643) 2018-03-12 17:15:43 -04:00
Ryan Nystrom
0778d60546 show files without patches (#1639) 2018-03-11 23:50:48 -04:00
Ryan Nystrom
fb64895c53 token response needs to accept json (#1638) 2018-03-11 23:50:23 -04:00
Ryan Nystrom
beb6f10d00 fix save using old keys (#1637) 2018-03-11 23:18:03 -04:00
Ryan Nystrom
751d4bc4e3 Move session management to local pod and add app group (#1636)
* move session management to local pod and add app group

* copy paste fail from SO
2018-03-11 16:42:15 -04:00
Ivan Magda
6c3c451677 Add PDF support (#1596)
* Add string extension for searching pdf files (#1552)

* Create RepositoryWebViewController (#1552)

* Initial presenting of the pdf files (#1552)

* refactor: Rename String+Resource -> String+BinaryFile (#1552)

* Build destination URL (#1552)

* Configure title (#1552)

* Encode file path

* Use EmptyView for errors

* Replace UIWebView with WKWebView

* Review fixes

* refactor: Make binarySuffix computed property

* Unify if-else path

* Group guard statements
2018-03-11 15:59:51 -04:00
Ryan Nystrom
50a4c9bdc6 Update IGListKit lib to latest and swift preview branch (#1633)
* update IGListKit lib to latest and swift preview branch

* add swift subspec
2018-03-11 15:53:35 -04:00
Ryan Nystrom
1c1184cae7 Add ContextMenu library (#1632)
* add contextmenu lib

* update to latest
2018-03-11 15:49:06 -04:00
Ryan Nystrom
3e4a2f2818 swap dates (#1626) 2018-03-08 12:34:24 -05:00
Bas Broek
4385ade930 Copyedit (#1625) 2018-03-08 08:27:24 -05:00
Ryan Nystrom
c3a6f5e107 better words (#1624) 2018-03-07 22:07:21 -05:00
Ryan Nystrom
33ffe5b754 raw template 2018-03-07 21:54:45 -05:00
Ryan Nystrom
fec2169f81 fix indenting (#1623) 2018-03-07 21:51:50 -05:00
Ryan Nystrom
f2ff0755e5 Immutability with mutability blog post (#1622)
* add immutable blog post

* add closing
2018-03-07 20:52:43 -05:00
Rizwan Mohamed Ibrahim
2305cf85b0 [ADD] Center align App Store badge (#1620) 2018-03-06 22:47:07 -05:00
Ryan Nystrom
3d93fbdd6c clean up login client (#1612) 2018-03-06 22:03:38 -05:00