Tom Praschan

Results 119 comments of Tom Praschan

I had the same problem after I switched to the fish shell. Putting `set shell /usr/bin/zsh` (or /usr/bin/bash) into my .vimrc fixed this

Thanks for pointing that out, I think enabling offline mode should be blocked when offline.

Ah that was an oversight, gonna add that back

Tbh I copied that filter from stackoverflow, so I have no idea how to adjust it in such a way.. :D You can have a try of course, if you...

Unfortunately it seems like it's not possible to apply the color filter I use to the Widget's Image, since Android handles Widgets in quite a weird way :/

Basically, the layout contains an image view https://github.com/tom-anders/Easy_xkcd/blob/557fec6fee3452a816673b3ef195fe62c35657fe/app/src/main/res/layout/widget_latest_layout.xml#L18-L27 and I use Glide to load the images into it: https://github.com/tom-anders/Easy_xkcd/blob/557fec6fee3452a816673b3ef195fe62c35657fe/app/src/main/java/de/tap/easy_xkcd/widget/WidgetLatestProvider.java#L93-L105

It uses chrome custom tabs, which has some advantages over an internal solution.

It supports preloading the explanations and is faster than Android's webview. Just displaying the explanation text would involve a lot of html-parsing and would probably be slower.