robotg

Results 2 issues of robotg

We've added ktlint to our android project and included it in our gradle scripts. `preBuild.dependsOn ktlint` Is there a way to view the lint errors with line numbers in this...

help wanted
question

I am using the 1.5.0 version of this library testing my app on the Android M Preview Release 3. ``` java mChooseType = ChooserType.REQUEST_PICK_PICTURE; mImageChooserManager = new ImageChooserManager(mActivity, mChooseType, true);...

enhancement