Brent Simmons
|
0b2ec6473a
|
Call the correct fetchUnreadCounts methd.
|
2020-02-01 15:16:24 -08:00 |
Brent Simmons
|
3f4c84e442
|
Use the new FetchUnreadCountsForFeedsOperation.
|
2020-02-01 15:01:47 -08:00 |
Brent Simmons
|
9628b3021b
|
Create FetchUnreadCountsForFeedsOperation.
|
2020-02-01 15:00:59 -08:00 |
Brent Simmons
|
30cf8c6a08
|
Add, as a micro-optimization, a custom hash function for FeedIdentifier.
|
2020-02-01 15:00:36 -08:00 |
Brent Simmons
|
b50fabe325
|
Fix a crash that could happen when laying out the progress view while it’s not in the view hierarchy. Fix #1764.
|
2020-02-01 12:19:39 -08:00 |
Nate Weaver
|
b86341f44c
|
Don't block vertical pan gestures
|
2020-02-01 01:12:54 -06:00 |
Maurice Parker
|
8cb28b63b8
|
Always swap out the web view to prevent white flashing between articles and make loading faster.
|
2020-01-31 21:07:08 -07:00 |
Brent Simmons
|
2f9506a8b8
|
Merge pull request #1758 from kielgillard/ios-candidate
Log failures attempting to add new feeds to a Feedly account…
|
2020-01-31 18:26:57 -08:00 |
Kiel Gillard
|
b87882a919
|
Log failures attempting to add new feeds to a Feedly account to help debug #1691
|
2020-01-31 17:00:30 +11:00 |
Maurice Parker
|
3a69425752
|
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
|
2020-01-30 18:49:09 -07:00 |
Maurice Parker
|
a0f429448f
|
Call completions immediately if the previous WebViewController was deallocated because the iPad was rotated. Issue #1757
|
2020-01-30 18:48:51 -07:00 |
Maurice Parker
|
f3390da02f
|
Merge pull request #1734 from kielgillard/ios-candidate
Santizes right to left div elements from Feedly content.
|
2020-01-30 18:38:14 -07:00 |
Maurice Parker
|
df3c78b1c6
|
Change next/prev feed searches so that they skip collapsed sections. Issue#1755
|
2020-01-30 18:37:22 -07:00 |
Maurice Parker
|
63e15d78c2
|
Fix max size phone landscape layout problems. Issue #1743
|
2020-01-30 17:39:21 -07:00 |
Maurice Parker
|
f9dea33375
|
Remove force unwraps of url and container. Issue #1721
|
2020-01-30 13:59:15 -07:00 |
Kiel Gillard
|
e5e7163f8e
|
Improve the test coverage and add some documentation.
|
2020-01-31 07:55:50 +11:00 |
Kiel Gillard
|
a339b05bf8
|
Santizes right to left div elements from Feedly content.
|
2020-01-31 07:55:50 +11:00 |
Maurice Parker
|
13a1ef0605
|
Don't animate the disclosure icon until it has been added to the view hierarchy. Issue #1717
|
2020-01-30 13:44:31 -07:00 |
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 |