1. 328c0e7 - removed the concept of Entity from the ContentProvider APIs by Fred Quintana · 15 years ago
  2. 2126aac Move android.server.search.SearchableInfo to android.app by Bjorn Bringert · 15 years ago
  3. eb7a7d5 Change the DropBoxManager API slightly (this is public, but not yet released) -- by Dan Egnor · 15 years ago
  4. 2464acc moved the gdata library to vendor/google by Fred Quintana · 15 years ago
  5. a750fdd Fix a problem in which Android custom fields are not emitted correctly in non-Ascii languages. by Daisuke Miyakawa · 15 years ago
  6. 673c1d1 Refactor vCard test code and modify unit tests. by Daisuke Miyakawa · 15 years ago
  7. 639b0f0 Make vCard exporter append neighborhood to locality field instead of extended address, by Daisuke Miyakawa · 15 years ago
  8. a6d81e3 Make vCard code refrain from using NEIGHBORHOOD field when importing. by Daisuke Miyakawa · 15 years ago
  9. c4b5171 Modify vCard exporter code so that it does not emit non-Ascii type. by Daisuke Miyakawa · 15 years ago
  10. ded0e64 Create android-common static library which gets included in frameworks.jar, by Dan Egnor · 15 years ago
  11. 49c0dec Code clean up. by Daisuke Miyakawa · 15 years ago
  12. 839c036 Add unit tests. by Daisuke Miyakawa · 15 years ago
  13. 8c80818 Modify test code a little. by Daisuke Miyakawa · 15 years ago
  14. d2145b9 Clean up codes and remove/modify stale codes/comments. by Daisuke Miyakawa · 15 years ago
  15. 1b9e2be Split vCard composer into two parts: VCardComposer and VCardBuilder. by Daisuke Miyakawa · 15 years ago
  16. 5a1f2d2 Rename several files so that readers would not be confused. by Daisuke Miyakawa · 15 years ago
  17. 592988d Add unit tests for Japanization and fix several bugs. by Daisuke Miyakawa · 15 years ago
  18. f18a01c Rename [I]DropBox[Service] to [I]DropBoxManager[Service]. by Dan Egnor · 15 years ago
  19. 0cda591 Make vCard composer use ContentValues object with non-empty name unless the object is not marked as IS_SUPER_PRIMARY. by Daisuke Miyakawa · 15 years ago
  20. f2ad61c Make vCard exporter check invalid phone numbers and re-format them if needed. by Daisuke Miyakawa · 15 years ago
  21. 0e98386 Support vCard format emitted by Windows Mobile 6.5, which contains invalid "VALUE" params and by Daisuke Miyakawa · 15 years ago
  22. 91abf10 am b90a187d: Merge change Ie994c0e8 into eclair by jsh · 15 years ago
  23. 1e1c24b Update CdmaSmsTest unit test. by jsh · 15 years ago
  24. 4fe2c57 Add tests for Japanization part of vCard. by Daisuke Miyakawa · 15 years ago
  25. 26ee0ae Make vCard importer handle "PAGER" phone number correctly. by Daisuke Miyakawa · 15 years ago
  26. 8742696 am c20fc77c: Merge change Iefd4a388 into eclair by Brett Chabot · 15 years ago
  27. c20fc77 Merge change Iefd4a388 into eclair by Android (Google) Code Review · 15 years ago
  28. f035b47 Make test compontent support multiple vCard input. by Daisuke Miyakawa · 15 years ago
  29. 9db07dd Make ContentValuesBuilder a separate file. by Daisuke Miyakawa · 15 years ago
  30. ed2d7c4 Introduce ContentValuesBuilder and make tests easier to read. by Daisuke Miyakawa · 15 years ago
  31. 66da163 Move some useful logic to VCardTestsBase.java by Daisuke Miyakawa · 15 years ago
  32. 3f16be2 Enable vCard tests connect both importer/exporter tests. by Daisuke Miyakawa · 15 years ago
  33. efd4a38 Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles by Brett Chabot · 15 years ago
  34. 227ba20 am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  35. f5633bc Fix test breakage in testNickNameV21(). by Daisuke Miyakawa · 15 years ago
  36. 3c828e2 Merge change I9195a354 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  37. 837cba33 Add partial support of Android-specific properties. by Daisuke Miyakawa · 15 years ago
  38. 9524027 Instead of a raw AIDL interface, give DropBox a Java by Dan Egnor · 15 years ago
  39. 075997f PerformanceCollector: Collect & report perf measurements in key/value form by Jack Wang · 15 years ago
  40. 622b190 am b81df8e3: Merge change I5535bbdf into eclair by Brett Chabot · 15 years ago
  41. bb88e3a Move verification code to VCardTestsBase. by Daisuke Miyakawa · 15 years ago
  42. 5535bbd Disable flaky and failing tests. by Brett Chabot · 15 years ago
  43. d263a06 Add a test for vCard composer. by Daisuke Miyakawa · 15 years ago
  44. 5f2ae66 am 76bb9a36: Merge change I1932e8f8 into eclair by Brett Chabot · 15 years ago
  45. 54616f3 Make MockCursor class a part of public SDK. by Daisuke Miyakawa · 15 years ago
  46. 2a2805b Merge change Ib3b06fc3 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  47. b3b06fc It turns out to be useful to allow enumeration on a per-tag basis, by Dan Egnor · 15 years ago
  48. 1932e8f Disable com.android.unit_tests.HeapTest:testExternalOomeLarge. by Brett Chabot · 15 years ago
  49. 99a0a2c Add tests and fix vCard code. by Daisuke Miyakawa · 15 years ago
  50. 4410ec8 Framework-side DropBox service that maintains a size-bounded by Dan Egnor · 15 years ago
  51. 221bc12 Add a new TestSuites: VCardTests by Daisuke Miyakawa · 15 years ago
  52. ba2b21b Implement unit tests for vCard exporter, which depends on the sucess in vCard importer. by Daisuke Miyakawa · 15 years ago
  53. 3f15538 Rename VCardTest.java to VCardImportTest.java. by Daisuke Miyakawa · 15 years ago
  54. 5c3e687 Develop ContentResolver-based unit tests for vCard importer and fix vCard code by Daisuke Miyakawa · 15 years ago
  55. b8a4e5f Suppress flaky test HeapTest#testOomeLarge. by Brett Chabot · 15 years ago
  56. 61aac7b Add PERIOD char to CDMA address sugar list. by Tammo Spalink · 15 years ago
  57. 865a1bb Remove deprecated VpnType.getDescription(). by Hung-ying Tyan · 15 years ago
  58. 9c118c8 Update CID in NeighboringCellInfo by johnwang · 15 years ago
  59. af8e23f Conditionalized CDMA-specific test. by Tammo Spalink · 15 years ago
  60. 4093086 fix bug 2134367: failing phone number compare test. by Wei Huang · 15 years ago
  61. 6a857d9 Fix test for phone number comparation. Now that there are two algorithms, we should consider them in Java layer. by Daisuke Miyakawa · 15 years ago
  62. da06e32 Fix http://b/2126318 (density test fails due to wrong-size asset stripping) by Daniel Sandler · 15 years ago
  63. 207700d Fix issue #2121993: com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing by Dianne Hackborn · 15 years ago
  64. 6d9eebe Merge change 25090 into eclair by Android (Google) Code Review · 15 years ago
  65. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
  66. 0393d349 Fix FileObserverTest#testRun. by Brett Chabot · 15 years ago
  67. ff1df69 Performance measurement framework: by Jack Wang · 15 years ago
  68. 2af198b Fix broken GSM SMS unit test, and general cleanup. by Tammo Spalink · 15 years ago
  69. 259749c Rename SMSTest to GsmSmsTest. by Tammo Spalink · 15 years ago
  70. 1c1ffa0 Promote MccTable to telephony and use it for both gsm/cdma by Robert Greenwalt · 15 years ago
  71. 95434bf Allow fragmentText to be called for singleton CDMA messages. by Tammo Spalink · 15 years ago
  72. 650cbfd Merge change 22551 into eclair by Android (Google) Code Review · 15 years ago
  73. f73dc54 Fix broken unit test. by Tammo Spalink · 15 years ago
  74. 1615ccc am e1df8224: Merge change 23173 into donut by Brett Chabot · 15 years ago
  75. 3bb99b3 Remove flaky test LifecycleTest.testDialog from large continuous suite. by Brett Chabot · 15 years ago
  76. c18776d optimize MCC table by Tammo Spalink · 15 years ago
  77. f4ddea7 Refactor VCard handling code, phase 2, 3, 4, 5 by Daisuke Miyakawa · 15 years ago
  78. ffd0cb04 do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch by Fred Quintana · 15 years ago
  79. e00dd1e Make GSM 7-bit encoding properly deal with initial padding. by Tammo Spalink · 15 years ago
  80. 3905eb3 am ff6585cb: Merge change 20144 into donut by Android (Google) Code Review · 15 years ago
  81. 04588d5 Remove flaky MonitorTest#testInterrupt from continuous, and attempt to make by Brett Chabot · 15 years ago
  82. 2d65082 fix CDMA SMS ASCII decode and mapping by Tammo Spalink · 15 years ago
  83. 2a8c531 am 65e5438d: Merge change 8966 into donut by Android (Google) Code Review · 15 years ago
  84. 53582b33 Add tests for android.net.vpn. by Hung-ying Tyan · 15 years ago
  85. f62a2bf allow illegal subparam sizes for CDMA SMS by Tammo Spalink · 15 years ago
  86. e624ee4 am 0fdedd00: Merge change 8612 into donut by Android (Google) Code Review · 15 years ago
  87. 1424fe0 added non-numeric cdma sms address support by Tammo Spalink · 15 years ago
  88. 3fc78e1 Remove visibility checks from SearchManager tests by Bjorn Bringert · 15 years ago
  89. d4a1d2e add account manager permission checking by Fred Quintana · 16 years ago
  90. ca9b596 am 1aa1a154: Merge change 7959 into donut by Android (Google) Code Review · 15 years ago
  91. 1aa1a15 Merge change 7959 into donut by Android (Google) Code Review · 15 years ago
  92. 24e65be am b42c3a58: Fix the build by Yu Shan Emily Lau · 15 years ago
  93. c1889da Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file. by Swarna Kumar · 15 years ago
  94. b42c3a5 Fix the build by Yu Shan Emily Lau · 15 years ago
  95. e83419b am ff851a1d: Merge change 7917 into donut by Android (Google) Code Review · 15 years ago
  96. 873eb57 Added the vpn unit test template. by Yu Shan Emily Lau · 15 years ago
  97. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  98. 701deb5 Fixing probable build breakage. by Daisuke Miyakawa · 16 years ago
  99. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  100. 7674b81 Refactor VCard-related code. by Daisuke Miyakawa · 16 years ago