dan bachelder

Results 9 issues of dan bachelder

Nice tool! might be cool (if not a little more expensive) if you could ssh by tag.. e.g. ``` sshaws -t Name:worker1 ``` obviously if the particular tag is not...

enhancement

we need the option to call `supportRequestWindowFeature();` instead of `requestWindowFeature();` another annotation? Currently I need another specific base class to deal with it.

Enhancement

do you think there is an easy win to facilitate changing namespace based on build variant package names like in the manifest snippet below where `com.namespace.local` could be `com.namespace.test` or...

I can manually fix this by adding, `tools:node="replace"` on the application node along with the `xmlns:tools="http://schemas.android.com/tools"` at the root of the manifest. But of course it's all blown away as...

I am attempting to inject SharedPreferences into a `@Provides` method in my Module but it's generating this broken code: `PreferenceManager.getDefaultSharedPreferences(this.getActivity())` when it should be reaching for the application scope.

Somehow I have a broken build.. here is the stack trace: There doesn't seem to be an obvious problems in the fragment or its Injected stuff... but this error isn't...

Could you push all the latest commits up to maven central in a new version?

so we can include as normal gradle dependency

We recently had a minor log outage due to an improperly configured input plugin. There were plenty of logs about the issue, but we have found no metrics that could...