Maurice Parker
a80fc871c4
Add separators to iOS context menus
2020-11-13 05:23:04 -06:00
Maurice Parker
ad29fc2dd2
Delete code that wasn't being executed
2020-11-08 20:44:32 -06:00
Maurice Parker
f391eb1669
Allow users to drop onto expanded folders. Fixes #2022
2020-11-02 14:53:00 -06:00
Maurice Parker
93cd9dd14b
Enable dropping onto empty accounts. Fixes #2024
2020-11-02 14:35:48 -06:00
Maurice Parker
75fb3fa5fb
Implement account specific drag and drop behaviors for iOS
2020-10-31 20:14:50 -05:00
Maurice Parker
807b2d3109
Don't delay hiding the progress bar unless we are animating it.
2020-10-25 12:46:25 -05:00
Maurice Parker
8cffd206ec
Change to use deselect instead of selecting a nil indexPath since deselect still animates correctly on iOS 14.
2020-10-22 19:48:09 -05:00
Maurice Parker
18726d061d
Remove zero duration animations.
2020-10-22 18:56:33 -05:00
Maurice Parker
7030de089e
Speed up context menus by checking unread count instead of fetching articles everytime.
2020-10-20 17:59:54 -05:00
Rizwan Mohamed Ibrahim
e4ba77d1b9
Fix a11y for refresh progress view and adds traits
2020-10-07 19:50:12 +05:30
Maurice Parker
ee7e32959f
Add confirmation dialog for Feed/Folder deletes. Issue #1789
2020-09-28 20:21:07 -05:00
Maurice Parker
a500166af0
Merge branch 'ios-release' into main
2020-08-15 11:03:29 -05:00
Maurice Parker
d6ed015514
Don't allow users to add Reddit or Twitter feeds if they don't have an extension configured.
2020-08-12 10:27:58 -05:00
Maurice Parker
d05b450cc5
Use colorful smart feed icons on iOS
2020-08-11 20:41:20 -05:00
Maurice Parker
c4ad7c71fd
Don't allow Twitter or Reddit feeds to be added to accounts that can't handle them
2020-08-11 17:33:48 -05:00
Maurice Parker
9f9b12b6b3
Add Twitter Feed functionality
2020-08-11 16:46:26 -05:00
Maurice Parker
e7f42905dc
Add Reddit Feed adding functionality
2020-08-11 16:27:42 -05:00
Maurice Parker
0ec250ec24
Rewrite Add Feed and Add Folder to be separate dialogs
2020-08-11 15:00:31 -05:00
Rizwan Mohamed Ibrahim
64a4d9bbe5
Fix localised comments
2020-07-14 22:04:20 +05:30
Rizwan Mohamed Ibrahim
1427e1d8c6
Add a11y label for expanded/collapsed status for Master Feed
2020-07-14 18:07:29 +05:30
Nate Weaver
059ebd5e27
Use parentContainerID when computing hash also
2020-07-12 07:44:43 -05:00
Rizwan Mohamed Ibrahim
687b454cd7
fix mark all as read context menu on Accounts
2020-07-01 12:30:39 +05:30
Maurice Parker
72ef643a5f
Remove commented code
2020-06-29 04:29:39 -05:00
Maurice Parker
50508446bb
Use immutable object for diffable datasource on Feeds. Issues #1901 , #2031 , #2124
2020-06-15 18:03:20 -05:00
Maurice Parker
95f6f80583
Merge branch 'ios-release'
2020-06-15 17:40:06 -05:00
Andrew Mackarous
5cc2605add
Fix issue #2132
2020-06-15 02:42:30 -04:00
Kiel Gillard 🤪
9d7ebf8dfa
Command + I can be used to get info on a feed for a timeline or an article. Fixes #2104
2020-05-26 14:52:15 +10:00
Maurice Parker
7d8e49a2ee
Merge branch 'ios-release'
2020-05-18 03:05:59 -05:00
Maurice Parker
225c98a70e
Merge pull request #2073 from rizwankce/open-in-safari-shortcut
...
Keyboard shortcuts for "Open in App Browser"
2020-05-15 04:38:26 -05:00
Rizwan Mohamed Ibrahim
c9ebb6bd75
adds "Open In App Browser" shortcut
2020-05-15 12:39:33 +05:30
Rizwan Mohamed Ibrahim
04458adee5
adds "Mark All Read" shortcut for feeds list
2020-05-14 18:13:41 +05:30
Rizwan Mohamed Ibrahim
f7f7f4dddb
adds keyboard shortcuts for open in Safari
2020-05-14 17:58:38 +05:30
Stuart Breckenridge
58575331dd
Fixes #2018
...
This commit adds a new `MarkAsReadAlertControllerSourceType` protocol to which `CGRect`, `UIView`, and `UIBarButtonItem` conform to.
The `MarkAsReadAlertController` now presents an action sheet for mark as read, mark above as read, and mark below as read. The above is used for the `popoverPresentationController`’s `barButtonItem`, `sourceRect`, or `sourceView` as needed.
2020-05-13 12:33:51 +08:00
Maurice Parker
fda9be2e41
Update the progress bar when it comes into view so that it is always current
2020-05-10 10:00:04 -05:00
Maurice Parker
14d8e9af30
Merge branch 'ios-release'
2020-05-06 15:12:25 -05:00
Maurice Parker
d4cffa28f2
Rollback disclosure button reference hold since it does nothing to stop the crash
2020-05-06 14:58:47 -05:00
Maurice Parker
6d60053012
Merge branch 'ios-release'
2020-05-01 16:35:21 -05:00
Maurice Parker
e2267d14ee
Hold a reference to the pointer interaction to try to get it to stop crashing. Issue #2034
2020-05-01 16:34:19 -05:00
Maurice Parker
d1c3d43018
Don't animate progress bar when initially added to the superview
2020-04-29 14:29:21 -05:00
Maurice Parker
a13f10441f
Change pointer interaction to encompass the complete button.
2020-03-26 11:20:13 -05:00
Maurice Parker
6c06c7791c
Add interaction to buttons that were missing it. Issue #1945
2020-03-25 08:55:02 -05:00
Maurice Parker
97226f543b
Assign keyboard shortcuts to filters and change clean up shortcut. Issue #1842
2020-03-22 10:18:07 -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
2240058fe8
Merge pull request #1850 from mvolpato/bugfix-progress-indicator-max-width
...
Bugfix progress indicator max width
2020-03-13 15:31:30 -05:00
Maurice Parker
9007ed4b06
Changed so that Feeds and Timeline clear read items if necessary on manual refresh commands. Issues #1834 , #1856 , and #1845
2020-03-11 14:47:00 -06:00
Michele Volpato
ee0f982e93
Remove unneeded whitespaces
2020-03-02 22:33:59 +01:00
Michele Volpato
115405f1f0
Fix progress bar width, add contraints to progress label
2020-03-02 22:25:57 +01:00
Maurice Parker
23b8af4634
Don't end the operation until the deselection animation has completed. (Regression)
2020-02-24 08:07:14 -08:00
Maurice Parker
48e856fc04
Serialize access to the UITableView for scrolling and diffable datasource updates. Issue #1806
2020-02-23 10:57:20 -08:00
Maurice Parker
03c1ed2625
Make handling of programmatic feed selection when filtered or collapsed more consistent. Issues #1788 and #1792
2020-02-17 17:40:40 -08:00