Skip to content
Snippets Groups Projects
  1. Jun 08, 2019
  2. Jun 04, 2019
  3. May 25, 2019
  4. May 11, 2019
  5. May 08, 2019
  6. May 04, 2019
    • Yohei Yukawa's avatar
      Launch AOSP Keyboard Settings on the same display · d7628414
      Yohei Yukawa authored
      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
      d7628414
    • Bill Yi's avatar
      Import translations. DO NOT MERGE · ac9ff315
      Bill Yi authored
      Auto-generated-cl: translation import
      
      Bug: 64712476
      Change-Id: I5a1e14997b62527fe4b7c902855c999e06fee399
      ac9ff315
    • Bill Yi's avatar
      Import translations. DO NOT MERGE · fa95428c
      Bill Yi authored
      Auto-generated-cl: translation import
      
      Bug: 64712476
      Change-Id: I28ede254065c4491af0c8f82f724e1f83d5a8c69
      fa95428c
    • Bill Yi's avatar
      Import translations. DO NOT MERGE · c21dbf35
      Bill Yi authored
      Auto-generated-cl: translation import
      
      Bug: 64712476
      Change-Id: Icf4d8be7d9322b87d1d2eebe55c6b7d270f47a2b
      c21dbf35
  7. Apr 25, 2019
  8. Apr 20, 2019
  9. Apr 17, 2019
  10. Apr 12, 2019
  11. Apr 11, 2019
  12. Apr 08, 2019
  13. Apr 06, 2019
Loading