aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add a constructor for testing to non-main dictionaries."Keisuke Kuroyanagi2013-12-124-1/+46
|\
| * Add a constructor for testing to non-main dictionaries.Keisuke Kuroyanagi2013-12-124-1/+46
| | | | | | | | | | | | | | | | The new constructor is used for creating dictionary instance that uses a given file. Bug: 11956652 Change-Id: Ifbf420a1a768eb95a5c3a58eeb1be5936b306d35
* | Merge "Separate form factor dependent config resources"Tadashi G. Takaoka2013-12-1210-104/+165
|\ \
| * | Separate form factor dependent config resourcesTadashi G. Takaoka2013-12-1210-104/+165
| | | | | | | | | | | | Change-Id: I668b55a51414a3e69d4e2197d7ffeecbd4f18819
* | | Merge "Add waitAllTasksForTests for testing."Keisuke Kuroyanagi2013-12-121-7/+14
|\ \ \ | | |/ | |/|
| * | Add waitAllTasksForTests for testing.Keisuke Kuroyanagi2013-12-121-7/+14
| | | | | | | | | | | | | | | Bug: 10667710 Change-Id: I7a189e32286a6005393fbde8da736541ca9226a8
* | | Remove flags from Java side.Jean Chalard2013-12-1214-267/+70
|/ / | | | | | | | | | | | | | | | | | | | | | | This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: I55a11ba61d3589c1584a3fa6c941374b349b7b5c
* | Quit passing header file path to native.Keisuke Kuroyanagi2013-12-123-42/+15
| | | | | | | | | | Bug: 12089197 Change-Id: Ia898f8d2836c0c131a1834dc0a396d9121ecb972
* | Remove dependency from StringUtils to JsonJean Chalard2013-12-123-77/+106
|/ | | | Change-Id: I2a89497fb9ec12a37ba09f4598742e88f6700576
* Fix Filipino keyboardTadashi G. Takaoka2013-12-121-10/+2
| | | | | Bug: 12102802 Change-Id: Id55ba5ebd8ddaf83ed246315d81b25ad4c9b6294
* Merge "Create ver4 dictionary files with the dictionary name."Keisuke Kuroyanagi2013-12-116-107/+109
|\
| * Create ver4 dictionary files with the dictionary name.Keisuke Kuroyanagi2013-12-116-107/+109
| | | | | | | | | | | | Bug: 12025402 Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd
* | Merge "Ignore other finger while showing more keys keyboard"Tadashi G. Takaoka2013-12-112-3/+16
|\ \ | |/ |/|
| * Ignore other finger while showing more keys keyboardTadashi G. Takaoka2013-12-112-3/+16
| | | | | | | | | | Bug: 12088861 Change-Id: I784cb8fee247a7a4ea4af4c0569fed9334430e18
* | Merge "Don't start long press timer while other one is running"Tadashi G. Takaoka2013-12-113-31/+43
|\|
| * Don't start long press timer while other one is runningTadashi G. Takaoka2013-12-113-31/+43
| | | | | | | | | | | | Bug: 11908158 Bug: 12088861 Change-Id: I2537855f505884da9fe958d946c79840bd19dc5f
* | Merge "Read options from attributes"Jean Chalard2013-12-111-0/+0
|\ \
| * | Read options from attributesJean Chalard2013-12-111-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reads the German umlaut option from the key-attribute store, and removes all native references to the flag. This also completely removes the French ligatures option which has been unused for some time. Bug: 11281748 Change-Id: I407c02640ad0f2e01585db9087633c01507b5f3f
* | | Merge "Rename deprecated locale directories"Tadashi G. Takaoka2013-12-117-301/+31
|\ \ \
| * | | Rename deprecated locale directoriesKen Wakasa2013-12-117-301/+31
| | |/ | |/| | | | | | | | | | | | | | | | | | | cf. Ibe392f5f9dbc82c3cdff8e06b958bc3bcce3fa82 Also, cf. bug id 11340849 Change-Id: I43e84f8ca04eb1aa74037a705970a36434429a0f
* | | Rename PersonalizationPredictionDictionary.Keisuke Kuroyanagi2013-12-119-78/+69
| |/ |/| | | | | Change-Id: If7497310485a895dd22b8df29dc13508acaa0ab6
* | Merge "Fix typos."Jean Chalard2013-12-113-13/+13
|\ \
| * | Fix typos.Jean Chalard2013-12-113-13/+13
| | | | | | | | | | | | | | | | | | One of these cost me a day and a half searching for a bug :( Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e
* | | Merge "Revise settings icon to cog style"Tadashi G. Takaoka2013-12-114-0/+0
|\ \ \
| * | | Revise settings icon to cog styleTadashi G. Takaoka2013-12-114-0/+0
| | |/ | |/| | | | | | | | | | Bug: 12066907 Change-Id: Iaed4ab0b6bfe6bd0b3762bb0d30df0718f9fc269
* | | Merge "Split the header into a separate file."Jean Chalard2013-12-117-29/+57
|\ \ \ | | |/ | |/|
| * | Split the header into a separate file.Jean Chalard2013-12-117-29/+57
| |/ | | | | | | | | Bug: 11281748 Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f
* / Remove PersonalizationDictinoary.Keisuke Kuroyanagi2013-12-117-147/+4
|/ | | | | | | | | Now, PersonalizationPredictionDictionary can be used not only for prediction but also for suggestions. We should rename PersonalizationPredictionDictionary to PersonalizationDictionary. Change-Id: Ifcf4459072f3523e3f3dc783f12e15b89cdbb12d
* Uncapitalized words for personalization dictionary.Keisuke Kuroyanagi2013-12-101-2/+4
| | | | | Bug: 11736529 Change-Id: I62a7469afe03092ec992bfb190f717223a8c556f
* Remove obsolete warning messageTadashi G. Takaoka2013-12-071-6/+0
| | | | | | This is a follow up of I5655c5703b. Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e
* Add punctuations letters to period key on tabletTadashi G. Takaoka2013-12-064-428/+386
| | | | | Bug: 11918360 Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0
* Merge "Consolidate multiple locales' period key definition"Tadashi G. Takaoka2013-12-064-414/+362
|\
| * Consolidate multiple locales' period key definitionTadashi G. Takaoka2013-12-064-414/+362
| | | | | | | | | | Bug: 11918360 Change-Id: If59043709a433a57846de07e150bf9c14b614d52
* | Merge "[RF4] Actually remove ver4 dicts"Jean Chalard2013-12-063-13/+60
|\ \
| * | [RF4] Actually remove ver4 dictsJean Chalard2013-12-063-13/+60
| | | | | | | | | | | | | | | | | | | | | And fix a couple bugs. Bug: 11281748 Change-Id: If07953a4b1ff9eb1165af03fdb332d7e47cd8f32
* | | Merge "Add a jni method to fetch unigram information."Keisuke Kuroyanagi2013-12-062-0/+126
|\ \ \
| * | | Add a jni method to fetch unigram information.Keisuke Kuroyanagi2013-12-062-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 11956652 Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208
* | | | Return null if "!text/" reference is an empty textTadashi G. Takaoka2013-12-061-4/+7
| |/ / |/| | | | | | | | Change-Id: I01826f3e09527348fb4cba3302a9394ff34f424a
* | | [RF3] CleanupsJean Chalard2013-12-066-25/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the version number a single number on native and java side. Also, remove the hasValidContents method. It's useless since the native code already checks this when creating the dictionary (I wish I had known that when I added it). Bug: 11281748 Change-Id: I572d37429972b2f280e4bdb748b709e5d0d7737e
* | | Merge "[RF2] Some refactoring and some cleanup"Jean Chalard2013-12-065-36/+28
|\ \ \ | |_|/ |/| |
| * | [RF2] Some refactoring and some cleanupJean Chalard2013-12-065-36/+28
| | | | | | | | | | | | | | | Bug: 11281748 Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8
* | | Fix background of ".com" key on tablet symbolsTadashi G. Takaoka2013-12-064-7/+7
| | | | | | | | | | | | | | | Bug: 12023755 Change-Id: I9eb8c1e5c637ddc6f0f36b783fcb289b5865ac22
* | | Fix puctuations more keys on Spanish/PhoneTadashi G. Takaoka2013-12-051-1/+1
| | | | | | | | | | | | | | | Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140
* | | Cleanup exclamation and questuion keysTadashi G. Takaoka2013-12-058-24/+21
| | | | | | | | | | | | | | | Bug: 11918360 Change-Id: I00731a273beea6dbc300dc215996dcadd97f17e2
* | | Cleanup comma key of Arabic/FarsiTadashi G. Takaoka2013-12-052-142/+105
| | | | | | | | | | | | | | | Bug: 11918360 Change-Id: I4ab373d8fc012fd77a388a067d7f5d99d8247299
* | | Merge "Separate symbols comma-period from main keyboard ones"Tadashi G. Takaoka2013-12-054-89/+34
|\ \ \
| * | | Separate symbols comma-period from main keyboard onesTadashi G. Takaoka2013-12-054-89/+34
| | |/ | |/| | | | | | | | | | Bug: 11918360 Change-Id: Ia96230d1eb692bbc61842f1cd12ba980d5487017
* / | Remove puctuationKeyStyle key style definitionTadashi G. Takaoka2013-12-053-36/+62
|/ / | | | | | | | | | | | | This change also separates period key definition from row_qwerty4. Bug: 11918360 Change-Id: I7156be7098987f8447698a57af84e2ea3fc595f6
* | Merge "Fix size of AOSP launcher icon"Tadashi G. Takaoka2013-12-054-0/+0
|\ \ | |/ |/|
| * Fix size of AOSP launcher iconTadashi G. Takaoka2013-12-054-0/+0
| | | | | | | | | | Bug: 11975011 Change-Id: I5463d4a9f386ca053a81883c2e0b3f999e4bdbb2