- All app-specific uses of UIWebView have been replaced with WKWebView.
- Some third-party uses remain.
- More testing required.
- Note that I’ve bumped the minimum iOS version to iOS 11, since that is needed for WKWebView support.
- Committing to a new branch until ready.
This was a curly one! I also fixed a bunch of Xcode 8 warnings (for
non-third-party code; I'd like to fix the third-party ones to get to
zero warnings, but don't know how you feel about that).
* master:
Adding search to all hosts in fabfile.
Android v4.7.0.
iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
Adding logrotate for nginx.
Premium accounts get feeds fetched at least once every 12 hours (for feeds that publish nothing).
Flat feeds also gets user_id.
Adding user_id to /reader/feeds.
Boosting oauth authorization code expiration to 1 hour (from 60 seconds) to aid development.
Adding MX DNS check on new users.
Fixing valuerror when trimming on feeds that have bogus dates.
Change find-next-unread to search forward then backward rather than forward in a loop.
Eliminated the old WYPopoverController from the code, since it isn’t
needed and isn’t compatible with theming. All popovers now use the
modern UIPopoverPresentationController mechanism.