aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/stats/StatsTopPostsAndPagesFragment.java
AgeCommit message (Expand)Author
2016-01-26Follow naming convention.Danilo Ercoli
2016-01-26Rename `getSectionsToUpdate` to `sectionsToUpdate`.Danilo Ercoli
2016-01-07Moved Insights and cleaned the code a bit.Danilo Ercoli
2016-01-05Publicize, Tags and CategoriesDanilo Ercoli
2016-01-05Authors, Videos, Clicks sections refreshed.Danilo Ercoli
2016-01-05Move Referrers to the new modelDanilo Ercoli
2016-01-05Start the migration to POJO and multiple update eventsDanilo Ercoli
2015-05-111st run with the inspectorDanilo Ercoli
2015-04-23Clean the code by following suggestions returned by the "code inspector".Danilo Ercoli
2015-01-30Rename getSectionToUpdate to getSectionsToUpdate since it returns an array of...Danilo Ercoli
2015-01-15Fix #2171 by using the new post-type field returned by the REST API.Danilo Ercoli
2014-12-18- Add thousands-separators to the section below the graph, and in other views.Danilo Ercoli
2014-12-16Show empty UI in modules when loading data.Danilo Ercoli
2014-12-03Add the "Follow" button to Authors, Comments, and Followers modules.Danilo Ercoli
2014-12-03Move PostsAndPages list adapter to a new package, and reuse it in Comments an...Danilo Ercoli
2014-12-02UI Cleaning.Danilo Ercoli
2014-12-01- Added pagination to Followers module.Danilo Ercoli
2014-11-26Cleaning the UI. Calypso Styles land in Stats.Danilo Ercoli
2014-11-24Show error messages within the Module UI when they occurs.Danilo Ercoli
2014-11-24RefactoringDanilo Ercoli
2014-11-23- Remove loading indicator in sections.Danilo Ercoli
2014-11-20Add the "view all" feature to all modules except Followers/Comment Followers....Danilo Ercoli
2014-11-10RefactoringDanilo Ercoli
2014-11-05Add Videoplays Fragment.Danilo Ercoli
2014-11-05Add Authors FragmentDanilo Ercoli
2014-11-04RefactoringDanilo Ercoli
2014-10-30Add loading indicators on fragments, and start parsing data that is used in ...Danilo Ercoli
2014-10-29- Do not use retainInstance on Fragments but persist and restore values.Danilo Ercoli
2014-10-28Add a very raw version of the single post details viewDanilo Ercoli
2014-10-22Added the graph view and the initial code that handles it.Danilo Ercoli
2014-10-10Created a list adapter and used it to show some data in TopPostsAndPages sect...Danilo Ercoli
2014-10-10Introducing Fragments.Danilo Ercoli
2014-08-29First pass at getting rid of WordPress.getCurrentBlog in StatsDanilo Ercoli
2014-06-30Moved to gradle multiproject build structureBeau Collins