https://github.com/tpb1908/androidprojectsclient
Android client for GitHub Projects
https://github.com/tpb1908/androidprojectsclient
android-client card commits followers issue-cards issue-labels issues projects stars
Last synced: 11 months ago
JSON representation
Android client for GitHub Projects
- Host: GitHub
- URL: https://github.com/tpb1908/androidprojectsclient
- Owner: tpb1908
- License: apache-2.0
- Created: 2016-12-14T16:46:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T15:44:09.000Z (almost 9 years ago)
- Last Synced: 2025-04-28T11:25:05.848Z (12 months ago)
- Topics: android-client, card, commits, followers, issue-cards, issue-labels, issues, projects, stars
- Language: Java
- Size: 10.3 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidProjectsClient [](https://travis-ci.org/tpb1908/AndroidProjectsClient)
An Android client for [GitHub projects](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features).
Built using [the official GitHub API](https://developer.github.com/v3/projects/) and [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking).
### Dependencies
* [ButterKnife](https://github.com/JakeWharton/butterknife)
* [OkHttp](https://github.com/square/okhttp)
* [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking)
* [Clans FloatingActionButton](https://github.com/Clans/FloatingActionButton) Modified
* [CommonMark-Java](https://github.com/atlassian/commonmark-java)
* [HtmlTextView](https://github.com/SufficientlySecure/html-textview) Modified
* [CWAC Pager](https://github.com/commonsguy/cwac-pager)
* [AOSP support library](https://developer.android.com/tools/support-library/features.html)
* [Google Services](https://developers.google.com/android/guides/setup)
* [FireBase core and crash](https://firebase.google.com/docs/android/setup)
* [Leak Canary](https://github.com/square/leakcanary)
### Features
* Fill something in here, the list before looked ridiculous
### Upcoming features (In order of precedence)
* Sharing (Of columns and cards)
* Adding milestone when creating issue, and editing milestones when editing issues
* Creating/Editing labels for a repository
* Extra column in project to display all issues, and allow creating cards from them
* Moving of columns between projects
* Moving of cards between projects
* Backup and restore
* Cache of changes
* Offline storage
* Notification service for new cards, issues etc
### Setup
**Clone of fork the repository**
**Register a new application on GitHub**
* Go to https://github.com/settings/developers
* Add you application name and callback url
* Add the client ID and secret to gradle.properties
```
GITHUB_CLIENT_ID="GITHUB_ID"
GITHUB_CLIENT_SECRET="GITHUB_SECRET"
```
**Register a new application on Imgur**
This is not essential, but in app image uploading will not work otherwise
```
IMGUR_CLIENT_ID="IMGUR_ID"
IMGUR_CLIENT_SECRET="IMGUR_SECRET"
```
**Add your information to gradle.properties**
```
REPO_ADDRESS="Address of your fork"
GITHUB_REDIRECT_URL="Your redirect url"
FEATURE_REQUEST_EMAIL="Your email"
BUG_EMAIL="Your email"
```
**Setup or remove analytics**
If you want to use FireBase analytics and crash reporting you need to register and add your google-services.json
The setup process can be completed through Android Studios' helper under tools -> FireBase.
### Screenshots
| Context | Screenshot |
| --- | --- |
| User |  |
| Repos |  |
| Repo |  |
| License |  |
| Issues |  |
| Assignment |  |
| Issue |  |
| Project |  |
| Editing |  |
### License
Copyright 2016 Theo Pearson-Bray
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.