Moritz Post

Results 110 comments of Moritz Post

When targeting Android 11+ the system requires to declare the share target in its manifest. This was a platform change in Android 11. See https://developer.android.com/training/package-visibility More details indos can be...

To simplify the usage of the launch api on Android the tabris framework could also just attempt to launch the given url without checking first if there would be a...

You are right that you have to build the app to let the settings take effect. In order to hit the correct filter target you have to make sure to...

I follow your reasoning to limit the scope of this library. My use case is to serialize a json object to a regular java object where leaving values in their...

I would also like to see long press support.

@sandwwraith Thanks for the info. This would apply to all bundled values classes of course.

I can also confirm that the provided SNAPSHOT works on android 4.4.

@irbull Making localization pluggable could be an option. Often times the underlying os is able to provide the current timezone offset.

Thanks for your answer. This is an interesting example. It has similar requirements to my use-case. An observation: The "delete" buttons carry the value of the `id` has defined in...

Creating an empty zod object via `superValidate(request, zod(z.object({})))` does work. It would be nice however, to not having to rely on a specific validator implementation to create a dummy validator....