Tobi

Results 189 comments of Tobi

These are really good changes to the UI :rocket: I tested this on two devices and personally think that four columns are ok. The less columns we have, the more...

This is the limit you are talking about, I guess: https://github.com/TeamNewPipe/NewPipe/blob/14081505cd874117f24c9fce4f8fba2f7031cc09/app/src/main/java/org/schabi/newpipe/database/feed/dao/FeedDAO.kt#L85-L94 It is there to keep the query fast and memory usage low. I think we could even reduce the...

Sounds like a good idea and should be easy to implement

Please do not use the Android File picker, but the FilePicker library. You can find its usage here: https://github.com/TeamNewPipe/NewPipe/blob/2d39e65b5cf204ea80d74c7d7919315bbfbd6d8e/app/src/main/java/org/schabi/newpipe/settings/DownloadSettingsFragment.java#L53 However, @kapodamy has just added a storage access framework and other...

This needs to wait until after the rewrite or at least until the download handling was refactored

> was the APK built from https://github.com/TeamNewPipe/NewPipe/commit/d298a12533065aa80969bb40985b346be3a1318a ? Yes. The problem is that some Enums are not desugared correctly: [diff1.html.zip](https://github.com/user-attachments/files/17933798/diff1.html.zip). We probably need to update the desugaring libs, any other...

So I guess we need to add something like this to the metadata of our next f-droid builds (taken from [the metadata of another app](https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/cat.mvmike.minimalcalendarwidget.yml)): ``` yml sudo: - echo...

~~All tests passing the real tests also pass the new mock tests.~~

> Why still Windows 10? And did you take this string from an actual instance of Firefox 128 on Windows 10 or just changed the number? I have seen both...