Davide Imbriaco

Results 10 comments of Davide Imbriaco

hi, current roadmap is a little fuzzy: > Resolve all outstanding issues and process pull requests > Apply uniform code style and javadocs > Consider feedback from community discussions this...

same problem here ``` Expected: Actual: 69443 ``` my code is ``` .body("data.id", equalTo(record_id)) // record_id is type long ``` data model is `long`, but rest assured map this to...

Hi, I would also really like this (allows for immutable beans, and validation of data in constructor method).

Hi, currently the 'open' functions works by downloading your file in the default 'dowload' dir. So, after you open a file, you'll also find that file in 'download' folder. Folder...

hi, my test share is around 90GB 20kfiles; it works, but the first load is quite slow (when it has to synchronize the whole index, and then cache dirs for...

Hi, thank you for your report. The problem seems to be related with relay-mediated connection. I'll look into it. Regards, D

Hi, I lack the time to support more than one app platform, so I deploy only on play store; anyway I'll try to make .apk files available for download, for...

Hi, unfortunately at the moment the app handles folders and devices in a simplified mode. Anyway, it will not share files between devices, but it might leak folder names (as...

Hi, you may try to open and close the app a couple times... initial folder pairing is still a little 'fuzzy'. Regards, D

this is weird... it should use the android model as device name > private String getDeviceName() { > String manufacturer = Build.MANUFACTURER; > String model = Build.MODEL; > if (model.startsWith(manufacturer))...