Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A smarter dynamically generated app list on the home screen, like the Pixel launcher #2363

Open
1 task done
mystilleef opened this issue Aug 22, 2023 · 1 comment
Open
1 task done

Comments

@mystilleef
Copy link

Is your feature request related to a problem?

For those of us who want our app list on the home screen dynamically generated by Niagara, it falls short. Unlike the Pixel launcher's smart dock, the list is stale, untimely, mostly irrelevant, requires coercing, and hardly ever updates. It feels like an afterthought.

Describe the solution you'd like

The Pixel launcher uses

  • most used apps,
  • recently used apps,
  • notification activity,
  • and routines, based on time and location,

to generate its dynamic app list in the dock area.

For those of us who want our app list on the home screen dynamically generated by Niagara, it falls short.

Niagara's dynamically generated app list would be more useful if it were cleverly segmented into mostly used, recently used, and notification activity.

Ideally, the top 3 apps would be occupied by mostly used apps. The mid 3 apps would occupy recently used, and the last 3 apps would be selected by notification activity.

However, the number of items in each segment should be dynamically adjusted based on usage heuristics.

The Pixel launcher uses machine learning for routines. That might be a bit much for this launcher, but it's something to consider in the long run.

The dynamically generated home screen should stand as a feature on its own. Users can manually manage their home screen like they currently do, or they can choose to go all in on the smarter dynamically generated one.

The dynamically generated app list should be no more than 10 items long and properly segmented by usage and activity as explained above. The lower segments are updated more frequently than the upper ones, again based on usage and activity.

The goal is to ensure that anytime the user is on the home screen, the right app is always ready to be launched, without the need to search or hunt for them.

Feature Request Procedure

@Manu99it
Copy link

Manu99it commented Oct 4, 2023

As an alternative I think might be sufficient the tasker integration or some way to program manually the apps displayed based on time or location as already proposed in other issues (#786)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants