tanujnotes / Olauncher

Minimal AF Launcher for Android. Reduce your screen time. Daily wallpapers.
https://play.google.com/store/apps/details?id=app.olauncher
GNU General Public License v3.0
2.07k stars 219 forks source link

Feature Request: App name Aliases #258

Closed arran-nz closed 1 year ago

arran-nz commented 1 year ago

A problem arrises when you install a new app with a similar name as an existing app, therefore breaking muscle memory when opening said app.

I propose OLauncher allows the user to set an optional alias for each app.

For example, for "F-Droid" an alias could be added, "fdd" which would allow the user to quickly find apps without dealing with conflicts from similar app names.

ashrafimostafa commented 1 year ago

may i working on this feature request?

tanujnotes commented 1 year ago

@ashrafimostafa Sure. But first, please show us the design/UI of how it'll look and what the user flow will be. UI doesn't have to be perfect but the user flow has to be as simple and clean as possible.

ashrafimostafa commented 1 year ago

@tanujnotes sorry for delay in response. I think about to two general ideas the first one is open a minimal bottom sheet after long press on application name, and show this option in bottom sheet:

  1. hide app(which is currently is available in app long press)
  2. app setting(which is currently is available in app long press) 3 app usage (open phone default wellbeing setting that show the user app usage )
  3. text box for app alias and a switch next to it that let the user to enable that app can be find only with it alias or both app name and alias.

the second idea is is to add alias text next to hide(after app long press), by clicking on alias an dialog with edit text open and so on.

let me know about your idea.

tanujnotes commented 1 year ago

@ashrafimostafa To use bottom sheet, some material library will be added which will increase the apk size. It's not a big deal but I'll avoid it if I can.

tanujnotes commented 1 year ago

Updates on #249