Skip to content

Feature: Added day-of-year indicator [77/365] next to date like 'Wed, Mar 18 [77/365]' #1024

Merged
CreativeCodeCat merged 1 commit intoCodeWorksCreativeHub:mainfrom
bathulasharath006:day-count
Mar 19, 2026
Merged

Feature: Added day-of-year indicator [77/365] next to date like 'Wed, Mar 18 [77/365]' #1024
CreativeCodeCat merged 1 commit intoCodeWorksCreativeHub:mainfrom
bathulasharath006:day-count

Conversation

@bathulasharath006
Copy link
Contributor

Type of Change

  • Bug Fix
  • [ x ] Feature
  • Codebase Cleanup
  • Performance Improvement
  • [ x ] UI/UX Update
  • Test Improvement
  • Security Fix
  • CI/CD or Build Config
  • Breaking Change
  • Release
  • Documentation Update Required

Pre-Submission Checklist

  • [ x ] No existing Pull Request for this change
  • [ x ] Descriptive commit message
  • [ x ] Self-reviewed the code
  • Comments added where necessary
  • [ x ] No new warnings or errors introduced
  • [ x ] Changes made in a separate branch
  • Branch named using prefix (e.g., bug/, feat/, clean/, release/)
  • All user-facing text supports localization (if applicable)
  • Updated documentation or relevant README sections (if applicable)
  • [ x] Added screenshots or demo for UI changes (if applicable)

Before Submitting Your Pull Request

  • [ x ] Clear and descriptive PR title
  • [ x ] Detailed summary of the changes made
  • Linked relevant issue(s) using Closes #XXXX or Fixes #XXXX (if applicable)

Summary of Changes

This PR adds an optional day-of-year indicator displayed next to the date.

Example:
Wed, Mar 18 [77/365]

The feature helps users track the current day progress within the year.
The code handles the leap years (366 days) also.

It is fully optional and can be enabled/disabled from:
Settings --> Features --> Under Info Tiles --> Show Day Of Year

Key Changes

  1. Added logic to calculate current day of the year
  2. Displayed day count alongside existing date UI
  3. Introduced a toggle under Settings --> Features --> Under Info Tiles --> Show Day Of Year
  4. Ensured the feature updates dynamically based on current date

Test Information

  • MultiLauncher Version: Latest (main branch)
  • Device Name: Infinix Note 40X 5G
  • Android Version: 14
  • Other Notes:
    • Feature works correctly when toggled ON/OFF
    • Date updates correctly with day count

Screenshots

@bathulasharath006 bathulasharath006 changed the title Feature: Added day-of-year indicator [77/365] next to date like 'Wed,… Feature: Added day-of-year indicator [77/365] next to date like 'Wed, Mar 18 [77/365]' Mar 18, 2026
@CreativeCodeCat CreativeCodeCat merged commit f2a8284 into CodeWorksCreativeHub:main Mar 19, 2026
1 of 2 checks passed
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