-
Notifications
You must be signed in to change notification settings - Fork 0
Home Screen Widget #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a2c76ea
auto-claude: subtask-1-1 - Create widget layout XML with status displ…
PhenixStar 851b8c7
auto-claude: subtask-1-2 - Create widget info XML metadata file
PhenixStar 98a7fd0
auto-claude: subtask-1-3 - Create widget icon drawable resource
PhenixStar 1a0c2ca
auto-claude: subtask-1-4 - Create AdbWidgetProvider class extending A…
PhenixStar 9e7b597
auto-claude: subtask-1-5 - Register widget provider in AndroidManifes…
PhenixStar 350df44
auto-claude: subtask-2-1 - Implement widget update mechanism to fetch…
PhenixStar 0091367
auto-claude: subtask-2-2 - Implement toggle button click handler to e…
PhenixStar 859b32b
auto-claude: subtask-2-3 - Implement copy button to copy ADB connect …
PhenixStar 4ca6617
auto-claude: subtask-3-1 - Add broadcast mechanism for ADB status cha…
PhenixStar eff59e0
auto-claude: subtask-3-2 - Add network connectivity listener for IP a…
PhenixStar 36b90ff
auto-claude: subtask-4-1 - Integration test: widget lifecycle and mul…
PhenixStar c891f14
auto-claude: subtask-4-2 - Integration test: all widget actions and s…
PhenixStar 333c168
Merge main into branch to resolve conflicts
PhenixStar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,185 @@ | ||
| { | ||
| "base_commands": [ | ||
| ".", | ||
| "[", | ||
| "[[", | ||
| "ag", | ||
| "awk", | ||
| "basename", | ||
| "bash", | ||
| "bc", | ||
| "break", | ||
| "cat", | ||
| "cd", | ||
| "chmod", | ||
| "clear", | ||
| "cmp", | ||
| "column", | ||
| "comm", | ||
| "command", | ||
| "continue", | ||
| "cp", | ||
| "curl", | ||
| "cut", | ||
| "date", | ||
| "df", | ||
| "diff", | ||
| "dig", | ||
| "dirname", | ||
| "du", | ||
| "echo", | ||
| "egrep", | ||
| "env", | ||
| "eval", | ||
| "exec", | ||
| "exit", | ||
| "expand", | ||
| "export", | ||
| "expr", | ||
| "false", | ||
| "fd", | ||
| "fgrep", | ||
| "file", | ||
| "find", | ||
| "fmt", | ||
| "fold", | ||
| "gawk", | ||
| "gh", | ||
| "git", | ||
| "grep", | ||
| "gunzip", | ||
| "gzip", | ||
| "head", | ||
| "help", | ||
| "host", | ||
| "iconv", | ||
| "id", | ||
| "jobs", | ||
| "join", | ||
| "jq", | ||
| "kill", | ||
| "killall", | ||
| "less", | ||
| "let", | ||
| "ln", | ||
| "ls", | ||
| "lsof", | ||
| "man", | ||
| "mkdir", | ||
| "mktemp", | ||
| "more", | ||
| "mv", | ||
| "nl", | ||
| "paste", | ||
| "pgrep", | ||
| "ping", | ||
| "pkill", | ||
| "popd", | ||
| "printenv", | ||
| "printf", | ||
| "ps", | ||
| "pushd", | ||
| "pwd", | ||
| "read", | ||
| "readlink", | ||
| "realpath", | ||
| "reset", | ||
| "return", | ||
| "rev", | ||
| "rg", | ||
| "rm", | ||
| "rmdir", | ||
| "sed", | ||
| "seq", | ||
| "set", | ||
| "sh", | ||
| "shuf", | ||
| "sleep", | ||
| "sort", | ||
| "source", | ||
| "split", | ||
| "stat", | ||
| "tail", | ||
| "tar", | ||
| "tee", | ||
| "test", | ||
| "time", | ||
| "timeout", | ||
| "touch", | ||
| "tr", | ||
| "tree", | ||
| "true", | ||
| "type", | ||
| "uname", | ||
| "unexpand", | ||
| "uniq", | ||
| "unset", | ||
| "unzip", | ||
| "watch", | ||
| "wc", | ||
| "wget", | ||
| "whereis", | ||
| "which", | ||
| "whoami", | ||
| "xargs", | ||
| "yes", | ||
| "yq", | ||
| "zip", | ||
| "zsh" | ||
| ], | ||
| "stack_commands": [ | ||
| "ant", | ||
| "gradle", | ||
| "gradlew", | ||
| "ipython", | ||
| "jar", | ||
| "java", | ||
| "javac", | ||
| "jupyter", | ||
| "kotlin", | ||
| "kotlinc", | ||
| "maven", | ||
| "mvn", | ||
| "node", | ||
| "notebook", | ||
| "npm", | ||
| "npx", | ||
| "pdb", | ||
| "pip", | ||
| "pip3", | ||
| "pipx", | ||
| "pudb", | ||
| "python", | ||
| "python3" | ||
| ], | ||
| "script_commands": [], | ||
| "custom_commands": [], | ||
| "detected_stack": { | ||
| "languages": [ | ||
| "python", | ||
| "javascript", | ||
| "java", | ||
| "kotlin" | ||
| ], | ||
| "package_managers": [ | ||
| "gradle" | ||
| ], | ||
| "frameworks": [], | ||
| "databases": [], | ||
| "infrastructure": [], | ||
| "cloud_providers": [], | ||
| "code_quality_tools": [], | ||
| "version_managers": [] | ||
| }, | ||
| "custom_scripts": { | ||
| "npm_scripts": [], | ||
| "make_targets": [], | ||
| "poetry_scripts": [], | ||
| "cargo_aliases": [], | ||
| "shell_scripts": [] | ||
| }, | ||
| "project_dir": "D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb", | ||
| "created_at": "2026-02-05T12:56:49.824459", | ||
| "project_hash": "0d6be561318e22002fe7a184fb411324", | ||
| "inherited_from": "D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "active": true, | ||
| "spec": "003-home-screen-widget", | ||
| "state": "building", | ||
| "subtasks": { | ||
| "completed": 11, | ||
| "total": 12, | ||
| "in_progress": 1, | ||
| "failed": 0 | ||
| }, | ||
| "phase": { | ||
| "current": "Integration & Testing", | ||
| "id": null, | ||
| "total": 2 | ||
| }, | ||
| "workers": { | ||
| "active": 0, | ||
| "max": 1 | ||
| }, | ||
| "session": { | ||
| "number": 13, | ||
| "started_at": "2026-02-07T01:52:14.093243" | ||
| }, | ||
| "last_update": "2026-02-07T02:38:46.645178" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| { | ||
| "sandbox": { | ||
| "enabled": true, | ||
| "autoAllowBashIfSandboxed": true | ||
| }, | ||
| "permissions": { | ||
| "defaultMode": "acceptEdits", | ||
| "allow": [ | ||
| "Read(./**)", | ||
| "Write(./**)", | ||
| "Edit(./**)", | ||
| "Glob(./**)", | ||
| "Grep(./**)", | ||
| "Read(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget/**)", | ||
| "Write(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget/**)", | ||
| "Edit(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget/**)", | ||
| "Glob(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget/**)", | ||
| "Grep(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget/**)", | ||
| "Read(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget\\.auto-claude\\specs\\003-home-screen-widget/**)", | ||
| "Write(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget\\.auto-claude\\specs\\003-home-screen-widget/**)", | ||
| "Edit(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude\\worktrees\\tasks\\003-home-screen-widget\\.auto-claude\\specs\\003-home-screen-widget/**)", | ||
| "Read(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude/**)", | ||
| "Write(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude/**)", | ||
| "Edit(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude/**)", | ||
| "Glob(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude/**)", | ||
| "Grep(D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb\\.auto-claude/**)", | ||
| "Bash(*)", | ||
| "WebFetch(*)", | ||
| "WebSearch(*)", | ||
| "mcp__context7__resolve-library-id(*)", | ||
| "mcp__context7__get-library-docs(*)", | ||
| "mcp__graphiti-memory__search_nodes(*)", | ||
| "mcp__graphiti-memory__search_facts(*)", | ||
| "mcp__graphiti-memory__add_episode(*)", | ||
| "mcp__graphiti-memory__get_episodes(*)", | ||
| "mcp__graphiti-memory__get_entity_edge(*)" | ||
| ] | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,33 @@ | ||
| # Gradle | ||
| .gradle/ | ||
| build/ | ||
| !gradle/wrapper/gradle-wrapper.jar | ||
|
|
||
| # Android | ||
| *.apk | ||
| *.aab | ||
| *.ap_ | ||
| *.dex | ||
| local.properties | ||
|
|
||
| # IDE | ||
| .idea/ | ||
| *.iml | ||
| .DS_Store | ||
|
|
||
| # Research (local notes, not for repo) | ||
| research/ | ||
|
|
||
| # Signing secrets (NEVER commit!) | ||
| *.keystore | ||
| *.jks | ||
| .env | ||
|
|
||
| # Screenshots and temp files | ||
| screenshot*.png | ||
| temp/ | ||
| nul | ||
| .serena/ | ||
| # Gradle | ||
| .gradle/ | ||
| build/ | ||
| !gradle/wrapper/gradle-wrapper.jar | ||
|
|
||
| # Android | ||
| *.apk | ||
| *.aab | ||
| *.ap_ | ||
| *.dex | ||
| local.properties | ||
|
|
||
| # IDE | ||
| .idea/ | ||
| *.iml | ||
| .DS_Store | ||
|
|
||
| # Research (local notes, not for repo) | ||
| research/ | ||
|
|
||
| # Signing secrets (NEVER commit!) | ||
| *.keystore | ||
| *.jks | ||
| .env | ||
|
|
||
| # Screenshots and temp files | ||
| screenshot*.png | ||
| temp/ | ||
| nul | ||
| .serena/ | ||
|
|
||
| # Auto Claude data directory | ||
| .auto-claude/ |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Development tooling files accidentally committed to repository
Low Severity
Local development and tooling configuration files have been committed to the repository. These files contain Windows-specific absolute paths like
D:\\AI\\Android\\APK\\Android-Apps\\apps\\wirelessadb, build session status, and permission settings. While.auto-claude/is correctly added to.gitignore, these root-level.auto-claude-*and.claude_settings.jsonfiles are not ignored and shouldn't be part of the committed codebase.Additional Locations (2)
.auto-claude-status#L1-L25.claude_settings.json#L1-L39