summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* am d782b4b6: Add keyguard permission to instrumented ImfTest package.Brett Chabot2009-11-251-0/+2
|\
| * Add keyguard permission to instrumented ImfTest package.Brett Chabot2009-11-251-0/+2
| * Merge changes I0c77eca9,Ibd184157,I81947f67 into eclairAndroid (Google) Code Review2009-11-251-1/+1
| |\
| | * Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessag...Ben Murdoch2009-11-241-1/+1
* | | Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor2009-11-251-19/+5
* | | Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-251-45/+11
* | | am 7f8e3409: Merge change I816428ae into eclairSwarna Kumar2009-11-242-0/+9
|\ \ \ | |/ /
| * | Temporarily add explicit step to disable keyguard to imf tests to attempt sol...Swarna Kumar2009-11-242-0/+9
| |/
* | moved the gdata library to vendor/googleFred Quintana2009-11-246-239/+0
* | Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage.Ben Murdoch2009-11-201-1/+1
* | Merge change I903ce7b1 into eclair-mr2Android (Google) Code Review2009-11-192-0/+18
|\ \
| * | Fix a problem in which Android custom fields are not emitted correctly in non...Daisuke Miyakawa2009-11-202-0/+18
* | | am 57bda83d: Merge change I4f614c9e into eclairJoe Onorato2009-11-1940-0/+743
|\ \ \ | |/ / |/| / | |/
| * Add a test app that has 100 icons. None of them do anything when clicked.Joe Onorato2009-11-1940-0/+743
* | 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-182-125/+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
* | am ea48cd6d: Use a diff that ignores trailing whitespaces to get by some layo...Guang Zhu2009-11-122-18/+36
|\ \ | |/
| * Use a diff that ignores trailing whitespaces to get by some layout test failu...Guang Zhu2009-11-122-18/+36
* | 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
* | Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-1/+0
* | 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
* | am c3f3f9a9: Merge change Ie71d9e42 into eclairJoe Onorato2009-11-052-0/+22
|\ \ | |/
| * Merge change Ie71d9e42 into eclairAndroid (Google) Code Review2009-11-052-0/+22
| |\
| | * Another test for StatusBar test.Joe Onorato2009-11-052-0/+22
* | | am bfa68abc: layout test rebase, bug fixGuang Zhu2009-11-055-33/+721
|\ \ \ | |/ /
| * | layout test rebase, bug fixGuang Zhu2009-11-055-33/+721
* | | 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