Skip to content

Githoob is alternative android client of @github.

License

Notifications You must be signed in to change notification settings

cloner93/GitHoob

Repository files navigation

cover_small

GitHoob

Githoob is alternative android client of GitHub.

GitHoob works by GitHub Api and login with GitHub OAuth.

this app designed in figma. ypu can view design in here.

⚠️ curently I work on dev-modularization branch. (managing gradle dependency wtih version catalogs) ✨

Architecture

The architecture is built around Android Architecture Components and follows the recommendations laid out in the Guide to App Architecture. Logic is kept away from Activities and Fragments and moved to ViewModels. Data is observed using Kotlin Flows and the Data Binding Library binds UI components in layouts to the app's data sources. The Navigation component is used to implement navigation in the app, handling Fragment transactions and providing a consistent user experience.

Features

  • login with github OAuth
  • handle github link with deeplink
  • show all details of user profile, repository, connections and etc.
  • Currently I try to Modularize app and use convention plugin. #5 in dev-modularization
  • add unit, integration and E2E test.
  • edit profile
  • add, edit and delete repository
  • set app online-first in v3.0.
  • replace xml with jetpack compose

Contributions

If you've found an error in the project, 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

MIT License

Copyright (c) 2022 cloner93

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.