New Servers and Scheduled Downtime (October)
Oct 24, 2018New Servers
I’ve just finished work on a new set of servers in the Singapore region. These servers will now handle traffic for all of your requests from the South East Asia region. You should experience lower latencies, faster load times and over all improved speediness in the app.
Users in the European and American regions are currently unaffected by this change.
Scheduled Downtime
There will be a scheduled downtime of the Elytra Service starting 28 October at 09:00PM IST (28 October, 3:30PM UTC) up to 29 October, 02:00 AM IST (28 October, 8:30 PM UTC).
During this time, I’ll be upgrading some of the servers in the US-East region for improved efficiency, reduced costs and higher throughput overall. The service will remain unavailable during that time to the users in the American and European regions. Service will continue as expected for users in the South East Asian region.
Due to the change in the pricing for the servers, the benefits will be passed on to you. I’ll share more details on this later.
I’ll appreciate your patience during this scheduled downtime. You can find the discussion on this post on Reddit.
1.1.0 Roadmap
Oct 1, 2018I’ve spent the weekend planning for the upcoming 1.1.0 release of Elytra. It’s been a very enlightening weekend for me as to what ya’ll are looking for in an RSS Reader as well as some features and improvements I want to bring to the app.
This is what the Roadmap is currently looking like for this release.
If there is something else you’d like to see included in this release, please feel free to email me, or you can also find me on Twitter. My Direct Messages are open to everyone.
The date in the screenshot is a tentative date and is likely to change but as far as possible, I’d like to stick and commit to that date.
If you notice, we have an established schedule here. 1.5 months per release is a decent timeframe. There is no guarantee that it’ll be maintained due to several factors being outside my control, I will certainly try my best.
Test Flight Update
As work has now commenced on the 1.1.0 release, if you haven’t joined the latest Test Flight Beta group, you can now do so from this direct link: https://testflight.apple.com/join/WiHZBq4P
That is all from me for this week. I’m most likely going to be a hermit for this week sorting out all the layouts and such so please do excuse me if I respond to your emails slower than usual.
1.0.2 is now Available
Sep 26, 2018Elytra 1.0.2 is now generally available on the App Store. You can read the full change-log on the App Store (I wont repeat it here) but there are a few changes which I’ll be talking about in this post.
New On-Boarding
When I was Beta testing the app, Craig Hockenberry gave me critical feedback that prompting users for an In-App Purchase when on-boarding them was a bad idea with Auto-Renewable Subscriptions. I agreed with him and changed this later. This was bad because the onus was on you to cancel your subscription in time if you did not like the app.
With this release however, Auto Renewing Subscriptions are no longer available until I resolve this issue with the App Store Review team. The App now implements non-renewing Subscriptions and offers a single Free Trial period of 14 days.
Since I was implementing this change, I decided to rework the On-Boarding UI as well. Here's how it looks now:
I’d like to hear your thoughts on this.
Improved Voice Over Support
I continue to improve Voice Over Support throughout the app and this build corrects a few issues when reading paragraphs, especially if you rotate your device or when paragraphs are drawn as you scroll.
What's Next
Getting this build out took much longer than I expected. I hit the wall several times with App Store Review but I'm glad all of that is finally over. I can now continue to focus on actually implementing new features and improving the app.
So, I have 1.0.3 in the pipeline already with a couple of more fixes to the actual reading experience before I begin work on 1.1.0. So if you've been waiting for a Test Flight Beta Invite from me, you can expect that soon now.
If you love the app and would like to be on the Test Flight Beta, just ping me in the comments on the website or ping me on Twitter or Micro.blog.
As always, I'd love to hear from you and to everyone who has a purchased a subscription: Thank you for supporting my work.
Finer Details of Elytra.app
Sep 6, 2018There are some very interesting details on Elytra’s website which you most likely have not noticed. This is by design. These are invisible details that are engineered to make your experience on the website more private and be good to your devices.
Respecting your Privacy
Like most landing pages for apps, products and services, Elytra’s website too loads the Google Analytics script. But the script itself does not respect the
DNT
Header your browser may be sending. To work around this, I added a simple check before calling the code that begins tracking page views.if ((‘doNotTrack’ in navigator) && navigator.doNotTrack == “1”) {
console.info(“Do not track is enabled. Exiting”);
}
else { // Regular GA code }This simple piece of code will respect your privacy settings and only if you allow will begin page views tracking via Google Analytics. Considering the critical role Privacy plays in Elytra’s core, this seemed obvious.
Respecting your Devices
Elytra’s landing page also includes 3 videos. These are kind of big. Total to about 35MB but varies depending on what codecs your browser supports. It is obvious that it does not make sense to load videos on all devices. It is also obvious that loading these videos on metered or cellular connections like 2G and 3G would be wasteful as the page would never complete loading. Most people would close the tab and move on.
Elytra’s website uses the new
navigator.connection
object to determine if videos should be shown. If it determines that videos should be discarded, it simply replaces them with cover images that fit the context.Safari on iOS and macOS does not support it yet, so the viewport size is used to determine this. As soon as Safari supports it, directly or by using the webkit prefix, it’ll kick into action.
This not only correctly conserves data bandwidth, but also power and is respectful towards batteries of your untethered devices.
Respecting Accessibility Requirements
Just like the iOS App, the website tries its best to be accessible. When designing the FAQ and Press pages, I decided to use the
details
andsummary
tags instead of hacking something on my own for creating collapsible sections. There is a lot of sample code, some which is even accessible, out there which creates collapsible sections, but nothing seemed to work as effectively as these two tags in tandem. You can read more about them on MDN.This made the two pages accessible not only to screen readers, but also for people who use the keyboard more than a pointer device to navigate webpages. If this is new to you, I’d love for you to try it out. Its fun!
While on the surface, Elytra’s landing page may look simple or even boring to some, I wanted to focus on getting the information to people who seek it. Aesthetics are important, but making and keeping your website Accessible, Private and Fast was paramount.
Something I want to explore when updating the website next is to localise it. So if you have any tips for me, do let me know.
Hello, App Store
Sep 5, 2018Elytra 1.0.0 is now generally available on the App Store. There’s also a shiny new website.
From having of the most volatile, overwhelming pre-releases announced on Twitter, to getting some really cool, critical, and supportive Beta Testers, to the Subscriptions rejection a few weeks earlier, my journey with Elytra has been an absolute roller coaster.
When I started working on Elytra back in November I had no idea what to expect. I was very surprised that people really yearned for a new RSS Reader option. The responses on Twitter only made by presumptions more concrete: I want this. A lot of people want this. This needs to be on the App Store.
There a lot of changes between the last Public Beta build and the App Store version. I wont go into too much detail here, but rest assured, it’s a more stable app. It isn't completely stable though which is why I have version 1.0.1 ready to go for Review as soon as 1.0.0 is released.
During the Public Beta, people sent me a lot of emails with feature requests, ideas and suggestions to make Elytra a better app, a better product. I’ve been communicating with a lot of people back and forth to evaluate and solidify these ideas and I am very excited to start working on those.
As always, please feel free to email me or tweet/toot at me with ideas, questions or just stop by to say hi.
App Status Update
Aug 25, 2018TL;DR: Please copy your Account ID and keep it safe somewhere (Notes.app or whatever else you may be using for keeping notes). When the app launches on the App Store, if you wish to retain your account, you can use the same Account ID to get access to your feeds again. If you want to be re-inducted into the Public Beta, please send me an email stating so.
Elytra went through a second round of App Store Review following an appeal and it got rejected again. As I noted in my previous post (You can read it here), if that ended up happening, I’ll have to take some drastic steps.
Since I cannot transfer an app which uses iCloud in any way, I had to recreate Elytra on my new Developer ID.
Test Flight
With this change, I ended up with two identical apps on my phone. This is fine for me, however, the ramifications of this are big if you are part of the Beta Testing groups.
The former Developer account expires tomorrow which will remove Elytra from Test Flight (renamed to YetiReader so I can continue using Elytra on the new account). If you wish to continue being a part of the Public Beta group, please send me an email through Test Flight or direct at: info@dezinezync.com and mention your Test Flight Email ID.
A good thing to come out of this situation: I have a much much better build which I’ll be shipping as 1.0.0. I’ve added multiple fixes, improvements and UI polish which was lacking from the latest build currently available.
I am not sure if the Test Flight build will continue to work once the former account expires. I know the build will no longer be available, but I am not sure if it’ll continue to work.
App Store
I believe I have a better idea as to why Elytra was rejected from using Auto Renewing Subscriptions. It’s just a guess at this point. I’ll be submitting the new build from the new account on Monday with all the new changes and improvements. I’m getting everything in order over the weekend.
Hoping everything goes well this time round. If you no longer wish to be a part Public Beta, you don’t need to do anything. If you wish to continue using Elytra when it releases on the App Store, I strongly recommend you copy your Account ID to somewhere safe like Notes.app or whatever else you may be using.
Thank you for sticking by me and keeping me motivated.
AppStore Status
Aug 21, 2018Elytra’s App Store status has been quite a weird roller-coaster ride for me. I’ve had my fair share of odd App Store rejections in the past, but none like this one.
After going in to the In Review status, the App was rejected a few hours later for including Auto-Renewable subscriptions. This seemed odd considering all the information Apple requires apps to be displayed on the Purchase screen was there. Turns out, that was not case. The subscriptions were rejected because they were, “Not valid use of the service”.
Upon presenting my case in the resolution centre that Elytra was adhering to all rules as laid out by the App Store Guidelines, I was once again told that this was invalid use of the service. The reviewer recommended that I instead use a Non-Auto Renewing Subscription.
At this point I decided to write an appeal to the App Store Review Board and see what happens. The In-App Purchases are back to being In Review and the app itself is now Waiting for Review..
Where does this leave me?
The account on which Elytra is being reviewed expires shortly. I have a new account all set up and ready to go and I don’t plan to renew the existing account if the app does not pass review. I’ll setup and resubmit the app from the new account.
However, if by some miracle, the app does pass review now, I’ll promptly renew the account and continue using it. If this happens, I have nothing else to do. I upload the website and release the app.
If I do end up setting it up on the new account:
- TestFlight access to the app will cease.
- Since I’m setting up a new app, it will no longer use data from the old app. Your subscriptions will be safe and you can simply setup the same account in the new app.
- I’ll have to implement a Non-Renewable Subscription which isn’t the best user experience considering you’ll have to manually renew the subscription every month, 3 months or year depending on your subscription type.
So I hope things work out for Elytra as it stands right now. Setting up a new app will be incredibly tedious to say the least with a lot of undesirable effects.
I simply wonder why the Review Team is rejecting Elytra’s use of Auto-Renewable Subscriptions when prior art for the purpose exists in the App Store. Heck, its even promoted in Searches.
Last round on me!
Aug 6, 2018This is most likely the last build of Elytra which will be going out to the Public Beta testers. It mostly contains a few minor fixes and two new additions. Read on to learn more.
New
- Long tapping on the All Read button (Double checkmark) in a Feed’s interface will enable you to mark all unread articles as read, including articles not currently loaded in the interface. This is especially useful when you add a new high frequency feed to your list.
- You can now optionally use a Dark Application Icon for Elytra. A new Miscellaneous section has been added under settings.
Fixes
- Tweaked the Application Icons to render correctly on displays which use the sRGB colour profile.
- Updated the footer text in the Subscriptions Interface to be compliant with Apple’s requirements. This is critically useful for you as well as I have come to realise. (I’m secretly hoping Elytra passes Apple’s review in the first go, as we all do :D)
- Fixed application launch on iPads when running Elytra for the first time on the device.
- Scrolling to load the next batch of articles now consumes less power. This is done less frequently now by using an alternate system API.
- Fixed the status bar being dark (when a dark theme is selected) for the Move Folder interface.
- Tapping on the Close button on iPads now deselects the currently selected article.
Notes
Version: 1.0.0
Build 127
Pipe: PBeta-04The Final Epoch
Jul 27, 2018I’ve received numerous emails and messages over the last two weeks requesting new features and reporting bugs. This build is a culmination of all of that including bug reports and feature lists we’ve compiled internally.
What’s new
- You can now share the Feed’s URL (and website’s URL when available) from the swipe menu. The same is accessible when dragging cells on iPads supporting drag and drop.
- State Restoration has now been implemented in tandem with Background Fetch.
- With the background fetch change, the refresh activity indicator will now also show the last refresh time if one is available.
Improvements
- Images are no longer affected by Smart Invert. Strict Invert will still invert the colours in images.
- Improved image caching
- Improved memory usage when loading and displaying images (especially on iPhones)
- Improved multi-tasking behaviour on iPads (Slide Over was majorly broken in previous builds)
Fixes
- Removed the trailing line-break from Lists
- Fixed long tapping on the Account ID during setup to crash the app. (This gesture has been removed and replaced with a single tap gesture)
- Aligns the section header’s title with the labels of the cell.
- Correctly manage unread and bookmarked states when article states change via the toolbar in the Article interface.
- Fixed a crash when linked header identifiers contained non-URL safe characters.
- Fixes the blank window on app launch (including bringing the app to the foreground) which occurred in unusual circumstances only on iPads.
Web Service
- Improved the performance of fetching unread items (on the server) by a huge margin. This could previously take over 30s and now shouldn’t take more than a second.
This probably brings us to the end of the Beta runs for Elytra. I’ll be resuming work on the launch of the app now and if there are any bug reports that come during this period, I’ll work on those. But the feature list is now frozen and everything deferred to the 1.x versions.
A big thank you to everyone who has been testing the app and sending me feedback. I still have a lot of people to invite to the beta testers list and I’ll resume on that shortly.
Notes
- Version: 1.0.0
- Build 119
- Pipe: PBeta-04
Public Beta - Round 4
Jul 18, 2018Elytra Build 110 is now available to all beta testers. This is a sizeable change-log so get ready.
Whats New
- The Publisher title is now included in the Article view. This is very useful when browsing through articles in the Unread or Bookmarked section.
- New Subscriptions interface. You’ll see it once during the beta. You won’t be charged for the subscription when you install builds through Testflight.
- Off by default, you can now toggle to have Article cover images show up in the Feed interface. To manage this setting, open the App’s settings > Image Handling, scroll right to the end. Articles without cover images will continue to behave as they have always done.
Improvements
- Improves handling of folders when deleting a feed from a folder or deleting the folder itself.
- When importing your OPML file, the File Picker Interface will now allow for selection of files saved with the
.opml
extension as well. - Improved the functioning of the OPML interface for imports and exports.
- Improved system for managing unread counts on the Feeds interface.
- Code blocks now support dynamic type.
- Removed the subscriptions interface from the Introduction interface. The subscriptions interface will now popup once after you add your first feed.
- Tapping the search button in the Article’s Interface will dismiss the Search bar if it’s already active.
Fixes
- Fixed a memory consumption issue caused when really long articles are opened.
- Fixed an issue where the cover image of an article would render twice, once as the cover image and the other as an image inside the post.
- Fixed padding of code blocks.
- Fixes height of rendered tweets.
- Rotating to a new orientation no longer causes a black out in the Article interface.
- Fixed a rendering bug for new lines and extraneous spaces in paragraphs.
- Fixed handling of push notification taps.
- Fixed the width of the search bar (in the Articles interface) on iPads.
- When you update the theme on the iPad and if an article is open, the article will refresh to accommodate for this change.
- Fixed the appearance of the New Feed and New Folder inputs.
Notes
- Version: 1.0.0
- Build 110.
- Pipe: PBeta-04