firelight

Results 94 comments of firelight

This might work, but I have a feeling that it will make scrolling up and down worse. I am not against the idea, but the implementation must be very good...

The splash screen is before any code is ran and is therefore impossible to fix afaik. A12 might have changed some things for splash screens, but I dont know if...

> I first saw this feature on youtube revanced. They are injecting some codes into youtube app, here is the patch which i am talking about: https://github.com/inotia00/revanced-patches/blob/revanced-extended/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt > > I...

There is plenty of such instances in the app where we *can* show a more detailed UI. However creating a custom UI for thing single thing is simply unnecessary and...

Thank you for the contribution! I am sorry for the excessive delay.

I am unsure about this change from a UI perspective. I can understand the change, but the current UI just looks very clean. Both search and account is not that...

This looks like a subtitle file issue. Can you check if the subtitle file correctly renders them. So go into a downloaded .srt/vtt file and compare it to the subtitles...

This is an upstream issue that only happens if the color is exactly 0x00000000, it is not only "background color" that is affected.

Yes, I agree. While we support zip files, it is only for the dedicated SubtitleAPI.

Android aggressively kills anything, especially network requests in the background. Nothing in our code actually checks if the app is open when loading links or playing video, so it is...