aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress
AgeCommit message (Collapse)Author
2015-02-24Merge branch 'release/3.8' into developMaxime Biais
2015-02-24Merge pull request #2365 from ↵Nick Bradbury
wordpress-mobile/issue/1827-post-stuck-in-uploading-state fix #1827 post stuck in uploading state
2015-02-24fix potential bug on array to string conversionMaxime Biais
2015-02-24Removed leading slash from endpoint pathsNick Bradbury
2015-02-24reuse the same id to show the error notification (in case we call ↵Maxime Biais
updateNotificationWithError several times)
2015-02-23Removed remaining traces of `WPCOM_PASSWORD_PREFERENCE`Dan Roundhill
2015-02-23Split out the two step footer text into two different sentences.Dan Roundhill
Last sentence acts as a button for firing off the SMS.
2015-02-23Disable the Two Step field during the sign in request.Dan Roundhill
2015-02-23 Remove query arguments from image Url, and only intercept image requests if ↵Dan Roundhill
the `ReaderPost` is private.
2015-02-23Merge branch 'release/3.8' into developMaxime Biais
2015-02-23remove unnecessary timeout settingsMaxime Biais
2015-02-23start the PostUploadService service as foreground serviceMaxime Biais
2015-02-23styling updateMaxime Biais
2015-02-23rest post and update notification when upload task is cancelledMaxime Biais
2015-02-23use onStartCommand instead of onStart and make the service stickyMaxime Biais
2015-02-23reset upload task (and therefor, the uploaded post) when PostUploadService ↵Maxime Biais
is destroyed
2015-02-23Merge branch 'develop' of ↵Danilo Ercoli
https://github.com/wordpress-mobile/WordPress-Android into issue/2347-new-approach-views-visitors
2015-02-22Fixed handling of UpdatePostsStartedNick Bradbury
2015-02-22ReaderCommentListActivity now uses comment serviceNick Bradbury
2015-02-22Added ReaderCommentServiceNick Bradbury
2015-02-22ReaderPostPagerActivity now uses post serviceNick Bradbury
2015-02-22ReaderPostListFragment now uses post serviceNick Bradbury
2015-02-22Added ReaderPostServiceNick Bradbury
2015-02-21Fix for v1.1 /sites/{siteId}/posts/{postId} change which moves the comment ↵Nick Bradbury
count and whether comments are open under a new "discussion" node
2015-02-21Removed unnecessary ReaderTypes.RefreshTypeNick Bradbury
2015-02-21Added URL to media detail viewmjduijn
Added a clickable, copyable URL to the media library detail view
2015-02-21Changed fragment to use standard onActivityResult()Nick Bradbury
2015-02-21Simplified updateCurrentUser (result listener was unnecessary)Nick Bradbury
2015-02-21Views and Visitors tabs have the exact same Y-axisDanilo Ercoli
2015-02-20Added workaround for /read/menu/ endpoint which currently returns endpoints ↵Nick Bradbury
for updating tagged posts with the v1 path regardless of version requested.
2015-02-20Using consistent forward slashes before every pathNick Bradbury
2015-02-20Replaced all instances of `getRestClientUtils()` with `getRestClientUtilsV1_1()`Nick Bradbury
2015-02-20No need to store dotcom_username or password any longer.Dan Roundhill
2015-02-20Moved menu handling to the fragmentNick Bradbury
2015-02-20Moved updating followed tags & blogs to the fragmentNick Bradbury
2015-02-20Merge branch 'develop' into issue/2298-2fa-improvementsDan Roundhill
2015-02-20Initial update is now handled using sticky event by the fragmentNick Bradbury
2015-02-20Database purge is now handled using sticky event by the fragmentNick Bradbury
2015-02-20Moved activity result handling to fragmentNick Bradbury
2015-02-20Renamed reader menusNick Bradbury
2015-02-20Removed unnecessary tag ID codeNick Bradbury
2015-02-20Cleaned up comparing tags to one of the default tagsNick Bradbury
2015-02-20Simplified setCurrentTag() callsNick Bradbury
2015-02-20Moved post/tag/popup listeners to fragmentNick Bradbury
2015-02-20Cleaned up a few warnings/inspector recommendations.Dan Roundhill
2015-02-20Style the graph legend a bit.Danilo Ercoli
2015-02-20Changed log tag to WordPress-EVENTNick Bradbury
2015-02-20Switched to onEventMainThreadNick Bradbury
2015-02-20Reader service now posts events on the main threadNick Bradbury
2015-02-20Added throwSubscriberException(true)Nick Bradbury