Thomas R. Altstidl

Results 20 comments of Thomas R. Altstidl

@cmelchior Thanks for the detailed proposal, I would almost say that option B is better as it's more concise if the import is done directly one the Realm database object....

Seconding this. Also happens to me when I tried to install both richdocuments and richdocumentscode after upgrading to Nextcloud 23. Had to disable both to be able to use my...

@juliushaertl Thank you for the quick response! I actually plan to make use of the built-in CODE server for simplicity (the one from [the store](https://apps.nextcloud.com/apps/richdocumentscode)). What I did after upgrading...

@juliushaertl I also have a feeling this is largely independent of the CODE server. I've uninstalled the built-in CODE server and only installed the `richdocuments` app and as soon as...

@Griffin-GriM Unfortunately there's currently no way to change the label typeface. The style used for `app:fabMenuLabelStyle` is limited to the attributes available for `TextView`. Sorry.

I am not actively using or maintaining this library anymore and pretty busy these days, so I'm afraid I won't be able to help. Anyone else having this issue who...

I can confirm that the issue is still present and would encourage everyone who has the same problem to add a 👍 reaction to this issue for increased visibility. The...

Hi @pkleczko. Try changing the last parameter of your `inflate` call to `true`, so it looks like this: ```java ViewPatientHealthItemBinding.inflate(LayoutInflater.from(parent.getContext()), parent, true); ``` That way your list item layout will...

Then it's probably an issue with the data binding library. Unfortunately I don't currently have the time to commit to fixing this issue, so any investigation on this would be...

@skategui Hi there and sorry for the late response. You can customize the "undo" text by overriding the attribute `action_undo` in your `strings.xml` file: ```xml [custom "undo" text here] ```...