Ryan Nystrom
29f771887f
prod build number
1.11.0
2017-10-19 09:17:45 -04:00
Ryan Nystrom
39df2bdb1a
iPhone X support for Slack text view ( #612 )
2017-10-18 19:50:49 -04:00
Ryan Nystrom
6217ba18d4
Fix foreground/background notification mismatch ( #604 )
2017-10-18 16:33:50 -04:00
Ryan Nystrom
72429dbaea
Toast mounts to UIWindow ( #603 )
2017-10-18 16:33:44 -04:00
Ryan Nystrom
244e73106c
fix unit tests
2017-10-18 12:18:50 -04:00
Ryan Nystrom
357e7e1bde
Finish wiring up edit comments ( #594 )
2017-10-18 12:14:17 -04:00
Ryan Nystrom
55a0064495
Merge branch 'master' of github.com:rnystrom/GitHawk
2017-10-16 21:10:08 -04:00
Ryan Nystrom
148dbd853a
disable collapse overlay animations
2017-10-16 21:07:33 -04:00
Weyert de Boer
3cbe88f541
Lower the priority for the 4 pixel padding for the contentView of the input bar view, fixes #572 ( #586 )
2017-10-16 21:04:45 -04:00
Ryan Nystrom
680105020e
Only use left and right safe insets for UICollectionViewCell contentView ( #593 )
2017-10-16 21:04:38 -04:00
Ryan Nystrom
d51db6f3b9
Remove toast on pan completion and avoid recenter exception ( #592 )
2017-10-16 17:36:46 -04:00
Ryan Nystrom
16a3e2375c
fix crash when tapping on image, fixes #584
2017-10-16 10:03:17 -04:00
Ryan Nystrom
ca5ba59908
do safe area insetting on UICollectionView the "right" way, fixes #581
2017-10-16 09:41:56 -04:00
Ryan Nystrom
05db376b81
remove safe layout guide changes to SLK controller
2017-10-16 09:03:54 -04:00
Ryan Nystrom
1ab0bc4f6d
border helper respects safe area insets with option to ignore
2017-10-16 08:53:45 -04:00
Ryan Nystrom
211e40c1bb
search cell respects safe area
2017-10-16 08:44:14 -04:00
Ryan Nystrom
e49a91721e
remove safeBounds category
2017-10-16 08:44:05 -04:00
Ryan Nystrom
5c6179ebb1
safe bounds only fixes left/right, fixes #575 #576
2017-10-16 08:30:48 -04:00
Ryan Nystrom
f38194401c
fix build err
2017-10-15 15:58:11 -04:00
Ryan Nystrom
1adfc01d32
basic iphone x support
2017-10-15 15:54:32 -04:00
Ryan Nystrom
1acde1acd4
use empty bg view for file load failures
2017-10-15 15:14:14 -04:00
Ryan Nystrom
5355a93921
show error when loading non-text
2017-10-15 15:02:41 -04:00
Ryan Nystrom
3178fd242e
browse repo file blobs
2017-10-15 15:01:01 -04:00
Ryan Nystrom
1f734514a9
browse repo dirs
2017-10-14 15:40:36 -04:00
James Sherlock
edf76f42f3
Add ability to delete comments ( #530 )
...
* Add alert action to delete comments, add viewerCanDelete variable
[skip ci]
* Add delete confirmation message
* Enable networking for deleting comments
* Updates as per @BasThomas feedback
* Update comment, oops
2017-10-14 14:41:45 -04:00
Ryan Nystrom
62a0c9a358
remove md bg color on issues, fixes #556
2017-10-14 14:23:59 -04:00
Ryan Nystrom
c247b55fc3
disable and re-enable autocorrect with autocomplete, fixes #565
2017-10-14 14:21:43 -04:00
Ryan Nystrom
b0b4774dac
center toast on orientation change, fixes #544
2017-10-14 14:12:19 -04:00
Ryan Nystrom
5b17a19ae3
fix array OOB mismatch from #542
2017-10-14 12:30:32 -04:00
Bas Broek
105336275a
Use model.count instead of users.count which caps at 3 ( #542 )
...
* Use model.count instead of users.count which caps at 3
* Add tests for reactionDetailLabel
2017-10-14 12:11:55 -04:00
Ryan Nystrom
deb937ef00
only filter notifications at end so inbox zero doesnt show up on empty results
2017-10-14 12:11:43 -04:00
Ryan Nystrom
40dfd85e7b
notification VMs use filter method
2017-10-14 12:06:36 -04:00
Ryan Nystrom
a58c26836d
add filtering to base list VC
2017-10-14 11:56:23 -04:00
Weyert de Boer
6779557f22
Add search to issues ( #506 )
...
* Added the generic SearchBar section controller
Added a helper method for searching notifications
* Strip the unwanted characters from the search query
* Add a first version of searching issues in Repository screen
* Improve the search for the Repository screen
* Improve the filtering of issues by changing the order
* Fixed the compiling issues to make the project compile again
2017-10-14 11:11:07 -04:00
Weyert de Boer
1ffda90eae
Renamed Strings.swift to Constants.swift ( #517 )
...
* Renamed `Strings.swift` to `Constants.swift`, fixes #498
Added the product urls to `Constants.swift`, partly fixes #494
* Wrapped the strings in a `Strings`-enum
* Really shouldn't manually retype things
* Update project.pbxproj
2017-10-14 11:06:25 -04:00
James Sherlock
db8997113d
Make lock action destructive, Append issue type ( #559 )
...
* Make lock action destructive, Add issue/pull request to label respectively
* Remove unnecessary step
2017-10-14 08:31:05 -04:00
Ryan Nystrom
34ebd869ad
Revert "Added iOS 11 searchController UINavigationItem ( #522 )"
...
This reverts commit c32eda7989 .
2017-10-13 20:05:16 -04:00
Bas Broek
4f33c84b74
Add an alert when removing recent searches ( #552 )
2017-10-13 19:59:10 -04:00
Bas Broek
462cf8333d
Add support to show static toasts to specific viewcontroller ( #546 )
2017-10-13 19:54:18 -04:00
Ryan Nystrom
9fb0b0ce99
Merge branch 'master' of github.com:rnystrom/GitHawk
2017-10-13 19:42:30 -04:00
James Sherlock
ba4a0713ec
Add support for shortening GitHub issues links ( #531 )
...
* Add support for shortening GitHub issues links
Relates to #411
* Added Tests
2017-10-13 19:42:23 -04:00
Ryan Nystrom
3f459f7e42
Merge branch 'master' of github.com:rnystrom/GitHawk
2017-10-13 19:41:51 -04:00
James Sherlock
d85cb91f07
Add support for GIFs in comments ( #547 )
2017-10-13 19:41:39 -04:00
Ryan Nystrom
bdbc498eb0
fix merge build failure with toast
2017-10-13 19:40:38 -04:00
James Sherlock
e818cd1e88
Add ability to lock/unlock issues ( #528 )
...
Closes #143
2017-10-13 19:39:52 -04:00
Ryan Nystrom
5c87ce1602
dismiss kb on scroll
2017-10-13 19:39:39 -04:00
Ryan Nystrom
f1161663f9
fixup search bar styling
2017-10-13 19:31:44 -04:00
Ryan Nystrom
4adfad92c8
flip didRemove guard
2017-10-13 18:38:58 -04:00
Ryan Nystrom
f6fbb25eaa
remove styling text color in tv cell base class, fixes #516
2017-10-13 18:37:55 -04:00
Ryan Nystrom
7d17e59609
prevent over reacting (lol), fixes #492 #510
2017-10-13 18:34:55 -04:00