Skip to content
Snippets Groups Projects
  1. Dec 14, 2018
  2. Dec 12, 2018
  3. Dec 11, 2018
  4. Dec 07, 2018
  5. Dec 06, 2018
  6. Nov 29, 2018
  7. Nov 20, 2018
  8. Nov 19, 2018
    • Yohei Yukawa's avatar
      Move MODULE_LICENSE_APACHE2 to the project top dir · 5b85311a
      Yohei Yukawa authored
      In general files in LatinIME project should be Apache 2 license
      (unless some exceptional note is there).  This is not limited to Java
      source files.
      
      Hence moving MODULE_LICENSE_APACHE2 [1] to the project top directory
      would make much more sense to avoid possible confusions.
      
      NOTICE file is a bit complicated because it also needs to be copied
      into the system image.  Since the actual build rule for LatinIME.apk
      is placed as java/Android.bp, and
        notice: "../NOTICE"
      is something that is not supported / recommended, this CL just copies
      NOTICE file from java/NOTICE to the top level directory.
      
      Note also that NOTICE for LatinIME has a special notation [2].
      
       [1]: Originally added in the following CL for Bug 2548782
            If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
            443c360d
       [2]: Originally added in the following CL for Bug 7285172
            Ib4f4e433850d3f58e0a7cef205be4dc59c7f28c4
            49d301e9
      
      Test: Locally verified as follows:
        lunch aosp_taimen-userdebug
        make -j
        cat $OUT/obj/NOTICE_FILES/src/system/app/LatinIME/LatinIME.apk.txt
      Change-Id: I0ca84c46125de7f86f9e26906e107ac9ad7af177
      5b85311a
  9. Nov 13, 2018
    • Yohei Yukawa's avatar
      Bump targetSdkVersion to "28" and minSdkVersion to "21" · 04573e30
      Yohei Yukawa authored
      With this CL, targetSdkVersion and minSdkVersion will be bumped as
      follows:
      
        targetSdkVersion: 23 -> 28
           minSdkVersion: 14 -> 21
      
      As far as we know, there should be no user-visible behavior change on
      supported OS versions.
      
      Fix: 119489995
      Test: manually verified that LatinIME still is functional
      Change-Id: I68f1545778b0c8b44c6850f22f3f5ca25bdb6de0
      04573e30
    • Yohei Yukawa's avatar
      Re-introduce <uses-sdk> to the main AndroidManifest.xml · 69ceec90
      Yohei Yukawa authored
      This logically reverts my previous CL [1], which moved <uses-sdk />
      from AndroidManifest.xml to AndroidManifest_SdkVersion.xml, which was
      later accidentally removed during Android.bp migration [2].
      
      Since gradle support in LatinIME is still experimental and not used in
      official build, it is OK to keep it broken for a while.  A more
      important problem right now is letting LatinIME target API 28.
      
      As the first step to let LatinIME target SDK 28, <uses-sdk> will be
      revived in AndroidManifest.xml
      
       [1]: Ib673bca5a31b2f95329c9310a127ec0701bd8fdc
            9cd42f39
       [2]: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
            22ebec6e
      
      Bug: 110741422
      Bug: 119489995
      Test: manually verified that LatinIME still is functional
      Change-Id: I8b04caa56fe2431c07e076fb6f97c560d5da8838
      69ceec90
  10. Nov 10, 2018
  11. Nov 09, 2018
  12. Nov 06, 2018
Loading