fix: app icon, developer name, and bump workflow action versions#26
Merged
Conversation
- Set APP_NAME to "Interval Timer" and add NATIVEPHP_APP_AUTHOR=Nikola Bucić in .env.example so the Android install dialog shows the correct developer name instead of the default "Laravel" (closes #24) - Add public/icon.png — analog clock with coloured arc ring: red 0-15 s (#ef4444), blue 15-48 s (#3b82f6), green 48-53 s (#22c55e), hands at 3:42 with a motion trail behind the minute hand (closes #23) - Bump GitHub Actions to latest major versions across all four workflows: actions/checkout v4 → v7, actions/setup-java v4 → v5, actions/upload-artifact v4 → v7 (closes #25) Co-Authored-By: Claude <noreply@anthropic.com>
- Arc stroke-width reduced from 28 to 14 (half as thick) - Added semi-transparent I·N·T·E·R·V·A·L text in upper portion of clock face using middle dot (U+00B7) as interpunct between letters Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
dotenv parser requires quoted values when they contain spaces. Co-Authored-By: Claude <noreply@anthropic.com>
nbucic
force-pushed
the
claude/android-interval-timer-app-JYhZc
branch
from
July 16, 2026 21:20
855c01e to
c27352d
Compare
Dotenv parser requires quoted values containing spaces or special characters. Co-Authored-By: Claude <noreply@anthropic.com>
nbucic
force-pushed
the
claude/android-interval-timer-app-JYhZc
branch
from
July 16, 2026 21:21
8f38deb to
4ea45b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #23, closes #24, closes #25
Changes
App icon (
public/icon.png) — closes #23Analog clock icon generated from SVG:
#ef4444(0–15 s), blue#3b82f6(15–48 s), green#22c55e(48–53 s), no arc (53–60 s)Developer name — closes #24
APP_NAMEchanged fromLaraveltoInterval Timerin.env.exampleNATIVEPHP_APP_AUTHOR=Nikola Bucićto.env.exampleso the Android install dialog shows the correct developer nameWorkflow action versions — closes #25
Bumped across all four workflows:
actions/checkoutactions/setup-javaactions/upload-artifactshivammathur/setup-phpactions/cacheGenerated by Claude Code