aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress
AgeCommit message (Collapse)Author
2015-03-06Update colors - first pass.Danilo Ercoli
2015-03-05Use standard FAB elevationNick Bradbury
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-04Merge pull request #2377 from ↵Tony Rankin
wordpress-mobile/issue/2347-new-approach-views-visitors Stats - New approach on comparing Views and Visitors
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-03Added support for Open Sans light bold & light bold italic.Nick Bradbury
2015-03-03Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into ↵Maxime Biais
develop
2015-03-03Merge branch 'release/3.8' into developMaxime Biais
2015-03-03Merge pull request #2375 from wordpress-mobile/issue/2367-reader-new-postsMaxime Biais
issue/2367-reader-new-posts
2015-03-02fix #2372 by catching IllegalStateExceptionMaxime Biais
2015-03-02Revert "check if activity has been paused before performing main toolbar ↵Maxime Biais
button onClick" This reverts commit 54b538f9522d632198548e4463fd12972224e600.
2015-03-02check if activity has been paused before performing main toolbar button onClickMaxime Biais
2015-03-02remove NotificationsConstantsMaxime Biais
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-28Don't show empty view when a comment is being submitted, and make sure it ↵Nick Bradbury
doesn't show up after it appears.
2015-02-27Merge pull request #2376 from wordpress-mobile/issue/notification-reply-headerMaxime Biais
Issue/notification reply header
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-27Merge pull request #2363 from delftswa2014/feature/2069-add-url-media-detailMaxime Biais
Added URL to media detail view
2015-02-27Concatenated spaces in codemjduijn
Concatenated spaces in code in order to remove double quotes from strings.xml
2015-02-27Fixed hardcoded strings in media detailsmjduijn
Changed media details so it retrieves its strings from strings.xml
2015-02-27new CustomSwipeRefreshLayout with a workaround to catch onTouchEvent ↵Maxime Biais
IllegalArgumentException
2015-02-27Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into issue/2367-reader-new-posts
2015-02-27Merge branch 'develop' into issue/2298-2fa-improvementsMaxime Biais
2015-02-27Remove the background highlight on labels.Danilo Ercoli
2015-02-26Removed bold style from note_block_comment_user and wrapped username in ↵Nick Bradbury
<strong>..</strong> at runtime to match username in note_block_user_header
2015-02-26Updated HeaderUserNoteBlock to use getSpannableContentFromIndicesNick Bradbury
2015-02-26Make the outer highlight color for bars customizable.Danilo Ercoli
2015-02-26Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into issue/2347-new-approach-views-visitors
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-25Only show the "new posts" bar if the new post(s) will appear at the top of ↵Nick Bradbury
the list
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-24Code cleanupNick Bradbury
2015-02-24Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
Conflicts: WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostListActivity.java
2015-02-24Use `addBlogs()` convenience method instead of passing a bunch of null ↵Dan Roundhill
arguments. Hat-tip @maxme
2015-02-24Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
2015-02-24Ensure that two step form is shown if the activity was paused with a code ↵Dan Roundhill
entered.
2015-02-24Don't allow the two step field to be dismissed during a sign in call.Dan Roundhill
2015-02-24resolved conflictsNick Bradbury
2015-02-24Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into feature/reader-services Conflicts: WordPress/src/main/java/org/wordpress/android/ui/reader/actions/ReaderCommentActions.java WordPress/src/main/java/org/wordpress/android/ui/reader/actions/ReaderPostActions.java
2015-02-24Merge branch 'develop' of ↵Nick Bradbury
https://github.com/wordpress-mobile/WordPress-Android into issue/2358-reader-pre-masterbar-cleanup
2015-02-24Merge pull request #2361 from wordpress-mobile/issue/2359-reader-rest-v11Danilo Ercoli
Use rest v1.1 for all Reader calls