aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/datasets/ReaderBlogTable.java
AgeCommit message (Expand)Author
2016-09-09Replace DateTimeUtils with libs subtree versionAlex Forcier
2015-11-18Separate message when Followed Sites is empty but user is following at least ...Nick Bradbury
2015-08-16Avoid updating blog info too oftenNick Bradbury
2015-08-01Removed header for blog infoNick Bradbury
2015-07-08Changed primary key of tbl_blog_info to prevent dups due to absent feed_idNick Bradbury
2015-02-13Updated getBlogIdFromUrl and getFeedIdFromUrl to only check the appropriate u...Nick Bradbury
2015-02-13Following a site by manually entering a URL now follows it as a feed, and the...Nick Bradbury
2015-02-13Added check for whether feed is already followedNick Bradbury
2015-02-12Fixed bug that caused following/unfollowing a feed to be treated as following...Nick Bradbury
2015-02-09Changed index on tbl_blog_info, minor tweaks & correctionsNick Bradbury
2015-02-09Removed follow button from blog lists (now only shown on detail view)Nick Bradbury
2015-02-09Removed blogUrl param from showBlogPreview(), added new routines for followin...Nick Bradbury
2015-02-09Removed blogUrl param from isFollowedBlogNick Bradbury
2015-02-08Added infinite scroll for feedsNick Bradbury
2015-02-08First pass at getting feed infoNick Bradbury
2015-01-12Removed paging between groups of recommended blogs, now showing all 20 at onc...Nick Bradbury
2014-09-07Blog preview now appears when tapping header on reader post detailNick Bradbury
2014-08-13Blog is now marked as unfollowed after blockingNick Bradbury
2014-07-31Added blog icon to the "Followed Blogs" pageNick Bradbury
2014-07-18Removed unnecessary "clearBindings()" from ReaderBlogTable and ReaderTagTableNick Bradbury
2014-06-30Moved to gradle multiproject build structureBeau Collins