Francesco Saltori
Francesco Saltori
Great, thank you! Will let you know when I try it.
Not yet, will try in the next days.
Tested locally and everything seems to work nicely! (except the known issue of missing icons ofc) The only (workaroundable) problem I encountered with this comes from not using NPM. We...
It would be a nice solution, but sadly wouldn't work in your scenario because of differences in the way we install gems in a local dev environment vs in the...
As I said above, the company has a private NPM mirror that we can use to upload the package. The only problem is that we don't have direct control over...
Thanks @derekelkins, interesting work! I appreciate that you tried to keep it as minimal as possible, although I find that using a database (and Room) just to store simple key-value...
> Using the Uri as the "identifier" of for the PDF is less than ideal I agree with you, currently this feature wouldn't work if the user opens the same...
> If the hash is computed in the background I thought more about this and probably is not a very good idea UX-wise when you have very big files. If...
> It may makes sense to store a date last viewed as well and to pop up a toast if when opening a Uri that hasn't been viewed in, say,...
Good idea @derekelkins! I have some more lower-level suggestions on your PR: - creating an AppDatabase is a pretty expensive task, and currently we are doing that every time the...