You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In App Version 1.24.3 marking a Checkbox in a card via view mode does not change the markdown code from - [ ] to - [x] (see screen shots). (This was working last week, but I do not know which version I used at this time, I would guess it was 1.24.2.)
Marking the Checkboxes in view mode
After changing to edit mode:
Expected behavior
The markdown of checked items should be set to - [x] ... and unchecking an item should set the corresponding markup code to - [ ] ...
Deck Android version
1.24.3
Deck server version
1.13.3
Nextcloud Android version
3.30.7
Nextcloud version
29.0.10
Device
Samsung Galaxy A33 5G (SM-A336B/DSN)
Android Version
14
App Store
Google Play Store
Google Play Store (Beta channel)
F-Droid
Huawei App Gallery
Stacktrace
None
The text was updated successfully, but these errors were encountered:
- Remove `READ_MEDIA_IMAGES` and `READ_MEDIA_AUDIO` permissions
- Fix Checkbox state is not persisted after Update (#1720)
- Update AGP build tools to 8.8.0
Signed-off-by: Stefan Niedermann <[email protected]>
This issue respects the following points:
Describe the bug
In App Version 1.24.3 marking a Checkbox in a card via view mode does not change the markdown code from
- [ ]
to- [x]
(see screen shots). (This was working last week, but I do not know which version I used at this time, I would guess it was 1.24.2.)Expected behavior
The markdown of checked items should be set to
- [x] ...
and unchecking an item should set the corresponding markup code to- [ ] ...
Deck Android version
1.24.3
Deck server version
1.13.3
Nextcloud Android version
3.30.7
Nextcloud version
29.0.10
Device
Samsung Galaxy A33 5G (SM-A336B/DSN)
Android Version
14
App Store
Stacktrace
None
The text was updated successfully, but these errors were encountered: