1. 6e48c66 Remove the old unit tests. by Senpo Hu · 9 years ago
  2. a0e8347 Measure time to first valid preview frame in testImageCapture. Bug: 11999851 by Kevin Gabayan · 10 years ago
  3. 3189c03 Updating the Camera tests makefile and source to reflect recent split between camera and gallery by Jason Noguchi · 11 years ago
  4. 1ac5817 Add camera-related tests back. by Sascha Haeberling · 11 years ago
  5. 8e963a5 This removes all non-Camera stuff from Camera2. by Sascha Haeberling · 11 years ago
  6. 4fc90b0 Remove all .mk files from the cloned Camera2 until the project is by Sascha Haeberling · 11 years ago
  7. 8672b22 Merge tests/exiftool_parser/ from platform/packages/apps/Gallery2 to tests/exiftool_parser/ by Qiwen Zhao · 11 years ago
  8. 7ee1687 Merge Android.mk/ from platform/packages/apps/Gallery2 to Android.mk/ by Qiwen Zhao · 11 years ago
  9. 48634be Merge AndroidManifest.xml/ from platform/packages/apps/Gallery2 to AndroidManifest.xml/ by Qiwen Zhao · 11 years ago
  10. 51b3321 Merge res/ from platform/packages/apps/Gallery2 to res/ by Qiwen Zhao · 11 years ago
  11. 4c3d807 Clean up the test tags used by the continuous test service to determine which by Jason Noguchi · 11 years ago
  12. f40d4fb Clean up the test tags used by the continuous test service to determine which by Jason Noguchi · 11 years ago
  13. bffb4a0 Added jpeg streaming classes. by Ruben Brunk · 11 years ago
  14. ade3402 Added jpeg streaming classes. by Ruben Brunk · 11 years ago
  15. 8d8d5cf Added jpeg streaming classes. by Ruben Brunk · 11 years ago
  16. caa77af Remove GL dependency on unused stencil buffers. by George Mount · 11 years ago
  17. 0cea1fc Speed improvements for ExifOutputStream. by Ruben Brunk · 11 years ago
  18. b658ef4 Remove ImageCache from PhotoProvider in favor of MediaCache. by George Mount · 11 years ago
  19. 778228b Add initial implementation of MediaCache. by George Mount · 11 years ago
  20. 314de40 Add initial implementation of MediaCache. by George Mount · 11 years ago
  21. 51177aa Revert "New loading model" by John Reck · 11 years ago
  22. b529aa8 Removing obsolete test. by Jason Noguchi · 11 years ago
  23. 4fc93d0 Delete and recreate database on upgrade. by George Mount · 11 years ago
  24. 29fd4aa Exif parser modifications. by Ruben Brunk · 11 years ago
  25. 9bd3f52 Add delete cascade for Accounts. by George Mount · 11 years ago
  26. 07d00fa Add batch operations to PhotoProvider by George Mount · 11 years ago
  27. 5e46468 Remove redundant Album NAME (replaced by TITLE) by Mangesh Ghiware · 11 years ago
  28. 3360e27 Add inserts to PhotoProvider. by George Mount · 11 years ago
  29. f73f725 Add required fields to PhotoProvider. by George Mount · 11 years ago
  30. c0a5c3b Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apk by George Mount · 11 years ago
  31. b2b1e6c Add initial implementation of PhotosProvider. by George Mount · 11 years ago
  32. 178b04f Add initial implementation of PhotosProvider. by George Mount · 11 years ago
  33. bceb3b0 Scaling down the stress test defaults iteration counts to some base level. by Jason Noguchi · 11 years ago
  34. 81d9773 Scaling down the stress test defaults iteration counts to some base level. by Jason Noguchi · 11 years ago
  35. 26ac261 Remove more com.android.camera.R by John Reck · 11 years ago
  36. e6371c5 Merging camera test with gallery test. by Jason Noguchi · 11 years ago
  37. 32a5909 Merging camera test with gallery test. by Jason Noguchi · 11 years ago
  38. d7a6d86 Merging camera test with gallery test. by Jason Noguchi · 11 years ago
  39. d0dab30 Merging camera test with gallery test. by Jason Noguchi · 11 years ago
  40. 9686d9d New loading model by John Reck · 11 years ago
  41. c8cab06 Fix slide show animation so that cross fades work. by George Mount · 11 years ago
  42. e4673b2 Instantiate GLCanvas rather than reinitialize current GLCanvas. by George Mount · 11 years ago
  43. 74898c3 Merge "ExifModifier" into gb-ub-photos-bryce by Angus Kong · 11 years ago
  44. 8661644 Move LightCycle to render directly to GLRootView. by George Mount · 11 years ago
  45. 8cb165a GL packaging refactor by John Reck · 11 years ago
  46. 837007c Add GLES20 canvas implementation. by George Mount · 11 years ago
  47. cf62554 ExifModifier by Earl Ou · 11 years ago
  48. 0db6ec1 Separate GL calls into GLCanvas in preparation for adding GLES2. by George Mount · 12 years ago
  49. d6db57c Use getValueAt() to read different data in ExifTag by Earl Ou · 12 years ago
  50. bb2a49c Handle wrong thumbnail tag type by Earl Ou · 12 years ago
  51. cd42404 Handle undefined tags and ignore copyright tag in exif test by Earl Ou · 12 years ago
  52. c188a0d Handle invalid offset value in ExifParser by Earl Ou · 12 years ago
  53. 24bc9e2 ignore image with invalid thumbnail type in Exif test by Earl Ou · 12 years ago
  54. b7dbeb1 Handle tag not found in ExifParserTest by Earl Ou · 12 years ago
  55. 10b9000 fix OOM in exif test by Earl Ou · 12 years ago
  56. 1927ec5 print image path when setup error in Exif test by Earl Ou · 12 years ago
  57. 665a3a6 am 0c7e8aac: Merge "Fix build." into gb-ub-photos-arches by Michael Jurka · 12 years ago
  58. 6a06e72 Fix build. by Angus Kong · 12 years ago
  59. 943fd56 Use NO_VALUE in ground truth of exif test when no valid value from exiftool by Earl Ou · 12 years ago
  60. 9cf0bba Use List to store duplicated exif tag by Earl Ou · 12 years ago
  61. 120cdf4 Use NO_VALUE in ground truth of exif test when no valid value from exiftool by Earl Ou · 12 years ago
  62. 5be98ed use NO_VALUE when the output of exiftool is invalid by Earl Ou · 12 years ago
  63. 3c9c7dc Handle duplicated tags in the Exif test by Earl Ou · 12 years ago
  64. b677dc8 Print image path for exception in Exif test by Earl Ou · 12 years ago
  65. aa8ef6a Merge "Make original exif test pass with the exiftool ground truth" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  66. c1ceb80 Make original exif test pass with the exiftool ground truth by Earl Ou · 12 years ago
  67. 58fb8e9 Merge "Read exif test images from the external storage of the test package" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  68. cdd116d Read exif test images from the external storage of the test package by Earl Ou · 12 years ago
  69. 144dc61 Do not use parentheses for Model tag in exiftool parser by Earl Ou · 12 years ago
  70. 030bf17 Parse the layer of exiftool output by Earl Ou · 12 years ago
  71. 66bfc06 am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  72. a942400 Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  73. e2d056e am a38801ed: Merge "Fix build" into gb-ub-photos-arches by John Reck · 12 years ago
  74. 778aebd Fix build by John Reck · 12 years ago
  75. f579ab7 Exiftool parser by Earl Ou · 12 years ago
  76. fdff8bc Use exiftool as ground truth for Exif API test by Earl Ou · 12 years ago
  77. 74054c4 Use exiftool as ground truth for Exif API test by Earl Ou · 12 years ago
  78. 5849073 Revert "Revert "Upload screennails in tiles to prevent jank"" by Owen Lin · 12 years ago
  79. 82da69f Revert "Upload screennails in tiles to prevent jank" by Bart Sears · 12 years ago
  80. 7e64ee9 Upload screennails in tiles to prevent jank by Owen Lin · 12 years ago
  81. 85feecb Fix build break in tests by George Mount · 12 years ago
  82. 2abb15c Tests for ExifData by Earl Ou · 12 years ago
  83. b5b30a0 Simplify the usage of ExifData by Earl Ou · 12 years ago
  84. c27ecc2 Rearrange the constants in ExifTag by Earl Ou · 12 years ago
  85. 397d48c Remove the parameter of getAllExifTags() in IfdData by Earl Ou · 12 years ago
  86. 4729f29 ExifOutputStream by Earl Ou · 12 years ago
  87. a393402 Redesign the set function of ExifTag by Earl Ou · 12 years ago
  88. 3d5c7f5 Merge "Read thumbnail into ExifData" into gb-ub-photos-arches by Hung-ying Tyan · 12 years ago
  89. fd74527 Read thumbnail into ExifData by Earl Ou · 12 years ago
  90. 93d87ff Ongoing reskin of Gallery app by Bobby Georgescu · 12 years ago
  91. ccd9f27 Re-design ExifParser for some strange Exif header by Earl Ou · 12 years ago
  92. 1eebc58 A simple ExifReader and its test by Earl Ou · 12 years ago
  93. e81de49 A simple ExifReader and its test by Earl Ou · 12 years ago
  94. de8079d Merge "First gallery reskin iteration." into gb-ub-photos-arches by Bobby Georgescu · 12 years ago
  95. 15f32af First gallery reskin iteration. by Bobby Georgescu · 12 years ago
  96. 40abc17 Check if the ExifParser paser every part in the test by Earl Ou · 12 years ago
  97. 3fda31a ignore uncompressed thumbnail when test exif thumbnail by Earl Ou · 12 years ago
  98. 0d64f47 Handle error when string length=0 in IfdParser by Earl Ou · 12 years ago
  99. 29eddab Use hex to represent unknown type and byte type for ExifParser debugging by Earl Ou · 12 years ago
  100. 907cc18 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner by Earl Ou · 12 years ago