073346c157
Caveats: - The openpgp preference had to be removed because the open-intents developers are too lazy to update their libraries. Over the coming weeks I will be reimplementing a local solution for this instead. - The autofill dialog is broken but I since it is being worked on in #410 already I'm not going to bother fixing it.
40 lines
367 B
Text
40 lines
367 B
Text
#Android specific
|
|
bin
|
|
gen
|
|
obj
|
|
lint.xml
|
|
local.properties
|
|
release.properties
|
|
ant.properties
|
|
*.class
|
|
*.apk
|
|
!app-release.apk
|
|
!app-debug.apk
|
|
|
|
#Gradle
|
|
.gradle
|
|
build
|
|
.DS_Store
|
|
|
|
#Maven
|
|
target
|
|
pom.xml.*
|
|
|
|
#Eclipse
|
|
.project
|
|
.classpath
|
|
.settings
|
|
.metadata
|
|
|
|
#Eclipse/Gradle integration
|
|
libs
|
|
project.properties
|
|
|
|
#IntelliJ IDEA
|
|
.idea
|
|
*.iml
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
captures/
|