1. 29 Apr, 2011 1 commit
  2. 27 Apr, 2011 2 commits
  3. 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
  4. 18 Mar, 2011 1 commit
  5. 07 Feb, 2011 1 commit
  6. 06 Jan, 2011 1 commit
  7. 09 Nov, 2010 1 commit
  8. 27 Oct, 2010 1 commit
  9. 25 Oct, 2010 1 commit
  10. 20 Oct, 2010 1 commit
  11. 14 Oct, 2010 1 commit
  12. 29 Sep, 2010 1 commit
  13. 28 Sep, 2010 1 commit
  14. 21 Jun, 2010 2 commits
  15. 28 May, 2010 1 commit
    • Kenny Root's avatar
      Mark strings with translatable attribute · 5ad6d1c8
      Kenny Root authored
      Instead of relying on comments, mark actual string with
      translatable="false" attribute so it's easier to programmatically
      assess.
      
      Change-Id: I0af96cf392b6fefa2f75dca611f89724c1a0c767
      5ad6d1c8
  16. 27 Apr, 2010 1 commit
  17. 30 Mar, 2010 1 commit
  18. 18 Mar, 2010 1 commit
  19. 09 Mar, 2010 2 commits
  20. 05 Mar, 2010 1 commit
  21. 11 Feb, 2010 1 commit
  22. 05 Feb, 2010 3 commits
  23. 29 Jan, 2010 1 commit
  24. 12 Jan, 2010 1 commit
  25. 08 Jan, 2010 2 commits
  26. 05 Jan, 2010 1 commit
  27. 15 Dec, 2009 1 commit
  28. 02 Dec, 2009 3 commits
  29. 30 Nov, 2009 2 commits
  30. 15 Nov, 2009 2 commits