Skip to content

Conversation

JESDANIELLA
Copy link
Collaborator

@JESDANIELLA JESDANIELLA commented Jun 16, 2025

Summary

This PR begins implementation of the floating recording button on the Timeline screen, alongside setup for a new dropdown-style user menu.

Features (In Progress)

  • Floating "Start/Stop Recording" button added to TimelineFragment
  • Tied to SensorViewModel/SensorRepository but currently not toggling recording as expected
  • Dropdown user menu layout scaffolding added, still under development

Notes

  • Button state visuals (color/interaction) are in place, but backend linkage is incomplete
  • Further integration with recording logic and menu item actions are planned

Next Steps

  • Fix sensor toggle logic for floating button
  • Connect dropdown menu options to navigation/actions
  • Finalize visual polish and ensure responsiveness

@JESDANIELLA JESDANIELLA requested a review from sandradeng20 June 16, 2025 04:51
@JESDANIELLA JESDANIELLA self-assigned this Jun 16, 2025
@JESDANIELLA JESDANIELLA marked this pull request as ready for review June 16, 2025 04:51
@sandradeng20 sandradeng20 marked this pull request as draft June 16, 2025 06:30
@sandradeng20 sandradeng20 marked this pull request as ready for review July 18, 2025 04:14
setupExpandable(binding.contentGravity, binding.iconExpandGravity);
setupExpandable(binding.contentGyroscope, binding.iconExpandGyroscope);
setupExpandable(binding.contentLocation, binding.iconExpandLocation);
setupExpandable(binding.contentMagnetometer, binding.iconExpandMagnetometer);
Copy link
Contributor

Choose a reason for hiding this comment

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

microphone is missing

android:clipToOutline="true"
android:foreground="?attr/selectableItemBackground">

<TextView
Copy link
Contributor

Choose a reason for hiding this comment

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

should be replaced with screenshot

<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="[Image Placeholder: Insert picture of datepicker]"
Copy link
Contributor

Choose a reason for hiding this comment

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

replace by screenshot

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