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