Commit Graph

1435 Commits

Author SHA1 Message Date
Luciano Almeida
83a2ffe6bd Removing #available conditionals (#1578) 2018-02-26 22:24:08 -08:00
Ryan Nystrom
63417aefc5 update notification cells when ago string changes (#1588) 2018-02-26 22:23:57 -08:00
Rizwan Mohamed Ibrahim
891d84d2ee [CHOR] Delete old bookmark model and cleanup folder structure (#1589) 2018-02-26 22:23:46 -08:00
Rizwan Mohamed Ibrahim
8fb4200a9a [ADD] Refactoring short cut handler to use enum based Routes (#1591) 2018-02-26 22:23:36 -08:00
Ryan Nystrom
956908fd82 bump version to 1.19.0 (#1587) 2018-02-25 20:19:58 -05:00
Ryan Nystrom
d08ecbbcd5 simplify action cell layout (#1574) 1.18.0 2018-02-22 21:04:53 -05:00
Ryan Nystrom
506eb900c0 fix ipad custom nav view layout (#1572) 2018-02-22 20:07:44 -05:00
Ryan Nystrom
acbec9a4e2 update messageviewcontroller (#1569) 2018-02-22 09:19:14 -05:00
Jason Franklin
563d1e49b7 Remove image upload description (#1550)
* Remove description field on image upload

* Use title text as alt name if available
2018-02-22 09:18:10 -05:00
Steven Deutsch
d7627b347f Only save selections as recent searches (#1568) 2018-02-22 09:17:35 -05:00
Ryan Nystrom
803f9e29c5 Revert "Change product name to GitHawk (#1545)" (#1562)
This reverts commit 42caf56acd.
2018-02-21 10:20:32 -05:00
Ryan Nystrom
42caf56acd Change product name to GitHawk (#1545)
* Change product name to GitHawk

* rename module
2018-02-21 08:23:32 -05:00
Ryan Nystrom
849783cfc2 remove optimizations from debug build (#1538) 2018-02-20 22:10:58 -05:00
Bas Broek
7c79f6a2af Add support for pending merges (#1533)
* Add pending state

* Add pending logic

* Assert on `.expected`

* Remove extraneous state check

* Pull out combined merge status logic
2018-02-20 19:27:32 -05:00
Luciano Almeida
12fb61a318 Fixing files dont have code highlighting (#1543) 2018-02-19 20:32:17 -05:00
Ryan Nystrom
1fe95f6c2d strip root image paths from html (#1540) 2018-02-19 12:06:00 -05:00
Ryan Nystrom
588c08ac84 Fix and optimize font generation in StyledText (#1537)
* prep to fix compiler for updated styled text

* update text style pod
2018-02-19 12:05:47 -05:00
Ryan Nystrom
5c9112acc8 loading state and show merge error message (#1530) 2018-02-19 12:05:39 -05:00
Jason Franklin
5c279f5ed1 Remove pre-configured client ID, imgur and secret so that error message is displayed when they are not set (#1536) 2018-02-19 09:41:57 -05:00
Ryan Nystrom
afb9dccf50 add space between username and reference in commit event (#1524) 2018-02-16 20:10:24 -05:00
Ryan Nystrom
cdcafcc10a update styled text to fix loop bug (#1528) 2018-02-16 15:15:27 -05:00
Ryan Nystrom
5c15a3d61a mention should wrap at current selection (#1523) 2018-02-16 08:59:36 -05:00
Ryan Nystrom
0527b3b833 thicker mention bar icon (#1522) 2018-02-16 08:58:55 -05:00
Ryan Nystrom
ead9e86618 smarter auto scroll to last element (#1519) 2018-02-15 22:52:48 -05:00
Ryan Nystrom
b377a1596c optimized mention bar asset (#1520) 2018-02-15 22:49:07 -05:00
Ryan Nystrom
0b9508493e [WIP] Merge PRs (#1511)
* display merge status

* refactor merge button and wire up interactivity

* wire up merge type selection

* merge working
2018-02-15 22:30:14 -05:00
Luciano Almeida
3848a44523 Fixing File changes has content under nav bar #1513 (#1517) 2018-02-15 22:29:23 -05:00
Steven Deutsch
11d1d78aad Display paste menu on URL wrapping (#1515)
* Display paste menu on URL wrapping

* Add multi IssueTextActionOperation
2018-02-15 22:29:13 -05:00
Luciano Almeida
9a3b301dae Fixing topLayoutGuide and bottomLayoutGuide iOS 11 deprecated Warnings (#1510) 2018-02-11 18:40:27 -05:00
Steven Deutsch
404aed0e07 Add mention shortcut to IssueTextActionsView (#1507)
* Add mention as issue text operation

* Set MessageView keyboard type to default
2018-02-11 18:40:04 -05:00
Orta
85ef70a2bd Update README.md (#1508) 2018-02-11 18:39:52 -05:00
Steven Deutsch
5aed918b1d Fix star count label compression #1505 (#1506) 2018-02-11 18:39:09 -05:00
Ryan Nystrom
44e2da1d35 username highlighting (#1502) 2018-02-09 17:40:05 -05:00
Ryan Nystrom
220a5a3373 update StyledText and fix semibold fonts (#1497) 2018-02-07 10:39:18 -05:00
Ryan Nystrom
2b4f7331eb Updated action button styles (#1499)
* new button styles

* cleanup
2018-02-07 10:32:03 -05:00
Ryan Nystrom
5294e7234f Setup project to build w/ App Center (#1493)
* add shared scheme with keys stripped for app center

* add post clone script

* try with manual signing

* specify profiles
2018-02-05 18:24:44 -05:00
Ryan Nystrom
88d4236705 Update pods and fix build errors (#1494)
* update pods and fix build errs

* add gemfile
2018-02-05 15:50:29 -05:00
Ryan Nystrom
34872f4fd3 fix master build (#1491) 2018-02-04 19:13:13 -05:00
Ryan Nystrom
0001920b75 Refactor text styles to use StyledText (#1490) 2018-02-04 19:09:42 -05:00
Ryan Nystrom
a92c3657dd Update MessageViewController (#1486)
* update messageviewcontroller

* add missing files
2018-02-04 19:09:12 -05:00
Ryan Nystrom
ec4807d415 Reply to Pull Request Review comments (#1483)
* wip

* reply cell shows up in comments

* focus on reply model and scroll to reply

* api to create PR comment replies

* reply working

* clean and code reuse

* even more reuse

* organize
2018-02-04 19:08:34 -05:00
Bas Broek
2423e353ec Add a11x button trait to dropdown (#1488) 2018-02-04 15:48:39 -05:00
Ryan Nystrom
b0c25c3989 remove shared 2018-01-28 15:42:09 -05:00
Ryan Nystrom
fa566d315a move MessageViewController to remote (#1468)
* move MessageViewController to remote

* fix tests
2018-01-25 20:39:14 -05:00
Bas Broek
bfa8d26a32 Only update the mark all state, don't re-init the button (#1457)
* Only update the mark all state, don't re-init the button

* Don't forget to update state
2018-01-22 21:34:17 -05:00
Ryan Nystrom
9aab130d77 Bump version to 1.18.0 (#1450) 2018-01-22 21:34:02 -05:00
Ryan Nystrom
46ad74598c Min iOS version set to 11 (#1451) 2018-01-22 21:33:52 -05:00
Ryan Nystrom
8896d01336 Move most local repos to remote (#1455)
* pod deintegrate and install

* move styled text to remote pod

* move highlightr to remote fork

* move mmmarkdown to remote fork

* move flatcache to remote repo

* fix merge conflicts after rebase

* delete slack files
2018-01-22 21:33:42 -05:00
Ivan Magda
0455ab5694 Remove SlackTextViewController (#1390)
* Remove SlackTextViewController #1319

* Replace SLKTextView with UITextView #1319

* Move placeholder from MessageView into MessageTextView (#1319)

* Use new placeholder API for MessageView (#1319)

* Use MessageTextView (#1319)

- Use MessageTextView instead of plain UITextView
- Drop code for showing placeholder label
- Use MessageTextView's placeholder label
2018-01-20 11:51:02 -05:00
Ryan Nystrom
098030a4fe query webview when height doesnt change (#1448) 1.17.0 2018-01-19 23:24:21 -05:00