Maurice Parker
|
770206df60
|
Merge branch 'ios-release'
|
2020-03-17 17:19:31 -05:00 |
Maurice Parker
|
36841602a5
|
Change article rendering to use loadHTMLString instead of JavaScript. Issue #1923
|
2020-03-17 17:18:24 -05:00 |
Maurice Parker
|
5b5eaf6bb7
|
Merge branch 'ios-release'
|
2020-03-14 17:13:25 -05:00 |
Maurice Parker
|
dd3fde7812
|
Changed from using the main screen scale which might change to using the max screen scale. Issue #396
|
2020-03-14 15:40:40 -05:00 |
Maurice Parker
|
73e7fb40ed
|
Fixed macOS compile error for new brightness code detection.
|
2020-03-13 10:51:49 -05:00 |
Maurice Parker
|
e0f8f7c5eb
|
Increase brightness threshold to reduce false positives. Issue #1731
|
2020-03-13 10:45:02 -05:00 |
Maurice Parker
|
d0cf04bd4f
|
Merge pull request #1892 from flowinho/ios-release
Add background to pure white icons
|
2020-03-13 10:04:56 -05:00 |
Flowinho
|
d282181269
|
Add isBright function to Shared Logic
|
2020-03-13 11:43:17 +01:00 |
Maurice Parker
|
77fd3020cc
|
Correct font used to specify font size. Issue #1878
|
2020-03-12 19:01:10 -05:00 |
Nate Weaver
|
781dd2ff73
|
Fix null error in wrapTables()
|
2020-03-12 18:32:42 -05:00 |
Nate Weaver
|
5bbda2a68e
|
"footnotes" -> ".footnotes"; use idFromHash()
|
2020-03-12 18:32:42 -05:00 |
Nate Weaver
|
76dd3abff2
|
Properly style footnotes that have been absoluted
|
2020-03-12 18:32:42 -05:00 |
Nate Weaver
|
509ef01213
|
URL-decode the ID to make it work with non-ASCII characters
Fixes #1812.
|
2020-03-12 18:32:42 -05:00 |
Maurice Parker
|
61a2e95d2b
|
Manually specify the font size to work around a WKWebView resizing bug. Issue #1878
|
2020-03-12 18:07:40 -05:00 |
Maurice Parker
|
343f705cd7
|
Fix article read filter which wasn't persisting correctly.
|
2020-03-12 12:07:01 -05:00 |
Maurice Parker
|
de38ba9f5b
|
Added feed selection restoration.
|
2020-03-04 15:40:40 -07:00 |
Maurice Parker
|
5755dd0844
|
Finish merge of mac-release.
|
2020-03-01 16:33:05 -08:00 |
Maurice Parker
|
94c6ca428f
|
Merge branch 'mac-release'
|
2020-03-01 16:32:31 -08:00 |
Maurice Parker
|
66054ca735
|
Deleted unused keys.
|
2020-03-01 15:06:23 -08:00 |
Maurice Parker
|
4b2f08e759
|
Refactor select web feed in sidebar to use the delegate pattern instead of a notification.
|
2020-02-29 15:50:13 -08:00 |
Maurice Parker
|
c17ce1ceaa
|
Make articles older than a specified period unable to be marked as unread. Issue #1407
|
2020-02-29 10:30:35 -08:00 |
Nate Weaver
|
e183a5406c
|
Only wrap iframes that don't specify their own height
|
2020-02-28 08:19:40 -06:00 |
Nate Weaver
|
65b508ffaa
|
Port inline style stripping changes from master
|
2020-02-28 08:15:06 -06:00 |
Maurice Parker
|
85bd20ca80
|
Stop media playback when the main window is closed. Issue #1646
|
2020-02-27 12:15:41 -08:00 |
Maurice Parker
|
7c060bb068
|
Change so that the tree controller can't be rebuilt before all async deletes have completed. Issue #1002
|
2020-02-26 17:28:52 -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 |
Brent Simmons
|
e22489ce40
|
Merge pull request #1795 from Wevah/ios-candidate
Fix sites being added to the no-favicons cache if the homepage fails to load
|
2020-02-17 17:59:37 -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 |
Nate Weaver
|
aad1fc4a0c
|
Call the completion handler with nil if faviconURLs is nil
Fixes #1791.
|
2020-02-15 08:53:56 -06:00 |
Nate Weaver
|
b3f736f899
|
Add a clarification comment
|
2020-02-15 08:22:59 -06:00 |
Nate Weaver
|
ee48f4baba
|
Remove redundant nil check for homePageURL
|
2020-02-15 08:22:51 -06:00 |
Maurice Parker
|
2ae021960b
|
Move account files to the documents directory and out of the shared container. Issue #1784
|
2020-02-12 16:21:48 -08:00 |
Brent Simmons
|
cac67f8ac4
|
Use percent-encoding — via URLComponents — on the articleID in the nnwImageIcon URL scheme.
|
2020-02-08 17:21:55 -08:00 |
Nate Weaver
|
2ac4df4ee6
|
Use a single compactMap() instead of filter().compactMap()
|
2020-02-08 18:22:35 -06:00 |
Nate Weaver
|
4ac8107f27
|
Don't unwrap now-non-optionals, and unwrap now-explicit optionals
|
2020-02-08 18:22:35 -06:00 |
Brent Simmons
|
2cdcddeefe
|
Handle possible nil favicon.urlString.
|
2020-02-05 22:43:18 -08:00 |
Nate Weaver
|
ede4813a1a
|
Operator spacing
|
2020-02-02 18:00:58 -06:00 |
Nate Weaver
|
ba6315fa07
|
Set lastImageCacheFlushDate on launch in CacheCleaner instead of registerDefaults()
So it's actually persisted to disk.
|
2020-02-02 17:55:51 -06:00 |
Nate Weaver
|
0d128c0c3c
|
Fix spacing
|
2020-02-02 17:53:46 -06:00 |
Nate Weaver
|
830db84c56
|
Explicitly import CoreServices
For UTType stuff; iOS doesn't implicitly import it.
|
2020-02-01 18:03:44 -06:00 |
Nate Weaver
|
e9a3764270
|
Documentation comment
|
2020-02-01 18:03:44 -06:00 |
Nate Weaver
|
101e140233
|
Make ignoredTypes a static property to avoid redundant lookups
|
2020-02-01 18:03:44 -06:00 |
Nate Weaver
|
f65bf63bb1
|
Add the ability to ignore types to FaviconURLFinder, and ignore SVG favicons
|
2020-02-01 18:03:44 -06:00 |
Nate Weaver
|
97049be067
|
Only add to the no-favicons cache if the only icon was the defaulted favicon.ico
|
2020-02-01 18:03:44 -06:00 |
Nate Weaver
|
b088cda5a5
|
Fix homePageURLsWithNoFaviconURLCache
|
2020-02-01 18:03:44 -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 |
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 |
Nate Weaver
|
b9bba7b614
|
Update RSWeb
|
2020-01-27 23:02:01 -06: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 |