codenyte

Results 102 comments of codenyte

I'm just curious, what does NeoStumbler need Sensors access for?

> Most likely compass access. Ok that makes sense for an app like NeoStumbler > Most Android distros do not expose this option to the user, and just grant it...

The repo is already in the list of default repos. `app/src/main/kotlin/com/looker/droidify/model/Repository.kt`: ``` kotlin defaultRepository( address = "https://app.futo.org/fdroid/repo", name = "FUTO", description = "FUTO official F-Droid repository.", fingerprint = "39D47869D29CBFCE4691D9F7E6946A7B6D7E6FF4883497E6E675744ECDFA6D6D" ),...

I think switching from the tab layout to a navigation bar on phones (#10) and a [navigation rail](https://m3.material.io/components/navigation-rail/overview) on foldable phones/tablets would be the first step to improve the UI...

> Nice! Is there a way to get the refresh rate automatically from the display properties? That way it'd work out of the box for all users I like this...

Right, that sounds good

Might be a duplicate of #1306?

I included some more details in my original issue (#1306). I think this one can be closed?

Sure. I suggested a serach box, because the current search button is kinda hard to find. And btw the FAB seems to be broken since one of the more recent...