1. 21 Oct, 2011 1 commit
  2. 18 Oct, 2011 1 commit
  3. 10 Oct, 2011 1 commit
  4. 03 Oct, 2011 1 commit
  5. 30 Sep, 2011 1 commit
  6. 22 Sep, 2011 1 commit
  7. 20 Sep, 2011 3 commits
  8. 16 Sep, 2011 2 commits
  9. 02 Sep, 2011 1 commit
  10. 26 Aug, 2011 1 commit
  11. 24 Aug, 2011 1 commit
  12. 22 Aug, 2011 1 commit
  13. 26 Jul, 2011 1 commit
  14. 15 Jul, 2011 1 commit
  15. 20 Jun, 2011 1 commit
  16. 26 May, 2011 1 commit
  17. 20 May, 2011 1 commit
  18. 03 May, 2011 3 commits
  19. 29 Apr, 2011 1 commit
  20. 27 Apr, 2011 4 commits
  21. 16 Apr, 2011 1 commit
    • Sahil Verma's avatar
      Added missing duration field to database record insertion. · 0508261c
      Sahil Verma authored
      
      This addresses AOSP Google Code Issue 15841.
      When an audio recording sample is saved to the media
      database, attributes like audio title are stored in a
      database record.  However, the duration of the sample
      was not being stored.  Therefore, an application that
      queried attributes for a sample would get an incorrect
      record; the record would contain a default duration of
      0 ms.  The fix was to add the recorded sample's length
      to the list of attributes put into the database record.
      Note that the sample's length is in seconds and had to
      be converted to milliseconds as described in the
      documentation for the duration audio column.
      
      This bug could have been prevented if the database
      schema for duration audio column required a non-null
      value with no default.
      
      Change-Id: I80e4f8feb7d9f1050baf1e7c44323123b9d6b6b0
      Signed-off-by: default avatarSahil Verma <vermasque@gmail.com>
      0508261c
  22. 01 Apr, 2011 1 commit
  23. 31 Mar, 2011 1 commit
  24. 29 Mar, 2011 4 commits
  25. 28 Mar, 2011 2 commits
  26. 26 Mar, 2011 1 commit
  27. 25 Mar, 2011 2 commits