| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPE in AppearanceSettingsFragment•••Bug: 18147440
Change-Id: I7a7a47b3484e54146d34d11b5bd9c1305421d829
|  Tadashi G. Takaoka | 2014-10-28 | 1 | -6/+3 |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common
package as much as we can.
Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
|  Ken Wakasa | 2014-10-23 | 1 | -1/+1 |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -15/+31 |
* | Move sync policy related code out of account settings•••Bug: 17981687
Bug: 17464069
Change-Id: I0ae3400564fd346cc84af74dfef65f01cc1ce6a8
|  Sandeep Siddhartha | 2014-10-14 | 1 | -70/+0 |
* | Cleanup LoginAccountUtils•••Bug: 17464068
Change-Id: Icf994a7582491afebc5db522c127a30d079ce05c
|  Sandeep Siddhartha | 2014-10-13 | 1 | -5/+8 |
* | Set up a sync preference and policy for syncing [2]•••- Adds a preference for enabling sync, which controls the sync behavior
- Make the ProductionFlags depend on appropriate flags to guarantee that
we don't mess things when flipping some flags
- Preferences now control the "syncable" property of the provider
thereby controlling the policy and when this entry shows up in
system settings.
Bug: 17464069
Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
|  Sandeep Siddhartha | 2014-10-10 | 1 | -0/+67 |
* | Add account listing and preference integration for current account•••Bug: 17464068
Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67
|  Sandeep Siddhartha | 2014-09-18 | 1 | -0/+132 |
* | Fix a bug where the top prediction would disappear.•••This is because prediction can't be easily distinguished in
style. This fixes the bug by simulating the right members,
but some refactoring should be done to remove useless
booleans.
Bug: 17271923
Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
|  Jean Chalard | 2014-08-26 | 1 | -1/+1 |
* | Fix punctuation test for tablet•••It seems that some test devices are tablet and some are phone. The
unit test should aware of which device the test is running.
Change-Id: I8651a540993de29aa1cd9f40919dffe7a8df9512
|  Tadashi G. Takaoka | 2014-02-21 | 1 | -13/+65 |
* | Fix SpacingAndPunctuationsTests due to I2219224840•••Bug: 12640318
Change-Id: If0b0696b937c580d69cb909ddaf414d01ea2c01b
|  Tadashi G. Takaoka | 2014-02-14 | 1 | -12/+28 |
* | Add PunctuationSuggestions class•••This change must be checked in together with I366c477516.
Bug: 12640318
Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
|  Tadashi G. Takaoka | 2014-02-14 | 1 | -16/+24 |
* | Add SpacingAndPunctuationsTests•••Change-Id: I78d488ad84a11af809ee1f8d3d2fa01a89fbfa28
|  Tadashi G. Takaoka | 2014-01-20 | 1 | -0/+401 |