summaryrefslogtreecommitdiffstats
path: root/tests/AndroidTests
Commit message (Expand)AuthorAgeFilesLines
* Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor2009-11-251-19/+5
* moved the gdata library to vendor/googleFred Quintana2009-11-246-239/+0
* Fix a problem in which Android custom fields are not emitted correctly in non...Daisuke Miyakawa2009-11-202-0/+18
* Refactor vCard test code and modify unit tests.Daisuke Miyakawa2009-11-2012-1592/+1784
* Make vCard exporter append neighborhood to locality field instead of extended...Daisuke Miyakawa2009-11-202-14/+45
* Make vCard code refrain from using NEIGHBORHOOD field when importing.Daisuke Miyakawa2009-11-192-3/+18
* Modify vCard exporter code so that it does not emit non-Ascii type.Daisuke Miyakawa2009-11-194-24/+85
* Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-124/+0
* Code clean up.Daisuke Miyakawa2009-11-181-4/+2
* Add unit tests.Daisuke Miyakawa2009-11-184-10/+139
* Modify test code a little.Daisuke Miyakawa2009-11-173-153/+106
* Clean up codes and remove/modify stale codes/comments.Daisuke Miyakawa2009-11-173-9/+8
* Split vCard composer into two parts: VCardComposer and VCardBuilder.Daisuke Miyakawa2009-11-171-50/+97
* Rename several files so that readers would not be confused.Daisuke Miyakawa2009-11-165-33/+242
* Add unit tests for Japanization and fix several bugs.Daisuke Miyakawa2009-11-136-29/+167
* Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-63/+67
* Make vCard composer use ContentValues object with non-empty name unless the o...Daisuke Miyakawa2009-11-111-0/+30
* Make vCard exporter check invalid phone numbers and re-format them if needed.Daisuke Miyakawa2009-11-101-0/+14
* Support vCard format emitted by Windows Mobile 6.5, which contains invalid "V...Daisuke Miyakawa2009-11-094-1/+63
* am b90a187d: Merge change Ie994c0e8 into eclairjsh2009-11-061-0/+23
|\
| * Update CdmaSmsTest unit test.jsh2009-11-061-0/+23
* | Add tests for Japanization part of vCard.Daisuke Miyakawa2009-11-054-55/+201
* | Make vCard importer handle "PAGER" phone number correctly.Daisuke Miyakawa2009-11-052-6/+34
* | am c20fc77c: Merge change Iefd4a388 into eclairBrett Chabot2009-11-041-1/+2
|\ \ | |/
| * Merge change Iefd4a388 into eclairAndroid (Google) Code Review2009-11-041-1/+2
| |\
| | * Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFilesBrett Chabot2009-10-301-1/+2
* | | Make test compontent support multiple vCard input.Daisuke Miyakawa2009-11-044-493/+785
* | | Make ContentValuesBuilder a separate file.Daisuke Miyakawa2009-11-042-58/+81
* | | Introduce ContentValuesBuilder and make tests easier to read.Daisuke Miyakawa2009-11-043-817/+861
* | | Move some useful logic to VCardTestsBase.javaDaisuke Miyakawa2009-11-032-385/+367
* | | Enable vCard tests connect both importer/exporter tests.Daisuke Miyakawa2009-11-023-68/+84
* | | am e8228afb: Merge change I92cdc5ed into eclairJack Wang2009-10-301-70/+155
|\ \ \ | |/ /
| * | PerformanceCollector: Collect & report perf measurements in key/value formJack Wang2009-10-281-70/+155
| |/
* | Fix test breakage in testNickNameV21().Daisuke Miyakawa2009-10-291-1/+1
* | Merge change I9195a354 into eclair-mr2Android (Google) Code Review2009-10-281-3/+19
|\ \
| * | Add partial support of Android-specific properties.Daisuke Miyakawa2009-10-291-3/+19
* | | Instead of a raw AIDL interface, give DropBox a JavaDan Egnor2009-10-281-59/+65
* | | am b81df8e3: Merge change I5535bbdf into eclairBrett Chabot2009-10-282-4/+6
|\ \ \ | |/ / |/| / | |/
| * Disable flaky and failing tests.Brett Chabot2009-10-262-4/+6
* | Move verification code to VCardTestsBase.Daisuke Miyakawa2009-10-275-320/+376
* | Add a test for vCard composer.Daisuke Miyakawa2009-10-272-10/+103
* | am 76bb9a36: Merge change I1932e8f8 into eclairBrett Chabot2009-10-211-1/+2
|\ \ | |/
| * Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.Brett Chabot2009-10-191-1/+2
* | Make MockCursor class a part of public SDK.Daisuke Miyakawa2009-10-222-255/+1
* | Merge change Ib3b06fc3 into eclair-mr2Android (Google) Code Review2009-10-201-52/+107
|\ \
| * | It turns out to be useful to allow enumeration on a per-tag basis,Dan Egnor2009-10-201-52/+107
* | | Add tests and fix vCard code.Daisuke Miyakawa2009-10-143-57/+862
|/ /
* | Framework-side DropBox service that maintains a size-boundedDan Egnor2009-10-133-13/+492
* | Add a new TestSuites: VCardTestsDaisuke Miyakawa2009-10-121-0/+15
* | Implement unit tests for vCard exporter, which depends on the sucess in vCard...Daisuke Miyakawa2009-10-126-356/+1009