Oguz Kocer
Oguz Kocer
This PR adds a `pre-command` Buildkite hook which restores the our global Gradle dependency cache we create from https://github.com/Automattic/android-dependency-catalog/ project. It uses the `restore_gradle_dependency_cache` script introduced in https://github.com/Automattic/bash-cache-buildkite-plugin/pull/25 which includes...
### Description Introduces a `RELEASE-NOTES_edited.txt` which we can use to track editorialized release notes per version. We currently request these release notes in a p2 post, however with the upcoming...
This PR adds incremental annotation processing support by updating `com.google.auto.service:auto-service` & `wellsql` and adding the necessary `fluxc-processor/src/main/resources/META-INF/gradle/incremental.annotation.processors` file. The tricky bit for enabling incremental annotation processing is not the work...
**Sentry Url**: https://sentry.io/share/issue/6236454478fb49f9a478eb4848e4fb4f/ **User Count**: 34 **Count**: 552 **First Release**: org.wordpress.android-12.4 **First Seen**: 2019-05-13T16:48:35Z **Last Seen**: 2020-06-23T18:27:08Z **24 Hours**: 10 **30 Days**: 104 ``` RuntimeException: Unable to start activity ComponentInfo{org.wordpress.android/org.wordpress.android.ui.plugins.PluginBrowserActivity}:...
Since we have the `LIST_REQUIRES_REFRESH` `ListStore` action, we probably don't need to manually invalidate the list anymore. I want to consider this after post filters is merged and possibly after...
With the new `ListStore` integration for post list, we won't delete posts from `PostModelTable` as we currently do after each first page fetch. That means the `PostModelTable` could go out...
We have a general issue for correctly reporting timeout errors to clients in #331, however I think in some cases FluxC should retry certain requests (non-destructive ones) before reporting the...
Whenever there is a change to an item of a list, we emit the `OnListChanged` event. In some cases, this could result in too many `OnListChanged` events being emitted in...
As part of the post pagination changes, if fetching an individual post fails, we'll need to remove it from every list.
Since there is a disconnect between the `PluginDirectoryModelTable` and `WPOrgPluginModelTable`, there is a possibility that some of the wporg plugins might be fetched once and never get deleted since we...