Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

gitskarios/Gitskarios

Repository files navigation

Gitskarios

Build Status Join the chat at https://gitter.im/gitskarios/Gitskarios Join SLACK

Beta Testing Community Forum / Discussion
Join the beta here

Download it from Google Play!

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.