index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
internal
/
GesturePreviewTrail.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename GesturePreviewTrail.java -> GestureTrail.java
Ken Wakasa
2013-05-13
1
-298
/
+0
*
Tweak gesture debug
Satoshi Kataoka
2013-05-09
1
-3
/
+3
*
Don't resize debug array if production
Satoshi Kataoka
2013-05-09
1
-1
/
+3
*
Add debug facilities for gesture
Satoshi Kataoka
2013-05-09
1
-1
/
+22
*
Fix bug to update last interpolated index of GestureStroke
Tadashi G. Takaoka
2013-04-17
1
-5
/
+5
*
Add shadow to gesture preview trail
Tadashi G. Takaoka
2013-04-16
1
-4
/
+23
*
Protect simultaneously modifying gesture preview data
Tadashi G. Takaoka
2013-04-10
1
-1
/
+15
*
Interpolate gesture preview trails
Tadashi G. Takaoka
2013-04-01
1
-0
/
+16
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-7
/
+9
*
Move gesture related XML attribute to MainKeyboardView
Tadashi G. Takaoka
2013-01-21
1
-19
/
+18
*
Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)
Tadashi G. Takaoka
2013-01-21
1
-0
/
+8
*
Correct GesturePreviewTrail.getWidth() implementation
Tadashi G. Takaoka
2013-01-18
1
-3
/
+1
*
Fix bounding rectangle of gesture preview trail
Tadashi G. Takaoka
2013-01-16
1
-13
/
+9
*
Fix too thick gesture trail width
Ken Wakasa
2013-01-10
1
-1
/
+2
*
Fix gesture trail width calculation
Tadashi G. Takaoka
2012-12-27
1
-9
/
+27
*
Fix off by one bug in gesture trail drawing
Tadashi G. Takaoka
2012-12-05
1
-1
/
+1
*
Make RoundedLine member variables as method parameters (Step 5)
Tadashi G. Takaoka
2012-11-29
1
-14
/
+13
*
Make RoundedLine as top level class (Step 4)
Tadashi G. Takaoka
2012-11-29
1
-88
/
+0
*
Consolidate point calculating and path creating methods into one (Step 3)
Tadashi G. Takaoka
2012-11-29
1
-23
/
+20
*
Make rounde line algorithm as instance method (Step 2)
Tadashi G. Takaoka
2012-11-29
1
-42
/
+41
*
Consolidate data and algorithm of calculating rounded line (Step 1)
Tadashi G. Takaoka
2012-11-29
1
-60
/
+60
*
Use Path to draw gesture preview trail
Tadashi G. Takaoka
2012-09-19
1
-16
/
+119
*
Use offscreen bitmap buffer to draw gesture preview trail
Tadashi G. Takaoka
2012-09-12
1
-10
/
+15
*
Fix bimanual gesture preview trail
Tadashi G. Takaoka
2012-09-07
1
-21
/
+19
*
Revise gesture preview trail design
Tadashi G. Takaoka
2012-09-06
1
-17
/
+42
*
Optimize gesture preview trail drawing a bit
Tadashi G. Takaoka
2012-08-27
1
-10
/
+15
*
Fix the bug that the first gesture preview trail isn't drawn
Tadashi G. Takaoka
2012-08-24
1
-1
/
+1
*
Add multiple gesture preview trails animation
Tadashi G. Takaoka
2012-08-24
1
-0
/
+161