Support CM 12.1 Music App

live-sensor-data
Andreas Shimokawa 2015-06-02 21:47:51 +02:00
parent 32b2500d6b
commit 7d86396e30
4 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
####Next Version
* Pebble: Support launching of Watchapps though the AppManager Activity
* Pebble: Fix firmware installation when all 8 app slots are in use (and probably firmware installation form recovery)
* Pebble: Support CM 12.1 Music App
* Mi Band: Make vibration count configurable for different kinds of Notifications
* Support rebooting Mi Band/Pebble through the Debug Activity

View File

@ -13,11 +13,11 @@ need to create an account and transmit any of your data to the vendor's servers.
* SMS notification (sender, body)
* K-9 Mail notification support (sender, subject, preview)
* Support for generic notificaions (above filtered out)
* Apollo playback info (artist, album, track)
* Music playback info (artist, album, track). Apollo and CM 12.1 Music App supported.
* Music control: play/pause, next track, previous track, volume up, volume down
* List and remove installed apps/watchfaces
* Install .pbw files
* Install firmware from .pbz files (EXPERIMENTAL)
* Install firmware from .pbz files
## How to use (Pebble)

View File

@ -136,6 +136,7 @@
android:enabled="false" >
<intent-filter>
<action android:name="com.andrew.apollo.metachanged" />
<action android:name="com.cyanogenmod.eleven.metachanged" />
</intent-filter>
</receiver>
<receiver

View File

@ -75,6 +75,7 @@ public class NotificationListener extends NotificationListenerService {
source.equals("com.android.systemui") ||
source.equals("com.android.dialer") ||
source.equals("com.android.mms") ||
source.equals("com.cyanogenmod.eleven") ||
source.equals("com.fsck.k9")) {
return;
}