1. c9b5fde Eleven: allow to reset to default photo by 2bllw8 · 3 years, 9 months ago
  2. 10366aa Eleven: update to sdk 30 by 2bllw8 · 3 years, 9 months ago
  3. c84c8a6 Eleven: AudioPreviewActivity: do not use deprecated APIs for audio focus changes by 2bllw8 · 3 years, 9 months ago
  4. 3857e63 Eleven: AudioPreviewActivity: use static handler class by 2bllw8 · 3 years, 9 months ago
  5. f6553f1 Eleven: ViewDragHelper: use Overscroller by 2bllw8 · 3 years, 9 months ago
  6. 808fa75 Eleven: PropertiesStore: use try-with-resource by 2bllw8 · 3 years, 9 months ago
  7. b51f0a2 Eleven: use FragmentActivity by 2bllw8 · 3 years, 9 months ago
  8. b0c6002 Eleven: cleanup findById usages by 2bllw8 · 3 years, 9 months ago
  9. 6524fc6 Eleven: update android gradle plugin version to 4.1.3 by 2bllw8 · 3 years, 9 months ago
  10. cc0bd10 Eleven: use default transaction animations to fragments by 2bllw8 · 3 years, 9 months ago
  11. e16bc39 Eleven: Deduplicate query selection/sorting logic by Paul Keith · 3 years, 9 months ago
  12. f4426b3 Eleven: Fix sorting by track number in albums by Paul Keith · 3 years, 9 months ago
  13. 30b0348 Eleven: Remove unused class by Michael W · 3 years, 9 months ago
  14. 9e08cc0 Eleven: ensure we got proper permissions before initializing by Alexander Martinz · 4 years, 8 months ago
  15. 36a7789 Eleven: update widgets UI by Joey · 3 years, 9 months ago
  16. 073a49a Eleven: Fix White on White Bug. by lopez05656 · 3 years, 9 months ago
  17. ba4ec3a Eleven: Add a Material Theme and a Dark Theme by Marcos Lopez · 3 years, 11 months ago
  18. f8b4fc5 Eleven: declare support for ACTION_SEEK_TO by Marcos Lopez · 3 years, 10 months ago
  19. c71ba79 Eleven: the great cleanup by Joey · 3 years, 11 months ago
  20. c9c8288 Eleven: Update gradle and dependencies by Michael W · 3 years, 11 months ago
  21. 365a1e7 Eleven: Audio preview: Follow dark/light theming by Michael W · 3 years, 11 months ago
  22. fd4180f Automatic translation import by Michael Bestas · 3 years, 10 months ago
  23. 4e9dac3 Eleven: Set targetSdkVersion to 29 by Michael Bestas · 4 years ago
  24. 2c5faa1 Eleven: Convert to Android.bp by Michael Bestas · 4 years ago
  25. c31ddfd Eleven: Increase the height of the play queue slider. by Craig G · 4 years, 1 month ago
  26. fa46b8b Eleven: Fix SettingsActivity crash by Craig G · 4 years, 1 month ago
  27. 06bbd2e Eleven: 'audio.id as _id' doesn't seem to make sense by Craig G · 4 years, 1 month ago
  28. 3b592f0 Eleven: Fix album id column by Craig G · 4 years, 1 month ago
  29. c161acb Eleven: Fix integer overflow by Craig G · 4 years, 1 month ago
  30. 20c2fe0 Eleven: Remove dead code by Bruno Martins · 4 years, 8 months ago
  31. f4e3d55 Set SDK_VERSION to current by Chirayu Desai · 4 years, 2 months ago
  32. e972ce8 Eleven: Opt out of scoped storage by LuK1337 · 4 years, 4 months ago
  33. 5937b1e Automatic translation import by LineageOS Builder · 4 years, 4 months ago
  34. a9f1d80 Automatic translation import by Michael Bestas · 4 years, 6 months ago
  35. c0c4647 Eleven: Use constant notification id by LuK1337 · 4 years, 7 months ago
  36. 5946f79 Automatic translation import by Michael Bestas · 4 years, 7 months ago
  37. 89a9397 Eleven: Move to /product by Michael Bestas · 4 years, 8 months ago
  38. 049d349 Eleven: Add privapp permissions xml by Michael Bestas · 4 years, 8 months ago
  39. b8e1211 Eleven: Remove casts from calls to getSystemService by Bruno Martins · 4 years, 8 months ago
  40. 138bca1 Eleven: Retrieve ShakeToPlay user pref using dedicated method by Bruno Martins · 4 years, 8 months ago
  41. 0d0d792 Eleven: Bind settings fragment to music playback service by Bruno Martins · 4 years, 8 months ago
  42. 1185fee Eleven: Get rid of lockscreen media art option by Bruno Martins · 4 years, 8 months ago
  43. ceafd83 Automatic translation import by Michael Bestas · 4 years, 8 months ago
  44. cf10f3a .gitignore: ignore export folders when generating APKs by Alexander Martinz · 6 years ago
  45. 145c292 Eleven: remove search feature by Joey · 4 years, 9 months ago
  46. cbb0b6b Eleven: fix popup menu positioning by Joey · 6 years ago
  47. 8df3d41 menu: clean up playlist helpers by Alexander Martinz · 6 years ago
  48. daecf8f AudioPlayer: convert headerbar into toolbar by Alexander Martinz · 6 years ago
  49. bb1a94d Settings: convert to PreferenceFragmentCompat by Alexander Martinz · 6 years ago
  50. 95a7c9e Move to AppCompat theme by Joey · 6 years ago
  51. c35d071 layouts: right/left -> start/end by Joey · 6 years ago
  52. 24bc08e Add gradient option for album art and use it by default by Alexander Martinz · 6 years ago
  53. d149292 Hide search and back button for player and queue screens by Alexander Martinz · 6 years ago
  54. 05c8e90 Start revamping the player UI by Alexander Martinz · 6 years ago
  55. 6f97a25 Fix some lint issues in MusicPlaybackService. by Danny Baumann · 4 years, 11 months ago
  56. 7a0dd6d Don't update notification twice on play start. by Danny Baumann · 4 years, 11 months ago
  57. a818589 Avoid usage of deprecated APIs in MusicPlaybackService. by Danny Baumann · 4 years, 11 months ago
  58. 1e581d8 Refactor AUDIO_BECOMING_NOISY broadcast handling. by Danny Baumann · 5 years ago
  59. 4ba3fd3 Simplify queue change notification handling. by Danny Baumann · 5 years ago
  60. d275ec0 Bind/unbind service on start/stop instead of create/destroy. by Danny Baumann · 5 years ago
  61. 1f5989f Stop playback button updates when playback fragment is stopped. by Danny Baumann · 5 years ago
  62. b0e8133 Fix notification foreground tracking behavior by Danny Baumann · 4 years, 11 months ago
  63. a63a1fb Use SystemClock.elapsedRealtime() for notification tracking time by Danny Baumann · 4 years, 11 months ago
  64. f93fbfe Refactor music playback service binding logic. by Danny Baumann · 5 years ago
  65. 1ac38c4 gradle: update plugin and wrapper by Alexander Martinz · 5 years ago
  66. 8687c0f Automatic translation import by Michael Bestas · 4 years, 9 months ago
  67. 4d213be Disable proguard obsfuscation by Chirayu Desai · 5 years ago
  68. a60839b Automatic translation import by Michael Bestas · 5 years ago
  69. 5a2b9ad Migrate to AndroidX by LuK1337 · 5 years ago
  70. d0cde76 Automatic translation import by Michael Bestas · 5 years ago
  71. 47de731 Automatic translation import by Michael Bestas · 5 years ago
  72. a80c79e Automatic translation import by Michael Bestas · 6 years ago
  73. 811407f Automatic translation import by Michael Bestas · 6 years ago
  74. 277c328 fix creating new playlist from "add to playlist" by tufteddeer · 6 years ago
  75. acdb194 Automatic translation import by Michael Bestas · 6 years ago
  76. 3ea58f1 MusicPlaybackService: catch IllegalStateException for duration and position by Alexander Martinz · 6 years ago
  77. 360c961 no_results: also tint image drawable by Alexander Martinz · 6 years ago
  78. 76f3764 Playlists: sort ignoring case by Alexander Martinz · 6 years ago
  79. a2e3826 PlaylistArtworkStore: use try-with-resources and cleanup by Alexander Martinz · 6 years ago
  80. f530e00 MusicUtils: handle exceptions and clean up by Alexander Martinz · 6 years ago
  81. 15f97bb ImageCache: add missing close call and cleanup by Alexander Martinz · 6 years ago
  82. 5160a2b DiskLruCache: update from upstream by Alexander Martinz · 6 years ago
  83. 96e6f6b VisualizerView: pull in updates from system implementation by Alexander Martinz · 6 years ago
  84. 1c8680c Remove hardcoded package name references by Alexander Martinz · 6 years ago
  85. ebb83f6 Correct some lint warnings by Alexander Martinz · 6 years ago
  86. 5b70dfc AndroidManifest: add Foreground Service permission by Alexander Martinz · 6 years ago
  87. 55ebdd1 Add BuildConfig to allow using gradle compile time fields by Alexander Martinz · 6 years ago
  88. 0aec197 Eleven: add initial gradle support by Alexander Martinz · 6 years ago
  89. 8588b9b Get rid of icu4j dependency by Alexander Martinz · 6 years ago
  90. 0d44d1a Popups: use AlertDialog instead of private APIs by Alexander Martinz · 6 years ago
  91. 77ff10a Remove some more private API usages by Alexander Martinz · 6 years ago
  92. 8aabaee Localization: do not use private ICU APIs by Alexander Martinz · 6 years ago
  93. 246354f Eleven: remove guava dependency by Alexander Martinz · 6 years ago
  94. 79e1e3b Eleven: remove junit dependency by Alexander Martinz · 6 years ago
  95. 4516bfd LocaleChangeReceiver: check intent action by Alexander Martinz · 6 years ago
  96. 1cd7ae2 Eleven: bump to api26 by Joey · 6 years ago
  97. 9235548 Automatic translation import by Michael W · 6 years ago
  98. c54c473 Automatic translation import by Michael Bestas · 6 years ago
  99. bfd30c0 Automatic translation import by Michael Bestas · 6 years ago
  100. dc6dfb0 Eleven: Fix crash after receiving media button intent by LuK1337 · 6 years ago