this post was submitted on 07 Jul 2023
52 points (98.1% liked)

Slide for Lemmy

517 readers
1 users here now

https://github.com/bqv/slide/

founded 1 year ago
MODERATORS
 

In case any of you are itching to know where I am with this, I'm still working on it; last few days I upgraded a few of the libraries to simplify the build process, and laid the groundwork for a modern app database so I can hook up the offline mode stuff, and some of the other pages more dependent on local data. I know its not very visible stuff though, so I've been holding off tagging a new version until I add at least one new feature. I could probably use some testing soon so likely I'll implement either posting, commenting, or the Go to Subreddit box for browsing to a specific community, unless there's something you want more?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago (1 children)

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

[–] [email protected] 5 points 1 year ago (1 children)

It is great that you do this, I am just wondering if this is maybe too much work compared to a rewrite? Just thinking of what the original developer said, codebase was in too bad shape for fixing much and he wanted to start from scratch.

[–] [email protected] 10 points 1 year ago

I think it didn't help that he was probably quite sick of the codebase. I'm new to it, and I at least have a plan for the modernization, so it should go okay! Just a shame that a lot of it is behind-the-scenes work for now to get something that fully works. Also, personally I hate frontend work anyway so having a preexisting world class UI is a big win