summaryrefslogtreecommitdiff
path: root/platform/android/example/.gitignore
diff options
context:
space:
mode:
authorfredrossperry <fredrossperry@gmail.com>2016-06-23 13:32:36 -0700
committerfredrossperry <fredrossperry@gmail.com>2016-07-06 11:14:49 -0700
commit01d5f0bc4185c001179ca6fd36530516acc16eeb (patch)
tree53622c9ef5aea76a6e781fb18380138d9f70d9bb /platform/android/example/.gitignore
parentcb894e713b2f60fef0a7e83ccb3a3d29589193bc (diff)
downloadmupdf-01d5f0bc4185c001179ca6fd36530516acc16eeb.tar.xz
Android example: modify to use new JNI, N-up page display
- uses AndroidDrawDevice for rendering - very simple sample app - mupdf-specific functionality in a module called "mupdf" - N-up page display - page rendering in a background task Signed-off-by: fredrossperry <fredrossperry@gmail.com>
Diffstat (limited to 'platform/android/example/.gitignore')
-rw-r--r--platform/android/example/.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/example/.gitignore b/platform/android/example/.gitignore
new file mode 100644
index 00000000..c474948d
--- /dev/null
+++ b/platform/android/example/.gitignore
@@ -0,0 +1,10 @@
+*.iml
+.gradle
+/local.properties
+/.idea/*
+.DS_Store
+/build
+/captures
+/gradle
+/gradlew
+/gradlew.bat