aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/stats/StatsUtils.java
AgeCommit message (Expand)Author
2016-03-29Remove unused importsStefanos Togkoulidis
2016-01-26Check date is not equals to the string "null" before parsing it. This remove ...Danilo Ercoli
2016-01-11Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Danilo Ercoli
2016-01-05Authors, Videos, Clicks sections refreshed.Danilo Ercoli
2016-01-05Start the migration to POJO and multiple update eventsDanilo Ercoli
2015-12-23Move `StatsUtils.getBlogId` to Blog.getDotComBlogId and update/remove duplica...Danilo Ercoli
2015-12-01Remove "View Web Stats" menu itemDanilo Ercoli
2015-10-08Fix an issue where self-hosted blog could return invalid remote blog IDDanilo Ercoli
2015-10-02Performance improvements and cleaned up the code a bitDanilo Ercoli
2015-10-01Added improvements for multi sites and multi widgets usersDanilo Ercoli
2015-09-29Add the ability to select a blog for the widgetDanilo Ercoli
2015-09-22- Read the correct localBlogID for a Jetpack blogDanilo 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-12Move the code that requests post views into the StatsService.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-07-08Merge pull request #2934 from wordpress-mobile/feature/2875-post-cardviewTony Rankin
2015-07-08Better wording.Danilo Ercoli
2015-06-18Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Nick Bradbury
2015-06-18Use constants instead of hard-coded values for post-typesDanilo Ercoli
2015-06-18Use the URL when the title is not available on the main top label. Make it cl...Danilo Ercoli
2015-06-18Do not pass PostModel to StatsSinglePostDetails activity. Also renamed it to ...Danilo Ercoli
2015-06-18Hooked up single post statsNick Bradbury
2015-05-14Second run on adding insights!Danilo Ercoli
2015-05-13Model, parsing and most of the logic is there. UI is missing.Danilo Ercoli
2015-05-12Restrict methods visibility and make variables final.Danilo Ercoli
2015-05-05remove mIsWordPressComUser from AccountModel and set hasAccessToken() friendl...Maxime Biais
2015-04-09Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Nick Bradbury
2015-04-09Remove "Published" moduleDanilo Ercoli
2015-04-08Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Nick Bradbury
2015-04-06Add the published moduleDanilo Ercoli
2015-04-03replaced ACCESS_TOKEN and WPCOM_USERNAME preferences by a call to the default...Maxime Biais
2015-03-04Merge pull request #2387 from wordpress-mobile/issue/2384-Stats-make-Authors-...Tony Rankin
2015-03-04Authors module is always on the screen now.Danilo Ercoli
2015-03-02Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Andro...Danilo Ercoli
2015-02-26- Show the checkbox option on the Views tab only.Danilo Ercoli
2015-02-26Better logging of Volley Errors.Danilo Ercoli
2015-02-19Removed password from Stats when loading WebView.Dan Roundhill
2015-02-09Removed blogUrl param from showBlogPreview(), added new routines for followin...Nick Bradbury
2015-01-30Add the Search Terms moduleDanilo Ercoli
2015-01-21Merge branch 'release/3.6' into developMaxime Biais
2015-01-21Rewrite VolleyErrors into simple StatsErrors that are serializable.Danilo Ercoli
2015-01-15Add some constants used to parse dates.Danilo Ercoli
2015-01-15Make the title clickable and open the post in the Reader, or in the InApp Web...Danilo Ercoli
2014-12-24Remove a log line that was added during the debug of an issue a long time ago.Danilo Ercoli
2014-12-19- Fix an issue with the conversion from WP Timezone to Java Timezone. Somethi...Danilo Ercoli
2014-12-17First pass at cleaning the code by running the Inspector.Danilo 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