aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | DO NOT MERGE - Merge Pie Bonito/Sargo into master.Xin Li2019-05-09100-316/+316
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / / | | | | | | | Bug: 131756210 Change-Id: Ifc5dca915dcc06eb42e39f73010bef244dfbe26e
* | | | | | | 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
* | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-05-040-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 35cca31844 -s ours am skip reason: subject contains skip directive Change-Id: I84410eca38b39b52f377a6a050dea90ec613527d
| * | | | | | 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
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-05-040-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: fed6dee6ce -s ours am skip reason: subject contains skip directive Change-Id: I7505176ccb37b5f3a6654e5ff547f96f10891d27
| * | | | | | | 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
* | | | | | | | [automerger skipped] Import translations. DO NOT MERGEBill Yi2019-05-040-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c21dbf355f -s ours am skip reason: subject contains skip directive Change-Id: I7be69de44c793478c71fc5e123373b43001abc1c
| * | | | | | | Import translations. DO NOT MERGEBill Yi2019-05-031-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Icf4d8be7d9322b87d1d2eebe55c6b7d270f47a2b
* | | | | | | [automerger skipped] Import translations. DO NOT MERGEBill Yi2019-04-260-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: dec7e77280 -s ours am skip reason: subject contains skip directive Change-Id: If7e483912de6c931a6ee3f555784039ea17c5927
| * | | | | | Import translations. DO NOT MERGEBill Yi2019-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I582cc100421d415defcd817a96191f6608eea8ad
* | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e73e47f83f -s ours am skip reason: subject contains skip directive Change-Id: I62333549fab9f82ab35a94993b769e5369677657
| * | | | | | 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
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 7630c6c549 -s ours am skip reason: subject contains skip directive Change-Id: I007c4656a5931249aa353f0b5b54e88189f052e6
| * | | | | | | 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
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1999854ad9 -s ours am skip reason: subject contains skip directive Change-Id: I2eb23c17d2bb610792ff6b6bd848b9086573de9f
| * | | | | | | 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
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c96234e71c -s ours am skip reason: subject contains skip directive Change-Id: I2e5538041b7746240da20c7c740f242a4869cc80
| * | | | | | | 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
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-devBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: b22d5f3fe7 -s ours am skip reason: subject contains skip directive Change-Id: I43f4b560c39258982bef2f0b4bb178dc8315ef7c
| * | | | | | | 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
* | | | | | | | [automerger skipped] Import translations. DO NOT MERGEBill Yi2019-04-170-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 86df8fb903 -s ours am skip reason: subject contains skip directive Change-Id: I75ad49d522172d6591663a4c38e69d622f7ffb31
| * | | | | | | Import translations. DO NOT MERGEBill Yi2019-04-1624-78/+78
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ibd1ea3ad66df1032a70a90f0f38df532b1f8e7a2
* | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" am: ↵Bill Yi2019-04-120-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f45e8bad27 -s ours am: e8bbcdbf9e -s ours am skip reason: subject contains skip directive Change-Id: I0db03f49037daa4fc88690ca5601f6960be64b59
| * | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE"Bill Yi2019-04-120-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: f45e8bad27 -s ours am skip reason: subject contains skip directive Change-Id: Ic923497feebd8662e3a9c44140f696e76247d235
| | * | | | | Merge "Import translations. DO NOT MERGE"Treehugger Robot2019-04-129-18/+18
| | |\ \ \ \ \
| | | * | | | | Import translations. DO NOT MERGEBill Yi2019-04-129-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I142d2d3f4b1426baab015fb8d915bb40d0de16d7 Auto-generated-cl: translation import
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" am: ↵Bill Yi2019-04-120-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25324a9dc4 -s ours am: 56b43fff1f -s ours am skip reason: subject contains skip directive Change-Id: I2e1161dbb9381c3f3239afe35d871570ef5e3e6d
| * | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE"Bill Yi2019-04-120-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 25324a9dc4 -s ours am skip reason: subject contains skip directive Change-Id: Ib192b5ef047ed576087be8f4d7c28c42b336db3b
| | * | | | | | Merge "Import translations. DO NOT MERGE"Treehugger Robot2019-04-125-6/+6
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBill Yi2019-04-125-6/+6
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d2df81d65ab959a10b2de2988384f8fb75715af Auto-generated-cl: translation import
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" am: ↵Bill Yi2019-04-120-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97949e8822 -s ours am: 120986cc45 -s ours am skip reason: subject contains skip directive Change-Id: I833a72023e9803e676a8079263fd467585739155
| * | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE"Bill Yi2019-04-120-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 97949e8822 -s ours am skip reason: subject contains skip directive Change-Id: I2ab9374888ff6cf49416f6264a434774d1cdaa18
| | * | | | | | Merge "Import translations. DO NOT MERGE"Treehugger Robot2019-04-1227-69/+69
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBill Yi2019-04-1227-69/+69
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I904d86d309ea2d7f9580b5e09dca41bfb60cff40 Auto-generated-cl: translation import
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" am: ↵Bill Yi2019-04-120-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa3c3e2e24 -s ours am: 3687c29f0b -s ours am skip reason: subject contains skip directive Change-Id: Ie0e8bda4d0bd958ea72d640050fbac65cfd3a1fb
| * | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE"Bill Yi2019-04-120-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: fa3c3e2e24 -s ours am skip reason: subject contains skip directive Change-Id: I207783ca8cb6b06c015d4ef774e9f9478e2beb75
| | * | | | | | Merge "Import translations. DO NOT MERGE"Treehugger Robot2019-04-122-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | Import translations. DO NOT MERGEBill Yi2019-04-122-2/+2
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I08d454ae10fb1013bdf04bdece7a0d9b04862681 Auto-generated-cl: translation import
* | | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE" am: ↵Bill Yi2019-04-120-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ca3f2666f -s ours am: 64ab24d687 -s ours am skip reason: subject contains skip directive Change-Id: I69254b69eb4bcfc7a15cc0deab041850aaf20616
| * | | | | | | [automerger skipped] Merge "Import translations. DO NOT MERGE"Bill Yi2019-04-120-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6ca3f2666f -s ours am skip reason: subject contains skip directive Change-Id: I28d7d66c347ddd73cc199cd10037fd5a130c20aa
| | * | | | | | Merge "Import translations. DO NOT MERGE"Treehugger Robot2019-04-121-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Import translations. DO NOT MERGEBill Yi2019-04-121-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3636200116fa13979c6414f7d9d427f460d10b72 Auto-generated-cl: translation import