index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
LatinKeyboardView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename LatinKeyboardView to MainKeyboardView
Tadashi G. Takaoka
2012-07-23
1
-1036
/
+0
*
ResearchLog splash screen
Kurt Partridge
2012-07-22
1
-0
/
+11
*
ResearchLog refactor
Kurt Partridge
2012-07-20
1
-1
/
+1
*
Add gesture input enable settings
Tadashi G. Takaoka
2012-07-20
1
-5
/
+2
*
Add gesture trail feedback.
Tom Ouyang
2012-07-20
1
-5
/
+7
*
Make ALPHA_OPAQUE public
Ken Wakasa
2012-07-20
1
-1
/
+0
*
Gesture input should be turned off depending on the configuration
Tadashi G. Takaoka
2012-07-19
1
-2
/
+6
*
Merge "Remove unnecessary variables"
Tadashi G. Takaoka
2012-06-26
1
-6
/
+2
|
\
|
*
Remove unnecessary variables
Tadashi G. Takaoka
2012-06-26
1
-6
/
+2
*
|
Pass MotionEvent to PointerTracker
Tadashi G. Takaoka
2012-06-26
1
-1
/
+4
|
/
*
Update current key reference in PointerTracker when keyboard is changed
Tadashi G. Takaoka
2012-06-26
1
-6
/
+13
*
Refresh Accessibility key mapping when KeyboardView changes Keyboards.
alanv
2012-06-05
1
-0
/
+4
*
Restrict phantom sudden move event hack to specific device
Tadashi G. Takaoka
2012-05-30
1
-2
/
+4
*
Get rid of heavy IPC call from key drawing code
Tadashi G. Takaoka
2012-05-24
1
-10
/
+6
*
Revert "Make KeyDrawParams and KeyPreviewDrawParams to top level class"
Tadashi Takaoka
2012-05-18
1
-1
/
+0
*
Make KeyDrawParams and KeyPreviewDrawParams to top level class
Tadashi G. Takaoka
2012-05-18
1
-0
/
+1
*
Set divider icon's alpha value on the fly
Tadashi G. Takaoka
2012-05-16
1
-1
/
+2
*
Implement "lift-to-type" interaction. Fix event text.
alanv
2012-05-10
1
-1
/
+1
*
Fix calculation of more keys keyboard position based on key preview
Tadashi G. Takaoka
2012-05-09
1
-6
/
+14
*
Enable long-press spacebar on 7 inch tablet
Tadashi G. Takaoka
2012-05-08
1
-30
/
+22
*
Fix potential "divided by zero" exception
Tadashi G. Takaoka
2012-04-26
1
-44
/
+35
*
Fix "no language" subtype name (DO NOT MERGE)
Tadashi G. Takaoka
2012-04-26
1
-3
/
+48
*
researchLogger detail on IME sessions
Kurt Partridge
2012-04-19
1
-0
/
+3
*
Cleanup InputMethodManagerCompatWrapper
Tadashi G. Takaoka
2012-04-18
1
-4
/
+5
*
Remove useless key event handling methods
Tadashi G. Takaoka
2012-04-18
1
-4
/
+0
*
Utilize InputMethodSubtype and additional subtype
Tadashi G. Takaoka
2012-04-13
1
-10
/
+8
*
Polish fade-in/out animations for the gray-out-while-typing keys
Tadashi G. Takaoka
2012-04-12
1
-8
/
+8
*
Don't cancel key typing timer when new keyboard is set
Tadashi G. Takaoka
2012-04-12
1
-6
/
+1
*
Introduce KeyboardCodesSet.java and remove keycodes.xml
Tadashi G. Takaoka
2012-04-10
1
-2
/
+1
*
add more data collection points to ResearchLogger (attempt #2)
Kurt Partridge
2012-04-09
1
-18
/
+7
*
Revert "add more data collection points to ResearchLogger"
Kurt Partridge
2012-04-06
1
-7
/
+18
*
add more data collection points to ResearchLogger
Kurt Partridge
2012-04-06
1
-18
/
+7
*
Use "No language (QWERTY)" for language agnostic QWERTY keyboard name
Tadashi G. Takaoka
2012-04-04
1
-4
/
+4
*
Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils
Tadashi G. Takaoka
2012-04-03
1
-4
/
+2
*
Remove the "deprecated" classes
Ken Wakasa
2012-03-30
1
-7
/
+0
*
Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for Research...
Ken Wakasa
2012-03-27
1
-15
/
+20
*
move usability log code to new class (ResearchLogger) and clean api
Kurt Partridge
2012-03-24
1
-8
/
+55
*
Merge "Use ObjectAnimator"
Tadashi G. Takaoka
2012-03-22
1
-63
/
+50
|
\
|
*
Use ObjectAnimator
Tadashi G. Takaoka
2012-03-22
1
-63
/
+50
*
|
log through group level abstractions
Kurt Partridge
2012-03-22
1
-35
/
+10
*
|
Add additional structure to output logs to group entries by optional fields.
Kurt Partridge
2012-03-21
1
-4
/
+6
|
/
*
Cleanup proximity related code
satok
2012-03-19
1
-1
/
+0
*
Don't reset animation alpha value when keyboard is set
Tadashi G. Takaoka
2012-03-16
1
-47
/
+25
*
Disabled key should respond if it is in the altCodeWhileTyping state
Tadashi G. Takaoka
2012-03-14
1
-1
/
+1
*
Gray out "alt-code-while-typing" key icon while typing
Tadashi G. Takaoka
2012-03-14
1
-13
/
+99
*
Use XML animator definition
Tadashi G. Takaoka
2012-03-14
1
-29
/
+38
*
Use integer alpha value instead of factor for animation
Tadashi G. Takaoka
2012-03-13
1
-21
/
+17
*
Move language on spacebar parameters to LatinKeyboardView attributes
Tadashi G. Takaoka
2012-03-13
1
-23
/
+24
*
Use Animator to draw language name on spacebar
Tadashi G. Takaoka
2012-03-13
1
-2
/
+41
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-5
/
+8
[next]