Domenico Iezzi

Results 43 comments of Domenico Iezzi

I'm quite sure that wayland FPS is capped to screen refresh rate by design. There is ongoing discussion to implement async page flip here https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/65

The working directory of the container is `/data/fdroid`, usually you bind mount it to a system directory in the run command: ``` docker run -d --name playmaker \ -v /srv/fdroid:/data/fdroid...

I'm quite sure I'm using the standard fdroid layout. During initialization, the following commands are executed: ``` fdroid init -v fdroid update --create-key -v ``` The last call is redundant...

Since the current setup works, I guess that the fdroid app will check both these paths: - `/fdroid/index.xml` - `/fdroid/repo/index.xml` right? If so, in the next version I'll change the...

AFAIK it's normal that `/fdroid` returns 404, because there is no Directory Listings functionality in Tornado (like Nginx or Apache that let you list contents inside a folder). So you...

@HeaDBanGer84 - metadata is correctly fetched by googleplay-api, but playmaker will show only essential data. We can consider this already implemented - before executing `fdroid update --clean -c` playmaker should...

@Nebucatnetzer 1. This could be a useful feature to include, maybe add http authentication in the Settings page (like syncthing does for example). Right now with my setup I configured...

Thanks for reporting, I never noticed this problem. Need to check if there's a way in RequestHandler to get the filepath which is currently being served through tornado, so that...

On my phone with google apps latest version is still `57.0.1`, last updated 23 january 2018. Even on the web version of the play store i get that version https://play.google.com/store/apps/details?id=org.mozilla.firefox&hl=it....

From phone with gapps same like you, I get `57.0.1` and `Updated on Nov 29, 2017`. On playmaker, same locale as the phone with gapps (`it_IT`), I get version `2015526481`....