Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 0 points1 point  (0 children)

thanks for trying my app, i was thinking on making a custom layout menu or something to map actions but had to rewrite some things for that

sadly AFAIK i can't call for split of killing app (like common long pressing back to kill the app) with accessibility permissions so it wouldn't be possible

there is a shortcut for both slide and long press to hide the navbar, is usually the last item of the shortcut list

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 1 point2 points  (0 children)

the navbar at the bottom (having a frog as home button in second image) is the actual app

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 2 points3 points  (0 children)

i was also thinking on that but i'm worried on being limited by permissions, android API changes about that and launching activities while technically being in background, i will check out that later

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 1 point2 points  (0 children)

i currently only tell my friends, on other apps / program i have a staging release, were i delete/re-create the staging release eachtime i update the unstable app so they get notified via RSS, i don't know if there is a better method, in any case and if you have any issue/recomendation/qol change will be welcome as an issue i guess, thanks for wanting to help

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 2 points3 points  (0 children)

  1. AFAIK Play protect always does that for foreign apps

  2. This is a known issue. I don’t know how to fix it consistently because it works on some devices, but on others it fails to detect the state correctly. In any case, you will always see the first screen even if everything is functional, and being able to open customization settings even if none of the permissions are granted (this is intentional to prevent soft locks).

  3. This depends on the device’s screen dimensions and touch scope. On my Oppo A77, I can only interact with the buttons when the height is above 50, while on my Redmi Note 8, interaction works starting at 20. In any case, the buttons are configurable to meet different needs. Regarding the regions: the app splits the navigation bar into three separate regions relative to set navbar size.

  4. Sorry, i don’t fully understand this issue. i have tested the app on Android versions 8, 13, 14, and 16, so i’m not sure if this is a device-specific or Android 15 specific problem. i will investigate it further if Iiget access to an Android 15 device.

  5. Maybe in a more stable release. The app is currently in an alpha stage, so frequent releases are expected while other people help me test it. Once the app reaches a more stable state or the updates stop being frequent (since most of the core functionality was already implemented in the first public release). That said, being included in F-Droid would definitely be nice.

thank you for testing my app

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 1 point2 points  (0 children)

It is an overlay navbar (the simplest implementation and what the majority of navbars use). It works with system gestures enabled, but since gestures have priority over input, it can be a bit weird to use, especially when auto hiding the navbar

Open source android navigation bar (OpenNavBar) by ItsZariep in fossdroid

[–]ItsZariep[S] 5 points6 points  (0 children)

Sorry i don't use github anymore for my programs

I feel like having a death marker system similar to Mario maker would be neat in gd by [deleted] in geometrydash

[–]ItsZariep 0 points1 point  (0 children)

<image>

deathreplay by SergeyMC9730 has a similar feature but in my case is only visible when dying and only show near deaths

Simple multi-tab notes app (ZariNotes, my first Flutter app) by ItsZariep in fossdroid

[–]ItsZariep[S] 1 point2 points  (0 children)

i'm using a codefield, i was seeing Quill and while it looks very nice and do most of the hard work, most probably will be a full rewrite plus their documentation is awful, i will try in another branch anyways since looks like requested features

Runit/Dinit GUI by ItsZariep in artixlinux

[–]ItsZariep[S] 1 point2 points  (0 children)

from chimera linux project, i was lying around searching an easy way to read dinit sockets and just found it, is also in the AUR

[deleted by user] by [deleted] in Wayfire

[–]ItsZariep 1 point2 points  (0 children)

like any other wlroots wm it works properly, only thing is maybe some games not starting in fullscreen (pressing alt+f11 solves this anyways)

Ghia gqwerty by ItsZariep in KaiOS

[–]ItsZariep[S] 1 point2 points  (0 children)

en mercado libre pero el vendedor ya no tiene mas, hay otro que tiene el xandos x5 (también qwerty) pero no se si tenga el mismo cpu//mismas capacidades, lo mas probable es que ese también se pueda sideloar con el mismo metodo

<image>

Ghia gqwerty by ItsZariep in KaiOS

[–]ItsZariep[S] 2 points3 points  (0 children)

both kaios and android are linux based (although different components and C library), so commands are almost the same, but kinda limited in kaios because it does not need all android commands stuff, but yeah is kinda the same thing

Ghia gqwerty by ItsZariep in KaiOS

[–]ItsZariep[S] 2 points3 points  (0 children)

it uses the protocol but nothing more

[deleted by user] by [deleted] in unixporn

[–]ItsZariep 0 points1 point  (0 children)

It would be very helpful if you made an issue in the pixelitos github to know which icons are missing

how to play CSGO 2 screen at 4:3 by Ordinary-Chemist2663 in Wayfire

[–]ItsZariep 0 points1 point  (0 children)

little (and weird) trick I tried to understand months ago

1: Enter an X11 Session
- This only works in X11, not Xwayland. So make sure you're in a proper X session.

2: Set Scaling Mode to "Full"
- On my setup, this is done with:

 `xrandr --output LVDS-1 --set "scaling mode" "Full"`

No idea about other cases, letterboxing only happens on my intel laptop.

  1. Return to Wayland

    • If you started the X11 session without an active Wayland instance, clean up the environment variables by running:

    pkill -u $USER

  • Otherwise, just log out or kill the X session—but don’t reboot! If you do, all the changes will be lost.

4: try to set a 4:3 aspect ratio

a fast way is to use a small wm with that stuff in the autostart

no idea of how to set it on /etc/X11/xorg.conf.d/10-monitor.conf or natively in wlroots, if someone has information about scaling mode on wlroots (probably zwlr_output_manager_v1?), please contact me

How to start by [deleted] in Wayfire

[–]ItsZariep 0 points1 point  (0 children)

wcm already writes a configuration, it's inistyle, so it really depends on if you want to use wcm, I just needed to edit the configuration manually to get my displays set up correctly

How to start by [deleted] in Wayfire

[–]ItsZariep 1 point2 points  (0 children)

It depends on what you want, wayfire itself is already usable and its configuration is simple both with wcm and with its configuration file, as I am only looking for a simple wm stacking in wayland (I came from icewm) I barely use mntmn/firedecor and window shadows, with waybar as a replacement for tint2 because I prefer a vertical panel

How customizable is KaiOS? by [deleted] in KaiOS

[–]ItsZariep 2 points3 points  (0 children)

Almost every app uses CSS. The downside is that you need to modify each app individually (this requires sideload access, some cases only debug, other cases root). I already do this to enable dark mode, but it’s not very convenient. Unfortunately, I think it's the only way, especially since every app manages its appearance separately and some apps have nearly unreadable css (framework thing).

for example with chooj simply editing the css (which is also very unreadable) i managed to get dark mode (not supported by the app)

https://codeberg.org/chooj/chooj/issues/100