mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 21:34:53 +00:00
65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
Categories:
|
||
- System
|
||
License: GPL-3.0-or-later
|
||
WebSite: https://bitbucket.org/FlorianSchrofner/swip
|
||
|
||
AutoName: SwiP
|
||
Description: |-
|
||
Create, manage and apply profiles which can be triggered by different events.
|
||
|
||
Options:
|
||
|
||
* Ringer Mode
|
||
* Ringtone- & Notification Volume
|
||
* Media Volume
|
||
* Alarm Volume
|
||
* GPS
|
||
* Mobile Data
|
||
* WiFi
|
||
* Bluetooth
|
||
* Automatic Brightness
|
||
* Brightness
|
||
* Display Time Out
|
||
|
||
Triggers:
|
||
|
||
* Location (Geofence)
|
||
* Time (Exact time or time range)
|
||
* Battery State
|
||
* Battery Level (Exact level or level range)
|
||
* Headphone State
|
||
|
||
Builds:
|
||
- versionName: 0.2.6
|
||
versionCode: 7
|
||
disable: google play services, missing resources
|
||
commit: 0.2.6
|
||
subdir: src
|
||
srclibs:
|
||
- RootToolsSvn@2.6
|
||
extlibs:
|
||
- android/android-support-v4.jar
|
||
prebuild: rm -fR ../libs; rm libs/*;
|
||
target: android-19
|
||
|
||
- versionName: 0.2.8
|
||
versionCode: 9
|
||
disable: play-services
|
||
commit: 0.2.8
|
||
subdir: src
|
||
gradle:
|
||
- foss
|
||
forceversion: true
|
||
forcevercode: true
|
||
rm:
|
||
- libs/GooglePlayServices
|
||
prebuild:
|
||
- sed -i -e "s@':libs:GooglePlayServices',@@g" ../settings.gradle
|
||
- sed -i -e '/GooglePlayServices/d' build.gradle
|
||
|
||
MaintainerNotes: Tags auto-update doesn’t work due to gradle settings?
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: None
|
||
|
||
NoSourceSince: 0.2.8
|