Maurice Parker
|
a5d6e5403e
|
Add additional sql check to ensure we don't pick up deleted articles when querying for missing articles
|
2019-05-20 13:55:26 -05:00 |
Maurice Parker
|
59ea5cadec
|
Add status syncing to iOS
|
2019-05-20 13:51:08 -05:00 |
Maurice Parker
|
cfe5d22f66
|
Merge pull request #668 from philviso/iPadPopover
Improved size and layout of add feed / folder popover on iPad
|
2019-05-20 12:41:25 -05:00 |
Brent Simmons
|
74953601dd
|
Increase the duration of TimelineViewController’s database fetch queue from 0.5 to 2.0. This will still allow updates to appear in a timely way, but will help prevent fetching too often during a refresh.
|
2019-05-19 22:26:08 -07:00 |
Brent Simmons
|
4d27e5a338
|
Simplify representedObjectsContainsAnyPseudoFeed.
|
2019-05-19 20:49:24 -07:00 |
Phil Viso
|
633e291c2e
|
Decrement the static row count instead of using hard-coded values
|
2019-05-19 19:20:35 -05:00 |
Phil Viso
|
1271fc9081
|
Update UI when accounts change or when account state changes
|
2019-05-19 19:18:28 -05:00 |
Phil Viso
|
719fb54311
|
Allow delete account row to be tapped
|
2019-05-19 19:08:49 -05:00 |
Phil Viso
|
1f8463d091
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire into iPadPopover
# Conflicts:
# iOS/Settings/AddLocalAccountViewController.swift
# iOS/Settings/DetailAccountViewController.swift
# iOS/Settings/Settings.storyboard
|
2019-05-19 19:03:50 -05:00 |
Phil Viso
|
db3d8e484b
|
Made the preferred size wider
|
2019-05-19 18:41:28 -05:00 |
Phil Viso
|
8c28160f91
|
Always clear selection on viewWillAppear
|
2019-05-19 18:39:15 -05:00 |
Phil Viso
|
02a7130415
|
Moved Add NetNewsWire feed to about section, and hide it if they don’t have any active feeds
|
2019-05-19 18:35:45 -05:00 |
Phil Viso
|
8ca14e2b95
|
Add a vertical spacing constraint between the folder labels, so they don’t overlap for larger names
|
2019-05-19 18:24:07 -05:00 |
Maurice Parker
|
48e19c23a7
|
Set content type for Feedbin OPML Import.
|
2019-05-19 18:19:08 -05:00 |
Phil Viso
|
32d572307f
|
Updated labels to use dynamic type
|
2019-05-19 18:19:03 -05:00 |
Phil Viso
|
99010e8e3e
|
Made text size larger and updated label margins to use standard value
|
2019-05-19 18:13:10 -05:00 |
Maurice Parker
|
50b68096cd
|
Add Feedbin account and delete account functionality added to iOS
|
2019-05-19 18:04:32 -05:00 |
Phil Viso
|
5280d1c75d
|
Made text size larger and fixed trailing margin for account name label
|
2019-05-19 18:04:12 -05:00 |
Phil Viso
|
34c6341b4c
|
Further sizing improvements on iPad. Only show add feed / folder pickers when there is more than 1 item to display.
|
2019-05-19 17:48:03 -05:00 |
Phil Viso
|
2f82f05721
|
Improved sizing of add feed modal on iPad
|
2019-05-19 17:47:33 -05:00 |
Phil Viso
|
bce45d28e4
|
Updated all iOS references to default local account new to be device specific
|
2019-05-19 16:52:21 -05:00 |
Maurice Parker
|
16f2f43cc7
|
Rename AccountsDidChangeNotification to AccountsDidChange to match other notification names
|
2019-05-19 16:36:33 -05:00 |
Phil Viso
|
890c146c7e
|
Dismiss keyboard when text fields are done editing
|
2019-05-19 16:17:10 -05:00 |
Phil Viso
|
9d72fede05
|
Don’t reference nameTextField directly when dismissing the keyboard
|
2019-05-19 16:14:23 -05:00 |
Phil Viso
|
90ea9ebb50
|
Disable add new item button when there are no active accounts
|
2019-05-19 16:08:48 -05:00 |
Phil Viso
|
438745f246
|
Removed empty cell
|
2019-05-19 16:05:20 -05:00 |
Phil Viso
|
40358f5801
|
Don’t allow the cells to be selected
|
2019-05-19 16:02:31 -05:00 |
Phil Viso
|
4383f269a5
|
Dismiss the keyboard after account name is finished editing
|
2019-05-19 16:01:14 -05:00 |
Maurice Parker
|
80e1888244
|
Rename AccountsDidChangeNotification to AccountsDidChange to match other notification names.
|
2019-05-19 15:51:08 -05:00 |
Maurice Parker
|
07ac60cec3
|
Remove showAddFolderWindow and showAddFeedWindow functions from MainWindowController so that validations will run on AppDelegate.
|
2019-05-19 15:27:58 -05:00 |
Maurice Parker
|
0f35137216
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-05-19 14:24:05 -05:00 |
Maurice Parker
|
10c5ca4e1a
|
Disable refresh and add NNW app news when there are no active accounts.
|
2019-05-19 14:23:54 -05:00 |
Maurice Parker
|
a40842d928
|
Add multiple local accounts to iOS
|
2019-05-19 14:18:11 -05:00 |
Brent Simmons
|
7bd4520746
|
Remove unused weak self. (Was causing warning in Xcode.)
|
2019-05-19 11:33:48 -07:00 |
Maurice Parker
|
da7dcc2405
|
Remove quality assurance checks from avatar image in timeline
|
2019-05-19 13:03:07 -05:00 |
Maurice Parker
|
c7f02150f9
|
Make sure we go and get missing articles when we add a new feed.
|
2019-05-19 10:43:45 -05:00 |
Maurice Parker
|
86578775e0
|
Move menu validations to the app delegate.
|
2019-05-19 10:21:42 -05:00 |
Maurice Parker
|
d42398b028
|
Merge pull request #648 from philviso/FixedAddNewFeedCrash
Fixed a crash that occurs when trying to add a new feed with no active accounts
|
2019-05-19 09:50:28 -05:00 |
Phil Viso
|
eb5c1a49f7
|
Disable adding a new folder if there are no active accounts
|
2019-05-19 09:14:40 -05:00 |
Phil Viso
|
5ded56fc28
|
Fixed a crash that occurs when trying to add a new feed with no active accounts
|
2019-05-19 09:10:19 -05:00 |
Brent Simmons
|
e98d28c770
|
Show favicon in the timeline, even though they look weird because they’re small. They’re still better than nothing.
|
2019-05-18 12:21:35 -07:00 |
Brent Simmons
|
45d8bffe50
|
Update RSCore.
|
2019-05-17 23:28:48 -07:00 |
Brent Simmons
|
abad2ca8ab
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-05-17 23:02:57 -07:00 |
Brent Simmons
|
36c6c70ba2
|
Scale avatar images down — they might be up to twice as large as expected.
|
2019-05-17 23:02:48 -07: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
|
f36b5a7970
|
Add account detail so that we can edit account name and account active on iOS.
|
2019-05-17 17:25:47 -05:00 |
Maurice Parker
|
9c159d21f6
|
Retrieve articles when we have a status but don't have an article on full refresh.
|
2019-05-17 14:56:27 -05:00 |
Maurice Parker
|
0a9bf2aef0
|
Prevent more than one OPML import from being run at the same time.
|
2019-05-17 10:44:22 -05:00 |
Maurice Parker
|
b89f088917
|
Switch to using the new OPML import service
|
2019-05-17 10:04:13 -05:00 |
Brent Simmons
|
3d253ce6d9
|
Align avatars to top in timeline. Fix #643.
|
2019-05-16 22:32:09 -07:00 |