Version ap: a lot less jittery
No new features, only fixes for bugs. From most to least embarrassing:
* If you selected some text and then hit the 'clear' button the app would crash.
* Dragging the mouse/finger around on top of the settings menu (without touching sliders) was selecting text underneath the settings menu. I've hopefully fixed all such problems now.
* Settings were only saved across restart if you tapped on the 'settings' button to close the settings menu (rather than tapping anywhere outside the settings menu to close it). Now settings should save across restart once the menu closes.
* The overflow button would sometimes unnecessarily be introduced when there was enough space for the final button.
* If you hit 'save' you got no feedback on whether things had been saved or you'd fat fingered some other button. Now buttons flash to white when you tap them.
* Small phone screens turn out to be quite sensitive. Taps often triggered double events (like performing a button action and then selecting some text on the editor behind it). Now there's some hysteresis; after a touch, further touches are ignored for a brief (sub-second) period.
* Tapping the 'paste' button could not be undone. It's not very discoverable because it's often inaccessible on mobile devices, but the editor in Lua Carousel supports undo (`ctrl+z`) and redo (`ctrl+y`). While we were able to undo paste after `ctrl+v`, undo wouldn't work after tapping the 'paste' button. Now it should work if you can get to it.
* Tapping the cursor within the editor would cause a brief distracting flash. No longer. Many thanks to Llamamoe on Hacker News for pointing out this problem that I was completely blind to.
Files
Get Lua Carousel
Lua Carousel
Write programs on desktop and mobile
Status | In development |
Category | Tool |
Author | Kartik Agaram |
Tags | LÖVE |
More posts
- New version after 3 days3 days ago
- New version after 40 days6 days ago
- Turn your phone or tablet into a chess clock20 days ago
- Guest program: bouncing balls36 days ago
- New version after 3 months, and turtle graphics47 days ago
- Interactively zooming in to the Mandelbrot set on a touchscreen66 days ago
- A little timer app67 days ago
- New version after 4 monthsJun 28, 2024
- Visualizing the digits of πMay 04, 2024
- A little recursion problemApr 15, 2024
Leave a comment
Log in with itch.io to leave a comment.