| Commit message (Expand) | Author | Age | Files | Lines |
* | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -1/+17 |
* | Added bugreport collecting mechanism in case of crashes. | Guang Zhu | 2009-06-04 | 1 | -1/+31 |
* | Skip empty lines in test url list. | Guang Zhu | 2009-06-03 | 1 | -0/+3 |
* | Adding missing callback onJsConfirm to dismiss any confirmation dialogs | Guang Zhu | 2009-06-03 | 1 | -0/+6 |
* | Added new parameter to enable a manual pause between pages | Guang Zhu | 2009-06-03 | 4 | -18/+43 |
* | Handle EOF correctly in MemoryFile input stream. | Bjorn Bringert | 2009-06-03 | 2 | -2/+70 |
* | Allow creating AssetFileDescriptors for MemoryFiles. | Bjorn Bringert | 2009-06-03 | 4 | -3/+349 |
* | Merge change 2967 into donut | Android (Google) Code Review | 2009-06-02 | 2 | -8/+3 |
|\ |
|
| * | Fixed issue where code for extracting scripts was eclipsed by runTest method. | Guang Zhu | 2009-06-02 | 2 | -8/+3 |
* | | support more minor cdms sms bearer data subparameters | Tammo Spalink | 2009-06-02 | 1 | -17/+95 |
|/ |
|
* | Fixed bug where test status is not marked "DONE" when completed | Guang Zhu | 2009-06-01 | 1 | -0/+1 |
* | Rename WRITE_SDCARD to WRITE_EXTERNAL_STORAGE in browser test app | Guang Zhu | 2009-06-01 | 1 | -0/+1 |
* | Removing @Override to fix the build | Guang Zhu | 2009-06-01 | 1 | -1/+0 |
* | Update reliability test code. Use a separate activity with simpler calback me... | Guang Zhu | 2009-06-01 | 5 | -269/+449 |
* | base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE | San Mehat | 2009-06-01 | 2 | -2/+2 |
* | Retool the backup process to use a new 'BackupAgent' class | Christopher Tate | 2009-05-31 | 2 | -9/+4 |
* | Fix concat SMS for GSM. | jsh | 2009-05-29 | 1 | -1/+1 |
* | Modify the base gestures API to use streams instead of files. Adds new wrappe... | Romain Guy | 2009-05-29 | 3 | -28/+31 |
* | Unmap memory in MemoryFile.close(). | Bjorn Bringert | 2009-05-29 | 1 | -4/+73 |
* | Merge change 2302 into donut | Android (Google) Code Review | 2009-05-25 | 1 | -0/+37 |
|\ |
|
| * | added SmsMessage ConcatRef parsing validation | Tammo Spalink | 2009-05-22 | 1 | -0/+37 |
* | | Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th... | Romain Guy | 2009-05-24 | 6 | -48/+42 |
* | | Fix the build | Romain Guy | 2009-05-22 | 1 | -0/+3 |
* | | Add a new API to ListView: setGestures(int). This allows developers to enable... | Romain Guy | 2009-05-22 | 5 | -15/+27 |
|/ |
|
* | Move the Gestures API to the framework in android.gesture. | Romain Guy | 2009-05-21 | 21 | -2705/+35 |
* | Renamed setGestureType in GestureLibrary | Yang Li | 2009-05-21 | 2 | -3/+9 |
* | Modify how GestureLibrary stores its data. The XML format is now replaced by ... | Romain Guy | 2009-05-21 | 10 | -278/+288 |
* | Merge change 2219 into donut | Android (Google) Code Review | 2009-05-21 | 7 | -47/+109 |
|\ |
|
| * | Updated LetterRecognizer & related gesture recognition code | Yang Li | 2009-05-21 | 7 | -47/+109 |
* | | Fixed SD card access permission issue in manifest | Guang Zhu | 2009-05-21 | 1 | -1/+2 |
* | | Tweak the Gestures Overlay demo. This shortens the fade duration to make it m... | Romain Guy | 2009-05-20 | 3 | -13/+24 |
|/ |
|
* | First pass at cleaning up the gestures code. | Romain Guy | 2009-05-20 | 16 | -296/+539 |
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 1 | -2/+2 |
* | Merge change 1127 into donut | Android (Google) Code Review | 2009-05-19 | 4 | -30/+125 |
|\ |
|
| * | SmsHeader rewrite, in preparation for migration to public API. | Tammo Spalink | 2009-05-20 | 4 | -30/+125 |
* | | Merge change 1936 into donut | Android (Google) Code Review | 2009-05-19 | 34 | -1732/+3016 |
|\ \ |
|
| * | | Recovered the code of the gesture library | Yang Li | 2009-05-18 | 34 | -1732/+3016 |
* | | | Add tests for the new SQLite _TOKENIZE() 'tag' column. | Bjorn Bringert | 2009-05-19 | 1 | -5/+33 |
| |/
|/| |
|
* | | Merge change 1939 into donut | Android (Google) Code Review | 2009-05-18 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Temporarily suppress flaky test LocationManagerProximityTest until test harne... | Brett Chabot | 2009-05-18 | 1 | -1/+4 |
* | | Merge change 1909 into donut | Android (Google) Code Review | 2009-05-18 | 2 | -3/+18 |
|\ \ |
|
| * | | Fixed IndexOutofBoundException, improved how memory information is captured (... | Guang Zhu | 2009-05-18 | 2 | -3/+18 |
| |/ |
|
* | | Merge change 1575 into donut | Android (Google) Code Review | 2009-05-17 | 1 | -5/+74 |
|\ \ |
|
| * | | Change _TOKENIZE tests to test the new token_index column | Bjorn Bringert | 2009-05-15 | 1 | -5/+74 |
* | | | Revert "Squashed commit of the following:" | Yang Li | 2009-05-15 | 29 | -3060/+712 |
* | | | Merge change 1823 into donut | Android (Google) Code Review | 2009-05-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add the backup data file writer C++ class. | Joe Onorato | 2009-05-15 | 1 | -0/+1 |
* | | | | Squashed commit of the following: | Yang Li | 2009-05-15 | 29 | -712/+3060 |
|/ / / |
|
* | | | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 1 | -0/+3 |
|/ / |
|
* | | Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m... | svetoslavganov | 2009-05-14 | 3 | -1/+258 |