All Projects → fennifith → Medianotification

fennifith / Medianotification

Licence: apache-2.0
Slightly unstable attempt to replace all media notifications with Android O styled copies.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Medianotification

Diycode
[暂停维护]diycode android app
Stars: ✭ 931 (+1923.91%)
Mutual labels:  android-app
React Natives App
App for the React & React Native developer community as a demo project for the React Native meetups in Germany
Stars: ✭ 20 (-56.52%)
Mutual labels:  android-app
Filemanager
Android File Manager Demo
Stars: ✭ 36 (-21.74%)
Mutual labels:  android-app
Monkeytester
Determines whether a user is a monkey, a goat, or both, based on values obtained from android's ActivityManager and UserManager.
Stars: ✭ 10 (-78.26%)
Mutual labels:  android-app
Asobimasu
Games for android
Stars: ✭ 15 (-67.39%)
Mutual labels:  android-app
Smartisandialog
Smartisan style Dialog.
Stars: ✭ 33 (-28.26%)
Mutual labels:  android-app
Tinderclone
Android UI clone of the official Tinder ❤ app
Stars: ✭ 24 (-47.83%)
Mutual labels:  android-app
Pixivformuzeiplus
Muzei Live Wallpaper's Source for Pixiv
Stars: ✭ 38 (-17.39%)
Mutual labels:  android-app
Apps Android Wikiedudashboard
Access WikiEdu Dashboard from Android App.
Stars: ✭ 20 (-56.52%)
Mutual labels:  android-app
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-21.74%)
Mutual labels:  android-app
Apreader
A small app that displays Android Police articles without waiting for the website to load.
Stars: ✭ 12 (-73.91%)
Mutual labels:  android-app
Kotlin Native Superhero App
Android and iOS master detail application for list Marvel Super Heroes
Stars: ✭ 15 (-67.39%)
Mutual labels:  android-app
Android Pwdhash
A password hash implementation for Android.
Stars: ✭ 33 (-28.26%)
Mutual labels:  android-app
Kodein Mvvm
Example app using Kodein for dependency injection with MVVM and Architecture Components
Stars: ✭ 26 (-43.48%)
Mutual labels:  android-app
Kotlin Android Template
Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️
Stars: ✭ 984 (+2039.13%)
Mutual labels:  android-app
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-47.83%)
Mutual labels:  android-app
Elephant
Elephant is PHPHub Community Android unofficial client, base on Material Design + MVP+RxJava+Retrofit .
Stars: ✭ 949 (+1963.04%)
Mutual labels:  android-app
Metawear Sampleapp Android
Sample Android app showcasing the sensors available on the MetaMotion / MetaWear boards
Stars: ✭ 42 (-8.7%)
Mutual labels:  android-app
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (-19.57%)
Mutual labels:  android-app
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-23.91%)
Mutual labels:  android-app

MediaNotification is a slightly unstable attempt to create Android O styled media notifications. Please note that this app does not replace media notifications coming from other apps, but it creates new notifications on its own. The most common methods of use are as follows:

Option One Leave the original music player notifications intact. The app will read its data and create a new notification with fully operational album art and media controls. There should not be any issues using the app this way, provided that the 'Use Broadcast Receiver' switch is disabled. If you are using this option on Android Nougat or above, it is reccomended to use the power notifications settings (can be enabled in SystemUI Tuner) to show the music player's notification at the bottom of the list and hide the icon from the status bar (change the setting to "1". Setting it to "0" will have the same effect as option two). This has been tested and is working properly on the following music players:

  • Bandcamp
  • BlackPlayer
  • Google Chrome (yes, the web browser)
  • Google Play Music
  • Jair Player
  • Phonograph
  • PlayerPro
  • Pulsar
  • Poweramp
  • Retro Player
  • Shuttle
  • Soundcloud
  • Spotify

Option Two Block all notifications from the music players installed on your phone, and enable the switch at the bottom of the settings menu. The app will then obtain all its information from a BroadcastReceiver, and get the album art from either the external storage (if the song is being played locally) or from the last.fm api. When used with this option, the only music player for which the notification still functions completely is Spotify. Most other apps will have problems with the player controls (player controls for unsupported apps are disabled by default, check the 'Media Controls Method' setting) and content intents (when the notification is clicked on). However, there are a few apps for which the content intents still function properly:

  • BlackPlayer
  • Phonograph
  • Timber
  • Jockey
  • Jair Player
  • Pulsar
  • NewPipe

As a sort of workaround, it is possible to set a 'Default Music Player' for the notification to open if it cannot obtain a content intent any other way.

IMPORTANT: The following music players require their settings to be modified in order to work properly:

  • Spotify: Enable "Device Broadcast Status" in the settings menu.
  • Shuttle: Turn on last.fm scrobbling (you don't need to download a scrobbler).
  • AIMP: The 'integrate to lock screen' setting must be enabled
  • Jair Player: 'Enable Scrobbling' at the bottom of the settings menu. You will need to install the scrobbler app in order for this to work (uninstalling it will disable the setting).
  • NewPipe: support for this player does exist, but is very limited. It is reccomended to turn on 'Use external audio player' in NewPipe's settings menu instead.
  • BlackPlayer: Turn on the 'Scrobble Music' setting (at the bottom of the 'Metadata' section). You do not need to have a scrobbler installed.

Option Three Somehow install the app on the system partition of your device, and grant it android.permission.UPDATE_APP_OPS_STATS. This is not possible to do from within the app as the UPDATE_APP_OPS_STATS permission is protected by the application signature. In other words, you will need to compile a new apk with the same signature as the rest of the system apps first. I am working on a way to bypass this permission and make the third option function with just root access, but it will be a while before it is finished.


Unfortunately, this app does not function at all when used with the following music players. This is simply because they either do not use the MediaPlayer API, or they do use it and have prevented other apps from intercepting any information from it.

  • iHeartRadio
  • Rocket Player
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].