Maurice Parker
|
89a38fa2b5
|
Change Feeds to use diffable data sources
|
2019-08-28 18:06:27 -05:00 |
Maurice Parker
|
d7ec92ef34
|
Delete unnecessary user activity property value
|
2019-08-28 11:46:03 -05:00 |
Maurice Parker
|
5aba61ea04
|
Update user activity if a feed has been selected and its best icon has been downloaded
|
2019-08-28 11:44:54 -05:00 |
Maurice Parker
|
9c66f6160e
|
Clean activities when the associated data is deleted
|
2019-08-28 11:30:40 -05:00 |
Maurice Parker
|
ba9f7ac426
|
Add navigation support for Folder and Feed view activities
|
2019-08-27 17:43:15 -05:00 |
Maurice Parker
|
d641223536
|
Add Activities for viewing Feeds and Folders
|
2019-08-27 14:20:34 -05:00 |
Maurice Parker
|
17fef112d6
|
Merge branch 'mac-release'
|
2019-08-26 19:40:56 -05:00 |
Maurice Parker
|
3279a25581
|
Cache home page to feed icon relationship
|
2019-08-26 19:40:30 -05:00 |
Maurice Parker
|
8de9b355c7
|
Merge branch 'mac-release'
|
2019-08-26 12:54:53 -05:00 |
Maurice Parker
|
1a3e2784ae
|
Optimize table cell reloading when feed images are made available
|
2019-08-26 12:54:23 -05:00 |
Maurice Parker
|
a0636b8f47
|
Add Smart Feeds as User Activities
|
2019-08-25 17:04:15 -05:00 |
Maurice Parker
|
dc6bf05ae4
|
Rename ActivityFactory to ActivityManager because it will also handle activity deletes in the future
|
2019-08-25 14:43:11 -05:00 |
Maurice Parker
|
eb9c176f90
|
Add unique identifier to Spotlight attributes to prevent duplicate spotlight search results
|
2019-08-25 11:51:08 -05:00 |
Maurice Parker
|
313518698c
|
add the ability to respond to NSActivityRequests
|
2019-08-24 19:31:29 -05:00 |
Maurice Parker
|
5b1c0485c5
|
Add NSUserActivity for reading articles
|
2019-08-24 14:57:51 -05:00 |
Brent Simmons
|
0c455c086d
|
Merge branch 'mac-candidate'
|
2019-08-21 13:06:57 -07:00 |
Brent Simmons
|
98ec923c67
|
Replace, in default feeds for new users, Om Malik and Xcoders with Rose Orchard and Michael Tsai.
|
2019-08-21 13:06:26 -07:00 |
Brent Simmons
|
2bbd135c9e
|
Update appropriate counts in the sidebar when the timeline’s unread count changes. Fix #829.
|
2019-08-13 21:07:39 -07:00 |
Brent Simmons
|
cf1b3843ee
|
Add a SmartFeedType to smart feeds so the sidebar can tell them apart.
|
2019-08-13 20:28:28 -07:00 |
Brent Simmons
|
1a70d7797c
|
Merge branch 'mac-candidate'
|
2019-08-04 23:02:38 -07:00 |
Brent Simmons
|
13797c6693
|
Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines.
|
2019-08-04 23:02:09 -07:00 |
Maurice Parker
|
e263665a21
|
Merge branch 'mac-candidate'
|
2019-07-23 16:36:46 -05:00 |
Maurice Parker
|
4fc1998cf3
|
Make Account and AccountDelegate interfaces more consistent by requiring the container parameter on removeFeed. Resolves #802
|
2019-07-17 15:41:21 -05:00 |
Brent Simmons
|
fe5570fbea
|
Merge branch 'mac-candidate'
|
2019-07-06 11:54:14 -07:00 |
Brent Simmons
|
fbb7b9961c
|
Change an import Cocoa to import AppKit.
|
2019-07-06 11:52:15 -07:00 |
Brent Simmons
|
3999c7b3c5
|
Merge branch 'mac-candidate'
|
2019-07-05 22:42:01 -07:00 |
Brent Simmons
|
7a204ad6ed
|
Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in.
|
2019-07-05 20:06:31 -07:00 |
Maurice Parker
|
5f045706e4
|
Removed usaged of UIApplication.present
|
2019-06-27 14:21:07 -05:00 |
Maurice Parker
|
2ee72125ba
|
Support dark mode for small avatars on iOS
|
2019-06-20 11:58:26 -05:00 |
Maurice Parker
|
d794240bd9
|
Merge branch 'mac-candidate'
|
2019-06-19 11:31:38 -05:00 |
Maurice Parker
|
40b9be6709
|
center smaller avatars on a solid color background image to make all avatars a consistent size
|
2019-06-14 15:33:13 -05:00 |
Maurice Parker
|
46bc867241
|
Add additional sort criteria for when published date is equal. Issue #644
|
2019-06-13 15:51:28 -05:00 |
Maurice Parker
|
e4ee311227
|
Revert "escape title HTML in web view. Issue #722"
This reverts commit a087410177 .
|
2019-06-12 10:51:15 -05:00 |
Maurice Parker
|
902304c723
|
Convert Settings to use SwiftUI
|
2019-06-11 16:59:16 -05:00 |
Maurice Parker
|
e8199ed0a6
|
Change to not show alert dialog on automatic refreshes. Issue #729
|
2019-06-10 15:21:17 -05:00 |
Maurice Parker
|
a087410177
|
escape title HTML in web view. Issue #722
|
2019-06-07 15:53:13 -05:00 |
Maurice Parker
|
e8992dac95
|
Fix issue where deletes were crashing the app. Issue #702
|
2019-06-05 17:42:35 -05:00 |
Maurice Parker
|
51284b5aa4
|
Rename deleteFeed to removeFeed to be more consistent with other API's
|
2019-05-29 21:04:44 -05:00 |
Maurice Parker
|
527e677934
|
Rename deleteFolder to removeFolder to make the API more consistent
|
2019-05-29 20:53:00 -05:00 |
Maurice Parker
|
5e3fcfd955
|
Correct how feeds were deleted so that only the feed in the correct container was deleted
|
2019-05-29 17:56:26 -05:00 |
Maurice Parker
|
493abbb609
|
Refactor create feed functionality to increase code reuse and encapsulation
|
2019-05-28 09:45:02 -05:00 |
Maurice Parker
|
c61949bc04
|
Add account name to network error messages and prevent background iOS errors from displaying alerts
|
2019-05-26 11:54:32 -05:00 |
Maurice Parker
|
5d1c7d08ac
|
Remove strong reference to Account that was preventing Accounts from being deallocated
|
2019-05-22 15:08:22 -05:00 |
Maurice Parker
|
3207ebf6a5
|
Implement default timeline avatar. Issue #641
|
2019-05-21 05:42:40 -05:00 |
Maurice Parker
|
31cc3b609c
|
Make delete animation correct for deletes and restores by wrapping them in BatchUpdates. Issue #667
|
2019-05-20 18:05:28 -05:00 |
Brent Simmons
|
1ee0ab5a73
|
Fix logic in FeedIconDownloader so that we check the home page metadata. (I had broken this recently.)
|
2019-05-17 23:02:18 -07:00 |
Maurice Parker
|
6882b152d9
|
Add timer to trigger article status sync process.
|
2019-05-15 17:21:58 -05:00 |
Brent Simmons
|
f5f8d67411
|
Scale images always on a background queue. Fix #642.
|
2019-05-14 22:44:06 -07:00 |
Brent Simmons
|
7b40ca221b
|
Use the articleID + accountID as a key for truncated summaries. This is *way* faster than using the entire body. It avoids a hash of a long string. (Note: we still need to toss the cache at the appropriate time.)
|
2019-05-13 22:16:44 -07:00 |
Brent Simmons
|
7c78d914be
|
Speed up timeline scrolling by only going up to 150 characters with summary calculation.
|
2019-05-13 22:06:03 -07:00 |