Maybe it’s time to push out an iOS 26 version of my silly little app. Not sure about how many are using it, but probably double digit percentages by now.

Normally nothing to care about, but this time I’m dropping support for older versions. Maintaining support for iOS 17/18 is just too messy so it’s easier to just go all in. I didn’t need to fix that much big stuff for Liquid Glass, but still a fair deal of small things all over the code base.

#ios26 #myapp #indie

Updated my app's icon for Liquid Glass. It looks the same, but with a slightly different background gradient and some weird effect on the foreground element. All in all pretty meh, but at least it's now following the program.

Updated the phone version to use NavigationSplitView like the iPad version (less duplicated code) instead of a plain NavigationStack. Seems to work better than it used to, but time will tell.

#ios #indiedev #ios26 #liquidglass #myapp

Seems I didn’t have to do that much to get my app to look ok with Liquid Glass. It doesn’t really use tab views which helped. The toolbars (navigation bars) look totally different, but I mainly had to delete lots of old UIAppearance code and some minor tweaks. No crashes or anything that looked otherwise weird. I had feared it would be a bigger job to fix.

#liquidglass #ios26 #myapp #phew

Submitted a new version of 4.14 of my app to Apple for review. It was about time as the previous version was from April.

Now I think it’s soon time to see about iOS and iPadOS 26 and fix any regressions. I don’t think there’s anything new or improved stuff in the frameworks this year, it’ll probably all be about working around new bugs Apple has introduced with this dumb new theme redesign. I don’t think anyone actually wants that stuff.

#swiftui #myapp #newversion

Still building this in pseudo-stealth..

Prismis uses your personal context and feed choices to intelligently filter the noise and surface what matters to you. No more algorithm-driven rabbit holes or insights buried in information overload.

New features:
📱 YouTube integration with full transcription
📩 Daily and weekly email digests
🧠 Meaningful key insights and patterns

Coming soon:
🔄 Transform content between formats (text↔️audio↔️video)
📱 Podcast integration with full transcription

A lot more to come!!

https://www.prismis.io/

#vibecoding #llms #claudecode #myapp

I hate JavaScript so much I developed an app with it  

Wrapped it as  application to run in a WebView, but it also runs on a normal browser 

Being web application it is visible source, but also published as real open source 

Give it a go - I find those old-school  screensavers soothing - and let me know your thoughts about it.

Bouncing Logo is pending inclusion into Samsung Galaxy Store, next will be adding it to @fdroidorg 

Oh, and it's on self-hosted @forgejo instance 

#opensource #developerlife #myapp #webapp #android #dvd #bouncinglogo

Bouncing Logo - classic screensaver app for smart devices by Inretio

@Jessica it surprises me that more channel based chat platforms don't use IRC behind the scenes, like each "new" platform or app doesn't just carve off new channel namespaces like `\#\#myapp.chan1`, `\#\#myapp.admin` and so on. I mean it was feature complete (for what it is) 25 yrs ago, the infrastructure is proven and extensible. And then just tack your proprietary extensions onto it like MIME encoding into emails and newsgroups - but still fall back to basic txt protocol in a pinch.

Submitted version 4.0 of my app to Apple for review. I could probably add and tweak more stuff, but at some point there needs to be a line. I should really update the screenshots too as the current ones are 2.5 years old, but I simply can't be bothered. Nobody looks at them too carefully anyway and the app looks basically the same nowadays. So with some luck the app could be out in a few days, assuming app review isn't swamped with Vision Pro reviews.

#myapp #releasetime #tag #extrainfo

I think one of the main problems for my little crappy app is that nobody knows about it. But marketing is such soul destroying work. Grovelling and begging people for attention is just not my strong side. The other alternative is to buy ad space, buy reviews and buy favourable publicity, but my marketing budget is pretty much nothing. Which leaves word of mouth and that's really never working for any app.

#myapp #marketing #darknightofthesoul

Shit day today.

Been doing some more migrations for the backend for my app from Flask to FastAPI and everything is more or less feature complete now. The only part that's not yet migrated is the "Sign in with Apple" authentication handling which I will likely leave on Flask for now.

So more or less everything I wanted to get done for a "4.0" version of my app is done, much faster than I anticipated.

#myapp #whatnow #fastapi #backend #stuff