12 Commits

Author SHA1 Message Date
ibaker
d3dfc6ae59 Remove COMMAND_CODE_CUSTOM from test controller app
This was added in 697759bad3
based on the assumption it had previously been missing, but actually it
is deliberately not included here because it must not be queried against
available session commands, as done here:
839c4a90f2/testapps/controller/src/main/java/androidx/media3/testapp/controller/MediaAppControllerActivity.kt (L299)

PiperOrigin-RevId: 756740269
2025-05-09 06:27:41 -07:00
ibaker
697759bad3 Add a test for IntDef -> String maps in controller test app
Follow-up to Issue: androidx/media#2399

PiperOrigin-RevId: 756229219
2025-05-08 03:01:47 -07:00
Copybara-Service
036bd9c7ed Merge pull request #2399 from MGaetan89:update_MediaIntToString
PiperOrigin-RevId: 755892786
2025-05-07 09:46:58 -07:00
Gaëtan Muller
dd43ba8ac0 Add missing commands to MediaIntToString#playerCommandMap 2025-05-07 14:23:39 +01:00
ibaker
5e6fb88372 Add missing LINT.If/ThenChange comments
PiperOrigin-RevId: 724291745
2025-02-07 04:10:41 -08:00
ibaker
b36de302f7 Remove some un-needed proguard-rules.txt symlinks
PiperOrigin-RevId: 689344803
2024-10-24 05:43:59 -07:00
Copybara-Service
ccf704b30b Merge pull request #1549 from MGaetan89:min_sdk_21
PiperOrigin-RevId: 656358426
2024-07-26 05:11:46 -07:00
Ian Baker
4af220a2ac Clarify javadoc in controller test app 2024-07-25 15:12:07 +01:00
Gaëtan Muller
28edfcbb69 Remove unnecessary SDK_INT checks 2024-07-24 16:17:01 +01:00
Gaëtan Muller
7289764a65 Remove unnecessary @RequiresApi 2024-07-24 16:17:00 +01:00
Gaëtan Muller
71b8c32a6f Remove Multidex 2024-07-24 16:17:00 +01:00
ibaker
f54991eea1 Publish the media3 session controller test app
Issue: androidx/media#78
PiperOrigin-RevId: 642277900
2024-06-11 08:27:08 -07:00