* master: (398 commits)
Another fix for premium sub activation.
Fixing issue with activating premium when already premium.
Fixing premium dialog crash.
Only auto-enable every feed if a free user is moving to premium
New Android phones for scrteenshots.
Fixing major Stripe bug where changing a CC# would not correctly update the subscription, so some users would change their credit card but never receive a bill, either immediately if they were expired or on the correct expiration date. Both cases now fixed.
Android v8.0.0.
Fixing crash on network change.
Handling no host error in text importer.
Better handling of broken original text.
Handling twitter error
Handling missig feed on page importer.
Fixing missing schema exception.
Migrating to jQuery 2.2.4.
Incorrectly skipping title-less stories.
Switching to working NewsBlur Notifier Plus Chrome extension by @JoshSchreuder. https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Fixing copied/saved toasts on ios.
Preventing double counting of Stripe payments.
Better handling of broken page server.
Fixing handling of invalid feed url on share story feed finding.
...
These indices are used in appDelegate.dictFoldersArray and as UIButton tags.
Removes a number of places where a number-to-name lookup was done for no apparent reason when the items are in appDelegate.dictFoldersArray already.
Fixes issue where all stories are now at index 3, not 2, and shift-E was showing infrequent stories on iPad because the index was not updated when infrequent stories were introduced.
* master: (247 commits)
Handling issue when story has no original content.
Switching to Mercury text parser, which is an upgraded Readability. Using old readability as backup.
Baseline autolayout changes for story page control for iPhone X, but a lot needs to happen to get sizing correct for story traversal buttons and story web views.
Fixing feed detail view for iPhone X.
Updating twitter avatar photo on homepage.
Removing links to Readability. Fixes#1045.
Removing breaking text importer UTF-8 encoding.
Wrong margins on iPhone X.
Attempting to fix notifier on iPhone X.
Fixing font size selector styling.
More UI in background thread warnings.
Fixing long press menu location on feed titles.
Show all story tags.
Fixing warnings.
Adding feed list and story list font size segmented controls to feed and story menus. Also changing feed and story title list to be variable height depending on font size.
Fixing badge unread counts for users without any notifications.
Fixing layout of unread counts on dashboard top.
remove hardcoded background resource IDs in favour of using theme engine
migrate some hardcoded theme logic to use theme engine
fix broken colors when training and un-training story metadata
...
* master: (470 commits)
Better handling of tweepy errors.
Truncating more of the body due to payload size limits.
Accidentally marking stories in active feed as read when marking other feeds as read.
New experimental data collector for debugging feeds over time.
Fixing broken notifications for people with no notifications.
Fixing a couple Twitter and YouTube fetch issues.
iOS v7.0.0 testflight beta.
Gotham is the new default font.
Notifications should start at the top on every open.
Fixing notification popover placement on ipad.
Fixing crash when remvoing multiple notifications at once.
Fixing all ios8 warnings. v7.0.0 is ready to go to TestFlight!
Moving to UIAlertController. Got a bunch more.
Upping redis timeout to handle possibility that users are still losing their tokens.
Fixing warnings.
Fixing styling on notifications titles.
Fixing notifications on ipad. Notifications are also now updated after saving.
Attempting to allow both old form and new form lists in parameters. looks[]=like&looks[]=this instead of looks=like&looks=this
Feed ids is a list.
Handling new style list parameters.
...