2013-11-02 00:16:14 +00:00
|
|
|
Categories:Office
|
2012-08-31 13:10:56 +00:00
|
|
|
License:GPLv3
|
2014-01-31 01:41:47 +00:00
|
|
|
Web Site:https://code.google.com/p/android-quill
|
|
|
|
Source Code:https://code.google.com/p/android-quill/source
|
|
|
|
Issue Tracker:https://code.google.com/p/android-quill/issues
|
2012-08-31 13:10:56 +00:00
|
|
|
|
2013-06-15 10:13:09 +00:00
|
|
|
Auto Name:Quill
|
2013-04-09 21:38:55 +00:00
|
|
|
Summary:Pen note-taking
|
2012-08-31 13:10:56 +00:00
|
|
|
Description:
|
2012-10-31 21:11:42 +00:00
|
|
|
* Active pen (digitizer) support on ThinkPad Tablet, HTC Jetstream, and HTC Flyer, Galaxy Note.
|
|
|
|
* Very fast response to pen strokes.
|
|
|
|
* "Fountain pen" mode supports pen pressure data, more pressure = thicker line (requires active pen).
|
|
|
|
* Pinch-to-zoom; Double-finger tap to zoom.
|
|
|
|
* Two-finger move gesture.
|
|
|
|
* Pen strokes are vector art, zoom does not pixelate your writing.
|
|
|
|
* "Pen only" mode (optional) disables touch input while writing.
|
|
|
|
* Android 3.x hardware accelerated graphics.
|
|
|
|
* PDF export (save to SD card, Evernote, Share).
|
|
|
|
* PNG (raster image) export.
|
|
|
|
* Can backup/restore your data.
|
|
|
|
* Ruled/Quad background paper
|
|
|
|
* Tagging for pages so you can group them together.
|
|
|
|
* Switch between multiple notebooks.
|
|
|
|
* Undo/redo.
|
2012-09-18 12:53:54 +00:00
|
|
|
|
2013-04-09 21:38:55 +00:00
|
|
|
The n-trig active pen has been tested on the ThinkPad Tablet, HTC Jetstream, and the HTC Flyer (Honeycomb).
|
|
|
|
The Samsung S-pen has been tested on the Galaxy Note (ICS). The basic functionality should work on any
|
|
|
|
Android tablet, but distinguishing pen from finger data and pressure sensitivity might not work on others.
|
2013-11-18 15:11:51 +00:00
|
|
|
You can contact upstream with your results if you try it on another tablet. See
|
2014-01-31 01:41:47 +00:00
|
|
|
the [https://code.google.com/p/android-quill/wiki/SupportedDevices wiki] for more details.
|
2012-08-31 13:10:56 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:hg
|
2014-01-20 10:34:11 +00:00
|
|
|
Repo:https://code.google.com/p/android-quill
|
2012-08-31 13:10:56 +00:00
|
|
|
|
|
|
|
# Doesn't build - *.cpp files missing
|
2014-02-10 09:51:50 +00:00
|
|
|
#Build Version:8.4,21,4277f3a7b7fb,buildjni=yes
|
2012-08-31 13:10:56 +00:00
|
|
|
# Doesn't build - *.cpp files missing
|
2014-02-10 09:51:50 +00:00
|
|
|
#Build Version:8.5,22,bb9446b920e2,buildjni=yes
|
2012-09-18 12:53:54 +00:00
|
|
|
#Doesn't build with android-11
|
|
|
|
Build Version:10.2,36,c5c7af7f5f43,buildjni=yes,target=android-15,\
|
|
|
|
srclibs=Color-Picker@5d697049fb;File-Picker@496178901f2b,\
|
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$Color-Picker$$@' project.properties && \
|
2013-04-09 21:38:55 +00:00
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$File-Picker$$@' project.properties
|
2012-10-31 21:11:42 +00:00
|
|
|
Build Version:10.3,37,b70f53dfdd78,buildjni=yes,target=android-15,\
|
|
|
|
srclibs=Color-Picker@5d697049fb;File-Picker@496178901f2b,prebuild=\
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$Color-Picker$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$File-Picker$$@' project.properties && rm -rf libs/*
|
2013-07-02 12:27:41 +00:00
|
|
|
Build Version:10.6,40,257,\
|
|
|
|
srclibs=Color-Picker-2@45ee6554a;File-Picker@7,prebuild=\
|
|
|
|
sed -i 's@\(reference.1=\).*@\1$$Color-Picker-2$$@' project.properties && \
|
|
|
|
sed -i 's@\(reference.2=\).*@\1$$File-Picker$$@' project.properties && \
|
|
|
|
rm -rf libs/*,buildjni=yes
|
2013-09-13 21:23:44 +00:00
|
|
|
Build Version:10.7,41,0ce7700839fe,\
|
|
|
|
srclibs=Color-Picker-2@45ee6554a;File-Picker@7,prebuild=\
|
|
|
|
sed -i 's@\(reference.1=\).*@\1$$Color-Picker-2$$@' project.properties && \
|
|
|
|
sed -i 's@\(reference.2=\).*@\1$$File-Picker$$@' project.properties && \
|
|
|
|
rm -rf libs/*,buildjni=yes
|
2012-09-18 12:53:54 +00:00
|
|
|
|
2012-10-31 16:48:59 +00:00
|
|
|
Auto Update Mode:None
|
2013-07-02 12:27:41 +00:00
|
|
|
Update Check Mode:RepoManifest
|
2013-09-03 12:41:27 +00:00
|
|
|
Current Version:10.7
|
|
|
|
Current Version Code:41
|
2012-09-18 12:53:54 +00:00
|
|
|
|