9304bf6171
* Fix #471: lift bottom action bars above system navigation bar Add navigationBarsPadding() to bottom bar Row/Column containers in BuildApkScreen (both idle and building states), FileManagerScreen selection action bar, and AppModifierScreen AppModifyBottomBar. Pattern matches CreateAppBottomBar which already applied the correct insets padding. This ensures AAB/Cancel/Build buttons, multi-select action buttons, and clone/shortcut action buttons are not overlapped by 3-button system navigation bar on devices that use it (gesture nav devices remain unaffected as navigationBarsPadding returns 0). Signed-off-by: shiaho <222622008+shiaho777@users.noreply.github.com> * chore(gitignore): ignore .workbuddy/ local workspace directory Add .workbuddy/ alongside the other IDE/agent tool directories (.vscode/, .claude/, .zcode/) so local tool scratch data never shows up as untracked files. Signed-off-by: shiaho <222622008+shiaho777@users.noreply.github.com> --------- Signed-off-by: shiaho <222622008+shiaho777@users.noreply.github.com> Co-authored-by: shiaho <222622008+shiaho777@users.noreply.github.com>
74 lines
956 B
Plaintext
74 lines
956 B
Plaintext
*.apk
|
|
*.aar
|
|
*.ap_
|
|
*.aab
|
|
*.dex
|
|
*.class
|
|
*.so
|
|
*.tar.gz
|
|
bin/
|
|
gen/
|
|
out/
|
|
release/
|
|
.gradle/
|
|
build/
|
|
.vscode/
|
|
.claude/
|
|
.zcode/
|
|
.workbuddy/
|
|
local.properties
|
|
gradle/config.properties
|
|
gradle/gradle-daemon-jvm.properties
|
|
rule.md
|
|
CLAUDE.md
|
|
*.iml
|
|
.idea/
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/gradle.xml
|
|
.idea/assetWizardSettings.xml
|
|
.idea/dictionaries
|
|
.idea/libraries
|
|
.idea/caches
|
|
.idea/modules.xml
|
|
.idea/misc.xml
|
|
.idea/vcs.xml
|
|
.navigation/
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.jks
|
|
*.keystore
|
|
*.log
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.kotlin_module
|
|
obj/
|
|
app/src/main/jniLibs/arm64-v8a/libphp.so
|
|
/out/
|
|
.idea/caches/
|
|
.idea/libraries/
|
|
.idea/shelf/
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/.name
|
|
.idea/compiler.xml
|
|
.idea/copyright/profiles_settings.xml
|
|
.idea/encodings.xml
|
|
.idea/scopes/scope_settings.xml
|
|
.idea/vcs.xml
|
|
tmp_apk_inspect/
|
|
bugreport-*.zip
|
|
test-haze.kt
|
|
restore
|
|
server/
|
|
admin/
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc.kotlin/
|