Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codehubapp/codehub

CodeHub is an iOS application written using Xamarin
https://github.com/codehubapp/codehub

c-sharp codehub github reactiveui

Last synced: 4 months ago
JSON representation

CodeHub is an iOS application written using Xamarin

Awesome Lists containing this project

README

        

CodeHub

[![Gitter](https://badges.gitter.im/thedillonb/CodeHub.svg)](https://gitter.im/thedillonb/CodeHub?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

CodeHub is the best way to browse and maintain your GitHub repositories on any iPhone, iPod Touch, and iPad device! Keep an eye on your projects with the ability to view everything from pull requests to commenting on individual file diffs in the latest change set. CodeHub brings GitHub to your finger tips in a sleek and efficient design.

Follow the project on twitter: [@CodeHubApp](http://www.twitter.com/CodeHubApp)

Feature requests can be made on [GitHub](https://github.com/CodeHubApp/CodeHub/issues)

Additional information can be found on the [project's webpage](http://codehub-app.com/)

## Screenshots

Repository View Slideout Repositories Issues Gists

## Contributing

Contributions are absolutely welcome! The project is built on [Xamarin](https://www.xamarin.com/), a free C# framework for iOS applications. You'll need to download this to build the project.

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Troubleshooting

### I Can't Find My Organization

CodeHub can see all organizations *if they are granted access*. GitHub, by default, disables [third-party access](https://help.github.com/articles/about-third-party-application-restrictions/) for new organizations. Because of this, CodeHub has no knowledge that those organizations even exist. GitHub keeps that information from the app. There are several ways to correct this. If you own the organization follow [these instructions](https://help.github.com/articles/enabling-third-party-application-restrictions-for-your-organization/). If you do not own the organization you can request access for CodeHub by following [these instructions](https://help.github.com/articles/requesting-organization-approval-for-third-party-applications/).

### I Can't Find My Repository

If these repositories belong to an organization then your problem is most likely due to the issue above. Please consult it for a remedy.

If they do not belong to an organization then something is not right. Please file a ticket.'

### I need help!

Try the [Gitter](https://gitter.im/thedillonb/CodeHub) channel.

## Credits

A lot of thanks to many who contribute to open-source projects. The following were instrumental to building this app:

* [Json.NET](http://www.newtonsoft.com/json)
* [ReactiveUI](https://github.com/reactiveui/ReactiveUI)
* [MVVMCross](https://github.com/MvvmCross/MvvmCross)
* [Marked.js](https://github.com/chjj/marked)