aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2019-05-089-12/+412
| | | | | Change-Id: Idd5aa546321308fe3f3700ad3ba85c39ea1c6e54 Auto-generated-cl: translation import
* Launch AOSP Keyboard Settings on the same display am: d762841494Yohei Yukawa2019-05-061-2/+19
|\ | | | | | | | | | | am: d6c56279b3 Change-Id: Iee16bafc93cd5550cdb8da83b1bf2b93f3b2a83e
| * Launch AOSP Keyboard Settings on the same displayYohei Yukawa2019-05-061-2/+19
| |\ | | | | | | | | | | | | | | | am: d762841494 Change-Id: Id06f29304f0f1e47ee546bacbee28f66d15e8baa
| | * 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
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-215-9/+9
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-205-9/+9
| | | | | | | | | | | | | | | Change-Id: I4989c412b885b7e1af5e3ed76b01a4a5a1d5193f Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-212-4/+4
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-202-4/+4
| |/ / | | | | | | | | | | | | Change-Id: If46e330aca97d1eef493f826f5000103b206eab0 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-211-1/+1
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-201-1/+1
| |/ / | | | | | | | | | | | | Change-Id: Iee3b38b10338ec37e5d83245abc36ec4337c8662 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-2110-46/+46
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-2010-46/+46
| |/ / | | | | | | | | | | | | Change-Id: Ifa649bf20cb9e0c8b1c71bc76d5534a4b2098602 Auto-generated-cl: translation import
* / / Import translations. DO NOT MERGEBill Yi2019-04-203-4/+4
|/ / | | | | | | | | Change-Id: I184737a561ddf45c51c30dc004fff78ae1b9ca0b Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-122-5/+5
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-112-5/+5
| | | | | | | | | | | | | | | Change-Id: I46be6ee7016f363f8e960e53aa48bb76704179ec Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-122-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-112-2/+2
| |/ / | | | | | | | | | | | | Change-Id: Ic33126ed6112eb6068da2fc23e2a446b1991bae6 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-121-1/+1
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-111-1/+1
| |/ / | | | | | | | | | | | | Change-Id: I6b136c5da5db3391baa91ce2ec01a367d0120f72 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-121-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2019-04-111-2/+2
| |/ / | | | | | | | | | | | | Change-Id: I065b01ebce821dd835cc419f43c632d3cbf225cc Auto-generated-cl: translation import
* / / Import translations. DO NOT MERGEBill Yi2019-04-1114-31/+31
|/ / | | | | | | | | Change-Id: Ic89513e1d17e006229ff037a0b26828b47a30f7d Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-081-1/+1
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-081-1/+1
| | | | | | | | | | | | | | | Change-Id: I88307c88d211620bd51cd6ef8a760fc585378517 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEBill Yi2019-04-081-1/+1
|/ / | | | | | | | | Change-Id: Ibd4590bf1cbe976ba97e3d4c0f8373fe008e6f27 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-04-072-4/+4
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-04-052-4/+4
| |/ | | | | | | | | Change-Id: Id4513ea623403b0edceebf4a80d0cccbcefa3713 Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2019-04-057-13/+13
|/ | | | | Change-Id: If065e19b8eb151a87285dd390c2dca5213d216a3 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-03-231-2/+2
| | | | | Change-Id: I4f02f5f4ccc6ff864fb5120dc7766755fb773fcf Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-02-215-14/+14
|\