Quantcast
Channel: FeedBunch:b8e7c21ddb9548d7dcaee4640fde16f926618538 commits
Browsing all 40 articles
Browse latest View live

Removed unnecessary dependency injection.

View Article



Disable loading entries via infinite scroll when we know there are no more en...

The old version could get stuck in an infinite look checking for more entries. This look didn't actually perform ajax calls but still was a waste of cpu cycles.

View Article

When there is an unexpected error loading entries, set a flag to indicate...

When there is an unexpected error loading entries, set a flag to indicate there are no more entries available to load. This disables the infinite scroll, this is desirable to avoid an infinite loop of...

View Article

More correct behavior for the loading_entries_busy flag.

We no longer check this flag before loading entries. It is entirely possible that e.g. while entries for a feed are loading, the user clicks on a different feed. In this case we do want to load...

View Article

Navbar button animation now works every time the button is clicked.

The problem was that after the animation ran once, the background opacity was set to 0. This meant that trying to animate the button again had no visible effect, because the animation changed the...

View Article


Requesting a feed refresh is done in a web worker.

View Article

Updated jquery 2.2.2 -> 2.2.3

View Article

Moved loading feeds to a new angularjs service, loadFeedsSvc.

Before this the code that loaded feeds and folders was in a single service, feedsFoldersSvc.

View Article


Fixed bug (wrong service being called from the controller when loading a sing...

View Article


Fixed bugs (using the wrong service to load a feed)

View Article

Moved the code that loads folders into a separate angularjs service.

View Article

No need to reload feeds and folders when an OPML export finishes.

View Article

Removed unnecessary dependency injections from service.

View Article


Corrected comment

View Article

Moved code that shows/hides read entries to a new angularjs service.

View Article


Removed unnecessary dependency injections.

View Article

Renamed angularjs service to be more descriptive.

View Article


WIP: load feeds in a web worker

View Article

Fixed bug.

The flag that indicates if the feeds pagination is busy should be set to false when a feeds page loading finishes with an error (e.g. 404). This was already implemented but was removed by mistake in...

View Article

WIP: load feeds in a web worker.

Moved code that runs when the web worker finishes returning an error to separate functions for each of the possible operations the worker can perform (load a single feed, load a page of all feeds, or...

View Article
Browsing all 40 articles
Browse latest View live




Latest Images