Skip to content

Conversation

@matejdro
Copy link
Contributor

@matejdro matejdro commented Feb 8, 2026

PR adds timeline app (coredevices/PebbleOS#708) to the system apps, so it can be sorted.

Health(SystemAppIDs.HEALTH_APP_UUID, "Health", AppType.Watchapp, WatchType.entries, defaultOrder = -5),
Workout(SystemAppIDs.WORKOUT_APP_UUID, "Workout", AppType.Watchapp, WatchType.entries, defaultOrder = -4),
Watchfaces(SystemAppIDs.WATCHFACES_APP_UUID, "Watchfaces", AppType.Watchapp, WatchType.entries, defaultOrder = -3),
Timeline(SystemAppIDs.TIMELINE_MENU_ENTRY_UUID, "Timeline", AppType.Watchapp, WatchType.entries, defaultOrder = -3),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Behaviour here will be: timeline gets inserted at the top of the apps list after users upgrade to this version.

For previous changes like this I've forced it to reset the position of all system apps each time (by changing PREF_KEY_HAVE_INSERTED_SYSTEM_APPS_AT_CORRECT_POSITION). I don't love that - we probably need something better - what do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. Would it be better to insert them at the bottom?

@matejdro
Copy link
Contributor Author

Hm, it also appears we would need to add an image for this to the pebble/src/commonMain/composeResources/drawable. I am not really a designer, could you provide an image for this?

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

Successfully merging this pull request may close these issues.

2 participants