Slide was always my favorite app back in the day
this post was submitted on 07 Jul 2023
3 points (100.0% liked)
Slide for Lemmy
515 readers
1 users here now
founded 2 years ago
MODERATORS
Extra notes for the techies; been kotlinifying the codebase as I go, its now mostly done, but vast swathes of the code in the original namespace needs serious redesign. There are some really great things in this, like I just came across the subsampling imageview which is a brilliant idea, but its undermined a bit by mindbogglingly bizarre things like using sharedpreferences to communicate the result of a folder chooser dialog. Notably, I've added some homegrown error reporting in this, that auto posts a github issue with stack trace on crash, which I'm real happy about, and I'm sure will get a battering once I tag a release