index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/inform_on_db_moved
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
res
/
layout
/
audioplayer_fragment.xml
Age
Commit message (
Expand
)
Author
2024-05-06
Fix inconsistent icons in the app toolbar. (#7163)
flofriday
2024-03-31
Restructure related UI classes together (#7044)
ByteHamster
2023-10-01
Switch to colorBackground instead of windowBackground (#6674)
ByteHamster
2023-02-24
Do not jump bottom sheet when playing (#6342)
ByteHamster
2023-02-02
Use nicer animation when sliding up player (#6301)
ByteHamster
2023-01-29
Avoid icons leaking below the miniplayer (#6292)
ByteHamster
2022-12-17
Add support for Material You tinted theme
ByteHamster
2022-09-18
Expand app below system windows
ByteHamster
2022-09-18
Migrate Toolbars to Material3
ByteHamster
2022-08-14
Use downwards arrow icon to close player screen (#6012)
Dhruv Patidar
2022-03-22
Reformat audioplayer_fragment.xml
TacoTheDank
2022-03-22
Use more FragmentContainerView
TacoTheDank
2021-10-24
Improve accessibility of back button.
Tobias Preuss
2021-05-14
New media player screen (#5075)
ueen
2021-04-21
Deleted duplicate resources
ByteHamster
2021-04-18
Use VectorDrawable compat library
ByteHamster
2021-04-15
Merge pull request #5113 from ByteHamster/play-button
ByteHamster
2021-04-14
Add chapter controls for the seekbar, add chapter title for the popup while s...
Jonas Burian
2021-04-14
Don't handle play image resource in PlaybackController
ByteHamster
2021-04-04
Merge branch 'master' into develop
ByteHamster
2021-03-07
Fixed clicks going through the player
ByteHamster
2021-03-01
Chapter dividers for the progress bar (#4915)
Jonas Burian
2021-02-12
Move basic views to new module
ByteHamster
2021-01-21
Add scrubbing time overlay (#4786)
asdoi
2021-01-01
Added textual tab indicator to player screen (#4731)
ByteHamster
2020-10-17
Merge branch 'master' into develop
ByteHamster
2020-10-08
Fixed progress bar being highlighted on touch (#4511)
Darrell
2020-07-16
New playback speed dialog
ByteHamster
2020-05-20
Do not resize seekbar to make it easier to grab
ByteHamster
2020-05-20
More spacing for playback controls
ByteHamster
2020-05-14
Made dark theme darker
ByteHamster
2020-05-09
Improved TalkBack accessibility
ByteHamster
2020-04-21
Port AudioPlayer's viewpager to ViewPager2, improve RTL support
Ebrahim Byagowi
2020-04-09
make layout clickable to intercept touch
michaelmwhite
2020-03-29
Fixed description overlapping mini player
ByteHamster
2020-03-25
Reworked cast button handling
ByteHamster
2020-03-25
Implemented missing PlaybackController state handling
ByteHamster
2020-03-23
Added bottom sheet to activity
ByteHamster
2020-03-23
Copied setup from MediaPlayerActivity to AudioPlayerFragment
ByteHamster
2020-03-22
Created audio player fragment
ByteHamster