summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* am 50566b35: Merge change 2816 into donutAndroid (Google) Code Review2009-06-015-269/+449
|\
| * Update reliability test code. Use a separate activity with simpler calback me...Guang Zhu2009-06-015-269/+449
* | am 162c9d0e: Merge change 2805 into donutAndroid (Google) Code Review2009-06-012-2/+2
|\ \ | |/
| * base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-012-2/+2
* | am 181fafaf: Retool the backup process to use a new \'BackupAgent\' classChristopher Tate2009-05-312-9/+4
|\ \ | |/
| * Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-312-9/+4
* | am 6190fe6e: Merge change 2758 into donutAndroid (Google) Code Review2009-05-291-1/+1
|\ \ | |/
| * Fix concat SMS for GSM.jsh2009-05-291-1/+1
* | am a5f50b8f: Merge change 2746 into donutAndroid (Google) Code Review2009-05-293-28/+31
|\ \ | |/
| * Modify the base gestures API to use streams instead of files. Adds new wrappe...Romain Guy2009-05-293-28/+31
* | am 761e0918: Unmap memory in MemoryFile.close().Bjorn Bringert2009-05-291-4/+73
|\ \ | |/
| * Unmap memory in MemoryFile.close().Bjorn Bringert2009-05-291-4/+73
* | Merge change 2503Android (Google) Code Review2009-05-271-0/+5
|\ \
| * | Stop the NANP number formatter from putting dashes in shortcodes.Ficus Kirkpatrick2009-05-261-0/+5
* | | am 511a0134: Merge change 2302 into donutAndroid (Google) Code Review2009-05-261-0/+37
|\ \ \ | |/ / |/| / | |/
| * Merge change 2302 into donutAndroid (Google) Code Review2009-05-251-0/+37
| |\
| | * added SmsMessage ConcatRef parsing validationTammo Spalink2009-05-221-0/+37
* | | am 82392e84: Merge change 2402 into donutAndroid (Google) Code Review2009-05-246-48/+42
|\ \ \ | |/ /
| * | Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-246-48/+42
* | | add ipc support to batchingFred Quintana2009-05-222-211/+508
* | | am 380cd96e: Fix the buildRomain Guy2009-05-221-0/+3
|\ \ \ | |/ /
| * | Fix the buildRomain Guy2009-05-221-0/+3
* | | merge f41c640d8424fbd90cb1751173ede1c9f5e848b4 w/minor conflictThe Android Open Source Project2009-05-225-15/+27
|\ \ \ | |/ /
| * | Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-225-15/+27
| |/
* | am cfcc0df2: Merge change 2285 into donutAndroid (Google) Code Review2009-05-2121-2705/+35
|\ \ | |/
| * Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-2121-2705/+35
* | am ac6a4b8e: Renamed setGestureType in GestureLibraryYang Li2009-05-212-3/+9
|\ \ | |/
| * Renamed setGestureType in GestureLibraryYang Li2009-05-212-3/+9
* | am b6d99b7d: Modify how GestureLibrary stores its data. The XML format is now...Romain Guy2009-05-2110-278/+288
|\ \ | |/
| * Modify how GestureLibrary stores its data. The XML format is now replaced by ...Romain Guy2009-05-2110-278/+288
* | am aeed1816: Merge change 2219 into donutAndroid (Google) Code Review2009-05-217-47/+109
|\ \ | |/
| * Merge change 2219 into donutAndroid (Google) Code Review2009-05-217-47/+109
| |\
| | * Updated LetterRecognizer & related gesture recognition codeYang Li2009-05-217-47/+109
| * | Fixed SD card access permission issue in manifestGuang Zhu2009-05-211-1/+2
* | | Fixed SD card access permission issue in manifestGuang Zhu2009-05-211-1/+2
* | | am 7269d9ac: Tweak the Gestures Overlay demo. This shortens the fade duration...Romain Guy2009-05-203-13/+24
|\ \ \ | |/ /
| * | Tweak the Gestures Overlay demo. This shortens the fade duration to make it m...Romain Guy2009-05-203-13/+24
| |/
* | am b204d4f1: Merge change 2136 into donutAndroid (Google) Code Review2009-05-2016-296/+539
|\ \ | |/
| * First pass at cleaning up the gestures code.Romain Guy2009-05-2016-296/+539
* | am e2914615: Merge change 2099 into donutAndroid (Google) Code Review2009-05-201-2/+2
|\ \ | |/
| * Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-201-2/+2
* | am 5bc21aa0: Merge change 1127 into donutAndroid (Google) Code Review2009-05-204-30/+125
|\ \ | |/
| * Merge change 1127 into donutAndroid (Google) Code Review2009-05-194-30/+125
| |\
| | * SmsHeader rewrite, in preparation for migration to public API.Tammo Spalink2009-05-204-30/+125
* | | am 12bb9471: Merge change 1936 into donutAndroid (Google) Code Review2009-05-1934-1732/+3016
|\ \ \ | |/ /
| * | Merge change 1936 into donutAndroid (Google) Code Review2009-05-1934-1732/+3016
| |\ \
| | * | Recovered the code of the gesture libraryYang Li2009-05-1834-1732/+3016
* | | | am 5615d35b: Add tests for the new SQLite _TOKENIZE() \'tag\' column.Bjorn Bringert2009-05-191-5/+33
|\ \ \ \ | |/ / /
| * | | Add tests for the new SQLite _TOKENIZE() 'tag' column.Bjorn Bringert2009-05-191-5/+33
| | |/ | |/|
* | | am 15e74b9d: Merge change 1939 into donutAndroid (Google) Code Review2009-05-191-1/+4
|\ \ \ | |/ /