Commit Graph

1120 Commits

Author SHA1 Message Date
Rizwan Mohamed Ibrahim
199ce48047 [ADD] Bookmarks per user account (#738) 2017-10-27 10:55:22 -04:00
Rizwan Mohamed Ibrahim
908463a31a [FIX] Bookmark quick action icon (#737) 2017-10-27 10:49:08 -04:00
Joe Rocca
26af98bad6 removed unneccessary equatable comformance from RepositoryLabel (#743) 2017-10-27 10:48:45 -04:00
Joe Rocca
1ef1796472 adds dismiss keyboard on new issue cancel (#740) 2017-10-27 10:48:30 -04:00
Bas Broek
f1768753fd Move Equatable conformances to static funcs (#746) 2017-10-27 10:48:09 -04:00
Bas Broek
baf6ccc18b Improve code browsing accessibility (#748)
* Files are buttons too; added types

* Add accessibility hint for file / directory cells
2017-10-27 10:47:47 -04:00
Bas Broek
48516f068b Ignore invert colors for profile images + image uploads (#750) 2017-10-27 10:47:01 -04:00
Hesham Salman
523acc431a Forced dismissal of keyboard on viewWillDisappear (#757) 2017-10-27 10:46:47 -04:00
Ryan Nystrom
0dd568396a Add title/subtitle header style and use for Issues (#761) 2017-10-27 10:46:18 -04:00
Rizwan Mohamed Ibrahim
029d0bacb3 [FIX] New issue title first responder only when loading the view (#770) 2017-10-27 10:41:45 -04:00
Rizwan Mohamed Ibrahim
10f3d2b45e [FIX] User name on image upload (#777) 2017-10-27 10:40:11 -04:00
Rizwan Mohamed Ibrahim
f54dbb0be6 [ADD] Make search recent image view tint as blue (#778) 2017-10-27 10:39:53 -04:00
Bas Broek
3c514062da Merge pull request #766 from ajfigueroa/Bookmark-Title
Update Bookmark quick action title
2017-10-27 06:04:42 +02:00
Alex Figueroa
b11f09e2b8 Fix Bookmark quick action title 2017-10-26 17:48:09 -04:00
Ryan Nystrom
8276fc5492 Bookmark tab icons (#727)
* Bookmark tab icons

* tweak so inner star is slightly smaller
2017-10-24 23:46:17 -04:00
Hesham Salman
51a76fc50c Unified deletion swipes (#720)
* nified cell

standardized cell style

* Made swipe delete action generic

* Fixed clear all button behavior

* Added attributed string

* Cleanup

* Resolved merge conflicts
2017-10-24 23:08:49 -04:00
Ryan Nystrom
bb4f04385a Delay refresh after warm start triggers reload (#726) 2017-10-24 22:40:17 -04:00
Ryan Nystrom
2585f2c39a Faster label summary equality for diffing (#725)
* Faster label summary equality for diffing

* actually build & fix errors
2017-10-24 21:58:59 -04:00
Rizwan Mohamed Ibrahim
50b811667d [ADD] Focus title field when creating a new issue (#719) 2017-10-24 21:47:02 -04:00
Joe Rocca
282a84683b added labels equatable check to ListDiffable isEqual method, fixes #715 (#716) 2017-10-24 21:46:31 -04:00
Joe Rocca
9851a45cd6 Adds light gray text color on selection of LoadMoreCell (#711)
* added light gray text color on selection

* change label alpha instead of color
2017-10-24 21:45:37 -04:00
Rizwan Mohamed Ibrahim
fba236450b Adds options to remove bookmark (#696)
* [ADD] options to remove bookmark

* [ADD] Move bookmark actions to bottom of action sheet
2017-10-24 21:43:22 -04:00
Rizwan Mohamed Ibrahim
40091dd4a1 [ADD] Large title for bookmarks with search controller (#692) 2017-10-24 21:40:35 -04:00
Bas Broek
ca9b4e4694 Add haptic for lock/unlock, close/reopen, bookmarking (#724) 2017-10-24 21:37:42 -04:00
Bas Broek
3f6c43e133 Merge pull request #678 from rnystrom/issue-type-action-sheet
Add issue type as title in action sheet
2017-10-24 06:31:22 +02:00
Bas Broek
5731d0b664 Remove empty line 2017-10-24 06:31:10 +02:00
Bas Broek
c0dd7a6d83 Merge branch 'master' into issue-type-action-sheet 2017-10-24 06:30:29 +02:00
Bas Broek
66e73489e5 Merge pull request #685 from rnystrom/text-fixes
Some general text improvements
2017-10-24 05:43:31 +02:00
Bas Broek
073fab0bde Merge branch 'master' into text-fixes 2017-10-24 05:43:22 +02:00
Hesham Salman
38252844cf Removed cell dividers, added bg color (#690) 2017-10-23 17:32:51 -04:00
Bas Broek
c2c8e4e481 Fix capitalization for short words (#680) 2017-10-23 17:14:15 -04:00
Bas Broek
3d9e484974 Rename "Add to Bookmark" to simply "Bookmark" (#681) 2017-10-23 17:13:43 -04:00
Hesham Salman
2df5e5ffb5 Standardized sign-in/out copy (#689) 2017-10-23 17:12:57 -04:00
Hesham Salman
2ec7ba2753 Preventing the search race condition instead of responding to it (#691)
* More explicit approach to search triggers

Cutt reliance off of the singleton store

* Cleaned up optional code-smell

Comments
2017-10-23 17:08:55 -04:00
Rizwan Mohamed Ibrahim
0aacad0ae3 [FIX] scroll to top for bookmarks screen (#693) 2017-10-23 17:06:53 -04:00
Rizwan Mohamed Ibrahim
ca13edd60f [ADD] 3D touch short cut item for bookmarks tab (#699) 2017-10-23 17:02:55 -04:00
Hesham Salman
f213bac924 Thin SwiftLint ruleset (#704)
* Thin SwiftLint ruleset

* Disabled trailing_whitespace rule
2017-10-23 16:58:09 -04:00
Bas Broek
609151d013 Remove erroneous double localization 2017-10-22 22:53:05 +02:00
Bas Broek
359794debf Some general text improvements 2017-10-22 22:49:52 +02:00
Bas Broek
b7754b19fc Add number to title 2017-10-22 22:38:15 +02:00
Bas Broek
f47cab18b7 Add issue type as title in action sheet 2017-10-22 22:27:15 +02:00
James Sherlock
a0f1bcdfcb Replace image upload images with text, hook up cancel button (#672)
* Replace image upload images with text, hook up cancel button

* Add image privacy info.plist item

* Update Info.plist
2017-10-22 15:08:37 -04:00
Bas Broek
b5a4fe959a Change "Clear" to "Clear All" (#667) 2017-10-22 14:50:15 -04:00
Ryan Nystrom
a78e96c63a Ceiling final height of repo issue cells (#668) 2017-10-22 14:50:00 -04:00
Ryan Nystrom
d4adc9016a Disable updating tab and badge when on Archives (#657) 2017-10-22 14:21:55 -04:00
Bas Broek
ce681fcfcf Open accounts in detail on iPad (#648) 2017-10-22 14:05:33 -04:00
Ostap
a89202a42a Added insets handling for SearchViewController when keyboard is presented (#652) 2017-10-22 14:04:14 -04:00
Weyert de Boer
803909e1ff Use actual filename for the file browsing screen (#555)
* Added an extension to the `File` extension so you can get the `potentialLanguage` (based on extension) and the actual name of the file expressed in the class
Updated the `IssuePatchContentViewController.swift` so that it only shoes the file name and not the full path

* Tidying up of the code
2017-10-22 14:03:30 -04:00
Afonso
bb818a75c1 Fix: persist local changes (#623)
* fix: persist local changes

* chore: revert API.swift file
2017-10-22 14:02:01 -04:00
Hesham Salman
b7c46faa35 Cancelled debounce action if explicit search (#643) 2017-10-22 14:01:35 -04:00