Maurice Parker
f1dbc2de71
Merge branch 'ios-release'
2021-06-22 19:14:50 -05: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
Komachin
7a5581a2c7
Fixed missing argument `validateFeed:`
...
Based on the newest API, `public func createWebFeed(url: String, name: String?, container: Container, validateFeed: Bool, completion: @escaping (Result<WebFeed, Error>) -> Void)`, there should be a `validateFeed:` argument.
2021-04-17 10:38:40 +01:00
Stuart Breckenridge
c2acafd797
corrects URLs
2020-12-07 19:58:15 +08:00
Stuart Breckenridge
092415e3a9
updated assets
2020-12-07 19:52:35 +08:00
Stuart Breckenridge
c8b5caba60
Look and feel.
2020-12-07 19:22:35 +08:00
Stuart Breckenridge
841da2d570
show/hide password when signing up
2020-12-06 08:00:34 +08:00
Stuart Breckenridge
32506b25ae
Models now handle sign up presentations
2020-12-06 07:58:20 +08:00
Stuart Breckenridge
56f26c0c3d
AddFeedbinAccountView.swift foreground colour
2020-12-05 23:01:10 +08:00
Stuart Breckenridge
762417e2ba
additional work on iOS sheets
2020-12-05 22:58:11 +08:00
Stuart Breckenridge
ad678f2fc1
models now handle authentication
2020-12-05 22:18:10 +08:00
Stuart Breckenridge
0a51508abf
Reduces reliance on presentationMode to dismiss
...
Bindings are passed instead and this fixes issues with Add Web (etc) only appearing once.
2020-08-14 00:04:39 +08:00
Stuart Breckenridge
7aab8c87fb
Removes more @ViewBuilders
2020-08-13 22:25:34 +08:00
Stuart Breckenridge
3ae4a85969
Removes @ViewBuilder from `var body`
2020-08-12 21:04:56 +08:00
Maurice Parker
1de3c75d4f
Add update timeline articles statuses back in
2020-07-25 13:53:46 -05:00
Stuart Breckenridge
61c42171c7
2237
...
Fixes #2237 accent colours on web feeds.
2020-07-12 00:07:37 +08:00
Alex Faber
5b50e8cdd2
OPT: Cleanup Add Folder view on Mac, change SceneNavigationView to support multiple sheet types.
2020-07-09 21:09:50 +02:00
Stuart Breckenridge
771fe21422
Tidy up
2020-07-09 17:36:17 +08:00
Stuart Breckenridge
f4deab1361
Updates title to match current app
2020-07-09 17:04:04 +08:00
Stuart Breckenridge
9830a977a0
Add Web Feed Colours
...
Icons in the picker now use accent colour.
2020-07-09 16:58:04 +08:00
Stuart Breckenridge
ad4aaf9a19
Add Feed Folder Picker
...
Fixes #2193 :
• Containers with indentation are supported
• Small icon provider is used
• AssetCatalog updated with SF Symbol images for desktop, iPad, iPhone.
• Title page doesn’t work at the current time.
2020-07-05 09:06:53 +08:00
Stuart Breckenridge
14c66f9c2b
Add Feed Fix
...
Fixes #2209
2020-07-04 23:12:53 +08:00
Alex Faber
7fc7bedf9e
NEW: Add Folder functionality in SwiftUI
2020-07-04 16:19:03 +02:00
Stuart Breckenridge
294591d154
Fixes compile crash with sidebar toolbar
2020-07-04 22:01:01 +08:00
Stuart Breckenridge
c0755fe55b
Add Web Feed Layout
...
Fixes #2194
• Views are aligned using `LazyVGrid` and some `.padding()`
2020-07-04 21:07:18 +08:00
Stuart Breckenridge
ff6fd64557
Merge remote-tracking branch 'upstream/swiftui' into swiftui
2020-07-04 17:50:11 +08:00
Stuart Breckenridge
9491855fb8
2199
...
On iOS:
• Autocorrection and auto capitalisation is disabled on URL field
On macOS:
• Autocorrection is disabled.
2020-07-04 09:31:58 +08:00
Maurice Parker
b28fc913af
Renamed because we just call out view models Models
2020-07-03 20:23:41 -05:00
Stuart Breckenridge
e99ff1346b
Work on #2196
...
Fixes #2196
All logic has moved to `AddWebFeedViewModel`.
2020-07-04 09:07:55 +08:00
Stuart Breckenridge
d8914510f7
AddWebFeed
...
Fixes #2184
Adding Web Feeds is working for macOS and iOS. There are some alignment is.
2020-07-03 23:43:20 +08:00
Stuart Breckenridge
a4f53bc167
Using Form and monospace to keep alignment
...
Work in progress for #2184
2020-07-03 22:58:39 +08:00
Stuart Breckenridge
467c16465f
add feed changes
...
sorts alignment issues with monospaced fonts.
2020-07-03 21:43:55 +08:00
Stuart Breckenridge
6fb5af81af
Removes Combine import.
2020-07-03 20:41:47 +08:00
Stuart Breckenridge
6b6ff7ce1c
Work in progress for #2184
2020-07-03 20:31:48 +08:00