diff --git a/README-cn.md b/README-cn.md index 6d5bba5..88e0521 100644 --- a/README-cn.md +++ b/README-cn.md @@ -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) @@ -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主题,多种主色调 @@ -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) | @@ -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) - 希伯来语翻译 diff --git a/README-de.md b/README-de.md new file mode 100644 index 0000000..6c04bb1 --- /dev/null +++ b/README-de.md @@ -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.) \ No newline at end of file diff --git a/README.md b/README.md index f43fb6e..f52256a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -English | [中文](/README-cn.md) +[Deutsch](/README-de.md) | English | [中文](/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) @@ -8,56 +9,56 @@ An **open-source** GitHub Android client app, faster and concise. [![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) -## Features +## Features ### App -* One login types (OAuth) +* Bookmark users or repositories +* English, Simplified Chinese, Hebrew, German, Hindi, Portuguese, Korea, Spanish, Traditional Chinese, Russian, Polish, Georgian, Italian, Dutch, Czech and Portuguese(Brazil) support * Light, dark, and AMOLED dark theme, multiple accent colors * Markdown and code highlighting support -* English, Simplified Chinese, Hebrew, German, Hindi, Portuguese, Korea, Spanish, Traditional Chinese, Russian, Polish, Georgian, Italian, Dutch, Czech and Portuguese(Brazil) support +* Notification support * Offline mode -* Supports trending repositories page for all languages -* Supports multi-account switching +* One login types (OAuth) +* Record trace of the repositories or users you have viewed * Search repositories and users * Shortcut support -* Notification support -* Bookmark users or repositories -* Record trace of the repositories or users you have viewed +* Support disable loading network images while using mobile network +* Supports multi-account switching +* Supports trending repositories page for all languages * View Github collections * View Github featured topics -* Support disable loading network images while using mobile network ### Repositories -* View repository information and repository branches -* Star, watch, and fork repositories -* View repository files, commits, and activity * Download source code, releases, and files -* View your private, public, forked, and starred repositories -* View trending repositories sorted by day, week, or month * Search repositories +* Star, watch, and fork repositories * View recent wiki updates +* View repository files, commits, and activity +* View repository information and repository branches +* View trending repositories sorted by day, week, or month +* View your private, public, forked, and starred repositories ### Users -* View user info +* Follow and unfollow users +* Search users * View user followers, following, and organizations +* View user info * View user public repositories, starred repositories, and activity * View your private repositories -* Follow and unfollow users -* Search users ### Organizations * View organization information -* View organization public repositories and activity * View organization members +* View organization public repositories and activity ### Issues -* View issue information, comments, and events -* Create, open, and close issues * Create, edit, and delete issue comments +* Create, open, and close issues * Edit, add, and delete your labels -* Write comments with previews -* View your created, assigned, and mentioned issues +* View issue information, comments, and events * View repository issues +* View your created, assigned, and mentioned issues +* Write comments with previews ### Commits * View commit information and files @@ -68,7 +69,6 @@ An **open-source** GitHub Android client app, faster and concise. * OpenHub is growing, and trying to be a better GitHub client. ## 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) | @@ -78,28 +78,27 @@ An **open-source** GitHub Android client app, faster and concise. | ![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. -* [GreenDao](https://github.com/greenrobot/greenDAO) A light & fast ORM solution for Android that maps objects to SQLite databases. -* [EventBus](https://github.com/greenrobot/EventBus) Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. -* [RxJava](https://github.com/ReactiveX/RxJava) A library for composing asynchronous and event-based programs using observable sequences for the Java VM. -* [RxAndroid](https://github.com/ReactiveX/RxAndroid) RxJava bindings for Android. -* [Retrofit](https://github.com/square/retrofit) Type-safe HTTP client for Android and Java by Square, Inc. -* [Dagger](https://github.com/google/dagger) A fast dependency injector for Android and Java. -* [Glide](https://github.com/bumptech/glide) An image loading and caching library for Android focused on smooth scrolling. +* [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. -* [CircleImageView](https://github.com/hdodenhof/CircleImageView) A circular ImageView for Android. -* [Toasty](https://github.com/GrenderG/Toasty) The usual Toast, but with steroids 💪. -* [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. +* [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. -* [RichText](https://github.com/zzhoujay/RichText) Rich text parser for Android, support markdown and html. +* [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. -* [FastHub](https://github.com/k0shk0sh/FastHub) FastHub the ultimate GitHub client for Android. +* [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 💪. -## Contributions(*Order by commit time*) +## Contributions (*Order by commit time*) * [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 @@ -127,7 +126,7 @@ 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): +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.) +> (See the [LICENSE](https://github.com/k0shk0sh/FastHub/blob/master/LICENSE) file for the whole license text.) \ No newline at end of file