Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5223eb74 authored by Danny Baumann's avatar Danny Baumann
Browse files

Improve notification UX.

- Add a proper notification icon (courtesy of Joey Rizzoli)
- Use separate notification modes to allow the user to dismiss the
  notification when music isn't playing.
- Always show notification regardless whether an activity is in
  foreground to ensure the notification doesn't pop up out of the blue
  when ending playback inside the app and leaving it afterwards.
- Keep notification timestamp constant when updating it

Change-Id: I2fa9a56ff31ab2874d6d96786e6b80695397702b
parent 62225e87
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,10 +19,9 @@
    android:versionCode="2"
    android:versionName="1.1" >

    <!-- ICS to Jelly Bean -->
    <uses-sdk
        android:minSdkVersion="17"
        android:targetSdkVersion="20" />
        android:targetSdkVersion="21" />

    <!-- Used for caching and creating new playlists -->
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+538 B
Loading image diff...
+388 B
Loading image diff...
+681 B
Loading image diff...
+960 B
Loading image diff...
Loading