summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 450ad31b: Merge change 2774 into donutAndroid (Google) Code Review2009-06-011-6/+10
|\ | | | | | | | | | | | | Merge commit '450ad31b62af468aa0fb308a5c983b8f8334ae4e' * commit '450ad31b62af468aa0fb308a5c983b8f8334ae4e': Limit check on maxChannels for SoundPool.
| * Merge change 2774 into donutAndroid (Google) Code Review2009-06-011-6/+10
| |\ | | | | | | | | | | | | * changes: Limit check on maxChannels for SoundPool. Bug 1838724
| | * Limit check on maxChannels for SoundPool.Dave Sparks2009-06-011-6/+10
| | | | | | | | | | | | Bug 1838724
* | | am 10d273bb: Merge change 2591 into donutAndroid (Google) Code Review2009-06-011-12/+15
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '10d273bb69016f7eb056d7ea1f3a929a5f5a3314' * commit '10d273bb69016f7eb056d7ea1f3a929a5f5a3314': Check if the ownerView is still attached to window in
| * | Merge change 2591 into donutAndroid (Google) Code Review2009-06-011-12/+15
| |\ \ | | | | | | | | | | | | | | | | * changes: Check if the ownerView is still attached to window in refreshPositionVariables.
| | * | Check if the ownerView is still attached to window inOwen Lin2009-05-271-12/+15
| | | | | | | | | | | | | | | | refreshPositionVariables.
* | | | get rid of sleepForInterval() which didn't seem to be used anywhere in the ↵Mathias Agopian2009-05-315-285/+0
| | | | | | | | | | | | | | | | source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.
* | | | Merge change 2792Android (Google) Code Review2009-05-3115-47/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: get rid of utils.h
| * | | | get rid of utils.hMathias Agopian2009-05-3115-47/+51
| | | | |
* | | | | am 181fafaf: Retool the backup process to use a new \'BackupAgent\' classChristopher Tate2009-05-3121-187/+740
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Merge commit '181fafaf48208978b8ba2022683ffa78aaeddde1' * commit '181fafaf48208978b8ba2022683ffa78aaeddde1': Retool the backup process to use a new 'BackupAgent' class
| * | | | Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-3121-187/+740
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backups will be handled by launching the application in a special mode under which no activities or services will be started, only the BackupAgent subclass named in the app's android:backupAgent manifest property. This takes the place of the BackupService class used earlier during development. In the cases of *full* backup or restore, an application that does not supply its own BackupAgent will be launched in a restricted manner; in particular, it will be using the default Application class rather than any manifest-declared one. This ensures that the app is not running any code that may try to manipulate its data while the backup system reads/writes its data set.
* | | | | am c01159bb: am 7363e049: AI 149404: Am sending again with the latest ↵Doug Kramer2009-05-3125-1/+1237
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | | | | | | | | | | | | | | | | changes Publish Activity and Task Design Guidelines http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html Merge commit 'c01159bb00f7273f9b051dfbbe6bc10d54d3a846' * commit 'c01159bb00f7273f9b051dfbbe6bc10d54d3a846': AI 149404: Am sending again with the latest changes
| * | | am 7363e049: AI 149404: Am sending again with the latest changes Publish ↵Doug Kramer2009-05-3025-1/+1237
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Activity and Task Design Guidelines http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html Merge commit '7363e049ec7c2f490acf783a979ea101df35a055' into donut * commit '7363e049ec7c2f490acf783a979ea101df35a055': AI 149404: Am sending again with the latest changes
| | * | | AI 149404: Am sending again with the latest changesDoug Kramer2009-05-2925-1/+1237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Publish Activity and Task Design Guidelines http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html Automated import of CL 149404
* | | | | get rid of utils/executablepath.h, which now lives in the simulatorMathias Agopian2009-05-311-28/+0
| | | | |
* | | | | am 11b1675a: Merge change 2626 into donutAndroid (Google) Code Review2009-05-291-1/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '11b1675a9348adabd9370ac01ae9c614ca4af384' * commit '11b1675a9348adabd9370ac01ae9c614ca4af384': Adding TTS error code to signal missing resources (for instance missing language files).
| * | | | Merge change 2626 into donutAndroid (Google) Code Review2009-05-291-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding TTS error code to signal missing resources (for instance missing language files).
| | * | | | Adding TTS error code to signal missing resources (for instance missing ↵Jean-Michel Trivi2009-05-281-1/+2
| | | |_|/ | | |/| | | | | | | | | | | | language files).
* | | | | am 6190fe6e: Merge change 2758 into donutAndroid (Google) Code Review2009-05-292-2/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea' * commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea': Fix concat SMS for GSM.
| * | | | Merge change 2758 into donutAndroid (Google) Code Review2009-05-292-2/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix concat SMS for GSM.
| | * | | | Fix concat SMS for GSM.jsh2009-05-292-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 1883998: We only support sending 8-bit references for now. Bug 1885080: Also fix the GsmAlphabetTest, which started failing when SmsHeader was re-worked.
* | | | | | am afbc9ab3: Merge change 2692 into donutAndroid (Google) Code Review2009-05-295-8/+196
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'afbc9ab3707cc8b1954333f258f220800b3cc104' * commit 'afbc9ab3707cc8b1954333f258f220800b3cc104': * Chagned RecognitionService interface to use more complex RecognitionResult instead of String.
| * | | | | Merge change 2692 into donutAndroid (Google) Code Review2009-05-295-8/+196
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * changes: * Chagned RecognitionService interface to use more complex RecognitionResult instead of String.
| | * | | | * Chagned RecognitionService interface to use more complex RecognitionResult ↵Mitsuru Oshima2009-05-295-8/+196
| | | | | | | | | | | | | | | | | | | | | | | | instead of String.
* | | | | | am c3b7e4e7: Merge change 2736 into donutAndroid (Google) Code Review2009-05-2910-53/+186
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c3b7e4e7dda7a81e7f1017f17adb717ffb3d50d2' * commit 'c3b7e4e7dda7a81e7f1017f17adb717ffb3d50d2': Telephony support for SMS memory reporting to the network.
| * | | | | Merge change 2736 into donutAndroid (Google) Code Review2009-05-2910-53/+186
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Telephony support for SMS memory reporting to the network.
| | * | | | | Telephony support for SMS memory reporting to the network.jsh2009-05-2910-53/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use ordered broadcast to allow receivers to set a result code. - Ack SMS with result code. - New RIL command to report memory status. - Fixed a typo in a Gservices setting. - Merge in CL 137895 (hold a wake lock while broadcasting SMS_RECEIVED).
* | | | | | | am f422dc49: Merge change 2566 into donutAndroid (Google) Code Review2009-05-291-5/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f422dc495ae092e8354b383a21f47b43ea698939' * commit 'f422dc495ae092e8354b383a21f47b43ea698939': Fix javadoc typos. No code changes.
| * | | | | | Merge change 2566 into donutAndroid (Google) Code Review2009-05-291-5/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix javadoc typos. No code changes.
| | * | | | | | Fix javadoc typos. No code changes.Jack Veenstra2009-05-271-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reformatted a comment that was too long.
* | | | | | | | am 2d75410f: Merge change 2748 into donutAndroid (Google) Code Review2009-05-292-65/+442
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '2d75410f20653858f358237ae9bd09b053fe8f8f' * commit '2d75410f20653858f358237ae9bd09b053fe8f8f': Fix the build.
| * | | | | | | Merge change 2748 into donutAndroid (Google) Code Review2009-05-292-65/+442
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix the build.
| | * | | | | | | Fix the build.Romain Guy2009-05-292-65/+442
| | | | | | | | |
* | | | | | | | | am b61ae351: Merge change 2747 into donutAndroid (Google) Code Review2009-05-291-1/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b61ae351256518add7bcb40e0bf18337dd87195c' * commit 'b61ae351256518add7bcb40e0bf18337dd87195c': log the geomerty of surfaces causing an out of memory in SurfaceFlinger.
| * | | | | | | | Merge change 2747 into donutAndroid (Google) Code Review2009-05-291-1/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * changes: log the geomerty of surfaces causing an out of memory in SurfaceFlinger.
| | * | | | | | | log the geomerty of surfaces causing an out of memory in SurfaceFlinger.Mathias Agopian2009-05-291-1/+3
| | | | | | | | |
* | | | | | | | | am a5f50b8f: Merge change 2746 into donutAndroid (Google) Code Review2009-05-2911-392/+656
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a5f50b8f49cc9b34b1de462e11498d92c692b978' * commit 'a5f50b8f49cc9b34b1de462e11498d92c692b978': Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
| * | | | | | | | Merge change 2746 into donutAndroid (Google) Code Review2009-05-2911-392/+656
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
| | * | | | | | | | Modify the base gestures API to use streams instead of files. Adds new ↵Romain Guy2009-05-2911-392/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
* | | | | | | | | | Don't prelink the libRS libraries.Jack Palevich2009-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are temporary libraries for the development of RenderScript, so they don't have to be prelinked.
* | | | | | | | | | am 0f5179c7: Merge change 2716 into donutAndroid (Google) Code Review2009-05-292-8/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0f5179c7d333ddab729b5943766637c21d1b74db' * commit '0f5179c7d333ddab729b5943766637c21d1b74db': Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow
| * | | | | | | | | Merge change 2716 into donutAndroid (Google) Code Review2009-05-292-8/+34
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Update MediaPlayer to allow setVideoSurface calls after prepare. Also allow passing a null surface. The API is now enabled to change the surface while the video is playing. This could allow orientation changes during playback or to allow the audio track from a video to play in the background. NOTE: There are still changes required to pmem driver to allow remapping shared physical memory into a process in order for this to work. This change only enables the API to send the appropriate calls when the lower level code supports it.
| | * | | | | | | | Update MediaPlayer to allow setVideoSurface calls after prepare. Also allowDave Sparks2009-05-292-8/+34
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passing a null surface. The API is now enabled to change the surface while the video is playing. This could allow orientation changes during playback or to allow the audio track from a video to play in the background. NOTE: There are still changes required to pmem driver to allow remapping shared physical memory into a process in order for this to work. This change only enables the API to send the appropriate calls when the lower level code supports it.
* | | | | | | | | am 7a8c4377: Merge change 2737 into donutAndroid (Google) Code Review2009-05-293-47/+57
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7a8c437723a50b171d0cd97cb17886b28dffce92' * commit '7a8c437723a50b171d0cd97cb17886b28dffce92': Fixes #1878499.
| * | | | | | | | Merge change 2737 into donutAndroid (Google) Code Review2009-05-293-47/+57
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fixes #1878499.
| | * | | | | | | | Fixes #1878499.Romain Guy2009-05-293-47/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore touch up events that happen after a gesture was cancelled. This fix also improves performance by ignoring move events that are within the touch threshold.
* | | | | | | | | | am d1353cc4: Merge change 2731 into donutAndroid (Google) Code Review2009-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd1353cc4f14a9bed49b04b0c3a6fd57784102465' * commit 'd1353cc4f14a9bed49b04b0c3a6fd57784102465': Fixes #1873537.
| * | | | | | | | | Merge change 2731 into donutAndroid (Google) Code Review2009-05-291-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fixes #1873537.
| | * | | | | | | | Fixes #1873537.Romain Guy2009-05-291-1/+1
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only update the popup window when it is shown. This avoids throwing an NPE in PopupWindow. A PopupWindow is only aware of its content view after being shown.
* | | | | | | | | am 9d981343: Merge change 2732 into donutAndroid (Google) Code Review2009-05-291-7/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9d981343c9d187b4746ed1f3658224d9551d51c8' * commit '9d981343c9d187b4746ed1f3658224d9551d51c8': Fix for #1878497.