triallax
triallax
> What exactly would you do with the alacritty.yml, were it to be included in the dmg? I doubt there would be a lot of people moving it out of...
I wholeheartedly agree that it doesn't make sense for the looping functionality to be present only in the media notification, not the app itself. It's quite inconvenient. Like I stated...
I want to work on this, but it's been suggested that I should ask for people's opinions through a poll first, so here I am. Vote by reacting with the...
@89z I apologize for this. Although I gave the option to react with :rocket: to not get mentioned in the future, I understand your frustration. Again, I'm sorry.
@avently I'm aware of that, but it's at least better than going with one's own opinion only.
> I am using the latest version - x.xx.x @rancidfrog did you perhaps forget to replace this?
Regarding this suggestion from https://github.com/TeamNewPipe/NewPipe/pull/3488: > I'd merge LocalizeLayoutUtils (used to know if the device should be RTL and one method around that) and AndroidTvUtils to DeviceUtils. I don't think...
The CI is failing because of this line: https://github.com/TeamNewPipe/NewPipe/blob/dd9772cde20535fba1ff0372895795c91d1212f3/app/src/androidTest/java/org/schabi/newpipe/local/history/HistoryRecordManagerTest.kt#L71 On first look this doesn't seem to be related to the PR, but no such failure is present on `dev`, so...
So the only issue I found so far with my PR is this: In both screenshots, NewPipe's language is Arabic, but in the first one, the system language is English,...
If I want to always use LTR in certain places, is it better to use `left` and `right`, or should I use `start` and `end` but with `android:layoutDirection="ltr"`?