summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/cover_fragment.xml
AgeCommit message (Collapse)Author
2023-02-05Fix shownotes text border overlap for long translations (#6304)Victor Häggqvist
2022-10-03Make cover on player screen slightly smallerByteHamster
2022-09-10Fix player screen on some screen dimensionsByteHamster
2021-07-24Removed highlighting of episode titleByteHamster
2021-05-22Add functionality to Podcast/Episode Textviews in CoverFragment (#5074)ueen
2021-05-14New media player screen (#5075)ueen
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-02-12Move basic views to new moduleByteHamster
2020-09-27Merge branch 'master' into developByteHamster
2020-09-14- better resizing for multiple screen ratiosTony Tam
2020-08-15Fixed Lint errorByteHamster
2020-07-16a bit more marginTony Tam
2020-07-16finally fixedTony Tam
2020-07-14syncTony Tam
2020-05-27landscape layoutTony Tam
2020-05-09Improved TalkBack accessibilityByteHamster
2020-03-17Showing feed results in searchByteHamster
2020-02-13Little fixesByteHamster
2020-02-12Fixed other square imagesByteHamster
2020-02-12Updated player screen appearanceByteHamster
2019-07-02Extend play/pause functionality to Image CoverWagubi Brian
2019-05-08Fix cover fragment in small screensAnderson Mesquita
The cover fragment would hide both podcast and episode names in small screen devices or multi-window mode. This replaces the deprecated PercentRelativeLayout in favor of a regular LinearLayout with weights to make sure that each section of the fragment (podcast title, image, episode name) will have the necessary space in the screen. Since PercentRelativeLayout was only being used here, it also removes the dependencies from the gradle files. Closes: #3169
2018-02-14Make feed title selectableByteHamster
2017-10-21Shared element transition of coverByteHamster
2016-01-25Remove paletteMartin Fietz
2016-01-16Audio player redesignMartin Fietz
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager
2015-06-21Fixes Queue not opening from the drawer, small podcasts images not scaling ↵Martin Fietz
up and long URL not wrapping in the podcast info view
2015-03-04Correct audio player cover scalingMartin Fietz
2015-01-25Use design time attributes to assist layouting and value preview.Tobias Preuss
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes!
2014-12-19Updated audio player layoutdaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure