Enable Quill (pending File-Picker srclib inclusion)
This commit is contained in:
parent
7318e2cf3d
commit
42099d85a1
|
@ -4,21 +4,46 @@ Web Site:http://code.google.com/p/android-quill/
|
|||
Source Code:http://code.google.com/p/android-quill/source/checkout
|
||||
Issue Tracker:http://code.google.com/p/android-quill/issues/list
|
||||
|
||||
Summary:Pen note-taking for Android tablets
|
||||
Summary:Pen note-taking
|
||||
Description:
|
||||
No description available
|
||||
*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.
|
||||
|
||||
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.
|
||||
Please let me know your results if you try it on another tablet. See
|
||||
the [http://code.google.com/p/android-quill/wiki/SupportedDevices for wiki] for more details.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
Repo:https://code.google.com/p/android-quill/
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:10.2
|
||||
Current Version Code:36
|
||||
|
||||
# Doesn't build - *.cpp files missing
|
||||
#Build Version:8.4,21,4277f3a7b7fb,buildjni=yes,prebuild=rm -rf bin/
|
||||
# Doesn't build - *.cpp files missing
|
||||
#Build Version:8.5,22,bb9446b920e2,buildjni=yes,prebuild=rm -rf bin/
|
||||
#needs ambilwarna
|
||||
#Build Version:10.0,34,7a6083,buildjni=yes,target=android-15
|
||||
#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 && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$File-Picker$$@' project.properties
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:10.2
|
||||
Current Version Code:36
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue