| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate packages/inputmethods/LatinIME to androidx.test•••See go/jetpack-test-android-migration
Test: make checkbuild
Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
|  Brett Chabot | 2018-12-13 | 1 | -3/+4 |
* | Migrate to Android Testing Support Lib (part 7/N)•••InstrumentationTestCase and ActivityInstrumentationTestCase2 are
deprecated. This CL rewrites tests that rely on those deprecated
classes by using Android Testing Support Library.
Bug: 110805255
Test: verified as follows. No new test failures.
tapas adb LatinIME LatinIMETests arm64 userdebug && \
DISABLE_PROGUARD=true make -j LatinIME && \
adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \
atest LatinIMETests:com.android.inputmethod.keyboard.internal.MoreKeySpecStringReferenceTests LatinIMETests:com.android.inputmethod.latin.settings.AccountsSettingsFragmentTests
Change-Id: I4fefccaa0c480cfba7142ed36883da2f19b6a5f9
|  Yohei Yukawa | 2018-07-24 | 1 | -16/+32 |
* | Personal dictionary feeds a personal LM.•••Bug 20043003.
Change-Id: I5ccac344c089855474263d1cdc547da1e6779301
|  Dan Zivkovic | 2015-04-09 | 1 | -1/+0 |
* | Move ManagedProfileUtils to overridable•••Bug:19532354
Change-Id: I50b3ae11b6e58f07b482353b624b1a7a73eadc99
|  Jatin Matani | 2015-03-23 | 1 | -3/+3 |
* | Fix NPE in AccountSettingsFragment.•••Bug 19773815.
Change-Id: Ib5eb27cdf385c81d1a3822836f424fa29c0bbaa8
|  Dan Zivkovic | 2015-03-16 | 1 | -39/+62 |
* | Refresh pref settings for cloud sync•••- Show the opt-in text
- Show the account picker if user presses 'enable sync'. Previously
we disabled the sync pref which was confusing.
- Remove the debug tags from some prefs; and improve messaging overall
General rules;
- sync is turned ON : user checks 'enable sync' pref AND
accepts the opt-in AND chooses an account
- sync is turned OFF: when user signs out
Demo link
https://drive.google.com/a/google.com/file/d/0B9tNQOWdRuiWSUdVVE5rVDJudlk/view?usp=sharing
Change-Id: I2e7933796b15e47005ba9970a8c1294416ef31a0
|  Jatin Matani | 2015-02-26 | 1 | -3/+3 |
* | 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 |