Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  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. 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
  4. Dec 08, 2021
  5. Jun 10, 2021
    • Ming-Shin Lu's avatar
      Make direct-reply notification as HUN in EditTextVariations · ed13b197
      Ming-Shin Lu authored
      Also, set the content intent to launch an editorActivity as the message
      notifiation when tapping the notification.
      
      Bug: 190057993
      Test: make EditTextVariations, manual test by using EditTextVariations
            app to simulate the issue step.
      Change-Id: I1a4463dc44031eaebb286ad2a289870e97a1c475
      ed13b197
  6. Feb 17, 2021
    • Bob Badour's avatar
      [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME · f3d9532a
      Bob Badour authored
      Added SPDX-license-identifier-Apache-2.0 to:
        Android.bp
        common/Android.bp
        java/Android.bp
        native/dicttoolkit/Android.bp
        native/jni/Android.bp
        tests/Android.bp
        tools/EditTextVariations/Android.bp
        tools/dicttool/Android.bp
        tools/make-keyboard-text/Android.bp
      
      Bug: 68860345
      Bug: 151177513
      Bug: 151953481
      
      Test: m all
      
      Exempt-From-Owner-Approval: janitorial work
      Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8
      f3d9532a
  7. Mar 23, 2020
    • Ashwini Oruganti's avatar
      Add an exported flag in manifest · 7c1b5497
      Ashwini Oruganti authored
      With b/150232615, we will need an explicit value set for the exported
      flag when intent filters are present, as the default behavior is
      changing for S+. This change adds the value reflecting the previous
      default to the manifest.
      
      These changes were made using an automated tool, the xml file may be
      reformatted slightly creating a larger diff. The only "real" change is
      the addition of "android:exported" to activities, services, and
      receivers that have one or more intent-filters.
      
      Bug: 150232615
      Test: TH
      Exempt-From-Owner-Approval: mechanical refactoring
      Change-Id: Idc43e262fd2911e19f0bcd20add29e4c3392d3da
      7c1b5497
  8. Feb 06, 2019
    • Yohei Yukawa's avatar
      Support testing Direct Reply with EditTextVariations on API 24/25 · bdf7d6f5
      Yohei Yukawa authored
      This is a follow up CL to my previous CL [1], which enabled us to test
      Direct-Reply with EditTextVariations.
      
      What this CL does are:
      
       * Specyfing min_sdk_version to avoid INSTALL_FAILED_OLDER_SDK error
         when installing on older devices.
       * Avoiding NoSuchMethodError on pre-O devices where
         Notification.Builder does not have a constructor that takes
         notification channel.
       * Fixing a race condition where notification can be sent before
         notification channel is created.
      
       [1]: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
            da2486fd
      
      Bug: 122957841
      Test: Made sure that we can install EditTextVariations on N devices
            and "Direct-Reply" on EditTextVariations works there.
      Change-Id: Ib4fbd447608b111e763fde4287226cf7e206e65e
      bdf7d6f5
  9. Jan 16, 2019
    • Yohei Yukawa's avatar
      Support testing Direct Reply with EditTextVariations · da2486fd
      Yohei Yukawa authored
      With this CL, EditTextVariations is able to send Direct Repply
      notification so that we can easily test IME behaviors there.
      
      You don't need to set up a chat application then let it receive a
      message from someone else any more just to test IME behaviors on
      Direct Reply.
      
      Fix: 122957841
      Test: manually done as follows.
        1. tapas EditTextVariations
        2. make -j
        3. adb install -r \
           $ANDROID_TARGET_OUT_TESTCASES/EditTextVariations/EditTextVariations.apk
        4. Open EditTextVariations
        5. Tap the menu icon.
        6. Select "Direct Reply"
        7. Make sure that there is a Direct Reply notification.
      Change-Id: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
      da2486fd
  10. Nov 01, 2018
    • Dan Willemsen's avatar
      Convert to Android.bp · 22ebec6e
      Dan Willemsen authored
      See build/soong/README.md for more information.
      
      Test: cd packages/inputmethods/LatinIME; mma
      Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
      22ebec6e
  11. May 22, 2018
    • Yohei Yukawa's avatar
      Opensource a test tool called EditTextVariations · f97da47c
      Yohei Yukawa authored
      This CL opensouces a testing tool called EditTextVariations that has
      been used internally to test IME behaviors on various
      EditorInfo#inputType and EditorInfo#imeOptions.
      
      Bug: 80039502
      Test: Manually verified as follows.
       1. tapas EditTextVariations
       2. make -j
       3. adb install -r $ANDROID_TARGET_OUT_TESTCASES/EditTextVariations/EditTextVariations.apk
      Change-Id: Ia87e655573c2fd1fc09d56e4af90bfb1dfd65f9b
      f97da47c
Loading