Skip to content

Fix custom time input#2

Merged
dmx3377 merged 7 commits into
masterfrom
fix-custom-time-input-16573684281896944504
Jun 23, 2026
Merged

Fix custom time input#2
dmx3377 merged 7 commits into
masterfrom
fix-custom-time-input-16573684281896944504

Conversation

@dmx3377

@dmx3377 dmx3377 commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Resolves the bug where users could not input seconds due to the number keyboard not allowing a colon character. Replaced the single input field with two separate fields (Min and Sec) inside the custom timer dialog.


PR created automatically by Jules for task 16573684281896944504 started by @dmx3377

Instead of a single text field where users struggled to input
colons with the number keyboard, we now use two separate
numeric fields for Minutes and Seconds.

Fixes #1

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
@github-project-automation github-project-automation Bot moved this to Backlog in focustimer Jun 11, 2026
@dmx3377 dmx3377 linked an issue Jun 11, 2026 that may be closed by this pull request
@dmx3377 dmx3377 added the working This issue is currently being worked on (e.g being fixed or added.) label Jun 11, 2026
@dmx3377 dmx3377 moved this from Backlog to In review in focustimer Jun 11, 2026
dmx3377

This comment was marked as outdated.

google-labs-jules Bot and others added 4 commits June 11, 2026 09:56
The GitHub Actions workflow failed because the Gradle task
referred to `:wearos:assembleRelease`. The actual name of the
module is `:focustimer-wearos`. Updated the CI workflow to
use the correct path so the APKs can build correctly.

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
The `autobuild` setting caused the CodeQL action to generate a SARIF
file that could not be processed when the default setup is enabled
(as seen in the error: "CodeQL analyses from advanced configurations
cannot be processed when the default setup is enabled"). Changing
build-mode to `none` allows the overlay database to be built correctly
and processed.

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
…paths

There were more references to the incorrect module path (`wearos/`)
in the jarsigner, zipalign, and upload artifact steps. Those have now
been updated to `focustimer-wearos/`.

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
The `autobuild` build-mode for CodeQL was failing because it could not correctly parse the Android/Kotlin/Java repository. And the `none` mode, while able to generate a database, did not correctly compile the code and triggered a failure during the upload phase regarding advanced setups missing actual code analyses. Setting the build-mode to `manual` and manually running `chmod +x gradlew` and `./gradlew build` allows the CodeQL action to hook into the compilation correctly and succeed.

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
@dmx3377

dmx3377 commented Jun 11, 2026

Copy link
Copy Markdown
Owner Author

Won't merge until I've tested it later...

The 'none' build-mode does not actually perform the CodeQL analysis and is not sufficient for Java/Kotlin projects. 'autobuild' fails for Gradle. Using 'manual' and explicitly running './gradlew build' performs the compilation correctly for the advanced CodeQL setup.

Co-authored-by: dmx3377 <228389106+dmx3377@users.noreply.github.com>
Repository owner deleted a comment from google-labs-jules Bot Jun 14, 2026
@dmx3377

dmx3377 commented Jun 23, 2026

Copy link
Copy Markdown
Owner Author

Works as expected. Merging...

@dmx3377 dmx3377 merged commit fe40d33 into master Jun 23, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from In review to Done in focustimer Jun 23, 2026
@dmx3377 dmx3377 deleted the fix-custom-time-input-16573684281896944504 branch June 23, 2026 16:49
@dmx3377 dmx3377 removed the working This issue is currently being worked on (e.g being fixed or added.) label Jun 23, 2026
Repository owner locked as resolved and limited conversation to collaborators Jun 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[BUG] Fix custom timing - does not allow seconds to be inputted

1 participant