1. 28 Aug, 2013 1 commit
    • Raj Mamadgi's avatar
      CTS test fail because Zhuyin(Bopomofo) used. · 925aa494
      Raj Mamadgi authored
      
      The 'zh_TW' is a character set for Taiwanese language. Taiwanese
      commonly uses Zhuyin(Bopomofo) for sorting their language
      instead of Pinyin(for Chinese) or Stroke(for HK).But, the test
      case tests the 'zh_TW' for Stroke, not for Zhuyin(Bopomofo).
      For example, in the result, the expected character [7劃] is
      a index label of Stoke, but the occurred character [ㄕ] is
      that of Bopomofo
      Signed-off-by: default avatarRaj Mamadgi <rmamadgi@sta.samsung.com>
      
      (cherry picked from commit c5816949)
      
      Bug: 10349960
      Change-Id: I3773bcb533be388ea7eb1ca7a961df87a0a0e3a2
      925aa494
  2. 15 Aug, 2013 1 commit
    • Kenny Root's avatar
      Delay SSLSocketImpl instantiation until needed DO NOT MERGE · 88029ddb
      Kenny Root authored
      Class preloading will create an instance of objects if they are in
      static fields, so put the ones we don't want instantiated into a holder
      class that is not preloaded.
      
      (cherry picked from commit da5b7116)
      
      Bug: 9984058
      Change-Id: Ifbf7b7a3668f19ca21fa66a486ae557086a195b5
      88029ddb
  3. 15 Jul, 2013 1 commit
  4. 11 Jul, 2013 7 commits
  5. 08 Jul, 2013 7 commits
  6. 04 Jul, 2013 1 commit
  7. 03 Jul, 2013 1 commit
  8. 09 Jun, 2013 1 commit
  9. 07 Jun, 2013 1 commit
    • Elliott Hughes's avatar
      Fix zone.tab parsing. · 9762df29
      Elliott Hughes authored
      Not every zone.tab line has a comment.
      
      Bug: 9327819
      
      (cherry picked from commit b2181542)
      
      Change-Id: I36d48321e91ed18d1434bda8c33a395349bf5608
      9762df29
  10. 06 Jun, 2013 1 commit
  11. 05 Jun, 2013 1 commit
    • Kenny Root's avatar
      NativeCrypto: handle X.509 serial number 0 · 711e1695
      Kenny Root authored
      There is no need to try to convert numbers that are of zero length
      because they'll be zero anyway. Returning NULL in this instance caused a
      crash in X.509 code since it immediately tried to pass it to BigInteger
      which through a NullPointerException.
      
      (cherry picked from commit adadc611)
      
      Bug: 9297758
      Change-Id: I719ca7b8f086937ee25094bfe981987def855744
      711e1695
  12. 24 May, 2013 2 commits
  13. 13 May, 2013 1 commit
  14. 09 May, 2013 1 commit
  15. 01 May, 2013 2 commits
  16. 29 Apr, 2013 1 commit
  17. 25 Apr, 2013 1 commit
  18. 24 Apr, 2013 1 commit
  19. 23 Apr, 2013 1 commit
  20. 22 Apr, 2013 1 commit
  21. 19 Apr, 2013 1 commit
  22. 18 Apr, 2013 1 commit
  23. 17 Apr, 2013 4 commits