summaryrefslogtreecommitdiff
path: root/android-app/.gitignore
AgeCommit message (Collapse)Author
2026-04-10Add Learn tab; move quit to Safety; remove persistent MOB FABClaude
UI cleanup: - Remove always-visible MOB FAB — Safety screen button is sufficient - Remove floating quit button; move to bottom of Safety screen - fragment_container is now clickable/focusable, blocking map touch-through for all overlays (trip reports, log, safety) - Record Track FAB hidden while any overlay is shown, visible on map tab New Learn tab (5th nav item): - Migration guides for Navionics and Sea People (local markdown via DocFragment) - ASA Course Catalog, ASA Online Learning, ColRegs, Sailing Flashcards (open in browser) - Remove blanket assets/ .gitignore so markdown docs are tracked https://claude.ai/code/session_01HXPjBsogsJVRwCiekDGkJX
2026-03-14chore: add .gitignore and exclude gradle caches from trackingPeter Stone
Adds .gitignore to prevent .gradle/ and .gradle_home/ directories (which contain large compiler JARs) from being tracked in git. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>