LastPipeBender/app/src/main/java/org/schabi/newpipe
Stypox ea43b28f74
Use vector drawables instead of PNGs for material icons
For all manually-created images PNG have been kept.
- rename all icon attrs to have a `ic_` prefix
- always use `_24dp` icons, because there is no real difference, since they are vector drawables
- always use the original name found on material.io for icon drawables, as to not create confusion and possibly duplicates. Icon names can still be different from real drawable names, though I have made some of them compliant to this or maybe more meaningul.
- remove duplicate `getIconByAttr()` in ThemeHelper (use `resolveResourceIdFromAttr()`
- use standard icons for `expand_more` and `expand_less` instead of triangles
- use `play_button_outline` instead of custom PNG as play button in VideoDetailFragment (questionable, as there is no shadow anymore)
2020-05-21 15:39:35 +02:00
..
about Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
database Auto-format using Ktlint 2020-05-01 20:13:21 +02:00
download Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
fragments Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
info_list adapt CommentsInfoItemExtractorRefactoring 2020-05-05 15:03:59 +02:00
local Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
player Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
report Fix sending e-mail from crash reporter 2020-05-13 09:42:08 +02:00
settings Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
streams Add sub-channel details to channel fragment 2020-05-07 20:39:32 +02:00
util Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
views Optimize imports 2020-05-01 20:13:01 +02:00
ActivityCommunicator.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
App.java rename setting to "YouTube restricted mode" 2020-04-20 21:47:32 -05:00
BaseFragment.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
CheckForNewAppVersionTask.java Clean up CheckForNewAppVersionTask 2020-04-04 19:34:13 +02:00
DownloaderImpl.java rename setting to "YouTube restricted mode" 2020-04-20 21:47:32 -05:00
ExitActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ImageDownloader.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
MainActivity.java Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00
NewPipeDatabase.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PanicResponderActivity.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ReCaptchaActivity.java ageRestrictedContent first draft 2020-04-20 21:45:32 -05:00
RouterActivity.java Use vector drawables instead of PNGs for material icons 2020-05-21 15:39:35 +02:00