diff options
| author | Claude <noreply@anthropic.com> | 2026-04-10 22:47:27 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-04-10 22:47:27 +0000 |
| commit | fc7192288109fc3542670cbeeaebe0de2a75eb74 (patch) | |
| tree | d78d33ad92fb32e6a57ea3df0ebf327540597d0e /android-app/.gitignore | |
| parent | b01a638674a313355664cc387e7da0d77a9c32d0 (diff) | |
Add Learn tab; move quit to Safety; remove persistent MOB FAB
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
Diffstat (limited to 'android-app/.gitignore')
| -rw-r--r-- | android-app/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android-app/.gitignore b/android-app/.gitignore index 7db1cd2..acd3de6 100644 --- a/android-app/.gitignore +++ b/android-app/.gitignore @@ -11,8 +11,8 @@ build/ *.iws local.properties -# Generated files -app/src/main/assets/ +# Generated assets (add specific patterns here if needed) +# app/src/main/assets/ — removed blanket ignore; docs are tracked # Keystore *.jks |
