1. 60654ec Twelve: Initial intents handling by Sebastiano Barezzi · 7 weeks ago
  2. c64e319 Twelve: Add a data source method to do quick URI -> media type lookup by Sebastiano Barezzi · 7 weeks ago
  3. 951d1d0 Twelve: Reformat code by Sebastiano Barezzi · 7 weeks ago
  4. 88c7b23 Twelve: Reformat manifest by Sebastiano Barezzi · 7 weeks ago
  5. f907b77 Twelve: Add android.intent.category.DEFAULT to main intent filter by Arian · 2 months ago
  6. 5417d16 Twelve: Run write requests on view lifecycle instead of VM one by Sebastiano Barezzi · 7 weeks ago
  7. 999cd83 Twelve: Add a fullscreen loading progress bar view by Sebastiano Barezzi · 7 weeks ago
  8. 6d427d7 Twelve: Make RequestStatus even more generic by Sebastiano Barezzi · 7 weeks ago
  9. ae2b6d5 Twelve: Remove unneeded `Any` bounds on RequestStatus generics by Sebastiano Barezzi · 7 weeks ago
  10. c8dfe0e Twelve: RequestStatus: type -> error by Sebastiano Barezzi · 7 weeks ago
  11. 03ff883 Twelve: Switch ListItem container to MaterialCardView by Sebastiano Barezzi · 7 weeks ago
  12. 0b37ed5 Twelve: Add play all button on albums and playlists by Sebastiano Barezzi · 7 weeks ago
  13. 07d8c26 Twelve: Reformat album fragment layout by Sebastiano Barezzi · 7 weeks ago
  14. 8787ef0 Twelve: Album file types by Sebastiano Barezzi · 7 weeks ago
  15. 7fb6426 Twelve: Enable code & resource shrinking in gradle too by Luca Stefani · 8 weeks ago
  16. fc7559b Twelve: Extract MIME type display name outside now playing view model by Sebastiano Barezzi · 8 weeks ago
  17. 3a74fc2 Twelve: Update gradle-generatebp to v1.14 by Luca Stefani · 8 weeks ago
  18. 1712b70 Twelve: Update coil to 3.0.0-rc02 by Luca Stefani · 8 weeks ago
  19. c7f2526 Twelve: Don't show disk # header if single disk by Luca Stefani · 8 weeks ago
  20. 431dd45 Twelve: Album disc header by Sebastiano Barezzi · 8 weeks ago
  21. c3c1f0e Twelve: ListItem: Allow setting leading/trailing view visibility by Sebastiano Barezzi · 8 weeks ago
  22. 099c4ca Twelve: ListItem: Add all FrameLayout overloads by Sebastiano Barezzi · 8 weeks ago
  23. e2ff476 Twelve: ListItem: Add support for leading and trailing custom views by Sebastiano Barezzi · 8 weeks ago
  24. c36bda5 Twelve: ListItem: Add leading text support by Sebastiano Barezzi · 8 weeks ago
  25. a13f7ab Twelve: Add disc number to audio model by Sebastiano Barezzi · 8 weeks ago
  26. 9d1c039 Twelve: Sort album's audios by track number by Sebastiano Barezzi · 8 weeks ago
  27. f5d486a Twelve: Make it almost REUSE compliant by Michael Bestas · 8 weeks ago
  28. df71c4a Twelve: Update AGP to 8.7.2 by Luca Stefani · 8 weeks ago
  29. f5e4e09 Twelve: Allow cleartext traffic by Luca Stefani · 8 weeks ago
  30. 9804e18 Twelve: Optimize and shrink resources by Luca Stefani · 8 weeks ago
  31. b7d77f6 Twelve: Add explicit dependency on coil-core-android by Luca Stefani · 8 weeks ago
  32. de62c11 Twelve: Change default size/style for horizontal_list_item by Luca Stefani · 8 weeks ago
  33. c86bec6 Twelve: Allow 2 lines for headline in ArtistFragment by Luca Stefani · 8 weeks ago
  34. a32a43b Twelve: Allow changing max lines in HorizontalListItem by Luca Stefani · 8 weeks ago
  35. b37d07c Twelve: Reformat code by Sebastiano Barezzi · 8 weeks ago
  36. 119dc6e Twelve: Playlist fragment layout UI by Sebastiano Barezzi · 9 weeks ago
  37. cf6d89f Twelve: Artist fragment layout UI by Sebastiano Barezzi · 9 weeks ago
  38. 7fb8993 Twelve: Album fragment tablet UI by Sebastiano Barezzi · 9 weeks ago
  39. c482d1d Twelve: Main fragment tablet UI by Sebastiano Barezzi · 9 weeks ago
  40. ac6c3ef Twelve: Now playing fragment tablet UI by Sebastiano Barezzi · 9 weeks ago
  41. fb209bb Twelve: Insets extension goodies by Sebastiano Barezzi · 8 weeks ago
  42. 085d938 Twelve: NowPlayingFragment: Use primary color on media controls by Sebastiano Barezzi · 9 weeks ago
  43. 44e7d81 Twelve: Use system provided corners for widgets by Luca Stefani · 10 weeks ago
  44. b2c9fe8 Twelve: Drop custom rounded background for app widget by Sebastiano Barezzi · 9 weeks ago
  45. 9df800c Twelve: Ensure server is proper by Luca Stefani · 10 weeks ago
  46. a9c87c0 Twelve: Don't set thumbnail if it has an invalid URI by Luca Stefani · 10 weeks ago
  47. 81fbe08 Twelve: Don't fail if we can't decode the bitmap by Luca Stefani · 10 weeks ago
  48. 4ba63a5 Twelve: Allow playlists to have no childs/comment by Luca Stefani · 10 weeks ago
  49. baef41a Twelve: Add play next/add to queue by Luca Stefani · 10 weeks ago
  50. cef0b03 Twelve: Enforce bitmaps to be 512x512 in widgets by Luca Stefani · 10 weeks ago
  51. 057c295 Twelve: Now playing widget by Sebastiano Barezzi · 3 months ago
  52. 94a818e Twelve: Initial UI and backend support for multiple providers by Sebastiano Barezzi · 3 months ago
  53. 54471a0 Twelve: Initial Subsonic client and data source by Sebastiano Barezzi · 3 months ago
  54. 366d725 Twelve: Add ProviderArgument by Sebastiano Barezzi · 3 months ago
  55. b825e6a Twelve: database: Add Subsonic providers table by Sebastiano Barezzi · 3 months ago
  56. e045bd1 Twelve: Enable kotlin serialization plugin by Luca Stefani · 2 months ago
  57. ca5d161 Twelve: Add okhttp and Kotlin serialization by Sebastiano Barezzi · 3 months ago
  58. 47af484 Twelve: Use Coil for thumbnails by Sebastiano Barezzi · 3 months ago
  59. 970ed73 Twelve: Add Coil by Sebastiano Barezzi · 3 months ago
  60. 6a9fb70 Twelve: Fixup intent handling by Sebastiano Barezzi · 2 months ago
  61. ffa2598 Twelve: Implement playback resumption by Luca Stefani · 2 months ago
  62. 64ddd9e Twelve: Update gradle-generatebp to v1.13 by Luca Stefani · 2 months ago
  63. c7804c7 Twelve: Set room schema location via javacflags by Luca Stefani · 2 months ago
  64. 7269adb Twelve: Add visualizer by Sebastiano Barezzi · 3 months ago
  65. 2504619 Twelve: Add picture type to thumbnail and add artwork data to MediaItem by Sebastiano Barezzi · 3 months ago
  66. b9b86e4 Twelve: Use the Thumbnail class for media items by Sebastiano Barezzi · 3 months ago
  67. 00a5688 Twelve: Fix local data source playlists URI by Sebastiano Barezzi · 3 months ago
  68. 34fba36 Twelve: Fix album artwork flashes for now playing bar as well by Sebastiano Barezzi · 3 months ago
  69. a98b2d3 Twelve: Fix now playing artwork flashes by Sebastiano Barezzi · 3 months ago
  70. 7d31417 Twelve: Add a thumbnail class by Sebastiano Barezzi · 3 months ago
  71. 35b9f77 Twelve: NowPlayingFragment: Check all player commands by Sebastiano Barezzi · 3 months ago
  72. 08f12db Twelve: Add loading progress bar to now playing fragment by Sebastiano Barezzi · 3 months ago
  73. b0c0a99 Twelve: Move now playing stuff to the proper view model by Sebastiano Barezzi · 3 months ago
  74. 489d00b Twelve: Update gradle-generatebp to v1.12 by Sebastiano Barezzi · 3 months ago
  75. 3277d25 Twelve: Opt-in application class to Media3 UnstableApi by Sebastiano Barezzi · 3 months ago
  76. b346942 Twelve: Remove type constraints for RequestStatus by Sebastiano Barezzi · 3 months ago
  77. b801ae6 Twelve: Make availableCommands a variable by Sebastiano Barezzi · 3 months ago
  78. 8b8ff9c Twelve: MediaRepository: Fix methods order by Sebastiano Barezzi · 3 months ago
  79. 4271be9 Twelve: Split Audio URI and playback URI by Sebastiano Barezzi · 3 months ago
  80. a5d9072 Twelve: Relax models non-null requirements by Sebastiano Barezzi · 3 months ago
  81. 66af918 Twelve: Reformat code by Sebastiano Barezzi · 3 months ago
  82. b52dbd8 Twelve: Fix copyright header by Sebastiano Barezzi · 3 months ago
  83. 1c84421 Twelve: Update to AGP 8.7.0 by Luca Stefani · 3 months ago
  84. b09becb Twelve: Refactor Query by Luca Stefani · 3 months ago
  85. 8675627 Twelve: Generate audio session id in application by Luca Stefani · 3 months ago
  86. e480c2e Twelve: Use application context by Luca Stefani · 3 months ago
  87. c5631bf Twelve: Open an audio effect control session by Luca Stefani · 3 months ago
  88. b0ce574 Twelve: Apply insets to our RecyclerViews by Sebastiano Barezzi · 3 months ago
  89. 69c81ef Twelve: VM housekeeping by Sebastiano Barezzi · 3 months ago
  90. 9f3fda5 Twelve: Cleanup (yet again) the layouts by Sebastiano Barezzi · 3 months ago
  91. 10d487f Twelve: Use activity for result to open AudioFX by Luca Stefani · 3 months ago
  92. 47cdfc5 Twelve: Add audio format information by Sebastiano Barezzi · 3 months ago
  93. d705b37 Twelve: Hide playback speed button if not supported by Luca Stefani · 3 months ago
  94. ccbfca6 Twelve: Enable audio offload by Luca Stefani · 3 months ago
  95. cac3731 Twelve: Enable decoder fallback by Luca Stefani · 3 months ago
  96. b7b7188 Twelve: Enable audio track playback params by Sebastiano Barezzi · 3 months ago
  97. e7e65a0 Twelve: Enable float output by Sebastiano Barezzi · 3 months ago
  98. bb5c766 Twelve: Implement our own RenderersFactory by Sebastiano Barezzi · 3 months ago
  99. 47bbbb9 Twelve: Commonize more MediaItem code by Sebastiano Barezzi · 3 months ago
  100. bd76bc2 Twelve: Readd mime type to audio media type by Sebastiano Barezzi · 3 months ago