Gitskarios
Beta Testing Community Forum / Discussion
Join the beta here
What is Gitskarios?
Gitskarios is an Android Application that allows you to access GitHub, see your profile, search people, star repositories, and more!
Current development status
Unfortunately, after the repository's Primary Owner, @alorma, left the project, the development slowed to a hold. If someone has the necessary skill and time, write an email to @alorma, he will give you necessary permissions.
Contribution
We encourage you to contribute to this project. You can do this by making Pull Requests and/or Issues. Please read CONTRIBUTING.md in order to do so. You can also fork the project. Please read FORK.md.
Token
TokenProvider.setTokenProviderInstance(new TokenProviderInterface() {
@Override
public String getToken() {
return ...;
}
});
License
The project is licensed under MIT License, you can find the LICENSE
file in the projects' root.