* new, simpler (and hopefully, more efficient) dictionary loader * no more dict.properties * dictionaries are now validated during the build process * TraditionalT9Settings code cleanup and code style improvements * removed English, French, Italian, Russian repeating words * removed invalid and repeating German words
36 lines
No EOL
380 B
Text
36 lines
No EOL
380 B
Text
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle/build files
|
|
.gradle/
|
|
build/
|
|
release/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
#Other
|
|
t9build.properties
|
|
*.keystore
|
|
|
|
# IDE project files
|
|
*.iws
|
|
*.iml
|
|
.idea/
|
|
proguard/
|
|
*.sublime-project
|
|
*.sublime-workspace |