Mark Andrachek

Results 14 issues of Mark Andrachek

I've got a recycled bitmap issue cropping up when using a TransitionDrawable. I'm seeing this pretty consistently on an HTC Desire HD running 2.3.3, and sporadically on other devices. I'm...

If no tokenizer is set, and the user enters text and hits space, an NPE occurs. This appears to be caused by a missing null check at the end of...

The handlePaste method is missing a check for a null tokenizer. If this method is called, and no tokenizer is set, an NPE occurs. (this is on 1.3.0) Haven't been...

I would love to have this available as a menu bar item.

enhancement

I currently have to log FCM messages for debug builds of my application. It would be great if I could offload this responsibility to chucker. Perhaps by supporting an additional...

feature request

I'm utilizing the CFLintAPI, and am attempting to call result.writeHTML("default.xsl",writer) - it doesn't matter which htmlStyle value I provide, I get: `net.sf.saxon.trans.XPathException: Values of 'standalone' and 'omit-xml-declaration' conflict`

If I merge into my development branch, then create a pull request from development branch to staging branch, I wind up with double builds from my development branch. Just creating...

Tried upgradin on Stash 3.3.0, and I cannot enable the plugin. Here's what I get in the logs: ``` 2015-07-27 11:30:53,674 INFO [http-nio-443-exec-37] andrachekm @UNWEPOx690x689444x0 wmbx76 192.168.2.225 "PUT /rest/plugins/1.0/com.nerdwin15.stash-stash-webhook-jenkins-key HTTP/1.1"...

Since #46 was added, my builds are all messed up now. We push code from development, to qc, to staging, and finally production. We add a tag when we're ready...

I'm attempting to use findbugs and pmd in my buildscript, eg: ``` apply plugin: 'pmd' apply plugin: 'findbugs' ``` According to the documentation ([findbugs](https://docs.gradle.org/current/userguide/findbugs_plugin.html#sec:findbugs_dependency_management) | [pmd](https://docs.gradle.org/current/userguide/pmd_plugin.html#sec:pmd_dependency_management )) these two plugins...