Skip to content

Add a default image bitmap and an error image bitmap.#227

Merged
jpd236 merged 2 commits intogoogle:masterfrom
aaijazi:add_default_image_bitmap
Oct 11, 2018
Merged

Add a default image bitmap and an error image bitmap.#227
jpd236 merged 2 commits intogoogle:masterfrom
aaijazi:add_default_image_bitmap

Conversation

@aaijazi
Copy link
Copy Markdown
Contributor

@aaijazi aaijazi commented Oct 11, 2018

This lets users choose local bitmaps in addition to local resource IDs.

This lets users choose local bitmaps in addition to local resource IDs.
List<Header> allResponseHeaders) {
this.key = key;
this.etag = ("".equals(etag)) ? null : etag;
this.etag = "".equals(etag) ? null : etag;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ended up being necessary to build and pass tests locally

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that - forked off #229 to keep the commits separate. Evidently our dependency on ErrorProne is not pinned to a specific version. I tried to pin it but it'd require migrating to a newer version of the plugin which appears to be more involved.

jpd236 added a commit to jpd236/volley that referenced this pull request Oct 11, 2018
1.1 appears stable and a new API will be added shortly in google#227, with
more likely to follow in the future. In an emergency, we could fork
off a separate branch to continue 1.1 branch releases.
Copy link
Copy Markdown
Collaborator

@jpd236 jpd236 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable enough. Will merge shortly after bumping the SNAPSHOT version to 1.2.0 since this added a new API. I've merged a separate PR for the build fix to keep the commit simple.

jpd236 added a commit that referenced this pull request Oct 11, 2018
1.1 appears stable and a new API will be added shortly in #227, with
more likely to follow in the future. In an emergency, we could fork
off a separate branch to continue 1.1 branch releases.
@jpd236 jpd236 merged commit 3211744 into google:master Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants