Conversation
- If the selected menu item is gone after a blog switch, select the first available menu item - For example the ReaderActivity and NotificationsActivity are only available for dotcom blogs - Move activity restoration to WPActionBarActivity and re-use the MenuDrawerItem objects to correctly launch the necessary activity
* Credentials are stored in Preferences and uses the existing encryption methods for the password. * Incremented db version and added migration script that attempt to migrate the WP.com credentials from the first matching WP.com blog. * Added basic GCM setup. App ID needs to be added to the config.properties in res/raw as gcm.id * Added WordPress.com section to preferences, and added capability for !AddAccountActivity to be used as a WordPress.com authenticator of sorts.
Having this in WPActionBarActivity would cause any new activity to close itself if it wasn't a menu item activity.
…ge server side, the user is prompted to update their password. Also renamed a few of the account classes to make a bit more sense contextually.
- needs to be backed by a db to prevent dups - needs to determine that there are no more notes available remotely and stop loading more
* Added support for Async XML-RPC calls to the XMLRPCClient. * Created WPComXMLRPCApi tp manage WP.com specific calls * Added support for getting/setting notification settings. * Enhanced the notifications a bit with gravatars. These still need more work, including hooking them up properly to the notifications views.
Merging in android.git.wordpress.org master branch into notifications development branch
…ion to onRegistered() in GCMIntentService since it is an Async call. Also made call to check device registration after adding blogs from either first app run or when adding blogs from settings.
maxme
pushed a commit
that referenced
this pull request
Jul 25, 2014
mufela
added a commit
to mufela/WordPress-Android
that referenced
this pull request
Dec 5, 2016
Closed
kwonye
added a commit
that referenced
this pull request
Dec 20, 2018
…port Import from Giphy in Media Library
3 tasks
3 tasks
AliSoftware
added a commit
to AliSoftware/WordPress-Android
that referenced
this pull request
Aug 27, 2020
After fixing the strange failure on Pixel2-28-in for image wordpress-mobile#3
planarvoid
pushed a commit
that referenced
this pull request
Oct 12, 2020
1 task
This was referenced Jan 20, 2026
This was referenced Jan 27, 2026
This was referenced Feb 5, 2026
mokagio
pushed a commit
that referenced
this pull request
Feb 13, 2026
…de-to-use-retrofit Fix #3: Replace image upload code to use retrofit
This was referenced Feb 13, 2026
4 tasks
adalpari
added a commit
that referenced
this pull request
Feb 27, 2026
- Bug #1: Add error state with retry to detail Activities (blank screen on error) - Bug #2: Cancel previous load job on tab switch to prevent race conditions - Bug #3: Reset isLoadedSuccessfully in refresh() to allow data reload - Bug #4: Add duplicate guard in addCard() to prevent duplicate cards - Bug #9: Use resource string instead of raw e.message for error display - Thread safety #7: Use AtomicBoolean for isInitialLoad in SubscribersTabViewModel - Performance #11: Pre-compute formatted dates in ViewModel, memoize in card composable - Update all tests to match new error handling and API signatures Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using the WordPress.com REST API to provide notifications to WordPress for Android.