* moved the source languages out of assets/ into their own directory (#356) * split build.gradle into several smaller files * improved word frequency validation during build time * slightly optimized dictionary loading speed using pre-calculated file size * fixed a potential crash when loading invalid assets * fixed dictionary loading progress starting at 100% then jumping to 0% when manually loading two dictionaries one after another * documentation update
37 lines
No EOL
388 B
Text
37 lines
No EOL
388 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/
|
|
assets/
|
|
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 |