You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your Inbox full of bug reports and requests from your users? Gitty Reporter is a new material designed library to report issues from your app directly on GitHub, even without an account.
publicclassGittyextendsGittyReporter {
// Please DO NOT override onCreate. Use init instead.@Overridepublicvoidinit(BundlesavedInstanceState) {
// Set where Gitty will send issues.// (username, repository name);setTargetRepository("paolorotolo", "GittyReporter");
// Set Auth token to open issues if user doesn't have a GitHub account// For example, you can register a bot account on GitHub that will open bugs for you. setGuestOAuth2Token("28f479f73db97d912611b27579aad7a76ad2baf5");
// OPTIONAL METHODS// Set if User can send bugs with his own GitHub account (default: true)// If false, Gitty will always use your Auth tokenenableUserGitHubLogin(true);
// Set if Gitty can use your Auth token for users without a GitHub account (default: true)// If false, Gitty will redirect non registred users to github.com/joinenableGuestGitHubLogin(true);
// Include other relevant info in your bug report (like custom variables)setExtraInfo("Example string");
// Allow users to edit debug info (default: false)canEditDebugInfo(true);
// Customize Gitty appearancesetFabColor1(intcolorNormal, intcolorPressed, intcolorRipple);
setFabColor2(intcolorNormal, intcolorPressed, intcolorRipple);
setBackgroundColor1(intcolor);
setBackgroundColor2(intcolor);
setRippleColor(intcolor);
}
}
Featuring Material Design
Gitty Reporter follows Google's material design guidelines.
On >= Lollipop, it also includes material animations watch them in HD.
Example
I've uploaded an example app here on GitHub. Check it out! It's also available on Google Play.
Apps using it
Some apps at Numix Project Ltd. We've created a GitHub bot named numix-ood (Doctor Who anyone?).