Robert Schroll

Results 13 issues of Robert Schroll

As I look through projects to see if they will be of use to me, there's a few things that I want to know right away: language, license, and project...

This is continuing the discussion in #2. There, it was discovered that large files were not being uploaded correctly on MacOS. It appears that the beginning of the file was...

RMfuse could do the double-fork trick so it can keep running even when the launching terminal is killed. It looks like [python-daemon](https://pypi.org/project/python-daemon) is the recommended solution here.

Currently, the application title is 'com.ubuntu.developer.rschroll.beru'. It should be 'Beru'. The window title is 'Books' on the Library page, 'Get Books' on the Get Books page, and the same as...

bug
hackdays-1407
sdk

With #21, we now can refresh the book list manually. But it might be nice for this to happen automatically. There are two ways to do this: File system watches:...

enhancement

With #9 closed, we now have the ability to download ebooks with Beru. I have a few sources included, but we should find and include others as well.

enhancement

On each page change, we write the current position to U1db. This process takes ~100ms, but that's long enough to disrupt the visuals of page turns and changes in layout...

enhancement

In 8cb6dcdf, we get the `opf:file-as` attribute to use for sorting the authors name. But I don't think there's any guarantee that the NS prefix will be `opf`. Instead, we...

enhancement

Right now, we give the user the choice of four color schemes and six fonts. Perhaps we should allow them to specify a custom color scheme and custom font?

enhancement

In overview mode, the arrow keys should be used to navigate around the iconview. Instead, the left, up, and down keys behave as they do in the normal mode, without...