Abel Toy

Results 11 issues of Abel Toy

Currently, dragging feeds will only change their order, without being able to drag them into folders. To move them into folders we have to click the little cog icon and...

Maybe it would be a good idea to add some optional haptic feedback to certain alerts. According to the [human guidelines](https://developer.apple.com/design/human-interface-guidelines/ios/user-interaction/feedback/), there's three levels of feedback for notifications: success, warning...

enhancement

For example, if you want something to fully rotate 3 times.

Basically this. I should be able to specify to SmartRotation if I'm using radians or degrees. Maybe I could even be able to set the minimum and maximum angle values,...

If I have an element and add a tween with alpha to 0 and then reverse it so it goes from 0 to 1, the first frame it will be...

Using `put` multiple times in `PersistentMap.mutate` block results in `java.util.ConcurrentModificationException`. Can be reproduced in 0.3.5 with the following code: ```kotlin val initialData = Array(100) { i -> i to i...

needs discussion

Right mouse support was incomplete. There was a type in GMouseSignalType for it, but the listeners weren't added. I just added them.

The Luau analyzer supports (undocumented) declaration files, which allow developers of Luau bindings to add types and documentation to their APIs. These files are in turn used by the Luau...

enhancement

Supports parsing Luau definition files, as used by luau-analyze or luau-lsp. Gated by `LuaVersion::luau_with_declarations()` - Global variables: `declare variable: Type` - Global functions: `declare function globalFunction(a: number)` - Global types:...