- Jul 25, 2018
-
-
Yohei Yukawa authored
Basically Android Studio does want targetSdkVersion to be specified in build.gradle rather than AndroidManifest.xml. To make both make build and Android Studio build happy, this CL splits <uses-sdk /> from the main AndroidManifest.xml to a different file and let them merged in make build. There should be no behavior change. Bug: 110741422 Test: Manually verified that there is no difference in AndroidManifest.xml in the APK. Change-Id: Ib673bca5a31b2f95329c9310a127ec0701bd8fdc
-
- Jul 24, 2018
-
-
Yohei Yukawa authored
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 authored
This is a follow up CL to previous CLs that converted unit tests to use Android Testing Support Library but forgot to remove unused import lines. 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.latin Change-Id: I8762b0dfc209bdf68867f725b03a22286026faae
-
- Jul 22, 2018
-
-
Bill Yi authored
Change-Id: I55e880457966992e25acd30cc65390e80fa4a515 Auto-generated-cl: translation import
-
- Jul 20, 2018
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Auto-generated-cl: translation import Bug: 64712476 Change-Id: I0a07d63a0916cf33bbebcf68bd58bef0dfb91826
-
Bill Yi authored
Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ifffe3a45508e97013f768a0f7949cb2f8571acee
-
Bill Yi authored
Auto-generated-cl: translation import Bug: 64712476 Change-Id: Icc6eca523dd0cad7c8087aa0ede4edbd7ac9d748
- Jul 06, 2018
-
-
Yohei Yukawa authored
This CL converts 19 test classes under com.android.inputmethod.latin to 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.latin Change-Id: I878fcae0126f57c43a644af341e5a0a8ac8f5cc9
-
Yohei Yukawa authored
This CL converts 7 test classes under com.android.inputmethod.keyboard to Android Testing Support Library. This CL also fix missing annotations in KeyboardLayoutTest. 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 Change-Id: I8ab9e3329f159f0df02812fafe44c25efa76c0d1
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
- Jul 05, 2018
-
-
Yohei Yukawa authored
This CL converts the following 3 test cases to Android Testing Support Library. * MoreKeysKeyboardBuilderAutoOrderTests * MoreKeysKeyboardBuilderFixedOrderTests * MoreKeysKeyboardBuilderMaxOrderTests Bug: 110805255 Test: atest LatinIMETests:com.android.inputmethod.keyboard.MoreKeysKeyboardBuilderAutoOrderTests Test: atest LatinIMETests:com.android.inputmethod.keyboard.MoreKeysKeyboardBuilderFixedOrderTests Test: atest LatinIMETests:com.android.inputmethod.keyboard.MoreKeysKeyboardBuilderMaxOrderTests Change-Id: I68d6c1901d4bb77bdc59d0be71eb565984fbd97d
-
Yohei Yukawa authored
This CL converts tests under com.android.inputmethod.latin.utils to 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.latin.utils Change-Id: I5cc2ddbc4116003ab6407432ab521b6b560052ae
-
Yohei Yukawa authored
This CL converts tests under com.android.inputmethod.compat to 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.compat Change-Id: I6766447ca27f5cccdb1e9f7e751235daa04cc252
-
Yohei Yukawa authored
PersonalDictionaryLookup has never been used. Usually proguard can remove this class but it also makes it difficult to run unit tests. We should just remove this unused class. Bug: 111164993 Test: compile Test: No new test failure Change-Id: I732db94cb3aac4ed9c6b5954679b896334a12a9c
-
Yohei Yukawa authored
Fix: 111161344 Test: Manually tested as follows tapas adb LatinIME LatinIMETests arm64 userdebug && \ DISABLE_PROGUARD=true make -j LatinIME && \ adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \ atest LatinIMETests Change-Id: If9f5691d5c624c9856acd31a3e1de307360d2c7c
-
- Jun 27, 2018
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: Ib1fbe9d70fcb60c19b0323490a6b8cb147e83bed Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: I3494a9c6608aafc5406ca9a6f341983fe82feccc Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: Ia3fb708923998222608c8c4de5617ee4ad6e936d Auto-generated-cl: translation import
-
- Jun 25, 2018
-
-
TreeHugger Robot authored
-
- Jun 24, 2018
-
-
Yohei Yukawa authored
This layout file was copied from Settings app but in LatinIME it has never been used. Also, android:onClick attributes in that layout file are pointing to non-existing method in LatinIME, which causes lint warnings. Since tihs files has never been used in LatinIME, there should be no user-visible behavior change. Bug: 110757803 Test: tapas LatinIME && make -j Change-Id: Ib51744979df333ac432aefc54ef7d0f413cf6161
-
Yohei Yukawa authored
This is a preparation to deprecate frameworks/opt/inputmethodcommon repository. Currently repository 'inputmethodcommon' is used only from LatinIME. Having such a repository only for one project is overkill. Also, to add gradle build support to LatinIME project, it would be much easier LatinIME didn't have such a dependency. This CL mechanically copies files in 'inputmethodcommon' repository to 'LatinIME' repository. In theory there should be no behavior change. Bug: 110741521 Test: tapas LatinIME && make -j Change-Id: I3fabb038be9a944dcd9ef79ffcc89800a5f0bf5a
-
- Jun 22, 2018
-
-
TreeHugger Robot authored
- Jun 21, 2018
-
-
TreeHugger Robot authored