Saket Narayan
Saket Narayan
Being able to record touch events for replaying them later would be great for situations when the same device needs to be used. Not sure if it's actually possible to...
Hello, I was trying to define a font in a theme, but it doesn't seem to work. Here's the theme: ``` fonts/PragmataPro.ttf ``` and XML: ``` ``` **Update**: Found this...
Issues like #9 are embarrassing and should have gotten caught before release.
`PopupWindow` allows dimming background, but it's a bit difficult do so and doesn't animate in sync with entry/exist transitions. Providing a first-class API for doing it would be sweet.
- [ ] UI - [ ] selecting a subreddit - [x] entering title and body - [ ] link preview - [ ] image selection - [ ] post...
I decided to parse markdown in the app directly because I thought using custom spans would be easier if the app was in control of parsing markdown. That was a...
My implementation for [TextLayoutResult.getBoundingBoxes()](https://github.com/saket/ExtendedSpans/blob/cc55b0bae5e429382fae2231c1ae17ee10ebb5e6/extendedspans/src/main/kotlin/me/saket/extendedspans/ExtendedSpanPainter.kt#L35) doesn't work nicely for RTL languages. Will probably have to wait for Google to release a feature-complete API: https://issuetracker.google.com/issues/237289433.
The current (work-in-progress) macOS app is built using SwiftUI, but setting up different source-sets for parsing markdown and syncing through git on the JVM and kotlin/native is proving to be...