1. 27 2月, 2016 2 次提交
    • R
      Suppress line breaks in emoji + modifier · c9c4606a
      Raph Levien 提交于
      am: 56840e80
      
      * commit '56840e80':
        Suppress line breaks in emoji + modifier
      c9c4606a
    • R
      Suppress line breaks in emoji + modifier · 56840e80
      Raph Levien 提交于
      An emoji base with an emoji modifier renders as a single glyph and
      thus should not be a line break. Current (Unicode 8) logic does
      indicate a line break, so we override the results of the ICU line
      break iterator. The code references a proposal to improve Unicode
      behavior; when that is adopted and we upgrade ICU accordingly, the
      special-case code should be deleted, but the tests can remain.
      
      Bug: 27343378
      Change-Id: I5de9c53e9a34c503816f9131e3d894e6f7a57d13
      56840e80
  2. 26 2月, 2016 2 次提交
    • S
      Use color font if skin tone is specified. · 77270a50
      Seigo Nonaka 提交于
      am: 0036da16
      
      * commit '0036da16':
        Use color font if skin tone is specified.
      77270a50
    • S
      Use color font if skin tone is specified. · 0036da16
      Seigo Nonaka 提交于
      If skin tone is specified, the base emoji should be emoji style even
      if it is text presentation default emoji.
      
      This patch also removes wrong test case which expects default emoji
      presentation but it is controlled by family order in /etc/fonts.xml
      and there is no special logic for default presentation in minikin.
      Thus the default presentation unit test should not be in minikin.
      
      Bug: 27342346
      
      Change-Id: I74a2b2feab4d559535049e368cfd833063cce81c
      0036da16
  3. 25 2月, 2016 3 次提交
  4. 23 2月, 2016 2 次提交
  5. 20 2月, 2016 2 次提交
  6. 19 2月, 2016 5 次提交
  7. 18 2月, 2016 24 次提交