{"id":19064832,"url":"https://github.com/tpb1908/androidprojectsclient","last_synced_at":"2025-06-10T10:08:28.971Z","repository":{"id":111631220,"uuid":"76478605","full_name":"tpb1908/AndroidProjectsClient","owner":"tpb1908","description":"Android client for GitHub Projects","archived":false,"fork":false,"pushed_at":"2017-05-08T15:44:09.000Z","size":10775,"stargazers_count":8,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T11:25:05.848Z","etag":null,"topics":["android-client","card","commits","followers","issue-cards","issue-labels","issues","projects","stars"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpb1908.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-14T16:46:44.000Z","updated_at":"2023-09-08T17:18:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a4b126c-e97b-4b93-8ed9-2a92f61b649a","html_url":"https://github.com/tpb1908/AndroidProjectsClient","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpb1908%2FAndroidProjectsClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpb1908%2FAndroidProjectsClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpb1908%2FAndroidProjectsClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpb1908%2FAndroidProjectsClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpb1908","download_url":"https://codeload.github.com/tpb1908/AndroidProjectsClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpb1908%2FAndroidProjectsClient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259053522,"owners_count":22798438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-client","card","commits","followers","issue-cards","issue-labels","issues","projects","stars"],"created_at":"2024-11-09T00:47:31.468Z","updated_at":"2025-06-10T10:08:28.948Z","avatar_url":"https://github.com/tpb1908.png","language":"Java","readme":"# AndroidProjectsClient  [![Build Status](https://travis-ci.org/tpb1908/AndroidProjectsClient.svg?branch=master)](https://travis-ci.org/tpb1908/AndroidProjectsClient)\n\nAn Android client for [GitHub projects](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features).\n\nBuilt using [the official GitHub API](https://developer.github.com/v3/projects/) and [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking).\n\n### Dependencies\n\n* [ButterKnife](https://github.com/JakeWharton/butterknife)\n\n* [OkHttp](https://github.com/square/okhttp)\n\n* [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking)\n\n* [Clans FloatingActionButton](https://github.com/Clans/FloatingActionButton) Modified\n\n* [CommonMark-Java](https://github.com/atlassian/commonmark-java)\n\n* [HtmlTextView](https://github.com/SufficientlySecure/html-textview) Modified\n\n* [CWAC Pager](https://github.com/commonsguy/cwac-pager)\n\n* [AOSP support library](https://developer.android.com/tools/support-library/features.html)\n\n* [Google Services](https://developers.google.com/android/guides/setup)\n\n* [FireBase core and crash](https://firebase.google.com/docs/android/setup)\n\n* [Leak Canary](https://github.com/square/leakcanary)\n\n\n\n### Features\n\n* Fill something in here, the list before looked ridiculous\n\n### Upcoming features (In order of precedence)\n\n* Sharing (Of columns and cards)\n* Adding milestone when creating issue, and editing milestones when editing issues\n* Creating/Editing labels for a repository\n* Extra column in project to display all issues, and allow creating cards from them\n* Moving of columns between projects\n* Moving of cards between projects\n* Backup and restore\n* Cache of changes\n* Offline storage\n* Notification service for new cards, issues etc\n\n### Setup\n\n**Clone of fork the repository**\n\n\n**Register a new application on GitHub**\n\n* Go to https://github.com/settings/developers\n\n* Add you application name and callback url\n\n* Add the client ID and secret to gradle.properties\n\n```\nGITHUB_CLIENT_ID=\"GITHUB_ID\"\n\nGITHUB_CLIENT_SECRET=\"GITHUB_SECRET\"\n```\n\n**Register a new application on Imgur**\n\nThis is not essential, but in app image uploading will not work otherwise\n\n```\nIMGUR_CLIENT_ID=\"IMGUR_ID\"\n\nIMGUR_CLIENT_SECRET=\"IMGUR_SECRET\"\n\n```\n\n**Add your information to gradle.properties**\n\n```\nREPO_ADDRESS=\"Address of your fork\"\nGITHUB_REDIRECT_URL=\"Your redirect url\"\nFEATURE_REQUEST_EMAIL=\"Your email\"\nBUG_EMAIL=\"Your email\"\n```\n\n**Setup or remove analytics**\n\nIf you want to use FireBase analytics and crash reporting you need to register and add your google-services.json\n\nThe setup process can be completed through Android Studios' helper under tools -\u003e FireBase.\n\n\n### Screenshots\n\n| Context | Screenshot  |\n| --- | --- |\n| User | ![User](./screenshots/user.png)  |\n| Repos | ![Repos](./screenshots/repos.png) |\n| Repo | ![Repo](./screenshots/repo.png)  |\n| License | ![License](./screenshots/license.png) |\n| Issues | ![Issues](./screenshots/issues.png) |\n| Assignment | ![Assignment](./screenshots/assignment.png) |\n| Issue | ![Issue](./screenshots/issue.png) |\n| Project | ![Project](./screenshots/project.png) |\n| Editing | ![Editing](./screenshots/editing.png) |\n\n### License\n\n    Copyright 2016 Theo Pearson-Bray\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpb1908%2Fandroidprojectsclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpb1908%2Fandroidprojectsclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpb1908%2Fandroidprojectsclient/lists"}