1. 6e48c66 Remove the old unit tests. by Senpo Hu · 10 years ago
  2. a0e8347 Measure time to first valid preview frame in testImageCapture. Bug: 11999851 by Kevin Gabayan · 11 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. f40d4fb Clean up the test tags used by the continuous test service to determine which by Jason Noguchi · 11 years ago
  7. 8d8d5cf Added jpeg streaming classes. by Ruben Brunk · 11 years ago
  8. caa77af Remove GL dependency on unused stencil buffers. by George Mount · 11 years ago
  9. 0cea1fc Speed improvements for ExifOutputStream. by Ruben Brunk · 11 years ago
  10. b658ef4 Remove ImageCache from PhotoProvider in favor of MediaCache. by George Mount · 11 years ago
  11. 314de40 Add initial implementation of MediaCache. by George Mount · 11 years ago
  12. 51177aa Revert "New loading model" by John Reck · 11 years ago
  13. b529aa8 Removing obsolete test. by Jason Noguchi · 11 years ago
  14. 4fc93d0 Delete and recreate database on upgrade. by George Mount · 11 years ago
  15. 29fd4aa Exif parser modifications. by Ruben Brunk · 11 years ago
  16. 9bd3f52 Add delete cascade for Accounts. by George Mount · 11 years ago
  17. 07d00fa Add batch operations to PhotoProvider by George Mount · 11 years ago
  18. 5e46468 Remove redundant Album NAME (replaced by TITLE) by Mangesh Ghiware · 11 years ago
  19. 3360e27 Add inserts to PhotoProvider. by George Mount · 11 years ago
  20. f73f725 Add required fields to PhotoProvider. by George Mount · 11 years ago
  21. c0a5c3b Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apk by George Mount · 11 years ago
  22. 178b04f Add initial implementation of PhotosProvider. by George Mount · 11 years ago
  23. 81d9773 Scaling down the stress test defaults iteration counts to some base level. by Jason Noguchi · 11 years ago
  24. 26ac261 Remove more com.android.camera.R by John Reck · 11 years ago
  25. d0dab30 Merging camera test with gallery test. by Jason Noguchi · 11 years ago
  26. 9686d9d New loading model by John Reck · 12 years ago
  27. c8cab06 Fix slide show animation so that cross fades work. by George Mount · 12 years ago
  28. e4673b2 Instantiate GLCanvas rather than reinitialize current GLCanvas. by George Mount · 12 years ago
  29. 74898c3 Merge "ExifModifier" into gb-ub-photos-bryce by Angus Kong · 12 years ago
  30. 8661644 Move LightCycle to render directly to GLRootView. by George Mount · 12 years ago
  31. 8cb165a GL packaging refactor by John Reck · 12 years ago
  32. 837007c Add GLES20 canvas implementation. by George Mount · 12 years ago
  33. cf62554 ExifModifier by Earl Ou · 12 years ago
  34. 0db6ec1 Separate GL calls into GLCanvas in preparation for adding GLES2. by George Mount · 12 years ago
  35. d6db57c Use getValueAt() to read different data in ExifTag by Earl Ou · 12 years ago
  36. bb2a49c Handle wrong thumbnail tag type by Earl Ou · 12 years ago
  37. cd42404 Handle undefined tags and ignore copyright tag in exif test by Earl Ou · 12 years ago
  38. c188a0d Handle invalid offset value in ExifParser by Earl Ou · 12 years ago
  39. 24bc9e2 ignore image with invalid thumbnail type in Exif test by Earl Ou · 12 years ago
  40. b7dbeb1 Handle tag not found in ExifParserTest by Earl Ou · 12 years ago
  41. 10b9000 fix OOM in exif test by Earl Ou · 12 years ago
  42. 1927ec5 print image path when setup error in Exif test by Earl Ou · 12 years ago
  43. 665a3a6 am 0c7e8aac: Merge "Fix build." into gb-ub-photos-arches by Michael Jurka · 12 years ago
  44. 6a06e72 Fix build. by Angus Kong · 12 years ago
  45. 9cf0bba Use List to store duplicated exif tag by Earl Ou · 12 years ago
  46. 120cdf4 Use NO_VALUE in ground truth of exif test when no valid value from exiftool by Earl Ou · 12 years ago
  47. 3c9c7dc Handle duplicated tags in the Exif test by Earl Ou · 12 years ago
  48. b677dc8 Print image path for exception in Exif test by Earl Ou · 12 years ago
  49. aa8ef6a Merge "Make original exif test pass with the exiftool ground truth" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  50. c1ceb80 Make original exif test pass with the exiftool ground truth by Earl Ou · 12 years ago
  51. 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
  52. cdd116d Read exif test images from the external storage of the test package by Earl Ou · 12 years ago
  53. 66bfc06 am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  54. a942400 Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  55. e2d056e am a38801ed: Merge "Fix build" into gb-ub-photos-arches by John Reck · 12 years ago
  56. 778aebd Fix build by John Reck · 12 years ago
  57. fdff8bc Use exiftool as ground truth for Exif API test by Earl Ou · 12 years ago
  58. 5849073 Revert "Revert "Upload screennails in tiles to prevent jank"" by Owen Lin · 12 years ago
  59. 82da69f Revert "Upload screennails in tiles to prevent jank" by Bart Sears · 12 years ago
  60. 7e64ee9 Upload screennails in tiles to prevent jank by Owen Lin · 12 years ago
  61. 85feecb Fix build break in tests by George Mount · 12 years ago
  62. 2abb15c Tests for ExifData by Earl Ou · 12 years ago
  63. b5b30a0 Simplify the usage of ExifData by Earl Ou · 12 years ago
  64. c27ecc2 Rearrange the constants in ExifTag by Earl Ou · 12 years ago
  65. 397d48c Remove the parameter of getAllExifTags() in IfdData by Earl Ou · 12 years ago
  66. 4729f29 ExifOutputStream by Earl Ou · 12 years ago
  67. a393402 Redesign the set function of ExifTag by Earl Ou · 12 years ago
  68. 3d5c7f5 Merge "Read thumbnail into ExifData" into gb-ub-photos-arches by Hung-ying Tyan · 12 years ago
  69. fd74527 Read thumbnail into ExifData by Earl Ou · 12 years ago
  70. 93d87ff Ongoing reskin of Gallery app by Bobby Georgescu · 12 years ago
  71. ccd9f27 Re-design ExifParser for some strange Exif header by Earl Ou · 12 years ago
  72. e81de49 A simple ExifReader and its test by Earl Ou · 12 years ago
  73. de8079d Merge "First gallery reskin iteration." into gb-ub-photos-arches by Bobby Georgescu · 12 years ago
  74. 15f32af First gallery reskin iteration. by Bobby Georgescu · 12 years ago
  75. 40abc17 Check if the ExifParser paser every part in the test by Earl Ou · 12 years ago
  76. 3fda31a ignore uncompressed thumbnail when test exif thumbnail by Earl Ou · 12 years ago
  77. 0d64f47 Handle error when string length=0 in IfdParser by Earl Ou · 12 years ago
  78. c61cc7c 1. add interoperability ifd in exif test and 2. add some log by Earl Ou · 12 years ago
  79. fd3a9b8 Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail's information by Earl Ou · 12 years ago
  80. 81ed850 Use hex to represent unknown type and byte type for ExifParser debugging by Earl Ou · 12 years ago
  81. 808df82 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner by Earl Ou · 12 years ago
  82. 4f5541c use InstrumentationTestCase for ExifParserTest by Earl Ou · 12 years ago
  83. bdcdb15 Remove TYPE_SUB_IFD for next() in IfdParser by Earl Ou · 12 years ago
  84. 9fae341 Check number of exif tag in test by Earl Ou · 12 years ago
  85. 0450461 Test read thumbnail by Earl Ou · 12 years ago
  86. 4285894 Test only keep some exif tags for value by Earl Ou · 12 years ago
  87. dbbfed2 Test skip to next ifd in ExifParserTest by Earl Ou · 12 years ago
  88. fb11e05 ExifParserTest by Earl Ou · 12 years ago
  89. 048ca67 Fix build. by Owen Lin · 12 years ago
  90. 68386e0 Add a new state uploading to UploadedTexture. by Owen Lin · 12 years ago
  91. 203af87 Use View.setSystemUiVisibility to enter/leave lights-out mode. by Chih-Chung Chang · 12 years ago
  92. 34e6b58 Add freeze/unfreeze for GLRootView. by Chih-Chung Chang · 12 years ago
  93. ac02f46 Better orientation change handling. by Chih-Chung Chang · 12 years ago
  94. 023eb08 Add support to draw on texture. by Owen Lin · 12 years ago
  95. ad08811 Support drawing in different orientation in Gallery. by Chih-Chung Chang · 12 years ago
  96. f52afa9 Remove Position and PositionRepository. by Owen Lin · 12 years ago
  97. 037e06c Use SurfaceTexture to show Camera preview. by Chih-Chung Chang · 12 years ago
  98. 980724b Remove unused code. by Chih-Chung Chang · 12 years ago
  99. be55f1e Reduce memory allocation and make small improvements. by Chih-Chung Chang · 12 years ago
  100. b3d0196 Cache animation time value to reduce work and synchronize animation. by Chih-Chung Chang · 12 years ago