NewsBlur/templates/static/ios_download.xhtml
2015-09-23 22:49:05 -07:00

96 lines
No EOL
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Install the NewsBlur iPhone and iPad app</title>
<style type="text/css">
body {
background: url(/media/img/reader/iphone-stripe-bkg.png) repeat #c5ccd4;
font-family: Helvetica, arial, sans-serif;
}
.congrats {
font-size: 16pt;
padding: 6px;
text-align: center;
}
.step {
background: white;
border: 1px #ccc solid;
border-radius: 14px;
padding: 4px 10px;
margin: 10px 0;
}
.instructions {
font-size: 14pt;
}
a {
text-decoration: none;
}
.arrow {
font-size: 15pt;
}
table {
width: 100%;
}
.changelog {
margin: 24px 24px;
}
</style>
</head>
<body>
<div class="congrats">Download the latest version of the NewsBlur iOS app</div>
<div class="step">
<table><tr>
<td class="instructions"><a href="itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist">Install the NewsBlur app</a></td>
<td width="24" class="arrow">&rarr;</td>
<td width="57" class="imagelink">
<a href="itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist">
<img src="/media/ios/Resources/logos/logo_116.png" height="57" width="57" />
</a>
</td>
</tr></table>
</div>
<div class="changelog">
<h2>What's new: <code>version 5.0.0b2 / September 23rd, 2015</code></h2>
<ul>
<li> iOS 9-ified</li>
<li> The Text view is now sticky based on the last view you used. It's per feed but it also respects individual feeds when reading by folder. </li>
<li> Stories now remember your last scroll position. When you go back to a story, you are taken back to the same place you left off. </li>
<li> Stories are now searchable through spotlight if they have been stored for offline reading. </li>
<li> New Safari-based browser for the original story. These views are faster and support content blockers on iOS 9 and use your browser's cookies. However, they look like Safari and not NewsBlur, so the default in-app browser is the original browser. The new in-app Safari browser is a preference, along with Chrome, Opera, and the full Safari app.</li>
<li> Sending stories to third-party services now uses full Text if available. Useful for storing full story text in Evernote or Pocket.</li>
<li> iOS 8 is the minimum supported version for this release. </li>
</ul>
<h2>What's new: <code>version 4.6.0 / November 12th, 2014</code></h2>
<ul>
<li>Search feeds and folders.</li>
<li>Fixing rotation issues so you can watch a video and rotate without losing position.</li>
<li>Saved story tagging: add and remove tags with a handy tagging popover.</li>
<li>Native controls for sending a story to other services (mail, safari, chrome, evernote, instapaper, etc).</li>
<li>Progress bar for the Story view when loading a story using the in-app browser.</li>
<li>Further UI cleanups and memory fixes/speedups for iOS 8.</li>
</ul>
<h2>What's new: <code>version 4.5.0 / October 15th, 2014</code></h2>
<ul>
<li>iPhone 6 and 6 Plus are now fully supported</li>
<li>iOS 8 is also now fully supported (as well as iOS 7)</li>
<li>Moving between the feed list, story list, and story detail is now much faster</li>
<li>Images are now “full bleed”, extending to the entire width of the screen</li>
<li>New preference for hiding feeds after they are read</li>
<li>Long press images in a story to read the alt text</li>
<li>Long press images in a story to save it to your camera roll</li>
<li>Long press images in a story to zoom into it</li>
<li>Long press links in a story to get an actions menu (safari, instapaper, bookmark, etc)</li>
<li>Fixed all iOS 8 issues (preference panes, profile popovers)</li>
<li>OvershareKit updated for iOS 8</li>
<li>Pull to refresh updated to match theme</li>
<li>Pull to refresh date is now localized</li>
</ul>
</div>
</body>
</html>