mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 11:32:27 +00:00
Merge branch 'add-hwsoo' into 'master'
New app: Holywarsoo Forums See merge request fdroid/fdroiddata!6714
This commit is contained in:
commit
8458f36c5e
1 changed files with 77 additions and 0 deletions
77
metadata/com.kanedias.holywarsoo.yml
Normal file
77
metadata/com.kanedias.holywarsoo.yml
Normal file
|
|
@ -0,0 +1,77 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Kanedias
|
||||||
|
AuthorEmail: kanedias@keemail.me
|
||||||
|
SourceCode: https://gitlab.com/Kanedias/holywarsoo-android
|
||||||
|
IssueTracker: https://gitlab.com/Kanedias/holywarsoo-android/issues
|
||||||
|
Donate: https://www.patreon.com/kanedias
|
||||||
|
LiberapayID: '27922'
|
||||||
|
|
||||||
|
AutoName: Holywarsoo Forums
|
||||||
|
Summary: Lightweight Holywarsoo forum browsing app
|
||||||
|
Description: |-
|
||||||
|
This is an unofficial satellite application for browsing Holywarsoo Forums (holywarsoo.net) from Android device.
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
* Logging in
|
||||||
|
* Browsing forums
|
||||||
|
* Browsing topics
|
||||||
|
* Reading topic message
|
||||||
|
* Browsing replies/recent topics/active
|
||||||
|
* Creating new message
|
||||||
|
* Editing messages
|
||||||
|
* Deleting messages
|
||||||
|
* Replying to message
|
||||||
|
* Images upload
|
||||||
|
* Formatting of the message
|
||||||
|
* Quoting by selection
|
||||||
|
* Auto-scrolling to new message
|
||||||
|
* Adding topics to subscriptions
|
||||||
|
* Deleting topics from subscriptions
|
||||||
|
* 4 application themes
|
||||||
|
* Creating a topic
|
||||||
|
* Reporting a message
|
||||||
|
* Search
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/Kanedias/holywarsoo-android
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 221000
|
||||||
|
commit: 1.5.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
output: build/outputs/apk/fdroid/release/app-fdroid-universal-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- rustup@1.21.1
|
||||||
|
build:
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
- source $HOME/.cargo/env
|
||||||
|
- rustup default 1.42.0
|
||||||
|
- rustup target add armv7-linux-androideabi
|
||||||
|
- rustup target add aarch64-linux-android
|
||||||
|
- rustup target add i686-linux-android
|
||||||
|
- rustup target add x86_64-linux-android
|
||||||
|
- export NDK_HOME=$$NDK$$
|
||||||
|
- ../html2md-build.sh
|
||||||
|
ndk: r21d
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
- This app is unofficial, I'm not related to Holywarsoo team in any way
|
||||||
|
- This app has native lib as rust submodule and requires delicate handling
|
||||||
|
- Website FluxBB upstream is GPLv2 but Holywarsoo team introduced unofficial patches that allow anonymity,
|
||||||
|
these patches weren't upstreamed: see https://holywarsoo.net/viewtopic.php?pid=5737446#p5737446
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckIgnore: beta
|
||||||
|
CurrentVersion: 1.5.2
|
||||||
|
CurrentVersionCode: 221000
|
||||||
Loading…
Reference in a new issue