update speedofsound to 0.8.2 , now without nonfreedeps
This commit is contained in:
parent
54dc1985fb
commit
3f27e8965f
|
@ -1,5 +1,3 @@
|
|||
#NonFreeDep can be removed with the Manifest patch below
|
||||
AntiFeatures:NonFreeDep
|
||||
Category:Multimedia
|
||||
License:GPLv2
|
||||
Web Site:https://github.com/jpeddicord/speedofsound
|
||||
|
@ -8,13 +6,23 @@ Issue Tracker:https://github.com/jpeddicord/speedofsound/issues
|
|||
|
||||
Summary:Adjust volume according to speed
|
||||
Description:
|
||||
Keep your eyes on the road, not your phone! Speed of Sound automatically adjusts your music player’s volume while you’re driving about with your GPS, lowering the volume while driving slowly or at a stoplight, and cranking it up on the highway.
|
||||
'''N.B''' The app no longer requires Google Maps to install but the app will
|
||||
crash if you try to access the maps without having it.
|
||||
|
||||
This is a feature available in some more expensive cars and sound systems. We’re giving it to you for free to use on your phone. Just start up your music player, plug your phone into your car stereo, and open Speed of Sound.
|
||||
|
||||
N.B It isn't possible to view your position on a map because Google Maps is the only map source and
|
||||
f-droid can't supply an API key to use it. If you need to use Google Maps install the developer's build
|
||||
'''N.B''' It isn't possible to view your position on a map because
|
||||
Google Maps is the only map source and
|
||||
the API keys are not in the source code. If you need to use Google Maps
|
||||
install the developer's build
|
||||
from the website.
|
||||
|
||||
Keep your eyes on the road, not your phone! Speed of Sound automatically
|
||||
adjusts your music player’s volume while you’re driving about with your GPS,
|
||||
lowering the volume while driving slowly or at a stoplight,
|
||||
and cranking it up on the highway.
|
||||
|
||||
This is a feature available in some more expensive cars and sound
|
||||
systems. We’re giving it to you for free to use on your phone. Just start
|
||||
up your music player, plug your phone into your car stereo, and open Speed of Sound.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -23,11 +31,11 @@ Repo:https://github.com/jpeddicord/speedofsound.git
|
|||
Build Version:0.8.1,8,8dc2de2691b10101f65d9495db6d8c19d3a9f62f,subdir=speedofsound,\
|
||||
update=.;../actionbarsherlock,target=Google Inc.:Google APIs:15
|
||||
|
||||
Build Version:0.8.2,9,0.8.2,subdir=speedofsound,\
|
||||
update=.;../actionbarsherlock,target=Google Inc.:Google APIs:15,prebuild=\
|
||||
sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
#Opening the maps if Google Maps is not installed, crashes the app
|
||||
#Build Version:0.8.1,8,8dc2de2691b10101f65d9495db6d8c19d3a9f62f,subdir=speedofsound,\
|
||||
#update=.;../actionbarsherlock,target=Google Inc.:Google APIs:15,prebuild=\
|
||||
#sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.8.2
|
||||
Current Version Code:9
|
||||
|
|
Loading…
Reference in a new issue