test: fix ViewModel unit tests (Cms/Gallery) and enable ByteBuddy experimental flag

This commit is contained in:
Torsten Schulz (local)
2026-05-28 09:42:01 +02:00
parent 0528334eb4
commit c8b7f5ec2e
25 changed files with 1379 additions and 93 deletions

View File

@@ -0,0 +1,16 @@
<resources>
<string name="app_name">Harheimer TC</string>
<string name="gallery_title">Photo gallery</string>
<string name="gallery_empty">There are no images in the gallery yet.</string>
<string name="gallery_upload_title">Upload image</string>
<string name="gallery_upload_show">Open</string>
<string name="gallery_upload_hide">Close</string>
<string name="gallery_upload_choose_file">Select image file</string>
<string name="gallery_upload_image_title">Title</string>
<string name="gallery_upload_description">Description (optional)</string>
<string name="gallery_upload_public">Publicly visible</string>
<string name="gallery_upload_submit">Upload image</string>
<string name="gallery_uploading">Uploading...</string>
<string name="gallery_close_image">Close image</string>
<string name="gallery_image_description">Gallery image: %1$s</string>
</resources>