Ryan Nystrom
11ddb70aa8
better tests, fix dupe insert bug
2018-09-28 12:52:54 -04:00
Ryan Nystrom
f874c2fdcc
add tests for notification db, fix settings, avoid dupe inbox requests
2018-09-26 19:35:49 -04:00
Ryan Nystrom
dcf0641df0
remove unused defaults
2018-09-25 17:36:05 -04:00
Ryan Nystrom
a17028cb6f
move path/defaults to be injected
2018-09-25 17:33:08 -04:00
Ehud Adler
966cb1a4d1
Load Consistency ( #2159 )
...
* Combine 2 load cells into 1
* Fixed load more in BaseViewController
* Switch if-else to ternary
2018-09-22 14:45:25 -04:00
Ehud Adler
6974a7583f
Fixes bug where send button is enabled after sending a comment ( #2158 )
2018-09-22 14:44:57 -04:00
Ehud Adler
facd09d28b
Added activity indicator ( #2157 )
2018-09-22 14:44:43 -04:00
Talip Göksu
919138089e
Add UIAppearance styling for UISwitch & UISearchBar ( #2144 )
...
* Add(UIAppearance styling for UISwitch)
* Add(UIAppearance for UISearchBar)
2018-09-22 14:43:59 -04:00
Ryan Nystrom
b489e8db97
Local push notifications ( #2145 )
...
* add fmdb
* add local notification cache mechanism
* rewiring to update local db when fetching notifications
* local pushes working
* building for xcode 10
2018-09-22 14:40:35 -04:00
Ehud Adler
f131dc6525
Don't override entire message when replying ( #2160 )
2018-09-14 06:54:19 -04:00
Ryan Nystrom
5c6d48bca4
Replace "Inbox Zero" functionality and remove Firebase ( #2142 )
...
* simpler inbox zero date that allows date planning
* clean up
* remove firebase
2018-08-25 21:47:43 -04:00
Ryan Nystrom
be79f4c9eb
bump version to 1.23 ( #2143 )
2018-08-25 21:47:29 -04:00
Rodrigo Bermúdez Schettino
fc619ebe30
Add issue template for bug report ( #2131 )
...
Use GitHub template.
2018-08-19 22:28:35 -04:00
Rodrigo Bermúdez Schettino
143ed3bccb
Add issue template for feature request ( #2132 )
...
Use GitHub template.
2018-08-19 22:28:10 -04:00
Heath Borders
8a545e4588
Fixed s/nuber/number/ typo in SECURITY.md ( #2130 )
2018-08-19 10:38:50 +02:00
Rodrigo Bermúdez Schettino
65a388d4b6
Create code of conduct ( #2126 )
...
It is encouraged by GitHub to comply with recommended community standards.
2018-08-17 06:28:23 -07:00
Ivan Smetanin
868dcca110
Fix cell size on the Bookmarks tab ( #2124 )
2018-08-16 07:17:59 -07:00
BrianLitwin
398edf2aa8
Resign keyboard on transition ( #2122 )
...
* resigns keyboard after selecting issue
* add code comment
1.22.0
2018-08-15 17:20:12 -07:00
Ryan Nystrom
88d5fa73d4
fix action delay with reactions menu ( #2121 )
2018-08-15 06:37:26 -07:00
Ryan Nystrom
e7386183de
Reactions with ContextMenu ( #2112 )
...
* reactions with ContextMenu
* Remove dead code
* add haptics
* slightly faster presentation for reactions
2018-08-14 09:47:18 -04:00
Ivan Smetanin
f619a256bc
Changing accounts resets to main tab fix ( #2114 )
...
* Fix issue changing accounts resets to main tab
* Pull request review code fix
2018-08-13 21:53:45 -04:00
Ryan Nystrom
cd1625004c
Update Contributors section with high-pri needs ( #2110 )
2018-08-13 13:07:36 -04:00
Ryan Nystrom
827a9cd86b
Fix bug where table cells wrap when cell collapsed ( #2111 )
2018-08-13 00:06:48 -04:00
Ryan Nystrom
7ebfbcf823
no actions available when no permissions ( #2103 )
2018-08-12 20:09:01 -04:00
Ryan Nystrom
11f1ece511
Update MessageViewController ( #2104 )
2018-08-12 20:08:53 -04:00
Ryan Nystrom
e2b967b4d2
Switches share style, fix default reaction padding ( #2095 )
2018-08-11 22:54:30 -04:00
BrianLitwin
ca93113f5e
reorder setup page ( #2086 )
2018-08-11 19:33:28 -04:00
Ryan Nystrom
482ddf30f0
strip signature when editing ( #2090 )
2018-08-11 15:21:38 -04:00
Ryan Nystrom
70f87a8804
bump mentionable user count ( #2091 )
2018-08-11 15:20:40 -04:00
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
568bdd06b2
Revert "update Tabman ( #2036 )" ( #2087 )
...
This reverts commit d5b53812d9 .
2018-08-11 14:51:19 -04:00
Ryan Nystrom
7d3298a7c9
disable the send button when text is empty ( #2088 )
2018-08-11 14:51:11 -04:00
Ryan Nystrom
28b76e61e1
Clean up reactions settings ( #2084 )
2018-08-11 13:50:36 -04:00
Ehud Adler
af4e0f8fb8
Choose double tap ( #2022 )
...
* Addresses #2013
* fixed issue with creating reaction from string
* Switched from MenuController to Separate TableViewController
* Minor wording change
* Minor wording update
* Switched all cells to StyleTextCells
* UX fixes.
Migrated back into GitHawk Section
Removed None and replaced it with a switch
* Switched Set Double Tap Reaction -> Double Tap Reaction
2018-08-11 11:02:29 -04:00
BrianLitwin
e5cac53149
mergeButton background bug fix ( #2078 )
2018-08-10 21:38:53 -04:00
BrianLitwin
6b42450c51
lines up contextMenu labels ( #2082 )
2018-08-10 18:02:50 -04:00
Ehud Adler
6e1b004372
Resign keyboard search ( #2077 )
...
* Project icon
* Resign keyboard
2018-08-10 12:00:11 -04:00
Ehud Adler
ee84943b52
Resign keyboard merge ( #2071 )
...
* Project icon
* Fixes #2057
2018-08-10 07:56:11 -04:00
Emmett J. Butler
04667f64ba
Security FAQ ( #2069 )
...
* add stub of security FAQ document
* add basics to security FAQ
2018-08-10 07:48:53 -04:00
Ryan Nystrom
8a8da143b5
new send button position ( #2066 )
2018-08-08 21:54:20 -04:00
Ivan Smetanin
38023e8fb3
Add tabBarController selectedIndex updating ( #2058 )
2018-08-07 11:48:29 -04:00
Ehud Adler
78760dea97
Resign keyboard ( #2050 )
...
* Project icon
* Updated to match upstream master
2018-08-06 22:48:13 -04:00
BrianLitwin
78432b36cf
add gradient to mergeButton ( #2049 )
2018-08-06 22:47:06 -04:00
Ryan Nystrom
0aecf43f1c
Update Squawk to fix crash ( #2040 )
2018-08-05 12:48:04 -04:00
BrianLitwin
fe5ec6a00f
updates/tests detectShortlink method ( #1971 )
...
* updates/tests detectShortlink
* Updates Int character check
* deleted redundant Unit Tests
2018-08-05 12:24:37 -04:00
Ryan Nystrom
4be9a9328e
Add insets to readme ( #2038 )
...
* fix build error from #2037
* inset readmes
2018-08-05 12:19:45 -04:00
Ryan Nystrom
e6a83f810b
warm code block caches ( #2039 )
2018-08-05 12:12:45 -04:00
Ryan Nystrom
a23e756d2a
Prevent crash when checkbox range oob ( #2034 )
2018-08-05 11:37:21 -04:00
Ryan Nystrom
cb18bf3c3d
Smaller send button and blue ( #2035 )
2018-08-05 11:37:15 -04:00
Ryan Nystrom
d5b53812d9
update Tabman ( #2036 )
2018-08-05 11:37:09 -04:00