7402501819
ActionBarSherlock replaced with appcompat
38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
Category:Multimedia
|
|
License:GPLv3
|
|
Web Site:http://code.google.com/p/chromadoze/
|
|
Source Code:http://code.google.com/p/chromadoze/source/checkout
|
|
Issue Tracker:http://code.google.com/p/chromadoze/issues/list
|
|
|
|
Auto Name:Chroma Doze
|
|
Summary:Noise generator
|
|
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
|
|
.
|
|
|
|
Repo Type:git-svn
|
|
Repo:http://chromadoze.googlecode.com/svn/trunk/
|
|
|
|
Build Version:1.1.1,7,26
|
|
Build Version:2.1,9,34,target=android-16,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
|
|
Build Version:2.2,10,37,target=android-16,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
|
|
Build Version:3.1,12,65,target=android-18,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/
|
|
|
|
Auto Update Mode:None
|
|
#Update Check Mode:Market
|
|
Update Check Mode:None
|
|
Current Version:3.1
|
|
Current Version Code:12
|
|
|