* master:
Cleaner log.
Adding reconnect events to socket.io.
Use system setting to format times as 12 or 24 hours
Use ThreadLocals for data formats in StoryUtils
Workaround buggy text size setting migrations.
Change some URLs to protocol-relative
Delete debug logging
Format short dates for list item fragments
Format story date for ReadingItemFragement on client
* master:
One last (small) memory leak.
Major fix to memory leaks. Hurray this is 99% of all leaks.
Fixing 20% of my memory leaks, but still need to find the rest. Thanks to @theromit for pushing me on this.
Use same list of feed IDs for entire lifecycle of AllSharedStories itemlist and reading activities for efficient use of server side cache. (#479)
Pass relevant feed IDs from ItemList down to Reading when reading All Stories in focus mode for efficient use of server side cache. (#479)
Use same list of feed IDs for entire lifecycle of All Stories activity. (#479)
Use same list of feed IDs for duration of folder-reading activity cycle to prevent server-side cache invalidates. (#479)
* master: (47 commits)
Adding 401 status code for invalid token on user/info.
Adding new preference for 24 hour clock. Moving to client-side generated dates.
Adding IFTTT logging.
All dates in iso 8601 format.
Use strings for feed_id.
Fixing unread trigger for IFTTT.
Updating shared story ifttt entries.
Fixing ReadKit flat folders by leaving out removed feeds.
Adding handlers for all stories.
Fixing ifttt timestamp.
Adding share story action for IFTTT.
Adding site title, website, and address to each IFTTT trigger.
Adding share username to ifttt share trigger.
Upping access token expiration to 10 years.
Using TitleCase instead of snake_case.
Fixing exception dialogs to correctly update on fixed addresses and links.
New saved story as per IFTTT action.
Updating IFTTT urls.
IFTTT action for new subscriptions.
Adding folder list for dynamic action fields.
...