aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/stats/StatsTopPostsAndPagesFragment.java
AgeCommit message (Collapse)Author
2015-01-30Rename getSectionToUpdate to getSectionsToUpdate since it returns an array ↵Danilo Ercoli
of values
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
- Fixed a bunch of issues reported in the review.
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 ↵Danilo Ercoli
and TopPagesAndPosts modules.
2014-12-02UI Cleaning.Danilo Ercoli
2014-12-01- Added pagination to Followers module.Danilo Ercoli
- Fixed an issue with date format in Followers. - Refactoring.
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
- Add the ability to call 1+ endpoints from one module - Add a new version of Followers endpoint that works with 2 REST calls. Still need to do pagination.
2014-11-20Add the "view all" feature to all modules except Followers/Comment ↵Danilo Ercoli
Followers. Code needs a serious refactoring now. First thing I will do tomorrow.
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
'post views' screen.
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 ↵Danilo Ercoli
section. Just a test.
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