Petar Petrov
Petar Petrov
When a user zooms in a page, and swipes to the end of it, then they cannot scroll to the next page. This PR changes this by comparing the last...
Currently the default cache size is fixed as it is determined based on the static grid size. This has the unpleasant effect that only parts of the page get rendered...
When targeting Android 10 the images are not copied to the public PICTURES directory, because the destination directory is not accessible anymore. `Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES)` is deprecated and does not return a...
In certain cases I get reports of the following error, however, I am unable to reproduce it reliably right now. I am not sure if it has to do directly...
It seems that this library stopped working. It maybe related to the used key for the ipinfo api?
Extracting archives under windows and linux seems not to work, as the temporary directory is not being properly created. This might be a permission problem and has to be tested
There might be a database issue with newer versions of the MongoDB (e.g. 2.4.2). It seems that there was a read that took too long and caused the connection to...
It seems that the skip does not work. investigate why the systematic sampling algorithm always returns the same element.
Sometimes the physical files have information about more than one logical element. Thus it will be good to change the signature of the `Element parse(String, String)` method in the AbstractAdaptor...
If the adaptor creates a new property by its own (and not via the Cache), then the property is not stored in the DB. This is a job that has...