Skip to content

delete redundant icons, fix broken ones#112

Merged
dupontgu merged 1 commit into
mainfrom
fix/icons
Jul 20, 2026
Merged

delete redundant icons, fix broken ones#112
dupontgu merged 1 commit into
mainfrom
fix/icons

Conversation

@dupontgu

Copy link
Copy Markdown
Contributor
  • Use tint for vector drawables instead of keeping a white/black copy of each
  • Fix botched icons (the ones with paths changed below)
  • Rename toggle_on and toggle_off to toggle_state_on and toggle_state_off, respectively

@dupontgu
dupontgu merged commit 5124ab6 into main Jul 20, 2026
1 check passed
@gregorydavidjenkins

Copy link
Copy Markdown

The toggle_on and toggle_off fix here is actually the opposite of what needed to be done.

toggle_on (the action) needed to become toggle_state_off (and vice versa).

github-actions Bot pushed a commit to tyleryancey/light-tools that referenced this pull request Jul 23, 2026
Upstream changes:

d502bca Merge pull request lightphone#118 from lightphone/fix/semver-versionname
cd621b7 Merge pull request lightphone#117 from lightphone/builder-ci
c0cf471 fix: enforce semver for tool versionName
29911b2 filter on tags
809c0d8 add circleci config
5124ab6 Merge pull request lightphone#112 from lightphone/fix/icons
92b3b20 Merge pull request lightphone#97 from lightphone/fix/weather-tool-search
bb87390 use light api proxy
9cd076f delete redundant icons, fix ugly ones
eb5b6a6 fix: return list of location search results in weather tool
tyleryancey added a commit to tyleryancey/light-tools that referenced this pull request Jul 23, 2026
Upstream changes:

464b414 Merge upstream lightphone/light-sdk main
c43875c ci(sync): merge from upstream instead of ff-only, add chess, summarize syncs
d502bca Merge pull request lightphone#118 from lightphone/fix/semver-versionname
cd621b7 Merge pull request lightphone#117 from lightphone/builder-ci
c0cf471 fix: enforce semver for tool versionName
29911b2 filter on tags
809c0d8 add circleci config
5124ab6 Merge pull request lightphone#112 from lightphone/fix/icons
92b3b20 Merge pull request lightphone#97 from lightphone/fix/weather-tool-search
bb87390 use light api proxy
9cd076f delete redundant icons, fix ugly ones
eb5b6a6 fix: return list of location search results in weather tool

Conflict resolution: kept chess's lighttool.toml identity (permissions = [])
and bumped versionName to semver 0.1.0 for the new builder enforcement;
kept deletion of the sample HomeScreen.kt that chess had replaced.

Co-Authored-By: Claude Fable 5 <[email protected]>
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.

The TOGGLE_ON and TOGGLE_OFF icons appear to be switched Fix REVERSE_ORDER, SELECT_OFF and SELECT_ON icons

3 participants