2013-12-07 16:41:39 +00:00
|
|
|
Categories:System
|
|
|
|
License:MIT
|
2013-12-12 11:19:12 +00:00
|
|
|
Web Site:http://forum.xda-developers.com/showthread.php?t=2421357
|
2013-12-07 16:41:39 +00:00
|
|
|
Source Code:https://github.com/grimpy/Botifier
|
|
|
|
Issue Tracker:https://github.com/grimpy/Botifier/issues
|
|
|
|
|
|
|
|
Auto Name:Botifier
|
|
|
|
Summary:Send notifications via Bluetooth
|
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
* Show notifcations on car radio
|
2013-12-12 11:19:12 +00:00
|
|
|
* Show application as artist
|
|
|
|
* Show summary as album
|
2014-03-24 00:22:36 +00:00
|
|
|
* Show full notification text as title
|
2013-12-12 11:19:12 +00:00
|
|
|
* Play notification via TTS (text to speech)
|
|
|
|
* Use next / previous track to navigate through notifications
|
|
|
|
* Use pause / play button to remove notifcation
|
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
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
|
2013-12-12 11:19:12 +00:00
|
|
|
media device.
|
2013-12-07 16:41:39 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/grimpy/Botifier.git
|
|
|
|
|
|
|
|
Build:1.3.2,14
|
|
|
|
commit=1.3.2
|
2013-12-09 15:44:55 +00:00
|
|
|
prebuild=sed -i '/key/d' project.properties
|
2013-12-07 16:41:39 +00:00
|
|
|
|
2014-10-16 16:36:33 +00:00
|
|
|
Build:1.4.1,16
|
|
|
|
commit=1.4.1
|
|
|
|
gradle=yes
|
|
|
|
rm=libs/*
|
2014-10-23 20:42:03 +00:00
|
|
|
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
|
2014-10-16 16:36:33 +00:00
|
|
|
|
2013-12-07 16:41:39 +00:00
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:Tags
|
2014-10-06 04:29:41 +00:00
|
|
|
Current Version:1.4.1
|
|
|
|
Current Version Code:16
|
2013-12-07 16:41:39 +00:00
|
|
|
|