summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/ChaptersListAdapter.java
AgeCommit message (Collapse)Author
2021-03-07Don't crash when list of chapters changes while bindingByteHamster
2021-02-15Don't filter chapters in the UIByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-01-01Merge branch 'master' into developByteHamster
2020-12-04Merge pull request #4730 from ByteHamster/fix-chapter-play-button-talkbackByteHamster
Fixed talkback description missing on chapters screen
2020-12-03Fixed talkback description missing on chapters screenByteHamster
2020-12-03Hide url button if link is specified but emptyByteHamster
2020-11-30Show progress of current chapter (#4725)ByteHamster
2020-11-30Show replay button on the current chapter. (#4706)Tony Tam
2020-10-01Converted timestamps to the "minutes" format using ↵Tadeas Toth
Converter.getDurationStringLocalized Please enter the commit message for your changes. Lines starting
2020-03-23Going down the BottomSheetBehavior rabbit hole...ByteHamster
BottomSheetBehavior only supports one scrolling child. Add support for a ViewPager. ViewPager.getChildAt sometimes does not match the actual position. Make sure that it keeps all children using setOffscreenPageLimit
2020-03-23Converted chapters list to RecyclerViewByteHamster
This fixes scrolling in bottom sheet
2020-02-13Rounded chapter imagesByteHamster
2020-02-12Added chapter image to chapter listByteHamster
2020-02-08Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-07Fixed chapter screen not updatingByteHamster
2020-02-06Updated chapters listByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2018-10-21Remove redundant type castsegsavage
2018-06-06Moved playing background into attrByteHamster
2018-03-25[Ture Black] True Black Theme for AMOLEDalifeflow
Add true black themese Modified code that fails to support three themes
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2017-10-21RefactorMartin Fietz
2017-04-15Added duration to chapters listByteHamster
Closes #2174
2016-03-22further fixes based on mfietz inputDomingos Lopes
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-02-08Remove deprecation warnings by using ContextCompat.getColor().Tobias Preuss
2016-01-16Audio player redesignMartin Fietz
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager