Michael Prankl
Michael Prankl
Currently not, but I'll happily accept pull requests implementing such a feature.
Hi @danifr I've started working on it a long time ago but didn't really finished it due lack of time. But feel free to look at the branch I created...
Android 8 introduced some pretty big changes regarding background services: https://developer.android.com/about/versions/oreo/background I'm happy to accept PR's if someone is up to the task.
Could you tell me your device specs, especially screen size and density (dpi)?
Hi @mishailovic , sorry to keep you waiting. Yes, all translation files go to in a specific folder for each language. Files that must be "translated" are https://github.com/eidottermihi/rpicheck/blob/master/app/src/main/res/values/strings.xml and https://github.com/eidottermihi/rpicheck/blob/master/app/src/main/res/values/arrays.xml...
won't fix anymore, use FDroid or APK ( see https://github.com/eidottermihi/rpicheck#download )
@hunch7 this is a really elegant solution, thank you for sharing
> A workaround is to add a LeftNavigationItem for the view and set it as invisible. If the view uses [URL templates (Vaadin 14.5+)](https://vaadin.com/docs/v14/flow/routing/tutorial-router-templates/#defining-route-templates-using-route-routealias-and-routeprefix) like `@Route("/foo/:someId")` this workaround does no...
Did some more refactoring, extracted the operations of the provided test resources (server, producer, consumer) to common interfaces like `EmbeddedActiveMQOperations`.
@luisalves00 @jbertram I'm really looking forward to get JUnit 5 support as it is proposed here. Since there is not very much activity since over a year - are you...