this post was submitted on 13 Mar 2025
104 points (99.1% liked)

Programming

18858 readers
212 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Original post: https://lemmy.world/post/23645197

Hi all! Since my last post I've been hard at work on Manatee Fitness. I polished the core functionality and ended up feature creeping myself. I wasn't intending to add weight tracking or goal calculations but once I got into a groove I just kept going.

The most exciting part is that I finally have a real icon!

Beyond that, I figured out how to build an APK via github actions so now anyone willing to give the app a try is able to easily download and install it! I welcome any feedback from users. One important thing to keep in mind before trying it out is that it is currently focused on foods available in the US. I want to eventually expand the scope to more countries but I'll get to that once I have a stable release.

I'm also happy to take any contributions from the community! I have issues written up for all the bugs and new features on my current roadmap to the first stable release.

And finally, I want to give a shoutout to the 2 existing foss apps in this space that I know of:

Waistline

Energize

My competitive drive to one up them is a huge reason I made as much progress on Manatee Fitness as I have.

you are viewing a single comment's thread
view the rest of the comments
[–] TheTechnician27@lemmy.world 19 points 17 hours ago (3 children)

Hey, OP, do you have any thoughts about putting your app on F-Droid?

[–] hessnake@lemmy.world 3 points 7 hours ago

Getting it on F-droid is on the to-do list once I'm confident I don't need to make any backwards incompatible changes going forward!

[–] Firebirdie713@lemmy.blahaj.zone 8 points 17 hours ago

Seconding this! Having the ability to get update alerts helps me remember to install them.

[–] talkingpumpkin@lemmy.world 6 points 17 hours ago (2 children)

...and/or adding .apk releases in github? (I doubt many will build from source)

[–] jeena@piefed.jeena.net 2 points 15 hours ago* (last edited 15 hours ago)

The Apk is already added in the release.

[–] DrBob@lemmy.ca 2 points 15 hours ago

That's me! I've been looking for exactly something like this but don't have the knowledge to build from source.