Maurice Parker
|
84389e2cf4
|
Move from using views for the queue to using an array and remove unneeded flush of queue
|
2020-07-16 13:56:07 -05:00 |
Maurice Parker
|
95a8f6d72d
|
Merge branch 'swiftui'
|
2020-07-10 15:28:14 -05:00 |
Nate Weaver
|
82f7f99827
|
iOS: Make shift-space scroll up even when the detail view doesn't have focus
|
2020-07-10 13:57:35 -05:00 |
Stuart Breckenridge
|
f92b219cdc
|
NetNewsWire-iOS AppDefaults is now a singleton
|
2020-07-02 10:47:45 +08:00 |
Maurice Parker
|
21e79250db
|
Merge branch 'ios-release'
|
2020-06-18 17:45:12 -05:00 |
Maurice Parker
|
b3c0fac5d3
|
Save the previous feed instead of relying on the currentFeedIndexPath which may have been reset. Issue #2139
|
2020-06-18 16:16:30 -05:00 |
Maurice Parker
|
5356189654
|
Optimize unread count look up
|
2020-06-16 08:32:01 -05:00 |
Maurice Parker
|
d69b313525
|
Optimize unread count lookup
|
2020-06-16 08:27:59 -05:00 |
Maurice Parker
|
50508446bb
|
Use immutable object for diffable datasource on Feeds. Issues #1901, #2031, #2124
|
2020-06-15 18:03:20 -05:00 |
Maurice Parker
|
95f6f80583
|
Merge branch 'ios-release'
|
2020-06-15 17:40:06 -05:00 |
Rizwan Mohamed Ibrahim
|
f2cd09aae3
|
refactor open in app browser with global shortcuts
|
2020-05-29 20:39:04 +05:30 |
Kiel Gillard 🤪
|
9d7ebf8dfa
|
Command + I can be used to get info on a feed for a timeline or an article. Fixes #2104
|
2020-05-26 14:52:15 +10:00 |
Maurice Parker
|
7d8e49a2ee
|
Merge branch 'ios-release'
|
2020-05-18 03:05:59 -05:00 |
Maurice Parker
|
c2b749a74c
|
Rebuild backing stores immediately when deselecting a Feed. Issue #2079
|
2020-05-15 17:06:49 -05:00 |
Rizwan Mohamed Ibrahim
|
c9ebb6bd75
|
adds "Open In App Browser" shortcut
|
2020-05-15 12:39:33 +05:30 |
Rizwan Mohamed Ibrahim
|
f7f7f4dddb
|
adds keyboard shortcuts for open in Safari
|
2020-05-14 17:58:38 +05:30 |
Rizwan Mohamed Ibrahim
|
a9aefd252e
|
adds keyboard shortcuts
- toggle side bar on timeline
- toggle readers view on article
- go to settings on global
|
2020-05-13 17:29:59 +05:30 |
Maurice Parker
|
14e1dbe58e
|
Merge branch 'ios-release'
|
2020-04-30 14:29:01 -05:00 |
Maurice Parker
|
31f3487d7a
|
Reset focus when returning to the app from another app or the safari view controller. Issue #1963
|
2020-04-28 17:16:34 -05:00 |
Maurice Parker
|
eeb7b518a8
|
Change how showIcons is determined to take into consideration empty bylines
|
2020-04-19 17:29:11 -05:00 |
Maurice Parker
|
1778a270d6
|
Show byline in timeline for single feed timelines when available.
|
2020-04-18 07:53:56 -05:00 |
Maurice Parker
|
afdfe5fe71
|
Merge branch 'ios-release'
|
2020-04-16 16:36:53 -05:00 |
Brent Simmons
|
1321f0b9ff
|
Loop through through rows using the count of rows in that section, rather than the count of rows in the initial indexPath’s section. Fix #1987.
|
2020-04-12 18:23:20 -07:00 |
Maurice Parker
|
6ad4eeb280
|
Merge branch 'ios-release'
|
2020-04-06 08:47:56 -05:00 |
Maurice Parker
|
40ea5243c6
|
Removed notification we no longer needed to use to refresh the Feeds and Sidebar.
|
2020-04-01 20:31:32 -05:00 |
Maurice Parker
|
41acb716bd
|
Remove activity donation for next unread. Issue #1957
|
2020-03-30 15:42:42 -05:00 |
Maurice Parker
|
715671edad
|
Rebuild the Feeds list when coming back to it from the Timeline while the root split is collapsed to filter read Feeds.
|
2020-03-28 01:43:54 -05:00 |
Maurice Parker
|
bd1c73c1d3
|
Automatically remove Feed items if they should be filtered. Issue #1949
|
2020-03-27 18:24:57 -05:00 |
Maurice Parker
|
d615a0a894
|
Fix bug where clean up shortcut wouldn't clear articles if wrong setting was off.
|
2020-03-24 16:00:01 -05:00 |
Maurice Parker
|
97226f543b
|
Assign keyboard shortcuts to filters and change clean up shortcut. Issue #1842
|
2020-03-22 10:18:07 -05:00 |
Maurice Parker
|
e7436925ad
|
Don't remove filtered feeds on article downloads.
|
2020-03-20 10:34:18 -05:00 |
Maurice Parker
|
07042b8a2a
|
Implemented Clean Up keyboard shortcut. Issue #1915
|
2020-03-15 18:15:52 -05:00 |
Maurice Parker
|
833c336f2f
|
Only show the timeline next read button when the root split view controller is collapsed. Issue #1822
|
2020-03-13 16:03:42 -05:00 |
Maurice Parker
|
38981d01bd
|
Don't remove items from Feeds list when batch update is performed. Issue #1879
|
2020-03-11 15:19:55 -06:00 |
Maurice Parker
|
9007ed4b06
|
Changed so that Feeds and Timeline clear read items if necessary on manual refresh commands. Issues #1834, #1856, and #1845
|
2020-03-11 14:47:00 -06:00 |
Maurice Parker
|
a4bbf65944
|
Coalesce unread count backing store rebuilds to prevent feeds list flickering while syncing and the feeds filter is engaged. (Regression)
|
2020-02-25 10:42:56 -08:00 |
Maurice Parker
|
afadadff69
|
Restore timeline selection when coming back into foreground. (Regression)
|
2020-02-23 17:12:02 -08:00 |
Maurice Parker
|
48e856fc04
|
Serialize access to the UITableView for scrolling and diffable datasource updates. Issue #1806
|
2020-02-23 10:57:20 -08:00 |
Maurice Parker
|
28c2598cf6
|
Exempt the current article from the timeline read filter. Issue #1798
|
2020-02-18 14:14:18 -08:00 |
Maurice Parker
|
0e72811429
|
Implement mark as unread window for accounts that need it. Issue #1407
|
2020-02-18 13:49:29 -08:00 |
Maurice Parker
|
f79eaf7c19
|
Avoid redundant shadow table rebuilds when auto-expanding containers.
|
2020-02-18 09:30:58 -08:00 |
Maurice Parker
|
03c1ed2625
|
Make handling of programmatic feed selection when filtered or collapsed more consistent. Issues #1788 and #1792
|
2020-02-17 17:40:40 -08:00 |
Maurice Parker
|
76bad13ae1
|
Rebuild the backing stores to except spotlight search result restoration. Issue #1759
|
2020-02-04 11:00:55 -08:00 |
Maurice Parker
|
e47e2d4ea0
|
Fetch any potential new articles and merge them when returning to the foreground. Issue #1761 & #1754
|
2020-02-03 14:05:22 -08:00 |
Martin Hartl
|
83241cc329
|
Don’t show “Go to feed” action if already inside feed
|
2020-02-02 21:44:54 +01: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
|
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
|
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 |