Maurice Parker
37bbee9fcc
Remove calls to dismiss delegate function on cancel. Issue #2010
2020-04-28 17:58:06 -05:00
Maurice Parker
8d77009c55
Merge pull request #2028 from Ranchero-Software/revert-2015-fix/remove-add-account-delegate
...
Revert "Removes AddAccountDismissDelegate"
2020-04-28 17:53:40 -05:00
Maurice Parker
e77abf42c3
Revert "Removes AddAccountDismissDelegate"
2020-04-28 17:53:24 -05:00
Maurice Parker
7bcdf28447
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-04-28 17:16:50 -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
Brent Simmons
2de8e128b0
Bump version to 42. Oh hell yes we’ve been waiting for this one.
2020-04-25 18:37:08 -07:00
Brent Simmons
e93bec3114
Fix bug where local account could delete starred items if they’ve older and have fallen off the feed.
2020-04-25 18:25:00 -07:00
Maurice Parker
6f29b21ddc
Merge pull request #2013 from rizwankce/fix/missing-add-account-title
...
Add title for AddAccountViewController
2020-04-24 10:30:31 -05:00
Rizwan Mohamed Ibrahim
54fc60aa51
Add title for AddAccountViewController
...
view controller title via storyboard
2020-04-24 20:56:29 +05:30
Maurice Parker
a46609b564
Merge pull request #2014 from rizwankce/fix/add-account-cell-high-lighting
...
Deselect the cell row when selected for add account view controller
2020-04-24 09:11:28 -05:00
Maurice Parker
2d7199906c
Merge pull request #2015 from rizwankce/fix/remove-add-account-delegate
...
Removes AddAccountDismissDelegate
2020-04-24 08:59:59 -05:00
Rizwan Mohamed Ibrahim
43f175d71a
Removes AddAccountDismissDelegate
...
Delegate which was responsible to dismiss AddAccountViewController
whenever presented view controller dismissed is not needed. So removing
it simply will go to previous screen from where user comes.
2020-04-24 18:49:49 +05:30
Rizwan Mohamed Ibrahim
c7e3162c22
Deselect the cell row when selected for add account view controller
...
To avoid the highlighting even after the row is selected
2020-04-24 18:39:18 +05:30
Brent Simmons
c55d8c540e
Implement revised retention policy for feed-based accounts. Keep all articles currently in the feed and all articles in the last 30 days.
2020-04-22 21:43:10 -07:00
Brent Simmons
f00df4a8e9
Bump version to 41.
2020-04-22 21:41:56 -07:00
Brent Simmons
bc2d325022
Remove an error log that’s just noise.
2020-04-22 20:41:13 -07:00
Maurice Parker
947c4f04d7
Implement fix that prevents wiggling on both the timeline and the article views.
2020-04-22 22:03:15 -05:00
Maurice Parker
a5583fc655
Validate that the selected row hasn't been removed when trying to select or scroll to it. Issue #1976
2020-04-22 18:18:20 -05:00
Maurice Parker
82e7d4eaf0
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-04-21 20:24:01 -05:00
Maurice Parker
2454b807bb
Always update the status sync timer when returning to the foreground. Issue #2005
2020-04-21 20:23:46 -05:00
Maurice Parker
ba592e1399
Merge pull request #2004 from rizwankce/fix/a11y-for-zoomed-image
...
Fix a11y for zoomed image buttons
2020-04-21 12:48:22 -05:00
Rizwan Mohamed Ibrahim
108da4ccf4
Fix buttons a11y label for close and share button for image vc
...
Image View Controller buttons both close and share don't have correct
a11y label. This will add the localised label
2020-04-21 22:14:58 +05:30
Maurice Parker
f7bdf9d47c
Correct text resizing issues in color palette settings. Issue #2000
2020-04-21 01:57:19 -05:00
Maurice Parker
1306db6c69
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-04-21 01:55:23 -05:00
Maurice Parker
7afcf681fe
Stablize swipe back gesture for timeline. Issue #2002
2020-04-21 01:52:39 -05:00
Brent Simmons
02ee0b2563
Bump version to 5.0.1 build 40.
2020-04-19 19:12:34 -07:00
Brent Simmons
75d2158163
Perform a one-time (per local account) cleanup made necessary by the retention policy change — mark articles older than the 90-day window as read. This way users won’t get a flood of old, unread articles when they run this new version.
2020-04-19 14:10:12 -07:00
Brent Simmons
b2b000dd2e
Implement updated retention policy.
2020-04-18 20:18:32 -07:00
Brent Simmons
d2812fa132
Delete old statuses at startup.
2020-04-18 16:59:13 -07:00
Maurice Parker
059582c625
Merge pull request #1995 from kielgillard/ios-release
...
Feedly: renew access token once a day
2020-04-18 17:59:22 -05:00
Kiel Gillard 🤪
5ab13ae705
Ensure token is refreshed at least once a day before syncing.
2020-04-19 08:45:51 +10:00
Kiel Gillard 🤪
8973adbdbd
Add lastCredentialRenewTime and honour it in FeedlyRefreshAccessTokenOperation
2020-04-19 08:31:20 +10:00
Maurice Parker
a4c672bb46
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-04-16 16:27:04 -05:00
Maurice Parker
928e93c074
Remove web view recycling as this seems to contribute to the blank article problem on iPadOS
2020-04-16 16:26:53 -05:00
Brent Simmons
f9a11198f0
Remove Omni from credits and about text.
2020-04-16 13:24:20 -07: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
Brent Simmons
6d9eda442f
Remove userDeleted support. The read-items filter seems to fill the need to hide things. We’re simplifying the backend by removing this unused feature.
2020-04-12 17:12:36 -07:00
Brent Simmons
22c2a7a72e
Delete old articles in a graduated way, so as not to block the database for too long. Also: don‘t delete old unread articles in accounts that use an external sync service.
2020-04-12 16:36:35 -07:00
Maurice Parker
7064d5d8f5
Fix regression where navigating back and paging back from an article happened at the same time.
2020-04-12 11:48:14 -05:00
Maurice Parker
7c266d65ee
Force the frame to center when displaying. Issue #1983
2020-04-11 15:58:48 -05:00
Maurice Parker
02f62bbb61
Fix image cropping. Issue #1967
2020-04-11 15:11:12 -05:00
Maurice Parker
400b8b7625
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-04-09 11:21:09 -05:00
Maurice Parker
47cdef5c07
Fix hashable implementation that could have in theory had collisions.
2020-04-09 11:20:53 -05:00
Brent Simmons
f54f65781c
Update some slightly-changed feed URLs in the defaults. Replace Omni’s blog with Craig Hockenberry’s.
2020-04-08 21:25:23 -07:00
Maurice Parker
5ab62d3aad
Gated the database suspend and resume calls so that the Mac app will compile.
2020-04-06 09:18:20 -05:00
Maurice Parker
f0ec7c5e19
Fix problem where back swiping wouldn't work anymore for full screen. Issue #1970
2020-04-06 08:47:01 -05:00
Maurice Parker
41acb716bd
Remove activity donation for next unread. Issue #1957
2020-03-30 15:42:42 -05:00
Maurice Parker
db50902c9d
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-03-30 10:57:04 -05:00
Maurice Parker
d0852d8954
Fix scenario where incorrect platform specific icon image could be returned.
2020-03-30 10:56:52 -05:00
Brent Simmons
cf98ff49ea
Implement retention policy for feed-based accounts (local, iCloud).
2020-03-29 23:20:01 -07:00