MobileHub

MobileHub is a work-in-progress GitHub Client Android app, which connects to Github.com. It is still in early stages of development and currently planning to provide the support to basic features of GitHub. It is under heavy development.
Android development
MobileHub is an app which attempts to use the latest cutting edge libraries and tools. As a summary:
- Entirely written in Kotlin
Development setup
First off, you require the latest Android Studio 4.1 (or newer) to be able to build the app.
Code style
This project uses ktlint, provided via the spotless gradle plugin, and the bundled project IntelliJ codestyle.
API keys
You need to supply API / client keys for the various services the app uses. That is currently Github.com and Bugsnag (for Crash reports). You can find information about how to gain access via the relevant links.
When you obtain the keys, you can provide them to the app by putting the following in the gradle.properties file in your user home:
# Get this from Github.com
MOBILEHUB_GITHUB_CLIENT_ID=<insert>
MOBILEHUB_GITHUB_CLIENT_SECRET=<insert>
# Get this from Bugsnag.com
MOBILEHUB_BUGSNAG_API_KEY=<insert>
On Linux/Mac that file is typically found at ~/.gradle/gradle.properties or in the project directory MobileHub/gradle.properties
Contributions
If you've found an error in this sample, please file an issue.
Patches are encouraged, and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.
License
Copyright 2020 Sarvesh Athawale.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you 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.
