Skip to content

feat: mobile polish — identifier, emulator, context menu fixes#209

Merged
careck merged 3 commits into
developmentfrom
feat/mobile-move-notes
Jun 2, 2026
Merged

feat: mobile polish — identifier, emulator, context menu fixes#209
careck merged 3 commits into
developmentfrom
feat/mobile-move-notes

Conversation

@careck

@careck careck commented Jun 2, 2026

Copy link
Copy Markdown
Member

Summary

Follow-up to #208 (merged early). Includes commits that landed after the merge:

  • App identifier changed to io.opswarm.krillnotes (we don't own twopisoftware.com)
  • Initial window height bumped to 700px so launch screen Settings button isn't cut off
  • Context menu styling — fix 4 buttons using regular quotes instead of template literals (inconsistent padding/font)
  • Tree focus ring removed — the container outline was visually distracting on open and keyboard nav
  • android-dev.sh — auto-start emulator when --emulator is passed and none is running

Test plan

  • Desktop: launch screen fits without scrolling
  • Desktop: context menu items have consistent styling
  • Desktop: no black border on tree container
  • Android: ./android-dev.sh --emulator starts AVD automatically
  • Android: ./android-dev.sh --device targets physical device
  • Android: app installs with io.opswarm.krillnotes identifier

careck added 3 commits June 2, 2026 18:47
The previous com.twopisoftware.krillnotes identifier used a domain
we don't own. Switch to io.opswarm.krillnotes across Tauri config,
iOS project.yml, Android build.gradle.kts, and Rust fallback path.
Instead of failing when no emulator is running, pick the first
available AVD, launch it in the background, and wait for boot
to complete before starting the Tauri build.
@careck careck merged commit 093a959 into development Jun 2, 2026
2 checks passed
@careck careck deleted the feat/mobile-move-notes branch June 2, 2026 09:21
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.

1 participant