aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1282-115945/+115945
|\
| * Import translations. DO NOT MERGEBill Yi2019-10-1282-115945/+115945
| | | | | | | | | | Change-Id: I82edee0a0dea7496bade7e58f2e1cef8d450a81c Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1283-332/+332
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-10-1283-332/+332
| |/ | | | | | | | | Change-Id: Ic07661110f439c1e0ee62a0876670d369b6e556d Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1283-664/+664
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-10-1283-664/+664
| |/ | | | | | | | | Change-Id: I85b35eac622d3eb09348de277f86a317459336e7 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1283-83/+83
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-10-1283-83/+83
| |/ | | | | | | | | Change-Id: I9b10a94aff23f6ea9158bc5a62ac044c99002777 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1282-14678/+14678
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-10-1282-14678/+14678
| |/ | | | | | | | | Change-Id: I52324e9458f9b928e2827ea70097b0eb93054467 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-10-1284-15876/+15876
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-10-1284-15876/+15876
| |/ | | | | | | | | Change-Id: Ib628adda1816a2f5a326b5af8d62b62eb5ca220b Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2019-10-1283-6074/+6074
|/ | | | | Change-Id: Ic2f680a72dc473a3ea9e63ba2781519c0bb0d189 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-08-192-2/+2
|\
| * Import translations. DO NOT MERGEBill Yi2019-08-182-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ie12258d268be80afd21cf01c8fb2c32d5d522ecb
* | Import translations. DO NOT MERGEBill Yi2019-08-181-1/+1
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I576eae018336f225d9e6c9dce6eaba6742ce9581
* Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-07-252-2/+2
|\
| * Import translations. DO NOT MERGEBill Yi2019-07-242-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Iae08b9b0a5055f1c29a678764af6d2f3c849d5ec
* | Import translations. DO NOT MERGEBill Yi2019-07-242-3/+3
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I3dd765cbdc830f4e9d4f3dd8495f56a28d8938ba
* Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-07-146-16/+16
|\
| * Import translations. DO NOT MERGEBill Yi2019-07-146-16/+16
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ib15edbefa78b413711bc9a114c035e4f042029d8
* | Import translations. DO NOT MERGEBill Yi2019-07-142-2/+2
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I5d3e002b9c8b5b9163674ee55b0a78c86d7a4367
* Import translations. DO NOT MERGEBill Yi2019-06-251-1/+1
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Idab5d09722e584c5ffcc5ff574c28bcbbf729aa5
* Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-06-192-3/+3
|\
| * Import translations. DO NOT MERGEBill Yi2019-06-182-3/+3
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I2d3706b2fa62b1f3b561db60763e895910b1cbbc
* | Merge "Import translations. DO NOT MERGE" into qt-r1-devTreeHugger Robot2019-06-196-21/+21
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-06-186-21/+21
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I714e7c7937c2377d86ee7f2a514117d0255f4761
* / Import translations. DO NOT MERGEBill Yi2019-06-1821-42/+40
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I32470cb45f56eb8bdc8f2b2e055e649d34c5e7f3
* Launch AOSP Keyboard Settings on the same displayYohei Yukawa2019-05-041-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL demonstrates how an IME can show an Activity on the display where the IME is shown. The key points are: * The current display ID can be obtained as follows. final int curentDisplayId = inputMethodService .getSystemService(WindowManager.class) .getDefaultDisplay() .getDisplayId(); * When launching an Activity, specify the target display ID as follows. inputMethodService.startActivity(intent, ActivityOptions .makeBasic() .setLaunchDisplayId(curentDisplayId) .toBundle()); Fix: 131718879 Test: Manually verified as follows. 1. Build aosp_blueline-userdebug and flash it. 2. adb shell settings put global force_desktop_mode_on_external_displays 1 3. adb shell settings put global overlay_display_devices 1920x1080/320 4. adb reboot 5. With a mouse, launch any application that has input field in the secondary display. 6. Click that input field to bring up AOSP Keyboard. 7. Long click the comma key then select the gear icon. 8. Select "Android Keyboard Settings (AOSP)" 9. Make sure that the AOSP Keyboard Settings is launched in the secondary display, not in the default display. 10. Go back to the step 7. 11. Select "Languages" 12. Subtype Enabler for AOSP Keyboard is shown in the secondary display, not in the default display. Change-Id: I9f89f371c38d9a7b5a06d018d4b41aa09815ea24
* Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-05-046-9/+409
|\
| * Import translations. DO NOT MERGEBill Yi2019-05-036-9/+409
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I5a1e14997b62527fe4b7c902855c999e06fee399
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-05-041-1/+1
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-05-031-1/+1
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I28ede254065c4491af0c8f82f724e1f83d5a8c69
* / Import translations. DO NOT MERGEBill Yi2019-05-031-1/+1
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Icf4d8be7d9322b87d1d2eebe55c6b7d270f47a2b
* Import translations. DO NOT MERGEBill Yi2019-04-241-1/+1
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I582cc100421d415defcd817a96191f6608eea8ad
* Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-171-1/+1
|\
| * Import translations. DO NOT MERGEBill Yi2019-04-161-1/+1
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Id5f69f9696d57630083976b6e0b438409fc8b59e
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-172-4/+4
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-162-4/+4
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I3dee70ec398ce7e6f4bfb4b677a97153906a9b19
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-175-6/+6
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-165-6/+6
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ia43a2ac5c29cef680fb4e44ef12da74176726b3b
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-172-3/+3
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-162-3/+3
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I3ffc9f82edaa14bc34372a9107e71e834a494c57
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-177-14/+14
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-167-14/+14
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I4a2e1950cd5eff7f1a64b023a15ec591f43b13c0
* / Import translations. DO NOT MERGEBill Yi2019-04-1624-78/+78
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ibd1ea3ad66df1032a70a90f0f38df532b1f8e7a2
* Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-077-13/+13
|\
| * Import translations. DO NOT MERGEBill Yi2019-04-057-13/+13
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I7437c061744c3a3ff86c6b476ac1a87525fc74d8
* | Import translations. DO NOT MERGEBill Yi2019-04-052-4/+4
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ic1c492d7ebd6718099bc2b12f3daed09596218cd
* Import translations. DO NOT MERGEBill Yi2019-03-231-2/+2
| | | | | Change-Id: I4f02f5f4ccc6ff864fb5120dc7766755fb773fcf Auto-generated-cl: translation import