6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
136 lines
3.2 KiB
YAML
136 lines
3.2 KiB
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
- NonFreeNet
|
|
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/k0shk0sh/FastHub
|
|
IssueTracker: https://github.com/k0shk0sh/FastHub/issues
|
|
|
|
AutoName: FastHub
|
|
Summary: A GitHub client app built from ground up
|
|
Description: |-
|
|
'''Warning:''' Upstream deleted fdroid flavor with some strange reasoning.
|
|
Locked/deleted comments, general attitude suggest FastHub is gone forever.
|
|
|
|
Yet another open-source GitHub client app but unlike any other app, FastHub was
|
|
built from scratch.
|
|
|
|
'''Features'''
|
|
|
|
''App''
|
|
|
|
* Two login types (Basic Auth) or via (Browser)
|
|
* Themes mode
|
|
* Offline-mode
|
|
* Markdown and code highlighting support
|
|
* Notifications overview and "Mark all as read"
|
|
* Search users/orgs, repos, issues/prs & code.
|
|
* Pinned Repos
|
|
|
|
''Repositories''
|
|
|
|
* Search Repos
|
|
* Browse and search Repos
|
|
* See your public, private and forked Repos
|
|
* Filter Branches and Commits
|
|
* Watch, star and fork Repos
|
|
* Download releases, files and branches
|
|
|
|
''Issues and Pull Requests''
|
|
|
|
* Search Issues/PRs
|
|
* Filter Issues/PRs
|
|
* Open/close Issues/PRs
|
|
* Comment on Issues/PRs
|
|
* Manage Issue/PR comments
|
|
* React to comments with reactions
|
|
* Edit Issues/PRs
|
|
* Lock/unlock conversation in Issues/PRs
|
|
* Assign people and add Labels and Milestones to Issues/PRs
|
|
* Manage Milestones
|
|
* Merge PRs
|
|
* PRs reviews
|
|
* PRs statuses
|
|
|
|
''Commits and Gists''
|
|
|
|
* Search Code/Gists
|
|
* View Gists and their files
|
|
* Comment on Commits/Gists
|
|
* Manage Commit/Gist comments
|
|
* Create/Delete Gists
|
|
|
|
''Orgs''
|
|
|
|
* Overview
|
|
* Feeds
|
|
* Teams & Teams repos
|
|
* Repos
|
|
|
|
''Users''
|
|
|
|
* Follow/unfollow users
|
|
* Search Users, Repos, Issues,Pull Requests and Code
|
|
|
|
''Much more...''
|
|
|
|
* FastHub is actively developed. More features will come!
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/k0shk0sh/FastHub
|
|
|
|
Builds:
|
|
- versionName: 1.8.2
|
|
versionCode: 182
|
|
commit: 1.8.2
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
|
|
build.gradle
|
|
|
|
- versionName: 1.9.1
|
|
versionCode: 191
|
|
commit: 1.9.1
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
|
|
build.gradle
|
|
|
|
- versionName: 1.9.2
|
|
versionCode: 192
|
|
commit: 1.9.2
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
|
|
build.gradle
|
|
|
|
- versionName: 2.0.1
|
|
versionCode: 201
|
|
commit: 2.0.1
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
|
|
build.gradle
|
|
|
|
- versionName: 2.1.0
|
|
versionCode: 210
|
|
commit: 2.1.0
|
|
subdir: app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
|
|
build.gradle
|
|
|
|
MaintainerNotes: All the work I invested is gone, I'd suggest you don't bother.
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 2.1.0
|
|
CurrentVersionCode: 210
|