Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #431

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions README-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[English](/README.md) | 中文
[Deutsch](/README-de.md) | [English](/README.md) | 中文

# OpenHub
[![Releases](https://img.shields.io/badge/android-5.0%2B-brightgreen.svg)](https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub)
[![Releases](https://img.shields.io/github/release/ThirtyDegreesRay/OpenHub.svg)](https://github.com/ThirtyDegreesRay/OpenHub/releases/latest)
Expand All @@ -8,8 +9,8 @@
[![Coolapk](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/coolapk.png?raw=true)](https://www.coolapk.com/apk/com.thirtydegreesray.openhub)
[![Google Play](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/google_play.png?raw=true)](https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub)

## 特点

## 特点
### App
* 一种登录方式(OAuth)
* 支持夜间模式和AMOLED Dark主题,多种主色调
Expand Down Expand Up @@ -68,7 +69,6 @@
* OpenHub正在成长,努力做更好的github客户端。

## 截屏

| 动态 | 侧滑页 | 个人主页 |
|:-:|:-:|:-:|
| ![news](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/news.png?raw=true) | ![drawer](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/drawer.png?raw=true) | ![profile](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/profile.png?raw=true) |
Expand All @@ -78,26 +78,25 @@
| ![repo](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/repo.png?raw=true) | ![commit](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/commit.png?raw=true) | ![code](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/code.png?raw=true) |

## 感谢开源

* [ButterKnife](https://github.com/JakeWharton/butterknife) 视图绑定
* [GreenDao](https://github.com/greenrobot/greenDAO) 一个轻量级而且更快的Android ORM解决方案
* [EventBus](https://github.com/greenrobot/EventBus) 简化Android Activities, Fragments, Threads, Services,等组件之间的通信
* [RxJava](https://github.com/ReactiveX/RxJava) 一个专注于异步编程与控制可观察数据(或者事件)流的API
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) 为了在Android中使用RxJava
* [Retrofit](https://github.com/square/retrofit) 安全的HTTP请求工具库
* [Dagger](https://github.com/google/dagger) 一个快速的依赖注入
* [Glide](https://github.com/bumptech/glide) 一个图像加载和缓存库为了Android中更平滑的滚动
* [CircleImageView](https://github.com/vinc3m1/RoundedImageView) 圆形ImageView
* [code-prettify](https://github.com/google/code-prettify) 代码美化
* [Dagger](https://github.com/google/dagger) 一个快速的依赖注入
* [DataAutoAccess](https://github.com/ThirtyDegreesRay/DataAutoAccess) 一个简单的方法去自动存取Android bundle中的数据
* [CircleImageView](https://github.com/vinc3m1/RoundedImageView) 圆形ImageView
* [Toasty](https://github.com/GrenderG/Toasty) 美化的Toast
* [material-about-library](https://github.com/daniel-stoneuk/material-about-library) 让你更容易的创建美丽的关于页面
* [material-dialogs](https://github.com/afollestad/material-dialogs) 一个美丽、流畅的和可自定义的对话框的API
* [EventBus](https://github.com/greenrobot/EventBus) 简化Android Activities, Fragments, Threads, Services,等组件之间的通信
* [FastHub](https://github.com/k0shk0sh/FastHub) GitHub客户端。
* [GitHub-Trending](https://github.com/thedillonb/GitHub-Trending) 对GitHub趋势页面进行数据抓取
* [RichText](https://github.com/zzhoujay/RichText) Android平台下的富文本解析器,支持Html和Markdown
* [Glide](https://github.com/bumptech/glide) 一个图像加载和缓存库为了Android中更平滑的滚动
* [GreenDao](https://github.com/greenrobot/greenDAO) 一个轻量级而且更快的Android ORM解决方案
* [jsoup](https://github.com/jhy/jsoup) HTML解析器
* [material-about-library](https://github.com/daniel-stoneuk/material-about-library) 让你更容易的创建美丽的关于页面
* [material-dialogs](https://github.com/afollestad/material-dialogs) 一个美丽、流畅的和可自定义的对话框的API
* [OctoDroid](https://github.com/slapperwan/gh4a) GitHub客户端。
* [FastHub](https://github.com/k0shk0sh/FastHub) GitHub客户端。
* [Retrofit](https://github.com/square/retrofit) 安全的HTTP请求工具库
* [RichText](https://github.com/zzhoujay/RichText) Android平台下的富文本解析器,支持Html和Markdown
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) 为了在Android中使用RxJava
* [RxJava](https://github.com/ReactiveX/RxJava) 一个专注于异步编程与控制可观察数据(或者事件)流的API
* [Toasty](https://github.com/GrenderG/Toasty) 美化的Toast

## 贡献(*按提交时间排序*)
* [moriel5](https://github.com/moriel5) - 希伯来语翻译
Expand Down
132 changes: 132 additions & 0 deletions README-de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
Deutsch | [English](/README.md) | [中文](/README-cn.md)

# OpenHub
[![Releases](https://img.shields.io/badge/android-5.0%2B-brightgreen.svg)](https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub)
[![Releases](https://img.shields.io/github/release/ThirtyDegreesRay/OpenHub.svg)](https://github.com/ThirtyDegreesRay/OpenHub/releases/latest)

Eine **quelloffene** GitHub Android Client App, schneller und übersichtlicher.

[![Google Play](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/google_play.png?raw=true)](https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub)
[![Coolapk](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/coolapk.png?raw=true)](https://www.coolapk.com/apk/com.thirtydegreesray.openhub)


## Funktionen
### App
* Ansicht von Github Themenschwerpunkten
* Ansicht von Github-Sammlungen
* Aufzeichnung der Repositories oder Nutzer, die du angesehen hast
* Einmalige Anmeldungsarten (OAuth)
* Helles, dunkles und AMOLED-dunkles Thema, mehrere Akzentfarben
* Lesezeichen für Benutzer oder Repositories
* Offline-Modus
* Suche in Repositories und Benutzern
* Unterstützt den Wechsel zwischen mehreren Konten
* Unterstützt die Trending Repositories Seite für alle Sprachen
* Unterstützung der Deaktivierung des Ladens von Netzwerkbildern bei der Nutzung eines mobilen Netzwerks
* Unterstützung für Englisch, vereinfachtes Chinesisch, Hebräisch, Deutsch, Hindi, Portugiesisch, Korea, Spanisch, traditionelles Chinesisch, Russisch, Polnisch, Georgisch, Italienisch, Niederländisch, Tschechisch und Portugiesisch (Brasilien)
* Unterstützung von Benachrichtigungen
* Unterstützung von Markdown und Code-Hervorhebung
* Unterstützung von Shortcuts

### Repositories
* Aktuelle Wiki-Aktualisierungen anzeigen
* Dateien, Commits und Aktivitäten im Repository einsehen
* Deine privaten, öffentlichen, geforkten und markierten Repositorys anzeigen
* Quellcode, Versionen und Dateien herunterladen
* Repositories durchsuchen
* Repositories nach Tag, Woche oder Monat sortiert anzeigen
* Repositories starten, beobachten und forken
* Repository-Informationen und Repository-Zweige anzeigen

### Nutzer
* Benutzer suchen
* Benutzerinformationen anzeigen
* Deine privaten Repositories einsehen
* Follower, Follower und Organisationen der Nutzer anzeigen
* Nutzern folgen und nicht folgen
* Öffentliche Repositories, markierte Repositories und Aktivitäten der Nutzer anzeigen

### Organisationen
* Informationen über die Organisation einsehen
* Mitglieder der Organisation anzeigen
* Öffentliche Repositories und Aktivitäten der Organisation anzeigen

### Probleme
* Ansicht deiner erstellten, zugewiesenen und erwähnten Problemen
* Bearbeiten, Hinzufügen und Löschen von Labels
* Informationen, Kommentare und Ereignisse zu einem Problem anzeigen
* Issues im Repository anzeigen
* Kommentare mit Vorschaubildern schreiben
* Kommentare zu Problemen erstellen, bearbeiten und löschen
* Themen erstellen, öffnen und schließen

### Commits
* Commit-Informationen und Dateien einsehen
* Dateidiff anzeigen
* Repository Commits anzeigen

### Und mehr
* OpenHub wächst und versucht, ein besserer GitHub-Client zu werden.

## Screenshots
| News | Drawer | Profile |
|:-:|:-:|:-:|
| ![news](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/news.png?raw=true) | ![drawer](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/drawer.png?raw=true) | ![profile](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/profile.png?raw=true) |

| Repository | Commit | Code |
|:-:|:-:|:-:|
| ![repo](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/repo.png?raw=true) | ![commit](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/commit.png?raw=true) | ![code](https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/art/code.png?raw=true) |

## Thanks for open source
* [ButterKnife](https://github.com/JakeWharton/butterknife) Bind Android views and callbacks to fields and methods.
* [CircleImageView](https://github.com/hdodenhof/CircleImageView) A circular ImageView for Android.
* [code-prettify](https://github.com/google/code-prettify) An embeddable script that makes source-code snippets in HTML prettier.
* [Dagger](https://github.com/google/dagger) A fast dependency injector for Android and Java.
* [DataAutoAccess](https://github.com/ThirtyDegreesRay/DataAutoAccess) A simple way to access android bundle data.
* [EventBus](https://github.com/greenrobot/EventBus) Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.
* [FastHub](https://github.com/k0shk0sh/FastHub) FastHub the ultimate GitHub client for Android.
* [GitHub-Trending](https://github.com/thedillonb/GitHub-Trending) Scrapes GitHub's Trending Pages.
* [Glide](https://github.com/bumptech/glide) An image loading and caching library for Android focused on smooth scrolling.
* [GreenDao](https://github.com/greenrobot/greenDAO) A light & fast ORM solution for Android that maps objects to SQLite databases.
* [jsoup](https://github.com/jhy/jsoup) Java HTML Parser, with best of DOM, CSS, and jquery.
* [material-about-library](https://github.com/daniel-stoneuk/material-about-library) Makes it easy to create beautiful about screens for your apps.
* [material-dialogs](https://github.com/afollestad/material-dialogs) A beautiful, fluid, and customizable dialogs API.
* [OctoDroid](https://github.com/slapperwan/gh4a) This application provides access to GitHub and lets you stay connected with your network.
* [Retrofit](https://github.com/square/retrofit) Type-safe HTTP client for Android and Java by Square, Inc.
* [RichText](https://github.com/zzhoujay/RichText) Rich text parser for Android, support markdown and html.
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) RxJava bindings for Android.
* [RxJava](https://github.com/ReactiveX/RxJava) A library for composing asynchronous and event-based programs using observable sequences for the Java VM.
* [Toasty](https://github.com/GrenderG/Toasty) The usual Toast, but with steroids 💪.

## Beiträge (*Angeordnet nach Commit-Zeitpunkt*)
* [moriel5](https://github.com/moriel5) - Hebrew translation
* [Henry2o1o](https://github.com/Henry2o1o), [squeezer11](https://github.com/squeezer11), [ropaha](https://github.com/ropaha) - German translation
* [Edfgdz](https://github.com/Edfgdz) - Testing and suggest
* [pzhlkj6612](https://github.com/pzhlkj6612) - Improve the translation of Chinese readme
* [hiteshnayak305](https://github.com/hiteshnayak305) - Hindi translation
* [KcNirvana](https://github.com/KcNirvana) - Portuguese translation
* [sclickk](https://github.com/sclickk) - Improve English translation
* [Zazsona](https://github.com/Zazsona) - Add AMOLED theme
* [Aqueminivan](https://github.com/Aqueminivan) - Improve the translation of English readme
* [XF-zhjnc](https://github.com/XF-zhjnc) - Fix bugs
* [fergthh](https://github.com/fergthh) - Spanish translation
* [chiyi4488](https://github.com/chiyi4488) - Traditional Chinese translation
* [left4j](https://github.com/left4j) - Russian translation
* [TheParanoik](https://github.com/TheParanoik) - Polish translation
* [X1nto](https://github.com/X1nto) - Georgian translation
* [MerkeX](https://github.com/MerkeX) - Italian translation
* [Vistaus](https://github.com/Vistaus) - Dutch translation
* [pkubanek](https://github.com/pkubanek) - Czech translation
* [LouisUnnoficial](https://github.com/LouisUnnoficial) - Portuguese(Brazil) translation


## Lizenz
ThirtyDegreesRay:
> Copyright (C) 2017 ThirtyDegreesRay.
> Licensed under the [GPL-3.0](https://www.gnu.org/licenses/gpl.html).
> (See the [LICENSE](https://github.com/ThirtyDegreesRay/OpenHub/blob/master/LICENSE) file for the whole license text.)

Kosh (There are 13 files has some code copied from FastHub):
> Copyright (C) 2017 Kosh.
> Licensed under the [GPL-3.0](https://www.gnu.org/licenses/gpl.html) license.
> (See the [LICENSE](https://github.com/k0shk0sh/FastHub/blob/master/LICENSE) file for the whole license text.)
Loading