aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Initial implementation for dead keys (B3)"Jean Chalard2013-01-094-0/+105
|\ \ \ \ \
| * | | | | Initial implementation for dead keys (B3)Jean Chalard2013-01-104-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5037589 Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
* | | | | | Merge "Remove unused variables"Tadashi G. Takaoka2013-01-092-20/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unused variablesTadashi G. Takaoka2013-01-102-20/+10
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c
* | | | | Merge "Add a next Event (B2)"Jean Chalard2013-01-093-22/+24
|\ \ \ \ \
| * | | | | Add a next Event (B2)Jean Chalard2013-01-093-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If2fe6f0f4f88a6ae1f22664ded61cec6942c18b9
* | | | | | Merge "Add words to Portuguese"Jean Chalard2013-01-091-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add words to PortugueseJean Chalard2013-01-101-0/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >>> dictionaries/pt_BR_wordlist.combined.gz Header : date : 1355802839 <=> 1357790917 version : 29 <=> 30 Body : Added: à 30 Added: é 30 Added: ò 30 Added: ô 30 >>> dictionaries/pt_PT_wordlist.combined.gz Header : date : 1355802856 <=> 1357790930 version : 29 <=> 30 Body : Added: à 30 Added: é 30 Added: ò 30 Added: ô 30 >>> java/res/raw/main_pt_br.dict Header : date : 1355802839 <=> 1357790917 version : 29 <=> 30 Body : Added: à 30 Added: é 30 Added: ò 30 Added: ô 30 Bug: 7966948 Change-Id: I71c0986cf616d67926d0a6a0e53099b04b0427d5
* | | | | Merge "Cancel update batch input timer only when point is added"Tadashi G. Takaoka2013-01-092-8/+15
|\ \ \ \ \
| * | | | | Cancel update batch input timer only when point is addedTadashi G. Takaoka2013-01-102-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7972004 Change-Id: Ie5db5910efba851976da2284cafc69be2910d354
* | | | | | Merge "[Rlog52z] Cleanup and small bug fixes"Kurt Partridge2013-01-092-9/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | [Rlog52z] Cleanup and small bug fixesKurt Partridge2013-01-092-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia3fca4881370ffcdd5f2b14d2d1094c51f4330ae
* | | | | | Merge "[Rlog50] capture bigrams properly even with deletions"Kurt Partridge2013-01-097-62/+191
|\| | | | | | |_|/ / / |/| | | |
| * | | | [Rlog50] capture bigrams properly even with deletionsKurt Partridge2013-01-097-62/+191
| | |/ / | |/| | | | | | | | | | | | | | | | | | multi-project commit with Ia4ec213e8356897807cb6a278fccdbaa945732f0 Change-Id: Ib3fe886dc889954a31586ab81d00a21d8d55efd2
* | | | Merge "Rename variables related to key preview popup"Tadashi G. Takaoka2013-01-091-13/+12
|\ \ \ \
| * | | | Rename variables related to key preview popupTadashi G. Takaoka2013-01-101-13/+12
| | |/ / | |/| | | | | | | | | | Change-Id: I0161e5844dd325af9afba80ac54a569b16c80660
* | | | Merge "Remove unused variable"Tadashi G. Takaoka2013-01-091-3/+0
|\ \ \ \
| * | | | Remove unused variableTadashi G. Takaoka2013-01-101-3/+0
| |/ / / | | | | | | | | | | | | Change-Id: I7001d8b6200a5cefcf84630d663da8316422026f
* | | | Merge "Clean up public helper methods of SettingsValues"Tadashi G. Takaoka2013-01-099-211/+205
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-099-211/+205
| | |/ | |/| | | | | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* | | Import translations. DO NOT MERGEBaligh Uddin2013-01-095-7/+5
| |/ |/| | | | | | | Change-Id: I7513684783ad97339184b8db61ddd062cbd7a1c5 Auto-generated-cl: translation import
* | Merge "Abandon the idea of an Event pool and make Event immutable (B1)"Jean Chalard2013-01-093-26/+17
|\ \
| * | Abandon the idea of an Event pool and make Event immutable (B1)Jean Chalard2013-01-093-26/+17
| |/ | | | | | | Change-Id: I750a07c0c564a95ceac734afa873ca3da9626a7f
* | Merge "Fix a race condition with backspaces"Jean Chalard2013-01-091-0/+5
|\ \
| * | Fix a race condition with backspacesJean Chalard2013-01-091-0/+5
| |/ | | | | | | | | | | | | And add a test to make sure it stays not-broken. Bug: 7946604 Change-Id: I996da3d5507d591ec25a13fb57434f39843f1df5
* | Merge "Cancel update batch input timer whenever MotionEvent is received"Tadashi G. Takaoka2013-01-093-0/+24
|\ \
| * | Cancel update batch input timer whenever MotionEvent is receivedTadashi G. Takaoka2013-01-093-0/+24
| |/ | | | | | | | | Bug: 7911739 Change-Id: Id2cd98385371fd98435943ed66ec5381dfaa48e0
* / Don't cancel gesture typing while more keys keyboard is shownTadashi G. Takaoka2013-01-091-0/+5
|/ | | | | Bug: 7964225 Change-Id: I4c572527b6f399282bdd963e38c147c7e69815ac
* Merge "Clean up debug related preference keys"Tadashi G. Takaoka2013-01-082-10/+10
|\
| * Clean up debug related preference keysTadashi G. Takaoka2013-01-082-10/+10
| | | | | | | | Change-Id: Ib7129692c673b3bce253120ee709e0253aeafa52
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-01-0846-92/+46
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2013-01-0746-92/+46
| | | | | | | | | | | | | | | Change-Id: I8b9113b6328fa461d8184ff3d2bc03379d1c7e3a Auto-generated-cl: translation import
* | | [Rlog48] Better logging of MotionEventsKurt Partridge2013-01-083-6/+59
| | | | | | | | | | | | | | | | | | | | | - Now includes all historical data stored in a motionEvent - Simpler API, refactored to move extraction code to JsonUtils Change-Id: I52d9756ddbeaa14d1704787da59bf1aad18f0335
* | | Merge "[Rlog32] ResearchLogger segment motion data around gestures correctly"Kurt Partridge2013-01-083-19/+82
|\ \ \
| * | | [Rlog32] ResearchLogger segment motion data around gestures correctlyKurt Partridge2013-01-073-19/+82
| | | | | | | | | | | | | | | | | | | | | | | | multi-project commit with I684ba5fed8c653777942e6b0366113ca40dfa37c Change-Id: Id3804e6cfa97b4cdde212b8eebc413f76fa4772c
* | | | Merge "[Rlog27] Refactor LogBuffer"Kurt Partridge2013-01-085-86/+160
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Rlog27] Refactor LogBufferKurt Partridge2013-01-035-88/+162
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup and prepare for replaying Change-Id: Ie09e912c6e9c0d7375168c575ccf1cfd9375dd31
* | | | Make Settings class singleton to manage SettingsValuesTadashi G. Takaoka2013-01-083-97/+146
| | | | | | | | | | | | | | | | Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1
* | | | Merge "Rename Settings to SettingsFragment"Tadashi G. Takaoka2013-01-073-359/+378
|\ \ \ \
| * | | | Rename Settings to SettingsFragmentTadashi G. Takaoka2013-01-083-359/+378
| | | | | | | | | | | | | | | | | | | | Change-Id: If5bc53efc67be507663091de0f569f604c03e719
* | | | | Merge "Consolidate VibratorUtils with AudioAndHapticFeedbackManager"Tadashi G. Takaoka2013-01-076-83/+58
|\| | | |
| * | | | Consolidate VibratorUtils with AudioAndHapticFeedbackManagerTadashi G. Takaoka2013-01-086-83/+58
| | | | | | | | | | | | | | | | | | | | Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5
* | | | | Merge "Adjust the used frequency of the user dictionary words."Jean Chalard2013-01-071-5/+20
|\ \ \ \ \
| * | | | | Adjust the used frequency of the user dictionary words.Jean Chalard2013-01-081-5/+20
| |/ / / / | | | | | | | | | | | | | | | | | | | | Bug: 7656666 Change-Id: I4b271af636f6103cb5287336229581365841d778
* / / / / Update dictionariesJean Chalard2013-01-081-0/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >>> dictionaries/fr_wordlist.combined.gz Header : date : 1355802835 <=> 1357617878 Body : Deleted: jai 50 >>> dictionaries/pl_wordlist.combined.gz Header : date : 1355802847 <=> 1357618222 Body : Added: żebyście 69 Added: żebyśmy 69 >>> java/res/raw/main_fr.dict Header : date : 1355802835 <=> 1357617878 Body : Deleted: jai 50 Change-Id: I8651a4689bea06d5fe2caead471ef52969c77089
* | | | Merge "[mdfp] Refactoring Gesture Floating Preview Text Code"Xiaojun Bi2013-01-075-97/+248
|\ \ \ \ | |_|_|/ |/| | |
| * | | [mdfp] Refactoring Gesture Floating Preview Text CodeXiaojun Bi2013-01-075-97/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves gesture preview text code from PreviewPlacerView.java to separate classes. Change-Id: Id8d17eff38e714c3b06aafd0b24985a9bd2d2f52
* | | | Simplify singleton class initializationTadashi G. Takaoka2013-01-076-22/+29
| | | | | | | | | | | | | | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* | | | Small code cleanupsKen Wakasa2013-01-0725-239/+234
| | | | | | | | | | | | | | | | | | | | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* | | | Fix double input of chars typed on a h/w keyboardJean Chalard2013-01-071-1/+0
| | | | | | | | | | | | | | | | | | | | Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9