Open Issues Need Help
View All on GitHubAI Summary: Implement a dynamic bar chart in the Stepsy Android app that adapts to the selected time period. For the 'today' view, it should display hourly step counts. This requires modifying the existing charting functionality to handle different time granularities and data aggregation.
AI Summary: Modify the Stepsy Android app's widgets to prevent them from inheriting the system theme, ensuring consistent widget appearance regardless of the user's system theme setting.
AI Summary: Fix a UI issue in an Android step counter app where the bottom-right button is partially obscured by the navigation bar on Android 15 devices with a 3-button navbar. This likely requires adjusting the layout to account for the navbar's height or using system UI flags to manage its visibility.