Maurice Parker
0d56226146
Fix delegate name.
2020-03-20 17:48:57 -05:00
Maurice Parker
9bb110a622
Don't filter feeds when a download occurs.
2020-03-20 10:36:04 -05:00
Maurice Parker
e7436925ad
Don't remove filtered feeds on article downloads.
2020-03-20 10:34:18 -05:00
Maurice Parker
39520e319c
Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
2020-03-20 06:59:14 -05:00
Maurice Parker
316e4e62b2
Removed separator insets from layout code as they were no longer needed.
2020-03-20 06:58:11 -05:00
Brent Simmons
910e14b441
Use a serial queue for RSImage.scaledForIcon, so we don’t end up having a ton of threads and doing too much at once, which hurts performance. Fix #1489 .
2020-03-19 22:22:58 -07:00
Maurice Parker
a0db54568e
Pull in styles that made it into iOS, but were forgotten on Mac.
2020-03-19 07:51:46 -05:00
Maurice Parker
14c0c0b516
Add pre and table styles that didn't make it over with the other revisions.
2020-03-18 16:46:14 -05:00
Maurice Parker
4d18c34759
Update to the latest RSCore
2020-03-18 16:08:17 -05:00
Maurice Parker
8a75defee9
Set row height when table is empty and set to automatic when articles are present. Issue #1919
2020-03-18 16:06:05 -05:00
Maurice Parker
d3033a12e2
Merge pull request #1925 from Ranchero-Software/revert-1916-ios-release
...
Revert "Set proper cell height for empty article array"
2020-03-18 15:56:03 -05:00
Maurice Parker
1d26bc8c70
Revert "Set proper cell height for empty article array"
2020-03-18 15:55:33 -05:00
Maurice Parker
7596bea8e8
Add missing xib
2020-03-18 15:54:14 -05:00
Maurice Parker
e3d46960fd
Add CloudKit syncing add account UI.
2020-03-18 15:48:44 -05:00
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
a65e28f408
Fix stretched timeline cells caused by scrolling on state restoration.
2020-03-17 02:05:50 -05:00
Maurice Parker
fee3583c83
Fixed article extractor button error state.
2020-03-17 00:54:56 -05:00
Maurice Parker
ca5d17358d
Added darkmode blockquote color.
2020-03-17 00:11:10 -05:00
Maurice Parker
6dfda37773
Add styles that got added to iOS but were forgotten for macOS.
2020-03-16 18:34:34 -05:00
Maurice Parker
37cf7fae1d
Fix regression that prevented Always Show Reader View from working.
2020-03-16 07:58:51 -05:00
Maurice Parker
07042b8a2a
Implemented Clean Up keyboard shortcut. Issue #1915
2020-03-15 18:15:52 -05:00
Maurice Parker
0276c19459
Add Clean Up command. Issue #1912
2020-03-15 18:02:55 -05:00
Maurice Parker
c08b6d1ccc
Merge pull request #1918 from flowinho/ios-release
...
Fix Typo
2020-03-15 16:45:53 -05:00
Flowinho
47dc34db5d
Fix Typo
...
This contains work related to issue #1910
2020-03-15 22:44:12 +01:00
Maurice Parker
25a121b710
Merge pull request #1916 from flowinho/ios-release
...
Set proper cell height for empty article array
2020-03-15 16:40:43 -05:00
Flowinho
2ade0140bc
Set proper cell height for empty article array
...
Contains work related to #1800
This one took me a while to figure out since they amount of articles is tied to the coordinator.
- Fixed violation of single responsibility principle inside “resetEstimatedRowHeight()” by removing the applicance of tableViewRowHeight and instead return the correctly calculated rowHeight.
- Removed prototype strings from inside the function to a static struct to be able to switch parameters for this function more easy (might be useful later / in testing). Function looks cleaner.
Greetings from southern germany!
2020-03-15 22:31:54 +01:00
Maurice Parker
acaf3fac9f
Add user agent to plist. Issue #1913
2020-03-15 11:48:07 -05:00
Maurice Parker
a620a20588
Add the option to select the user interface color palette. Issue #1900
2020-03-15 04:25:25 -05:00
Maurice Parker
cba00b6d45
Added image luminescence processing to IconView so that pure white feed icons are visible. Issue #1731
2020-03-14 17:19:06 -05:00
Maurice Parker
5b5eaf6bb7
Merge branch 'ios-release'
2020-03-14 17:13:25 -05:00
Maurice Parker
ae10350da9
Updated to latest RSCore
2020-03-14 16:53:52 -05:00
Maurice Parker
11b5cad7f5
Update to latest RSCore to resolve Issue #396
2020-03-14 15:44:06 -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
a0b4237c3c
Merge branch 'master' of https://github.com/Ranchero-Software/NetNewsWire
2020-03-14 14:36:31 -05:00
Maurice Parker
118ce73c08
Change focus when the sidebar is shown or hidden. Issue #1004
2020-03-14 14:36:18 -05:00
Maurice Parker
b6e25f2d4f
Merge pull request #1909 from Wevah/post-body-fix
...
URL-encode POST body values
2020-03-14 12:14:17 -05:00
Nate Weaver
1a930c4407
Simplify .utf8
2020-03-14 12:09:00 -05:00
Nate Weaver
6ad6fe46ad
Make sure POST body is properly URL-encoded
2020-03-14 12:09:00 -05:00
Maurice Parker
07dc4f1f10
Don't start the article extractor if we only want to store the article. Issue #1494
2020-03-14 06:31:14 -05:00
Maurice Parker
aee37925da
Merge pull request #1904 from Wevah/ios-release
...
CSS tweaks
2020-03-14 03:28:02 -05:00
Maurice Parker
9533999778
Merge pull request #1906 from Ranchero-Software/revert-1905-post-body-fix
...
Revert "Make sure POST body is properly URL-encoded"
2020-03-14 02:49:50 -05:00
Maurice Parker
8384725b01
Revert "Make sure POST body is properly URL-encoded"
2020-03-14 02:48:37 -05:00
Maurice Parker
d01fa0428a
Merge pull request #1905 from Wevah/post-body-fix
...
Make sure POST body is properly URL-encoded
2020-03-14 02:47:52 -05:00
Nate Weaver
aed6858043
Simplify .utf8
2020-03-13 22:16:24 -05:00
Nate Weaver
3af70f5c7c
Make sure POST body is properly URL-encoded
2020-03-13 22:12:36 -05:00
Nate Weaver
e6af6ece42
Add top and bottom margins to figure elements
2020-03-13 22:01:07 -05:00
Nate Weaver
9a3fe5caa5
Add a max-width to body
2020-03-13 21:36:16 -05:00
Maurice Parker
66e7e425aa
Remove obsolete code that could be causing the feed unread counts to not update. Issue #1806
2020-03-13 17:06:53 -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