mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Merge branch 'flashlight' into 'master'
new app: Material Flashlight Closes rfp#1100 See merge request fdroid/fdroiddata!8088
This commit is contained in:
commit
9a7a82b94e
2 changed files with 43 additions and 0 deletions
42
metadata/co.garmax.materialflashlight.yml
Normal file
42
metadata/co.garmax.materialflashlight.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: garmax
|
||||
AuthorEmail: garmax1dev@gmail.com
|
||||
SourceCode: https://github.com/garmax1/material-flashlight
|
||||
IssueTracker: https://github.com/garmax1/material-flashlight/issues
|
||||
Changelog: https://github.com/garmax1/material-flashlight/releases
|
||||
|
||||
AutoName: Material Flashlight
|
||||
Description: |-
|
||||
'''Flashlight features:'''
|
||||
|
||||
* On\Off
|
||||
* Strobe with interval
|
||||
* Music strobe
|
||||
* SOS mode
|
||||
* Screen/Camera LED modules
|
||||
* Widgets
|
||||
* Quick Settings Toggle (Android 7 and above)
|
||||
|
||||
'''Permissions:'''
|
||||
|
||||
* Camera and flashlight - for using camera LED
|
||||
* Audio Recording - for music strobe feature to analyze noise around
|
||||
* Write system settings - for setting max brightness volume in screen module
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/garmax1/material-flashlight.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.5'
|
||||
versionCode: 27
|
||||
commit: v2.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.5'
|
||||
CurrentVersionCode: 27
|
||||
1
metadata/co.garmax.materialflashlight/en-US/summary.txt
Normal file
1
metadata/co.garmax.materialflashlight/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Flashlight with some cool features
|
||||
Loading…
Reference in a new issue