OSDN Git Service

android-x86/packages-inputmethods-PinyinIME.git
14 years agoEnable the feature of switching the candidate pages donut-x86 android-x86-1.6
Kelly_Zhou [Fri, 30 Oct 2009 07:45:34 +0000 (15:45 +0800)]
Enable the feature of switching the candidate pages

14 years agomerge from open-source master
Jean-Baptiste Queru [Thu, 6 Aug 2009 15:10:06 +0000 (08:10 -0700)]
merge from open-source master

14 years agoMerge change 11019
Android Code Review [Wed, 5 Aug 2009 17:26:19 +0000 (10:26 -0700)]
Merge change 11019

* changes:
  Fix invalid free() of stack-allocated array.

14 years agoFix invalid free() of stack-allocated array.
Marco Nelissen [Mon, 13 Jul 2009 21:05:08 +0000 (14:05 -0700)]
Fix invalid free() of stack-allocated array.

14 years agoam a0d2c7ae: Fix invalid free() of stack-allocated array.
Marco Nelissen [Mon, 13 Jul 2009 21:10:21 +0000 (14:10 -0700)]
am a0d2c7ae: Fix invalid free() of stack-allocated array.

Merge commit 'a0d2c7ae43f6045de9753d14d0e2a76b6521fb5a'

* commit 'a0d2c7ae43f6045de9753d14d0e2a76b6521fb5a':
  Fix invalid free() of stack-allocated array.

14 years agoFix invalid free() of stack-allocated array.
Marco Nelissen [Mon, 13 Jul 2009 21:05:08 +0000 (14:05 -0700)]
Fix invalid free() of stack-allocated array.

15 years agoam 5e854b3: Merge change 781 into donut
Android (Google) Code Review [Tue, 5 May 2009 01:43:18 +0000 (18:43 -0700)]
am 5e854b3: Merge change 781 into donut

Merge commit '5e854b305e2e4dd1a4a1c48ecb2ea48bd1947410'

* commit '5e854b305e2e4dd1a4a1c48ecb2ea48bd1947410':
  PinyinIME - Fix a bug in score compensation.

15 years agoam c78dcde: Replace unnecessary realloc()
Xiaotao Duan [Tue, 5 May 2009 01:43:18 +0000 (18:43 -0700)]
am c78dcde: Replace unnecessary realloc()

Merge commit 'c78dcdec607b4f50738a5b84fa170403e23c75ad'

* commit 'c78dcdec607b4f50738a5b84fa170403e23c75ad':
  Replace unnecessary realloc()

15 years agoMerge change 781 into donut
Android (Google) Code Review [Tue, 5 May 2009 01:29:29 +0000 (18:29 -0700)]
Merge change 781 into donut

* changes:
  PinyinIME - Fix a bug in score compensation.

15 years agoReplace unnecessary realloc()
Xiaotao Duan [Mon, 4 May 2009 04:30:17 +0000 (12:30 +0800)]
Replace unnecessary realloc()

Maximum length for a lemma is predefined and small.
Runtime memory reallocation will lead to performance
penalty. Predefined memory in stack is used insteadly.

15 years agoPinyinIME - Fix a bug in score compensation.
Genqing Wu [Wed, 29 Apr 2009 06:41:43 +0000 (14:41 +0800)]
PinyinIME - Fix a bug in score compensation.

After user adds new words to user dictionary, the compensation score for system
dictionary was wrongly computed. The numerator should be kSysDictTotalFreq, not
total_freq_none_sys_. This commit fixes this bug.

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 01:33:19 +0000 (18:33 -0700)]
Merge donut into master

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:57:00 +0000 (17:57 -0700)]
merge cupcake into donut

15 years agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:12:40 +0000 (17:12 -0700)]
Merge donut into master

15 years agoreconcile w/p4
The Android Open Source Project [Mon, 30 Mar 2009 05:05:50 +0000 (22:05 -0700)]
reconcile w/p4

15 years agoreconciled
The Android Open Source Project [Mon, 30 Mar 2009 04:52:42 +0000 (21:52 -0700)]
reconciled

15 years agoreconcile pinyin project with p4 CL 143093 and new name
The Android Open Source Project [Mon, 30 Mar 2009 03:53:28 +0000 (20:53 -0700)]
reconcile pinyin project with p4 CL 143093 and new name

15 years agoimport from //branches/cupcake/...@142529
The Android Open Source Project [Thu, 26 Mar 2009 08:08:46 +0000 (01:08 -0700)]
import from //branches/cupcake/...@142529