SSARCandy / gh4a

Github client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoDroid

This application provides access to GitHub and lets you stay connected with your network

Octodroid

Build Status

Download

Download OctoDroid from Google Play Download OctoDroid from F-Droid.org Download latest debug from drone.io

Main features

###Repository###

  • List repositories
  • Watch/unwatch repository
  • View branches/tags
  • View pull requests
  • View contributors
  • View watchers/networks
  • View issues

###User###

  • View basic information
  • Activity feeds
  • Follow/unfollow user
  • View public/watched repositories
  • View followers/following
  • View organizations (if type is user)
  • View members (if type is organization)

###Issue###

  • List issues
  • Filter by label, assignee or milestone
  • Create/edit/close/reopen issue
  • Comment on issue
  • Manage labels
  • Manage milestones

###Commit###

  • View commit (shows files changed/added/deleted)
  • Diff viewer with colorized HTML
  • View commit history on each file

###Tree/File browser###

  • Browse source code
  • View code with syntax hightlighting

###Gist###

  • List public gists
  • View gist content

###Explore Github###

  • Public timeline
  • Trending repos (today, week, month, forever)
  • GitHub blog

..and many more

How to Build Octodroid

  • Ensure Android SDK platform version 19 and build-tools version 19.1.0 are installed
  • Build using Gradle
./gradlew assembleDebug
  • To get a full list of available tasks
./gradlew tasks

Open Source Libraries

Contributions

About

Github client for Android

License:Apache License 2.0


Languages

Language:Java 98.2%Language:CSS 1.5%Language:JavaScript 0.4%