aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2013-01-095-7/+5
| | | | | Change-Id: I35be6cca9818f1ea08f3a23c76d19bfb945028b7 Auto-generated-cl: translation import
* am 125ad223: Merge "Abandon the idea of an Event pool and make Event ↵Jean Chalard2013-01-093-26/+17
|\ | | | | | | | | | | | | immutable (B1)" * commit '125ad2237072745e4800b7a3907d5507024f35e5': Abandon the idea of an Event pool and make Event immutable (B1)
| * 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
* | | am b112a135: Merge "Fix a race condition with backspaces"Jean Chalard2013-01-091-0/+5
|\| | | | | | | | | | | | | | * commit 'b112a13518fd7479da4113d8e4f4f327ad8b9bbb': Fix a race condition with backspaces
| * | 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
* | | am e56686f4: Merge "Cancel update batch input timer whenever MotionEvent is ↵Tadashi G. Takaoka2013-01-093-0/+24
|\| | | | | | | | | | | | | | | | | | | | received" * commit 'e56686f43af81db965941a393c5e0231c26ec77b': Cancel update batch input timer whenever MotionEvent is received
| * | 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
* | | am 28772899: Merge "Don\'t cancel gesture typing while more keys keyboard is ↵Tadashi G. Takaoka2013-01-091-0/+5
|\| | | | | | | | | | | | | | | | | | | | shown" * commit '28772899d2fd0f452d1beca79c03123eaee53c0f': Don't cancel gesture typing while more keys keyboard is shown
| * | Don't cancel gesture typing while more keys keyboard is shownTadashi G. Takaoka2013-01-091-0/+5
| |/ | | | | | | | | Bug: 7964225 Change-Id: I4c572527b6f399282bdd963e38c147c7e69815ac
* | am 8315e816: Merge "Clean up debug related preference keys"Tadashi G. Takaoka2013-01-082-10/+10
|\| | | | | | | | | * commit '8315e8168b135599237f5493f72e667f39503006': Clean up debug related preference keys
| * 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
* | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-01-0846-92/+46
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-01-0746-92/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I28702033361341341f341afdd6db881004234b20 Auto-generated-cl: translation import
* | | | | am e9c64558: [Rlog48] Better logging of MotionEventsKurt Partridge2013-01-083-6/+59
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit 'e9c6455881060c9f43a15a499582118b2ac2fa65': [Rlog48] Better logging of MotionEvents
| * | | | [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
* | | | | am 9bad176e: Merge "[Rlog32] ResearchLogger segment motion data around ↵Kurt Partridge2013-01-083-19/+82
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gestures correctly" * commit '9bad176ebe4f6520db188b5498efbbf7e5fc2c4f': [Rlog32] ResearchLogger segment motion data around gestures correctly
| * | | | 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
* | | | | | am b7fb16e8: Merge "[Rlog27] Refactor LogBuffer"Kurt Partridge2013-01-085-86/+160
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b7fb16e8ccbdd867221109e48a3a5b804f87b80d': [Rlog27] Refactor LogBuffer
| * | | | | 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
* | | | | | am 0015ce8f: Merge "Make Settings class singleton to manage SettingsValues"Tadashi G. Takaoka2013-01-083-97/+146
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0015ce8feafba31d441c49268f0d333604c0b945': Make Settings class singleton to manage SettingsValues
| * | | | | Make Settings class singleton to manage SettingsValuesTadashi G. Takaoka2013-01-083-97/+146
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1
* | | | | | am 8873b5ae: Merge "Rename Settings to SettingsFragment"Tadashi G. Takaoka2013-01-073-359/+378
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8873b5ae31a5541913af40af6862542055e39ef8': Rename Settings to SettingsFragment
| * | | | | 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
* | | | | | | am 4b852d60: Merge "Consolidate VibratorUtils with ↵Tadashi G. Takaoka2013-01-076-83/+58
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioAndHapticFeedbackManager" * commit '4b852d60447901ce2f6e9ffe03a35f44fbb96f44': Consolidate VibratorUtils with AudioAndHapticFeedbackManager
| * | | | | | 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
* | | | | | | am 26f2e453: Merge "Adjust the used frequency of the user dictionary words."Jean Chalard2013-01-071-5/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '26f2e453a7bbdb41943254f0149d5ea1078125c7': Adjust the used frequency of the user dictionary words.
| * | | | | | 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
* | | | | | | am 420528ed: Update dictionariesJean Chalard2013-01-071-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '420528ed973edf7b04e32164e7d2e43d8e6862e3': Update dictionaries
| * | | | | | 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
* | | | / / am 28de7223: Merge "[mdfp] Refactoring Gesture Floating Preview Text Code"Xiaojun Bi2013-01-075-97/+248
|\| | | | | | |_|_|/ / |/| | | | | | | | | | | | | | * commit '28de7223e62fd43d59cbf91fb2422c94e32e9ab0': [mdfp] Refactoring Gesture Floating Preview Text Code
| * | | | 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
* | | | | am f90fc105: Simplify singleton class initializationTadashi G. Takaoka2013-01-076-22/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'f90fc105ab1159f43f536bcacdd1224c2c05bacb': Simplify singleton class initialization
| * | | | Simplify singleton class initializationTadashi G. Takaoka2013-01-076-22/+29
| | | | | | | | | | | | | | | | | | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* | | | | am b6ca3544: Small code cleanupsKen Wakasa2013-01-0625-239/+234
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'b6ca354431367b625daf9fff5fbe4b1f5ef996ab': Small code cleanups
| * | | | Small code cleanupsKen Wakasa2013-01-0725-239/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* | | | | am f6776813: Fix double input of chars typed on a h/w keyboardJean Chalard2013-01-061-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'f677681330143e3e50871222d33ade594e6348ce': Fix double input of chars typed on a h/w keyboard
| * | | | Fix double input of chars typed on a h/w keyboardJean Chalard2013-01-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-01-0254-11/+112
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iadfb1d9dcb28cfd8f0d6d9891bbde89f8647fe48 Auto-generated-cl: translation import