Commit Graph
20 Commits
Author SHA1 Message Date
ilia 3783048bb3 Make VIP chips scrollable with icons
CI / skip-ci-check (pull_request) Successful in 30s
CI / secret-scan (pull_request) Successful in 30s
Chip row was MATCH_PARENT so Share/Vikunja clipped with no scroll.
Add icon+label chips, real horizontal scroll, peek nudge, taller sheet.
2026-08-05 14:30:04 -04:00
ilia 2825a9b46e Merge pull request 'Fix 1.16.4: lighter full-screen draw scrim' (#6) from fix/1.16.4-light-scrim into main
CI / skip-ci-check (push) Successful in 30s
CI / secret-scan (push) Successful in 29s
2026-08-05 13:16:54 -05:00
ilia 4c668ab105 Lighten draw scrim and cover the full screen
CI / skip-ci-check (pull_request) Successful in 33s
CI / secret-scan (pull_request) Successful in 36s
Draw mode was inset under status/nav (bright bands) and too dark to read.
2026-08-05 14:14:47 -04:00
ilia 9dfe0af6e1 Merge pull request 'Fix 1.16.3: tight circle selection' (#5) from fix/1.16.3-tight-select into main
CI / skip-ci-check (push) Successful in 30s
CI / secret-scan (push) Successful in 29s
v1.16.3-tight-select
2026-08-05 13:06:40 -05:00
ilia 6738f14469 Fix tight-circle selection stealing neighboring text
CI / skip-ci-check (pull_request) Successful in 30s
CI / secret-scan (pull_request) Successful in 29s
Prefer a11y nodes centered in the circle, skip OCR merge when a11y is
already useful, and smoke-test the How to circle heading case.
2026-08-05 14:06:56 -04:00
ilia 10317c9ae9 Merge pull request 'Ship Circle 1.16.2' (#4) from release/1.16.2-circle into main
CI / skip-ci-check (push) Successful in 34s
CI / secret-scan (push) Successful in 29s
2026-08-05 11:31:28 -05:00
ilia 511d1ae329 Update release checklist after emulator smoke
CI / skip-ci-check (pull_request) Successful in 47s
CI / secret-scan (pull_request) Successful in 31s
Mark on-device smoke done and prefer launchd emulator on macOS.
v1.16.2-circle
2026-08-05 12:29:01 -04:00
ilia cbed90db21 Ship Circle 1.16.2: overlay assist, brand, and smoke tooling
VIP loop (circle → extract → Translate/Copy/Explain/Share/Vikunja),
lasso branding, ship docs, unit tests, and make smoke / launchd emu helpers.
2026-08-05 12:26:51 -04:00
ilia 80870d6adb Merge pull request 'Add MIT LICENSE' (#3) from chore/add-license into main
CI / skip-ci-check (push) Successful in 18s
CI / secret-scan (push) Successful in 17s
2026-07-26 15:32:37 -05:00
ilia a7fb6ffb42 Add MIT LICENSE
CI / skip-ci-check (pull_request) Successful in 18s
CI / secret-scan (pull_request) Successful in 17s
2026-07-26 15:30:19 -05:00
ilia b5b84efc2b ci: add local pre-commit gitleaks hook
CI / skip-ci-check (push) Successful in 11s
CI / secret-scan (push) Successful in 9s
2026-07-13 14:44:18 -05:00
ilia 4360938271 Merge pull request 'Add homelab Gitea Actions CI (generic)' (#1) from ci/bootstrap-gitea-actions-baseline into main
CI / skip-ci-check (push) Successful in 11s
CI / secret-scan (push) Successful in 9s
2026-05-29 20:38:52 -05:00
ilia 934a657e47 ci: refresh workflow (re-run pipelines)
CI / skip-ci-check (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 8s
2026-05-29 20:30:04 -05:00
ilia 7c18e32355 ci: refresh workflow (re-run pipelines)
CI / skip-ci-check (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 8s
2026-05-29 20:27:41 -05:00
ilia 2fc82e02ec ci: sync workflow template
CI / skip-ci-check (pull_request) Successful in 11s
CI / secret-scan (pull_request) Successful in 9s
2026-05-29 20:25:23 -05:00
ilia 3d94bf5742 ci: refresh workflow (re-run pipelines)
CI / skip-ci-check (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 10s
2026-05-29 20:20:00 -05:00
ilia 4b727a2593 ci: sync workflow template (node container + host fixes)
CI / skip-ci-check (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 9s
2026-05-29 20:14:20 -05:00
ilia 26c96e3977 ci: add homelab Gitea Actions workflow (ci-baseline.yml)
CI / skip-ci-check (pull_request) Failing after 7s
CI / secret-scan (pull_request) Has been skipped
2026-05-29 16:19:46 -05:00
ilia 1d0c1cfb8a Enhance Makefile, README, and setup script for improved development workflow
- Updated Makefile to include new setup commands for Android SDK and emulator management.
- Revised README.md to reflect changes in setup instructions and command usage.
- Introduced setup.sh script for one-time environment setup, including SDK installation and configuration.
- Modified CrklAccessibilityService to implement a floating action button instead of a full-screen overlay.
- Enhanced OverlayView to support toggling between button and overlay modes for gesture capture.
- Adjusted accessibility service configuration to disable touch exploration mode for better user experience.
2025-10-21 12:55:39 -04:00
ilia c351858749 Update project configuration files and enhance documentation
- Updated `.gitignore` and `.cursorignore` to exclude additional build artifacts and temporary files.
- Enhanced `.cursorrules` with comprehensive AI guidelines and best practices.
- Improved `.notes/directory_structure.md` to reflect the current project structure and module organization.
- Updated `ARCHITECTURE.md` to include new insights on the system's modular design and privacy-first approach.
- Refined `README.md` for clarity on project setup and usage instructions.
- Added new entries in `.notes/meeting_notes.md` to document recent progress and decisions.
- Ensured all changes align with the project's privacy and security standards.
2025-10-18 14:32:33 -04:00