139 lines
3.5 KiB
YAML
139 lines
3.5 KiB
YAML
|
Categories:
|
||
|
- Multimedia
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://github.com/pmarks-net/chromadoze
|
||
|
IssueTracker: https://github.com/pmarks-net/chromadoze/issues
|
||
|
|
||
|
AutoName: Chroma Doze
|
||
|
Description: |-
|
||
|
Generates noise with a custom colour profile. It is intended to be used as a
|
||
|
sleep sound generator. It provides rapid feedback to adjustments in the
|
||
|
spectrum, and is designed to minimize CPU usage in the steady state.
|
||
|
|
||
|
It works by running shaped white noise through an Inverse Discrete Cosine
|
||
|
Transform, generating a few megabytes of distinct audio blocks. The steady-state
|
||
|
behavior selects blocks at random, and smoothly crossfades between them
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/pmarks-net/chromadoze
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.1.1
|
||
|
versionCode: 7
|
||
|
commit: '26'
|
||
|
|
||
|
- versionName: '2.1'
|
||
|
versionCode: 9
|
||
|
commit: '34'
|
||
|
srclibs:
|
||
|
- ActionBarSherlock@4.3.0
|
||
|
extlibs:
|
||
|
- android/android-support-v4.jar
|
||
|
prebuild:
|
||
|
- echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties
|
||
|
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs
|
||
|
target: android-16
|
||
|
|
||
|
- versionName: '2.2'
|
||
|
versionCode: 10
|
||
|
commit: '37'
|
||
|
srclibs:
|
||
|
- ActionBarSherlock@4.3.0
|
||
|
extlibs:
|
||
|
- android/android-support-v4.jar
|
||
|
prebuild:
|
||
|
- echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties
|
||
|
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs
|
||
|
target: android-16
|
||
|
|
||
|
- versionName: '3.1'
|
||
|
versionCode: 12
|
||
|
commit: '65'
|
||
|
prebuild:
|
||
|
- cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/
|
||
|
- echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties
|
||
|
- $$SDK$$/tools/android update lib-project --path ./appcompat/
|
||
|
target: android-18
|
||
|
|
||
|
- versionName: '3.3'
|
||
|
versionCode: 14
|
||
|
commit: '72'
|
||
|
prebuild:
|
||
|
- cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/
|
||
|
- echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties
|
||
|
- $$SDK$$/tools/android update lib-project --path ./appcompat/
|
||
|
target: android-18
|
||
|
|
||
|
- versionName: '3.4'
|
||
|
versionCode: 15
|
||
|
commit: '76'
|
||
|
prebuild:
|
||
|
- cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/
|
||
|
- echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties
|
||
|
- $$SDK$$/tools/android update lib-project --path ./appcompat/
|
||
|
target: android-18
|
||
|
|
||
|
- versionName: '3.5'
|
||
|
versionCode: 16
|
||
|
disable: missing resources
|
||
|
commit: '83'
|
||
|
prebuild:
|
||
|
- cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/
|
||
|
- echo -e "\nandroid.library.reference.1=./appcompat/" >> ./local.properties
|
||
|
- $$SDK$$/tools/android update lib-project --path ./appcompat/
|
||
|
target: android-21
|
||
|
|
||
|
- versionName: 3.5.1
|
||
|
versionCode: 17
|
||
|
commit: v3.5.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 3.5.2
|
||
|
versionCode: 18
|
||
|
commit: v3.5.2
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 3.5.3
|
||
|
versionCode: 20
|
||
|
commit: v3.5.3
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 3.5.4
|
||
|
versionCode: 21
|
||
|
commit: v3.5.4
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 3.5.5
|
||
|
versionCode: 22
|
||
|
commit: v3.5.5
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '3.6'
|
||
|
versionCode: 23
|
||
|
commit: v3.6
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: 3.7.1
|
||
|
versionCode: 25
|
||
|
commit: v3.7.1
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 3.7.1
|
||
|
CurrentVersionCode: 25
|