Max Johenneken
Max Johenneken
I lost my changes when i clicked the save button. The Problem was that the request was not successful so the nextcloud triggered a reload of the page. I think...
Are there updates on this issue? We simply don't get mockito working on Android Devices (API21). We're trying to mock Classes. We tried it with 1.4, no Chance..
I figured out that those dependencies make me able to write tests with Mockito, JUnit4 and Espresso on the Android Device. I had to add dexmaker-dx as dependency. ``` compile...
Sure I'll try to provide a code reproduction in the coming days. As a workaround we reimplemented the `window.history` function manually for the Android platform.
Capacitor was added to an exiting Angular application following the [setup guide](https://capacitorjs.com/solution/angular). Here is the reproduction: https://github.com/mjohenneken/capacitor-5933 1. Checkout 2. run `npm install` 3. Run npm build-mobile-dev 4. Open Android...
In short i would say boundaries in the data layer is the style of 3 layered architecture. Boundaries in the domain is more the style of Clean Architecture because we...
For an example on package by feature have a look at this implementation https://github.com/googlesamples/android-architecture/tree/todo-mvp-clean/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp presentation and domain are packaged by feature, data is separate.
The same situation applies to other non-serializable types. In my case it was a column of `uuid` values. Skipping fields hides to the user of the function why fields are...
Running into the same issue on 3.28.8. I observed the issue with raster layers and vector layers.
QGIS version | 3.28.8-Firenze | QGIS code revision | 5ac45272b5 -- | -- | -- | -- Qt version | 5.15.3 Python version | 3.10.6 GDAL/OGR version | 3.4.1 PROJ...