BrightDV

Results 86 comments of BrightDV

> > [#137 (comment)](https://github.com/Stypox/dicio-android/issues/137#issuecomment-1378582683) > > @Stypox, have you considered [searxng/searxng.git](https://github.com/searxng/searxng.git) instead? Moreover, SearxNG has a [search API with JSON output,](https://docs.searxng.org/dev/search_api.html#search-api) so it is easier to add. However, setting the...

Sadly, this is a limitation on Flutter's side. It uses the Roboto font by default (which is often used on Android devices), not the system's font. Related: flutter/flutter#48381.

> That's a shame, I don't know much about Flutter, it can't detect what font the system is using nor the type of fonts that the phone has in storage?...

Finally, I added the Titilium-Web font (which is used by the official website in the articles)(382234f). So now, you can choose between Android's default (Roboto), the official one and Titilium....

I added an opaque background and darken even more the rest of the UI. It should be better now.

So you mean: downloading a video for a future watching or caching the whole video while watching it in case of an internet connection error? The first case could be...

> "Caching the whole video while watching" always, even if connection is excellent. That should be doable. I limited the cache to ~30 seconds because the player can lag (crash?)...

> > I agree for the music player, but is it really useful for a video player? For example, you can listen to a music several times, but I don't...

Ok, that's seems to be the best solution. I will add different settings to that. Now it is the harder part, because I have to implement a download system ;)

So I have been working on this for some days now in #163. What I have added yet is the "send to archive" as you said. You can download videos...