mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'feature/openhub' into 'master'
New app: OpenHub Closes rfp#382 See merge request fdroid/fdroiddata!3159
This commit is contained in:
commit
64197a2cde
1 changed files with 38 additions and 0 deletions
38
metadata/com.thirtydegreesray.openhub.yml
Normal file
38
metadata/com.thirtydegreesray.openhub.yml
Normal 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 framework,save 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
|
||||||
Loading…
Reference in a new issue