aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Import translations. DO NOT MERGE•••Change-Id: Ic2ea9113d32f5c0e0a13ab87b0dca6f71ea3dd78 Auto-generated-cl: translation import Bill Yi2018-08-305-9/+9
* Import translations. DO NOT MERGE•••Change-Id: Ie86b819785a70d5613155360f4551c77b6bf0fd0 Auto-generated-cl: translation import Bill Yi2018-08-071-1/+1
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-08-021-1/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ifaf4318866c3ba72adee1190e0dfce8506fbd7b0 Auto-generated-cl: translation import Bill Yi2018-08-011-1/+1
* | Import translations. DO NOT MERGE•••Change-Id: I4d394e997b58cd7dd2768861a3da887fdb7c1c6d Auto-generated-cl: translation import Bill Yi2018-08-011-1/+1
|/
* Let Android Studio use 'shared' cert to build APK•••make build uses 'shared' cert in build/make/target/product/security/. If LatinIME APK built with AndroidStudio doesn't use the same signing cert, then you cannot install the APK into AOSP image, which is not convenient. With this CL, AndroidStudio build also uses the same signing cert. Note that shared.keystore was built as follows. $ openssl pkcs8 -inform DER -nocrypt \ -in build/make/target/product/security/shared.pk8 \ -out shared.pem $ openssl pkcs12 -export \ -in build/make/target/product/security/shared.x509.pem \ -inkey shared.pem -out shared.p12 \ -password pass:android -name AndroidDebugKey $ keytool -importkeystore -deststorepass android \ -destkeystore shared.keystore -srckeystore shared.p12 \ -srcstoretype PKCS12 -srcstorepass android Fix: 110741422 Test: made sure that the APK built with Android Studio can be installed to an AOSP build Change-Id: I471a87e190b15ff02bb06849e4660ed7898897a5 Yohei Yukawa2018-07-251-0/+0
* Specify version code in AndroidManifest.xml•••This should be the most convenient way for both make build and Android Studio build to share the same version code. Bug: 110741422 Test: tapas LatinIME LatinIMETests arm64 userdebug && make -j Change-Id: I35f850c392553b2640a4c3c7398441ac28e90eca Yohei Yukawa2018-07-251-1/+2
* Move <uses-sdk /> to a differnt XML•••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 Yohei Yukawa2018-07-253-2/+24
* Import translations. DO NOT MERGE•••Change-Id: I55e880457966992e25acd30cc65390e80fa4a515 Auto-generated-cl: translation import Bill Yi2018-07-212-3/+3
* Remove unused class PersonalDictionaryLookup•••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 Yukawa2018-07-041-651/+0
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-06-271-2/+2
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ia3fb708923998222608c8c4de5617ee4ad6e936d Auto-generated-cl: translation import Bill Yi2018-06-271-2/+2
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-06-271-3/+3
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ib1fbe9d70fcb60c19b0323490a6b8cb147e83bed Auto-generated-cl: translation import Bill Yi2018-06-271-3/+3
| |/
* / Import translations. DO NOT MERGE•••Change-Id: I3494a9c6608aafc5406ca9a6f341983fe82feccc Auto-generated-cl: translation import Bill Yi2018-06-271-1/+1
|/
* Merge "Merge inputmethodcommon into LatinIME repo"TreeHugger Robot2018-06-255-1/+432
|\
| * Merge inputmethodcommon into LatinIME repo•••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 Yohei Yukawa2018-06-245-1/+432
* | Remove an unused layout file•••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 Yukawa2018-06-241-90/+0
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-06-202-3/+3
|\
| * Import translations. DO NOT MERGE•••Change-Id: I5e073ffc26f474f27faafc7f0e1c28858a0f2d1a Auto-generated-cl: translation import Bill Yi2018-06-202-3/+3
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-06-201-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I268ff60118e223b9645b93e6af9ec75efb2d8003 Auto-generated-cl: translation import Bill Yi2018-06-201-1/+1
| |/
* / Import translations. DO NOT MERGE•••Change-Id: I161eb84ec4a68d0983aeaffad5ac4b4f68e64afc Auto-generated-cl: translation import Bill Yi2018-06-201-1/+1
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-05-261-1/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: If609cecd258ccedd9073d17d342e2847e2f19909 Auto-generated-cl: translation import Bill Yi2018-05-241-1/+1
* | Import translations. DO NOT MERGE•••Change-Id: Ia196c88f1238f9b8332beaff05066fb585dc899f Auto-generated-cl: translation import Bill Yi2018-05-242-6/+6
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-05-173-5/+5
|\
| * Import translations. DO NOT MERGE•••Change-Id: I317ac1356bffec441fa84739514f537b28482715 Auto-generated-cl: translation import Bill Yi2018-05-173-5/+5
* | Import translations. DO NOT MERGE•••Change-Id: I5e52c7257c1c5e831305bf346f75a21cca1dc6c7 Auto-generated-cl: translation import Bill Yi2018-05-171-1/+1
|/
* Migrated various apps under packages/inputmethods/LatinIME/ to androidx•••Bug: 76692459 Test: mmma packages/inputmethods/LatinIME/ Change-Id: Ib76af6f6db1a0dd5cf64a06a4ea56151712e9692 vineel sadineni2018-05-1519-28/+28
* Merge java-overridable/ into java/ again•••This CL a logical revert of a previous CL [1], which separated Java files into common ones and overridable ones. Now that that overriding concept is no longer used, there is no need to keep having separate directory structure. [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 fb74ab15c1343084740d65ef8744cad33a678e82 Fix: 79323502 Test: make -j aosp_taimen-userdebug && make -j Test: tapas LatinIME && make -j Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f Yohei Yukawa2018-05-0621-1/+941
* Merge "Import translations. DO NOT MERGE"android-build-team Robot2018-05-022-2/+2
|\
| * Import translations. DO NOT MERGE•••Change-Id: I0b47773d779b0bdf951c89b4f6722905be1b81b0 Auto-generated-cl: translation import Bill Yi2018-05-022-2/+2
* | Merge "Import translations. DO NOT MERGE"android-build-team Robot2018-05-0216-43/+43
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I9e53e7535fda1d3968ee37663fcc10a0db31eeb3 Auto-generated-cl: translation import Bill Yi2018-05-0216-43/+43
| |/
* | Merge "Import translations. DO NOT MERGE"android-build-team Robot2018-05-021-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I378efa60a01071f41b3bcdc88861051853867528 Auto-generated-cl: translation import Bill Yi2018-05-021-1/+1
| |/
* | Merge "Import translations. DO NOT MERGE"android-build-team Robot2018-05-021-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I0446336688bb75efb9d0f8a41c035a60344a3762 Auto-generated-cl: translation import Bill Yi2018-05-021-1/+1
| |/
* / Import translations. DO NOT MERGE•••Change-Id: I53811c706460dfff30ac1b6539fc767c464de499 Auto-generated-cl: translation import Bill Yi2018-05-022-3/+3
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-04-2114-30/+30
|\
| * Import translations. DO NOT MERGE•••Change-Id: If993ed37322c2c3301a0e89295872afa4a0f7992 Auto-generated-cl: translation import Bill Yi2018-04-2114-30/+30
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-04-211-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I3df9864cae24cf551c0f9394fd62491655fe648b Auto-generated-cl: translation import Bill Yi2018-04-211-1/+1
| |/
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-04-213-24/+24
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I8eaa684412c0b0ce80d6746f3a275c61ce5fa820 Auto-generated-cl: translation import Bill Yi2018-04-213-24/+24
| |/
* / Import translations. DO NOT MERGE•••Change-Id: I5a2cfb0ec96d21a24892d0d023d10c7dad4c3af1 Auto-generated-cl: translation import Bill Yi2018-04-211-1/+1
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-04-1412-37/+37
|\
| * Import translations. DO NOT MERGE•••Change-Id: I6137657e2be2a5b55cb90d4f051715f17eb604e3 Auto-generated-cl: translation import Bill Yi2018-04-1412-37/+37
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2018-04-142-2/+2
|\ \