Commit Graph

164 Commits

Author SHA1 Message Date
Brent Simmons
acd7050c2d Remove tab label from account detail view. Make accounts table view and detail view have same height and alignment. 2024-02-25 15:55:00 -08:00
Brent Simmons
7a53b59d5c Fix SwiftUI warning. 2024-02-24 21:34:54 -08:00
Brent Simmons
5b1db51fb9 Delete FeedWrangler references. 2024-02-24 18:56:44 -08:00
Jed Fox
15fcb3eb31 Fix warning about clipped content 2022-02-12 16:13:11 -05:00
Jed Fox
10540dc67c Fix height of label on Feedbin sign-in modal 2022-02-12 16:13:11 -05:00
Maurice Parker
f1dbc2de71 Merge branch 'ios-release' 2021-06-22 19:14:50 -05:00
Maurice Parker
d6aa5f23ba Don't allow the creation of iCloud accounts if iCloud and iCloud Drive aren't enabled. Fixes #3106 2021-06-17 19:05:39 -05:00
Stuart Breckenridge
50327a97d3 Password Updates
• Removes LD_RUNPATH_SEARCH_PATHS which caused an issue when building for running on device
• Autofill enabled on macOS 11 +
• Adds sender for 1Password (for iPad)
2021-06-17 12:38:53 +08:00
Brent Simmons
0d0f1e4908 Replace “don't” with “don’t” everywhere. 2021-05-31 16:01:01 -07:00
Brent Simmons
ae63d0feb7 Add a warning about iCloud sync being slow sometimes. Also: in user-facing text, change “subscriptions” to “feeds.” We want to use the word “feed” — a “subscription” makes people think of IAP. 2021-05-31 15:52:56 -07:00
Stuart Breckenridge
858672fdaf fix on release branch 2021-04-25 13:31:15 +08:00
Stuart Breckenridge
8da7d2173f Layout changes to reduce size of add account sheet 2021-04-02 06:53:20 +08:00
Stuart Breckenridge
207e30239e tidies up add account sheets 2021-02-07 20:22:45 +08:00
Stuart Breckenridge
ddad4220c9 Line truncation
This has no effect on Big Sur, but should hopefully fix #2751 in Catalina.
2021-01-22 09:37:28 +08:00
Maurice Parker
fa3d76d034 Change so that we always refresh after updating sync service credentials. Fixes #2713 2021-01-09 15:15:14 -06:00
Brent Simmons
5e05da7bbb Revise the text that tells the person to check their web browser for their Feedly login. Fix #2596. 2020-12-18 18:43:13 -08:00
Maurice Parker
f5c0a29650 Restrict types of accounts that can be added based on Developer build flag. Issue #2663 2020-12-10 14:21:22 -06:00
Maurice Parker
f06d4f7ef9 Hide the detail controller on deletes 2020-12-09 14:50:25 -06:00
Maurice Parker
89ed6d3ef8 Fix cell reuse issue 2020-12-09 13:01:12 -06:00
Stuart Breckenridge
d8a56435ac fixes #2655
fixes #2655
2020-12-08 15:04:25 +08:00
Stuart Breckenridge
4bc6fcc35b Adds line limit 2020-12-06 09:56:02 +08:00
Stuart Breckenridge
5f5d0632e2 fixes #2637 2020-12-06 09:50:00 +08:00
Maurice Parker
d87a95328d Add extra line after the guitar emoji so that it stops clipping. Fixes #2586 2020-12-02 10:54:19 -06:00
Maurice Parker
5f2bf5fc5c Don't incorrectly store a template image as an original 2020-11-20 17:53:31 -06:00
Maurice Parker
c3aeea8b17 Make account icons behave as templates when they are selected. Fixes #2590 2020-11-19 17:21:29 -06:00
Stuart Breckenridge
015ee0a8e0 fixes button state on account help view 2020-11-19 12:02:08 +08:00
Maurice Parker
de1f8c80a5 Gate FeedWrangler from the release build 2020-11-12 15:48:25 -06:00
Maurice Parker
7a2c4cef9a Make username/email field the initially selected field when showing the add dialogs. 2020-11-06 19:42:20 -06:00
Stuart Breckenridge
b09c25507c FreshRSS specific wording 2020-11-07 09:31:52 +08:00
Stuart Breckenridge
67ea55551b ReaderAPI.xib constraints 2020-11-07 07:23:15 +08:00
Stuart Breckenridge
29dfbbb28b Fixes autolayout warning that had no impact 2020-11-06 19:09:52 +08:00
Stuart Breckenridge
ba5a06c108 Account / Explainers
Fixes #2553
Fixes #2554

Introduces Mail-inspired add account sheets
2020-11-06 19:07:28 +08:00
Stuart Breckenridge
840668452c Add Extension/Account Tweaks
• Tidies up extension language
• Adds images to account / extension panels
• Click on images will display add account / add extension sheets
2020-11-04 10:35:53 +08:00
Stuart Breckenridge
3580739b8d Amends contsraints on HostingControllers
This has the effect of pushing the explainer text up to the centre alignment of the tableviews.
2020-11-03 09:41:34 +08:00
Stuart Breckenridge
3b5dfb38ec Explainer text for accounts and extensions
Explainer text will display when no account/extension is selected.
2020-11-02 11:08:54 +08:00
Maurice Parker
04b1667293 Merge branch 'mac-release' into main 2020-10-31 10:25:11 -05:00
Maurice Parker
81ae58e061 Remove code duplication 2020-10-30 11:21:49 -05:00
Maurice Parker
48138b1bb4 Retain a reference to the Add Account Window Controllers so that they don't get deallocated before they have a chance to get used 2020-10-30 04:25:33 -05:00
Maurice Parker
d9df9e53d3 Remove obsolete Add Account code 2020-10-30 04:18:11 -05:00
Stuart Breckenridge
5b1df3631e Alignment consistency 2020-10-30 09:44:44 +08:00
Stuart Breckenridge
24dbe7c310 Fixes #2534
• Minor tweaks to the iCloud icon
• Consistent footers on add account sheet
• Old functionality removed when the accounts tableview has no selection
2020-10-30 09:30:11 +08:00
Stuart Breckenridge
0c9336a1ff Merge branch 'main' into mac-add-account-refresh 2020-10-30 06:39:39 +08:00
Stuart Breckenridge
bd3fd1ef2a Removes dead code 2020-10-30 06:16:28 +08:00
Maurice Parker
64c93ed118 Enable credentials for newer sync services 2020-10-29 15:19:30 -05:00
Maurice Parker
515dd5f63f Check for duplicate accounts and make sure it doesn't interfere with credentials updates 2020-10-29 14:05:55 -05:00
Maurice Parker
3a1570f6c6 Fix feed wrangler error message layout 2020-10-29 13:52:23 -05:00
Maurice Parker
092d5efb3c Allow the credentials to be updated for Feedbin. Fixes #2532 2020-10-29 11:55:49 -05:00
Stuart Breckenridge
80744982f5 Offset and alignment changes. 2020-10-29 20:14:17 +08:00
Stuart Breckenridge
29fee1b590 padding changes 2020-10-29 16:33:31 +08:00
Stuart Breckenridge
49b6cb1417 more padding 2020-10-29 16:27:52 +08:00