[Dependency Updates] Update androidVolleyVersion to 1.2.1#18125
Conversation
|
Found 1 violations: The PR caused the following dependency changes: +--- project :libs:editor
-| \--- com.android.volley:volley:1.1.1 -> 1.2.0
+| \--- com.android.volley:volley:1.2.1
+--- org.wordpress:fluxc:{strictly 2.17.0} -> 2.17.0
-| \--- com.android.volley:volley:1.1.1 -> 1.2.0
+| \--- com.android.volley:volley:1.1.1 -> 1.2.1
+--- org.wordpress:utils:{strictly 3.3.0} -> 3.3.0
-| \--- com.android.volley:volley:1.2.0
+| \--- com.android.volley:volley:1.2.0 -> 1.2.1
-\--- com.android.volley:volley:1.1.1 -> 1.2.0
+\--- com.android.volley:volley:1.2.1
Please review and act accordingly
|
|
| App Name | WordPress |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr18125-6875b92 | |
| Commit | 6875b92 | |
| Direct Download | wordpress-prototype-build-pr18125-6875b92.apk |
|
| App Name | Jetpack |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr18125-6875b92 | |
| Commit | 6875b92 | |
| Direct Download | jetpack-prototype-build-pr18125-6875b92.apk |
zwarm
left a comment
There was a problem hiding this comment.
👋 Hi @ParaskP7
All is looking good here. I took the builds out for a spin. I created posts/pages with and without media. I did scheduled posts, drafts, deleted, etc. I ventured into the media area and uploaded videos, pictures from device, used pre-stock images, etc. I went through the reader functions, notifications, comments, app settings, site settings, activity log, stats, and a whole bunch more.
I suspect that if things weren't working as expected they would have showed up. Of course, Murphy's law is a you-know-what, so I am keeping 🤞. I am going to merge. The more eyes on this via trunk will provide the extra verification before it goes to Beta.
Thanks for spearheading the effort!!
|
Awesome, thank you so much for reviewing, testing and merging this @zwarm , you rock! 🙇 ❤️ 🚀 |


Parent #17568
This PR updates
androidVolleyVersionto 1.2.1.PS: @zwarm I added you as the main reviewer, randomly, since I just wanted someone from the WordPress team to be aware of and sign-off on that change for WPAndroid. I also added the @wordpress-mobile/apps-infrastructure team, but this in done only for monitoring purposes, as such, I am not expecting any active review from that team. Thus, feel free to merge this PR if you deem so.
To test:
FYI: I didn't add any explicit test steps to accommodate this update as
Volleyand theNetworkingmodule is being utilized in lots of places (expand classes per module list below). Thus, it is better to just test the app as a whole, by trying to test as many screens and functionalities as possible, and make sure that everything is working as expected.PS: Having said the above, in that classes per module list below, I did provide most of the main classes that
Volleyand theNetworkingmodule is being used in order to make it easier for you to target specific screen and functionality while testing, like thePost,ReaderandNotificationsscreens and its corresponding functionalities.1. Networking Module
RestClientFactoryAuthenticatorRequestRestClientUtils2. Editor Module
AztecEditorFragmentGutenbergEditorFragmentImageSettingsDialogFragment3. WordPress Module
AppInitializer+BitmapLruCacheWordPress+LegacyModuleVolleyUtils+PeopleUtils+ReaderVideoUtils+NotificationsUtilsWPComSiteSettings+SiteSettingsTimezoneViewModel+NotificationsSettingsFragmentRecommendApiCallsProvider+InviteLinksApiCallsProvider+PostSeenStatusApiCallsProvider+PostSubscribersApiCallsProviderReaderCommentService+ReaderDiscoverLogic+ReaderPostLogic+ReaderSearchLogic+ReaderUpdateLogic+ReaderBlogActions+ReaderCommentActions+ReaderPostActions+ReaderTagActionsNotificationsProcessingService+NotificationsUpdateLogic+NotificationsActions+NotificationEventsSuggestionService+ServerTrackingHandlerPublicizeUpdateService+PublicizeActionsSitePickerActivityReactNativeRequestHandlerRegression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
To testsection above.What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txtif necessary.