aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/stats
AgeCommit message (Collapse)Author
2015-03-06Update colors - first pass.Danilo Ercoli
2015-03-05fix merge issueMaxime Biais
2015-03-05Merge branch 'develop' into update/color-valuesMaxime Biais
2015-03-04Merge pull request #2387 from ↵Tony Rankin
wordpress-mobile/issue/2384-Stats-make-Authors-always-visible Stats - Authors module always available and be in par with web
2015-03-04Authors module is always on the screen now.Danilo Ercoli
2015-03-04Do not set paddingLeft on the Checkbox for devices with Android 4.1 or lower.Danilo Ercoli
2015-03-04Checkbox is now checked by default, and its state remains the same even ↵Danilo Ercoli
after switching tabs.
2015-03-02remove deprecated colorsMaxime Biais
2015-03-02Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into issue/2347-new-approach-views-visitors
2015-03-02Do not show the legend on start upDanilo Ercoli
2015-02-27Merge pull request #2379 from ↵Nick Bradbury
wordpress-mobile/issue/2373-swipetorefresh-pointer-index-out-of-range fix #2373: new CustomSwipeRefreshLayout with a workaround to catch onTouchEvent IllegalArgumentException
2015-02-27new CustomSwipeRefreshLayout with a workaround to catch onTouchEvent ↵Maxime Biais
IllegalArgumentException
2015-02-27Remove the background highlight on labels.Danilo Ercoli
2015-02-26Make the outer highlight color for bars customizable.Danilo Ercoli
2015-02-26- Show the checkbox option on the Views tab only.Danilo Ercoli
- Make the color squares smaller and move it before the text label. - Make legend label smaller.
2015-02-26Better logging of Volley Errors.Danilo Ercoli
2015-02-25Set a maximum value on column width. Quick fix for #2117Danilo Ercoli
2015-02-25- Change inner dark orange to dark-orange (#d54e21).Danilo Ercoli
- Make the color squares part of the label. - Make the color squares smaller than the checkbox and less rounded.
2015-02-25Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into issue/2347-new-approach-views-visitors
2015-02-24Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
2015-02-21Views and Visitors tabs have the exact same Y-axisDanilo Ercoli
2015-02-20Style the graph legend a bit.Danilo Ercoli
2015-02-20Use correct colors for the text in legend.Danilo Ercoli
2015-02-20Add the ability to add a 2nd dataseries (views/visitors) for comparison ↵Danilo Ercoli
purpose on the graph.
2015-02-20Better commenting.Danilo Ercoli
2015-02-19Make sure to reset the state of the group before applying any customization.Danilo Ercoli
2015-02-19No need to pass the password to WPWebViewActivity any longer.Dan Roundhill
2015-02-19Experimenting a bit with 2 datasets in the graph.Danilo Ercoli
2015-02-19Removed password from Stats when loading WebView.Dan Roundhill
2015-02-18Delete `WPComLoginActivity`, no longer needed since we show `SignInActivity` ↵Dan Roundhill
now for auth errors.
2015-02-18Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
2015-02-17The blogID parameter returned from DB or from REST API doesn't need to be ↵Danilo Ercoli
converted to/from a string. It's already an Int.
2015-02-17Remove password credentials on app upgrade.Dan Roundhill
Don't store the password in WP.com blogs when signing in.
2015-02-17Use blogID rather than blog URL to call the Reader Blog Preview.Danilo Ercoli
2015-02-16Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
Conflicts: WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostListActivity.java
2015-02-13Merge pull request #2312 from ↵Nick Bradbury
wordpress-mobile/issue/2201-duplicate-pagination-at-the-top Stats - Followers module - Duplicate pagination item to the top of screen
2015-02-13Format numbers used in pagination widgetDanilo Ercoli
2015-02-11Added showReaderBlogPreview() which accepts a blogUrl and performs a blogId ↵Nick Bradbury
lookup in order to show the blog preview
2015-02-11Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into issue/2306-reader-feed-preview Conflicts: WordPress/src/main/java/org/wordpress/android/ui/reader/adapters/ReaderBlogAdapter.java WordPress/src/main/java/org/wordpress/android/ui/stats/StatsFollowersFragment.java
2015-02-11Use SignInActivity for Jetpack authentication, so we can support the two ↵Dan Roundhill
step process.
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-11Now using STATUS_404 as the default image in referrers, publicize and geoviews.Nick Bradbury
2015-02-10Removed STATS_SITE_AVATAR from WPNetworkImageView in favor of setting ↵Nick Bradbury
default/error image resources.
2015-02-10Moved fixAvatar routine to GravatarUtilsNick Bradbury
2015-02-10Duplicate the pagination item to the top of screen. Pagination is currently ↵Danilo Ercoli
used in "Followers" module only.
2015-02-09Removed blogUrl param from showBlogPreview(), added new routines for ↵Nick Bradbury
following/unfollowing blogs & feeds
2015-02-06Added blavatars to ManageBlogsActivityNick Bradbury
2015-02-05Use 'append()' instead of + when concat strings.Danilo Ercoli
2015-02-05Make the map available to all devices by using removeGlobalOnLayoutListener ↵Danilo Ercoli
which has been available since API 1.