summaryrefslogtreecommitdiff
path: root/core/src/main/assets
AgeCommit message (Collapse)Author
2020-05-24Use replace instread of replaceAll & fix typomalockin
2020-05-23Cleaner CSS, item templatesmalockin
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
2020-05-03Updated PR according to commentsmalockin
Removed unnecessary checks in while loop, and converted it to a do...while loop. Moved favorites export under HTML section. Corrected indentation in resources files. Moved to using a unified template for all HTML exports. Removed unnecessary strings, corrected capitalization.
2020-05-03Initial favorites export commitmalockin
2020-04-12Merge pull request #4045 from michaelmwhite/developH. Lehmann
change webview margin styling to padding
2020-04-11change webview margin styling to paddingmichaelmwhite
2020-04-11Make colors more consistentByteHamster
2020-02-04Moved css to readable file instead of variableByteHamster
2020-01-27Updated html export designByteHamster