Merge branch 'feature/openhub' into 'master'

New app: OpenHub

Closes rfp#382

See merge request fdroid/fdroiddata!3159
master
Pierre Rudloff 2019-02-04 21:26:26 +00:00
commit 64197a2cde
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
Categories:
- Internet
License: GPL-3.0-only
WebSite: https://thirtydegreesray.github.io/OpenHub/
SourceCode: https://github.com/ThirtyDegreesRay/OpenHub
IssueTracker: https://github.com/ThirtyDegreesRay/OpenHub/issues
Summary: A GitHub client app, faster and concise
Description: |-
An open source GitHub Android client app, faster and concise.
Features:
* Project use MVP+dagger2+retrofit frameworksave Activity,Fragment,Presenter data when onSaveInstanceState;
* On the basis of Retrofit2+RxJava,load cache first if cache available,then load from network,better user experience;
* Support the theme switch,16 kinds of accent color switch,language switch;
* Support the trending repositories view,every one hour,the server update data at a time;
* Start immediately show the splash screen,no bad time;
* Faster and cool syntax highlighting;
* And more...
RepoType: git
Repo: https://github.com/ThirtyDegreesRay/OpenHub.git
Builds:
- versionName: 3.0.0
versionCode: 30
commit: v3.0.0
subdir: app
gradle:
- normal
rm:
- app/libs/
prebuild: "sed -i -e \"s/(name: 'bugly_crashreport_upgrade-1.3.4', ext: 'aar')/'com.tencent.bugly:crashreport_upgrade:1.3.4'/\"\
\ build.gradle"
AutoUpdateMode: None
UpdateCheckMode: None