Skip to content
Snippets Groups Projects
  1. Apr 22, 2022
  2. Apr 21, 2022
    • Ming-Shin Lu's avatar
      EditTextVariations: create a IME focusable overlay for test · f134ea38
      Ming-Shin Lu authored
      Bug: 228766370
      Test: manual by using EditorTextVariations tool
           1) make and install EditTextVariations
           2) Enable "Settings > Display over other apps" for
              EditTextVariations
           3) Launch EditTextVariations from all apps
           4) Menu -> Show IME focuable overlay
           5) Go to home screen by gesture or pressing home key
           6) Launch any app (e.g. Chrome) and tap the editor
           7) Expect IME can show up
      
      Change-Id: Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07
      f134ea38
  3. Mar 10, 2022
  4. Mar 09, 2022
  5. Mar 08, 2022
  6. Feb 25, 2022
  7. Feb 23, 2022
    • Wilson Wu's avatar
      Remove unused method for dictionarypack · 0d93961d
      Wilson Wu authored
      Remove the showDictionaryAvailableNotification
      method since there is no module use it.
      
      Bug: 209479751
      Test: presubmit
      Change-Id: I4c88b4a2d0cb36761d9102ce35260f93303625d9
      0d93961d
  8. Feb 15, 2022
  9. Feb 14, 2022
  10. Feb 12, 2022
  11. Feb 11, 2022
  12. Feb 10, 2022
    • Yohei Yukawa's avatar
      Update OWNERS file · f71d0403
      Yohei Yukawa authored
      Fix: 218752122
      Test: presubmit
      Change-Id: Ia4948d81f3f13518428375d635154c58c7fe9628
      f71d0403
  13. Jan 28, 2022
  14. Jan 27, 2022
  15. Jan 26, 2022
    • Wilson Wu's avatar
      Add Notification Permission for T · 75f77d66
      Wilson Wu authored
      From T, apps need POST_NOTIFICATION permission
      to send the notification.
      
      -. Add the permission into Manifest.
      -. Request runtime permission when it's needed.
      
      Bug: 209479751
      Test: Manual test as following steps:
            1. Open EditTextVariations at T device.
            2. Tap direct reply to send notification.
            3. Verify the permission dialog show up.
            4. Send the notification if permission granted.
      Change-Id: Iadae00f635ee556d1d1de9abbb9da0498b4070f1
      75f77d66
  16. Jan 25, 2022
  17. Jan 18, 2022
  18. Jan 17, 2022
  19. Jan 14, 2022
  20. Jan 13, 2022
  21. Jan 12, 2022
    • Ming-Shin Lu's avatar
      Using IME context to inflate layout from S_V2 · 6c752d8e
      Ming-Shin Lu authored
      With CL[1],[2] to migrate InputMethodService as the subclass of the new
      introduced class WindowProviderService in S_V2, IME context resources
      can be managed by associating the window container of IME window when
      its display/window configuration changed.
      
      So we can get rid of createDisplayContext logic from S_V2 with gated
      by SDK version and refining the method of get IME context with
      documentation to make it clear.
      
      [1]: Ie565e30ed5dd3f2cfe27355a6dded76dc3adc14b
      [2]: I64a1614f32d097785915f6105b1813a929e0fe32
      
      Bug: 213118079
      Bug: 133825283
      Test: manual with below steps
       1) adb install -r EditTextVariations.apk
       2) tapas LatinIME
       3) make
       4) adb install -r out/target/product/generic/system/app/LatinIME/\
              LatinIME.apk
       5) adb shell ime enable com.android.inputmethod.latin/.LatinIME
       6) adb shell ime set com.android.inputmethod.latin/.LatinIME
       5) Enable screen auto-rotation
       7) Launch EditTextVariations from launcher's shortcut
       8) Tap the first EditText field to show IME
       9) Rotate the device to the landscape mode
       10) Expect the IME should not be shrunk
      
      Change-Id: If2cc1c5bdb257a9c0af653fa7157cf781a90bf1d
      6c752d8e
  22. Dec 08, 2021
  23. Jun 19, 2021
  24. Jun 18, 2021
Loading