mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
Currently, the app name briefly flickers when ConfirmDIalogFragment finishes. These changes make the flicker less noticeable: * Set the app name blank in the Manifest * Dismiss the dialog fragment and finish the activity Also updated ConfirmDialogFragment to have a flexible message body (second parameter) * And updated gitignore to ignore artifacts from Android Studio's "Layout Inspector" tool
34 lines
640 B
Text
34 lines
640 B
Text
# Covers JetBrains IDE: Android Studio
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
# Built application files
|
|
**/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
**/local.properties
|
|
|
|
# User-specific stuff:
|
|
**/.idea/libraries/
|
|
**/.idea/dictionaries
|
|
**/.idea/**/*.xml
|
|
**/*.iml
|
|
|
|
# Gradle generated files
|
|
**/.gradle/
|
|
build_file_checksums.ser
|
|
gradle_models.ser
|
|
|
|
# Layout Inspector files
|
|
**/captures/*.li
|
|
|
|
# OS-specific files
|
|
**/.DS_Store
|
|
|
|
# This is the file output from KMEA; it's part of our build process.
|
|
**/keyman-engine.aar
|
|
|
|
# keymanweb dependencies
|
|
KMEA/app/src/main/assets/
|
|
KMAPro/assets/keyman.js
|
|
|
|
|