1. 03 Feb, 2016 5 commits
  2. 02 Feb, 2016 2 commits
  3. 01 Feb, 2016 3 commits
  4. 30 Jan, 2016 1 commit
    • Christopher Wiley's avatar
      Add support for decoding UTF16 to UTF8 · 9a5e32f1
      Christopher Wiley authored
      This is helpful because many native service developers use std::string
      internally, and String16 doesn't work very well with many C++
      primitives.
      
      Bug: 26729450
      Test: Integration test appears to show this is correct.
      
      Change-Id: Ib75068881da28fd8515685bcbcbe864ba3b7ec23
      9a5e32f1
  5. 28 Jan, 2016 2 commits
  6. 27 Jan, 2016 6 commits
  7. 26 Jan, 2016 2 commits
  8. 25 Jan, 2016 2 commits
  9. 12 Jan, 2016 1 commit
  10. 06 Jan, 2016 1 commit
    • Samuel Tan's avatar
      Add PersistableBundle.aidl into binder includes · 07b0cd6d
      Samuel Tan authored
      Add the PersistableBundle.aidl into the new /aidl/binder/
      subdirectory (along with the necessary 'android' and 'os'
      subdirectories) so that the aidl file will live alongside
      its native implementation in libbinder. This change will
      allow native-only Android checkouts (e.g. Brillo) to use
      PersistableBundle.
      
      The /aidl/ subdirectory should henceforth contain any
      aidl files that live with native code.
      
      BUG: 26292234
      Change-Id: I07b49dad8afd679f33e41fa9044dffc02ec25e3e
      07b0cd6d
  11. 05 Jan, 2016 1 commit
  12. 24 Dec, 2015 2 commits
  13. 22 Dec, 2015 1 commit
  14. 17 Dec, 2015 3 commits
  15. 16 Dec, 2015 2 commits
  16. 15 Dec, 2015 4 commits
  17. 14 Dec, 2015 2 commits
    • Felipe Leme's avatar
      Merge "Migrated dumpstate to C++." · 1f62517b
      Felipe Leme authored
      1f62517b
    • Felipe Leme's avatar
      Migrated dumpstate to C++. · 515eb0db
      Felipe Leme authored
      Changes required:
      
      - Explicity casting function pointers.
      - Moving variables initialization before 'goto' statements.
      - Changing string references from 'char *' to 'const char *'.
      - Using 'extern "C"' so device-dependent implementation of
        'dumpstate_board()' can be written in C or C++.
      
      BUG: 25563823
      
      Change-Id: Ibeb70fd23e64e9b530736b554a372cb232fe1a44
      515eb0db