Maurice Parker
|
6454330c8b
|
Add the subviews to the contentVIew (per the documentation). Issue #1717
|
2020-01-30 13:27:17 -07:00 |
Maurice Parker
|
ab8deab726
|
Correct object ownership to remove retain cycle
|
2020-01-30 12:53:27 -07:00 |
Maurice Parker
|
0a3d04ac12
|
Merge pull request #1746 from Wevah/ios-candidate
Put <title> and <base> in the <head> instead of <body>
|
2020-01-30 12:41:35 -07:00 |
Nate Weaver
|
e6c2c32456
|
Standardize on tabs
|
2020-01-30 06:19:54 -06:00 |
Nate Weaver
|
447cc44b8e
|
Put <title> and <base> in the <head> instead of <body>
This also means renderHTML() is no longer needed.
|
2020-01-30 06:15:14 -06:00 |
Brent Simmons
|
dc4850b777
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-29 23:09:44 -08:00 |
Brent Simmons
|
35adaa7a8c
|
Fetch the unread count for just one feed when that’s all that’s needed. Helps performance.
|
2020-01-29 23:09:38 -08:00 |
Brent Simmons
|
99fcfbfef5
|
Create FetchFeedUnreadCountOperation to fetch the unread count for a single feed.
|
2020-01-29 22:47:01 -08:00 |
Brent Simmons
|
26efb8895c
|
Close the resultSet in FetchAllUnreadCountsOperation.
|
2020-01-29 22:45:55 -08:00 |
Brent Simmons
|
0d8aebc493
|
Bump version to 33.
|
2020-01-29 22:22:13 -08:00 |
Maurice Parker
|
f9589faa59
|
Keep queued WKWebViews in a hidden view until they are needed. Issue #1563
|
2020-01-29 17:39:40 -07:00 |
Maurice Parker
|
fdde879910
|
Rest the currentFeedIndexPath if it has become invalidated by a shadow table rebuild. Issue #1741
|
2020-01-29 17:06:35 -07:00 |
Maurice Parker
|
c293bc3a12
|
Animate timeline article selection and scrolling when done via article swiping. Issue #1732
|
2020-01-29 16:31:50 -07:00 |
Maurice Parker
|
967410e0f5
|
Don't rebuild the shadow table during launch for unread counts. Issue #1733
|
2020-01-29 12:19:28 -07:00 |
Maurice Parker
|
6b23cadc41
|
Empty the timeline when ending the search to make sure diffable datasources don't keep some search cells around. Issue #1736
|
2020-01-29 11:41:05 -07:00 |
Maurice Parker
|
f96bb9c3e0
|
Store more article view controller state when destroying and recreating them. Issue #1729
|
2020-01-29 11:30:52 -07:00 |
Maurice Parker
|
e9989d6f24
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-29 11:18:49 -07:00 |
Maurice Parker
|
03fbdbbe66
|
Exempt folders from the read filter if they have a child selected. Issue #1735
|
2020-01-29 11:18:17 -07:00 |
Brent Simmons
|
da61fd4690
|
Bump version to 32.
|
2020-01-28 21:13:44 -08:00 |
Maurice Parker
|
b292ea97fc
|
Dismiss the search bar if next unread takes us out of the search timeline. Issue #1722
|
2020-01-28 17:16:49 -07:00 |
Maurice Parker
|
76aa603874
|
Change to no longer filter currently selected Feed. Issue #1728
|
2020-01-28 16:51:50 -07:00 |
Maurice Parker
|
b53cbfcf2c
|
Make sure completion handler is called when there are no active accounts. Issue #1727
|
2020-01-28 16:24:35 -07:00 |
Maurice Parker
|
c6beb3c9dd
|
Don't try to convert to an absolute img url when the img url is already absolute. Issue #1726
|
2020-01-28 15:39:02 -07:00 |
Brent Simmons
|
6d8d828fd2
|
Update RSCore.
|
2020-01-27 23:01:09 -08:00 |
Brent Simmons
|
dc9243dcc7
|
Make fetching all unread counts an operation. Cancel it when the account is suspending. Turning things like this into operations goes to fixing the dreaded 0xdead10cc crashes.
|
2020-01-27 23:00:48 -08:00 |
Brent Simmons
|
04f4e8655b
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-27 22:09:28 -08:00 |
Brent Simmons
|
71238c6b85
|
Update RSCore.
|
2020-01-27 22:09:22 -08:00 |
Maurice Parker
|
9ba6278d73
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-27 22:27:05 -07:00 |
Maurice Parker
|
ef79005d67
|
Change it so that we have the unread indicator and star hidden by default. Issue #1724
|
2020-01-27 22:26:49 -07:00 |
Brent Simmons
|
9469ffd6be
|
Merge pull request #1723 from Wevah/ios-candidate
Update RSWeb
|
2020-01-27 21:13:10 -08:00 |
Maurice Parker
|
415fb3ab56
|
Fix it so that we aren't scrolling and selecting using the same animation.
|
2020-01-27 22:10:18 -07:00 |
Nate Weaver
|
b9bba7b614
|
Update RSWeb
|
2020-01-27 23:02:01 -06:00 |
Maurice Parker
|
38e0a86881
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-27 21:58:00 -07:00 |
Maurice Parker
|
6ac6136612
|
Make animations individually selectable and no longer animate navigation selections. Issue #1439
|
2020-01-27 21:57:52 -07:00 |
Brent Simmons
|
f88cec549e
|
Bump version to 31.
|
2020-01-27 19:55:57 -08:00 |
Brent Simmons
|
e61d2620de
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-27 19:55:14 -08:00 |
Brent Simmons
|
5d38e79f38
|
Add FetchAllUnreadCountsOperation. Not using it yet, but we will be.
|
2020-01-27 19:55:10 -08:00 |
Maurice Parker
|
118ecd01b0
|
Fix option set bug in AccountBehaviors.
|
2020-01-27 20:05:07 -07:00 |
Maurice Parker
|
dd5633b5ae
|
Change to use the correct URL when reloading an image.
|
2020-01-27 16:27:13 -07:00 |
Maurice Parker
|
3a99e6430f
|
Make the article icon code specify the desired article so that it can't pull the wrong one by mistake. Issue #1707
|
2020-01-27 12:58:32 -07:00 |
Maurice Parker
|
470f2159e8
|
Remove dead code left from when WebViewController was split from ArticleViewController.
|
2020-01-27 11:50:28 -07:00 |
Maurice Parker
|
243ebac665
|
Merge pull request #1719 from hartlco/1709-wrong-vibrant-tap-down-state-text-colour-for-account-type-buttons
Fix vibrant colors on highlight inside AddAccountViewController and the timeline layout cell
|
2020-01-27 10:35:08 -08:00 |
Maurice Parker
|
99fbd2d1a1
|
Remove extraneous code that was causing the unread counts to sometimes not be displayed. Issue #1711
|
2020-01-27 11:28:59 -07:00 |
Martin Hartl
|
b8c1389bc6
|
Use VibrantBasicTableViewCell for Timeline layout cell to change label color on highlight/selection
|
2020-01-27 08:37:02 +01:00 |
Martin Hartl
|
7e9277f7d8
|
Use SettingsAccountTableViewCells inside AddAccountViewController for vibrant colors
|
2020-01-27 06:57:05 +01:00 |
Maurice Parker
|
72e886b709
|
Make extractor buttons higher animation while animating. Issue #1705
|
2020-01-26 22:32:18 -07:00 |
Maurice Parker
|
25daea8a9f
|
Create separate color for block quote bar. Issue #1718
|
2020-01-26 21:44:53 -07:00 |
Maurice Parker
|
bb05d9111e
|
Fix to use the correct count for currently selected row. Issue #1711
|
2020-01-26 21:34:50 -07:00 |
Maurice Parker
|
f2ac6ff1df
|
Add functionality to clear the timeline and article views if their respective items get collapsed or filtered. Issue #1708
|
2020-01-26 21:18:43 -07:00 |
Maurice Parker
|
81e71051ef
|
Change to reload the page.html file instead of using its string value.
|
2020-01-26 20:45:49 -07:00 |