Created attachment 175299 [details] current database of junk. Not sure if it's needed *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY I am unable to type values into the new event text fields. I cannot change the time either. Can you help STEPS TO REPRODUCE 1 Open. Itinerary Tab 2. Click the giant + 3. Create Trip 4. Add Event 5. Attempt to change the date, time, or add text information OBSERVED RESULT The keyboard does not datetime picker does not pop up. The animations are laggy too. EXPECTED RESULT I can add new events SOFTWARE/OS VERSIONS Android:15 - Build number AP3A.241005.015 (available in the Info Center app, or by running `kinfo` in a terminal window) Release version: 24.11.70 - 1730047984 ADDITIONAL INFORMATION The whole experience adding a new trip is kinda bad and regressed.
A possibly relevant merge request was started @ https://invent.kde.org/libraries/kirigami-addons/-/merge_requests/291
Git commit 929c17c86dc045e8d599468ca9b7b71bb19ac2cf by Volker Krause. Committed on 28/10/2024 at 16:03. Pushed by carlschwan into branch 'master'. Fix exporting the Android integration singleton to QML This fixes accessing date/time controls on Android, which broke in 1.5.0. M +1 -0 src/dateandtime/CMakeLists.txt M +12 -2 src/dateandtime/types.h M +1 -0 src/formcard/CMakeLists.txt https://invent.kde.org/libraries/kirigami-addons/-/commit/929c17c86dc045e8d599468ca9b7b71bb19ac2cf
Git commit 6e9802ecb7e109a79ede0b0b6a011fdbb78f3b36 by Volker Krause. Committed on 28/10/2024 at 16:21. Pushed by vkrause into branch 'master'. Backport fix for native Android date/time pickers in Kirigami Addons See https://invent.kde.org/libraries/kirigami-addons/-/merge_requests/291. A +65 -0 kde/unreleased/kirigami-addons/fix-android-native-date-time-picker.diff M +3 -2 kde/unreleased/kirigami-addons/kirigami-addons.py https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/6e9802ecb7e109a79ede0b0b6a011fdbb78f3b36
The time date picker works again. The open add event transitions stills feels awkward.