Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitskarios/Gitskarios
GitHub Android application
https://github.com/gitskarios/Gitskarios
android android-application github gitskarios java
Last synced: 3 months ago
JSON representation
GitHub Android application
- Host: GitHub
- URL: https://github.com/gitskarios/Gitskarios
- Owner: gitskarios
- License: mit
- Archived: true
- Created: 2014-07-12T19:46:18.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-28T18:16:35.000Z (almost 6 years ago)
- Last Synced: 2024-06-28T10:36:27.208Z (5 months ago)
- Topics: android, android-application, github, gitskarios, java
- Language: Java
- Homepage:
- Size: 28.4 MB
- Stars: 526
- Watchers: 54
- Forks: 75
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gitskarios
[![Build Status](https://travis-ci.org/gitskarios/Gitskarios.svg?branch=develop)](https://travis-ci.org/gitskarios/Gitskarios) [![Join the chat at https://gitter.im/gitskarios/Gitskarios](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gitskarios/Gitskarios?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join SLACK](https://img.shields.io/badge/JOIN-SLACK-orange.svg)](https://gh-apps.slack.com/)[Beta Testing Community Forum / Discussion](https://plus.google.com/communities/100177663530836613291)
[Join the beta here](https://play.google.com/apps/testing/com.alorma.github)[Download it from Google Play!](https://play.google.com/store/apps/details?id=com.alorma.github&utm_source=github&utm_medium=github&utm_campaign=github)
## 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](https://github.com/alorma), left the project, the development slowed to a hold. If someone has the necessary skill and time, write an email to [@alorma](https://github.com/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](https://github.com/gitskarios/Gitskarios/blob/develop/CONTRIBUTING.md) in order to do so. You can also fork the project. Please read [FORK.md](https://github.com/gitskarios/Gitskarios/blob/develop/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`](https://raw.githubusercontent.com/gitskarios/Gitskarios/develop/LICENSE.md) file in the projects' root.