aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/stats/StatsFollowersFragment.java
AgeCommit message (Expand)Author
2016-01-26Fix has Data Available in Followers module that now has 2 tabs completely ind...Danilo Ercoli
2016-01-26Rename `getSectionsToUpdate` to `sectionsToUpdate`.Danilo Ercoli
2016-01-08Another round of cleaning the houseDanilo Ercoli
2016-01-07Moved Insights and cleaned the code a bit.Danilo Ercoli
2016-01-05Followers!Danilo Ercoli
2015-08-15No longer passing title when showing blog previewNick Bradbury
2015-08-14Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Nick Bradbury
2015-08-12Optimize import, and add better comments.Danilo Ercoli
2015-08-11Add most of the code for "Latest Post Summary" module.Danilo Ercoli
2015-08-01Removed header for blog infoNick Bradbury
2015-06-15Make it "final"Danilo Ercoli
2015-06-15Do not call getString (int resId, Object... formatArgs) but use getString (in...Danilo Ercoli
2015-05-25Do not call getString (int resId, Object... formatArgs) but use getString (in...Danilo Ercoli
2015-05-12Restrict methods visibility and make variables final.Danilo Ercoli
2015-04-27Remove log linesDanilo Ercoli
2015-04-22ViewAll activity now uses StatsService to update/load data from the server.Danilo Ercoli
2015-04-03rename getAccounts* method to getBlogs in WordPressDBMaxime Biais
2015-02-17The blogID parameter returned from DB or from REST API doesn't need to be con...Danilo Ercoli
2015-02-17Use blogID rather than blog URL to call the Reader Blog Preview.Danilo Ercoli
2015-02-13Merge pull request #2312 from wordpress-mobile/issue/2201-duplicate-paginatio...Nick Bradbury
2015-02-13Format numbers used in pagination widgetDanilo Ercoli
2015-02-11Added showReaderBlogPreview() which accepts a blogUrl and performs a blogId l...Nick Bradbury
2015-02-11Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Nick Bradbury
2015-02-11All gravatar requests now default to 404.Nick Bradbury
2015-02-11Now using STATUS_404 as the default image in stats followersNick Bradbury
2015-02-10Moved fixAvatar routine to GravatarUtilsNick Bradbury
2015-02-10Duplicate the pagination item to the top of screen. Pagination is currently u...Danilo Ercoli
2015-02-09Removed blogUrl param from showBlogPreview(), added new routines for followin...Nick Bradbury
2015-01-30Rename getSectionToUpdate to getSectionsToUpdate since it returns an array of...Danilo Ercoli
2015-01-27Add few more sanity checksDanilo Ercoli
2015-01-15Merge pull request #2177 from wordpress-mobile/issue/2153-stats-single-post-d...Nick Bradbury
2015-01-15Set a min-width value on the "value entry" in list cell (right most column), ...Danilo Ercoli
2015-01-15Switched to HashSet, and introduced a utility routine that cleans and normali...Danilo Ercoli
2015-01-14Switch back to use full blog URL instead of domain only. Jetpack blogs can li...Danilo Ercoli
2015-01-14Move the domains list creation code to BG thread.Danilo Ercoli
2015-01-14Check if Follow data is available before opening the blog in the reader.Danilo Ercoli
2014-12-23Fix selection highlight for list items.Danilo Ercoli
2014-12-20- Fix highlight in the "Countries", "Followers" and "Comments" modules. The ...Danilo Ercoli
2014-12-19Switch to CheckedTextViews in the Top Module Pager component.Danilo Ercoli
2014-12-18- Add thousands-separators to the section below the graph, and in other views.Danilo Ercoli
2014-12-18Use JSONUtil.getString() where possible, and avoid all of those "null" check.Danilo Ercoli
2014-12-17First pass at cleaning the code by running the Inspector.Danilo Ercoli
2014-12-17- Open links to posts/pages in the Reader.Danilo Ercoli
2014-12-16Show empty UI in modules when loading data.Danilo Ercoli
2014-12-12Getting the UI ready for primetimeDanilo Ercoli
2014-12-11Use WPNetworkImage and switch to Round Gravatar, and Blavatar.Danilo Ercoli
2014-12-04Refactoring the UIDanilo Ercoli
2014-12-04Cleaning the UIDanilo Ercoli
2014-12-03Add the "Follow" button to Authors, Comments, and Followers modules.Danilo Ercoli
2014-12-01- Added pagination to Followers module.Danilo Ercoli