52 lines
1.9 KiB
YAML
52 lines
1.9 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: MIT
|
|
WebSite: https://grimpy.github.com/botifier
|
|
SourceCode: https://github.com/grimpy/Botifier
|
|
IssueTracker: https://github.com/grimpy/Botifier/issues
|
|
|
|
AutoName: Botifier
|
|
Description: |-
|
|
* Show notifcations on car radio
|
|
* Show application as artist
|
|
* Show summary as album
|
|
* Show full notification text as title
|
|
* Play notification via TTS (text to speech)
|
|
* Use next / previous track to navigate through notifications
|
|
* Use pause / play button to remove notifcation
|
|
|
|
To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song
|
|
which has id3 information set and check if this information is shown on the
|
|
media device.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/grimpy/Botifier.git
|
|
|
|
Builds:
|
|
- versionName: 1.3.2
|
|
versionCode: 14
|
|
commit: 1.3.2
|
|
prebuild: sed -i '/key/d' project.properties
|
|
|
|
- versionName: 1.4.1
|
|
versionCode: 16
|
|
commit: 1.4.1
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- libs/*
|
|
prebuild:
|
|
- sed -i -e 's/com.android.tools.build:gradle:0.13.0/com.android.tools.build:gradle:0.12.0/g'
|
|
-e '/fileTree/acompile "com.android.support:support-v4:19.0.+"' build.gradle
|
|
- rm -fR src/com/github/grimpy/botifier/plugins/liveware/*
|
|
- sed -i -e '/import com.github.grimpy.botifier.plugins.liveware/d' src/com/github/grimpy/botifier/plugins/PluginPreference.java
|
|
src/com/github/grimpy/botifier/preference/SettingsFragment.java src/com/github/grimpy/botifier/receivers/NotificationReceiver.java
|
|
- sed -i -e '/SW2Preference/,+1d' src/com/github/grimpy/botifier/plugins/PluginPreference.java
|
|
- sed -i -e '/SWExtensionService.class/,+2d' src/com/github/grimpy/botifier/preference/SettingsFragment.java
|
|
- sed -i -e '/SWExtensionService.class/,+1d' src/com/github/grimpy/botifier/receivers/NotificationReceiver.java
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.4.1
|
|
CurrentVersionCode: 16
|