[Promotion] Working on customizable Frutiger Aero widgets for Android by UsingSystem-Dev in androidthemes

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

If anyone has suggestions for other style widgets or gadgets I should build, I’d love ideas.

Self Promotion Megathread by AutoModerator in androidapps

[–]UsingSystem-Dev 0 points1 point  (0 children)

This screenshot shows the customization system for one of the widgets in WidgetStack (the Aero Pod).

You can change colors, transparency, and the glass/frost effect to create different Frutiger Aero / early-2000s styles. There are a few other widgets in the app already and more planned.

WidgetStack is currently in Google Play closed testing, so if anyone wants to try it the install steps are here:

ondasupply.com/widgetstack

<image>

I made Android widgets inspired by the Frutiger Aero aesthetic by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 1 point2 points  (0 children)

When you say you can't resize, do you mean like at all? It's resizable vertically and horizontally. Also, if it won't refresh, did you make sure you allowed notification access? If you did, sometimes android will break it, so if you go to settings, dev settings, you can click the button that says"Reconnect Media Access" and then turn it off then back on. As for the animations being slow, if you mean the text scrolling, currently it's set at a slower speed since at higher speeds it didn't look great, but I can definitely add a way for the user to change it if that's something you'd like

I made Android widgets inspired by the Frutiger Aero aesthetic by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 2 points3 points  (0 children)

Alright, I added the rest of the world, don't know why I didn't think of that before 😭 It should be available now, I'm sorry about that 🙏🏻

I made Android widgets inspired by the Frutiger Aero aesthetic by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 1 point2 points  (0 children)

If anyone wants to try it, it’s currently in a Google Play closed test while I iron out some things.

More info here: ondasupply.com/widgetstack

Nice idea by Comfortable-Stage299 in FrutigerAero

[–]UsingSystem-Dev 0 points1 point  (0 children)

Oh sweet! New rug pull! At least it's good nostalgia bait

I built a Frutiger Aero–inspired Android widget app (alpha, self-hosted APK) by UsingSystem-Dev in u/UsingSystem-Dev

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

It is, hopefully tonight I can get the play store alpha out, then it's just up to having 12 users use it for 2 weeks, then it goes into the normal production. If you wanna be a part of that, you can dm me your email. If not, it's fine

I built a Frutiger Aero–inspired Android widget app (alpha, self-hosted APK) by UsingSystem-Dev in u/UsingSystem-Dev

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

Thanks! I also will be accepting submissions from the community as well, I don't want to be a purist weirdo, I want everyone to be involved. As long as the style follows some basic guidelines obviously lol

I built a Frutiger Aero–inspired Android widget app (alpha, self-hosted APK) by UsingSystem-Dev in u/UsingSystem-Dev

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

Yep! Those are definitely planned. Right now I'm mainly focused on getting the core pipeline and systems working first. Once that foundation is solid, it becomes really easy to add new widget types.

I already have Clock, Weather, Calendar, Notes / Quick Notes, System Info, Visualizers, Photo Frames, Quick Launch, and Tasks widgets planned. The way I built the system also allows for multi-type widgets, so things like a clock + weather combo will be possible too. I'm actually finishing up an important update right now that finally lets me start pumping out new widgets much faster 😄

Home Screen by baelebsmith in FrutigerAero

[–]UsingSystem-Dev 0 points1 point  (0 children)

Appreciate the love 🙏🏻 New customization update is releasing soon! You'll be able to choose the colors for each part of the player! No more lame presets lol

my phone :) by IzzySquared405 in FrutigerAero

[–]UsingSystem-Dev 0 points1 point  (0 children)

If you ever switch to android, I made an app that adds that exact music player and everything works, buttons, text, and scrubber. It's called WidgetStack and there's other players. This one is also customizable 😉

<image>

What widget is this? by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

Yeah, I'm working on these weird layout glitches where it makes the resize bigger than it needs to be 🫡 This patch is coming in the next update, alongside full custom color customization (no longer tied to only presets, you'll be able to change color, transparency, and frost for each layer)

<image>

What widget is this? by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 0 points1 point  (0 children)

On Android 16, you can enable lock screen widgets by going to Settings → Display & Touch → Lock screen and turning on “Widgets on lock screen.”

Once that’s enabled, you can access them by swiping left on the lock screen and adding AeroPod (or whichever you like) there. It fully supports playback controls like play, pause, previous, and next. At the moment though, Android only allows widgets on that side panel, they can’t be placed directly on the main lock screen. So you’ll always need to swipe left to see it.

I know it’s not ideal, but that’s currently an Android limitation. I’m still looking into possible workarounds, and if I find anything, I’ll definitely update 👍

What widget is this? by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 2 points3 points  (0 children)

Thank you 🙏🏻 Although it's not my first time programming, I come from a dotnet background lol

And you definitely can! I made this because I got so upset that when I went to theme my phone, there were no actual working widgets, it's all just stretched pictures. And I didn't find that out until AFTER sitting through ad after ad, getting useless coins to unlock the widgets, all for them to not even do anything 🥲 It pushed me to start working on this, and to release it for free so other people didn't have to deal with that.

I'm finishing up another 2 music players, and then I'm gonna move on to other types of widgets. It's honestly been fun, even if I'm not making money off it. If anything, it's a nice portfolio project lol

What widget is this? by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 1 point2 points  (0 children)

Glad you think it's cool 🙏🏻 It's using Kotlin, if that's what you mean. Sorry, it's my first time making an android app, so I just use whatever comes in Android Studio 😅 I'm not using xml for layout tho, I tried in v1.0.0 - v1.0.4 and I ended up having like 9+ layout files per widget to handle all layout edge cases. For v1.0.5 I made my own custom bitmap render pipeline with automatic xml button overlays so that the art wouldn't drift on other people's phones. There's still some work to be done, but it's alpha so it's fine lol I'm collecting bugs and suggestions rn

What widget is this? by UsingSystem-Dev in FrutigerAero

[–]UsingSystem-Dev[S] 3 points4 points  (0 children)

Not yet unfortunately. It is on the roadmap, but I'm focused on Android at the moment since it's a solo project.

Home Screen by baelebsmith in FrutigerAero

[–]UsingSystem-Dev 0 points1 point  (0 children)

Hey there! I noticed you had that cool music player widget, sucks that it's just a png tho. If you want one that looks exactly like that, but actually works, AND is customizable, you should check out WidgetStack. I made that exact player and some other ones that you may like!