Merge branch 'feature/sterrenburg.github.flutterhole' into 'master'
New app: FlutterHole Closes rfp#907 See merge request fdroid/fdroiddata!4572
This commit is contained in:
commit
9c22fcbbc9
43
metadata/sterrenburg.github.flutterhole.yml
Normal file
43
metadata/sterrenburg.github.flutterhole.yml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
- Security
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/sterrenburg/flutterhole
|
||||||
|
IssueTracker: https://github.com/sterrenburg/flutterhole/issues
|
||||||
|
|
||||||
|
AutoName: FlutterHole
|
||||||
|
Summary: A third party application for the Pi-Hole® dashboard
|
||||||
|
Description: |-
|
||||||
|
FlutterHole is a free third party Android application for interacting with
|
||||||
|
your Pi-Hole® server.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* *Quick enable/disable* - toggle your Pi-hole® from your home screen or a single tap in FlutterHole.
|
||||||
|
* *Multiple configurations* - Easily switch between every Pi-hole® that you have access to.
|
||||||
|
* *Recently Blocked* - see a live view of requests that are currently being blocked.
|
||||||
|
* *Summary overview* - view the amount of queries sent and blocked.
|
||||||
|
* *Dark mode* - because we can.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/sterrenburg/flutterhole.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 174
|
||||||
|
commit: v1.0.0
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.3.2
|
||||||
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||||
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 174
|
Loading…
Reference in a new issue