summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge change 5570 into donutAndroid (Google) Code Review2009-06-261-2/+60
|\ \ \ | | | | | | | | | | | | | | | | * changes: Adding implementation of IPA to the TextToSpeech.java
| * | | Adding implementation of IPA to the TextToSpeech.javaCharles Chen2009-06-261-2/+60
| | |/ | |/|
* | | Merge change 5581 into donutAndroid (Google) Code Review2009-06-261-1/+5
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add a null check in an AutoCompleteTextView callback to prevent a crash.
| * | | Add a null check in an AutoCompleteTextView callback to prevent a crash.Eric Fischer2009-06-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like the drop down list had already been taken down before the callback fired so it caused a null pointer exception. In this case just do nothing instead. Bug 1927858
* | | | Fix the nested preferences title. Again.Amith Yamasani2009-06-261-1/+1
| |/ / |/| | | | | | | | Made a mistake when refactoring just before checkin. ! ?
* | | Merge change 5554 into donutAndroid (Google) Code Review2009-06-261-1/+21
|\ \ \ | | | | | | | | | | | | | | | | * changes: Adding in the playSilence method to TextToSpeech.java
| * | | Adding in the playSilence method to TextToSpeech.javaCharles Chen2009-06-261-1/+21
| |/ /
* | | Merge change 5192 into donutAndroid (Google) Code Review2009-06-262-6/+6
|\ \ \ | |/ / |/| | | | | | | | * changes: make BitwiseInputStream.read return int
| * | make BitwiseInputStream.read return intTammo Spalink2009-06-242-6/+6
| | | | | | | | | | | | | | | Keep the maximum access 8 bits to avoid dealing with endianness issues.
* | | Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-261-2/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Better (and less) logging from backup. Add an extra null terminator. String8::unlockBuffer is supposed to be doing this, but it's not and I can't figure out why. This makes BackupHelperDispatcher able to read the keys correctly.
| * | | Add an extra null terminator. String8::unlockBuffer isJoe Onorato2009-06-261-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supposed to be doing this, but it's not and I can't figure out why. This makes BackupHelperDispatcher able to read the keys correctly. Also, we weren't writing the data size.
* | | | Merge change 5544 into donutAndroid (Google) Code Review2009-06-262-55/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Pipe all the camera callbacks to Java to facilitate the addition of new features. This will make it easy to add things like zoom callbacks without modifying the entire camera stack. Bug 1837832.
| * | | | Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-262-55/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of new features. This will make it easy to add things like zoom callbacks without modifying the entire camera stack. Bug 1837832.
* | | | | Merge change 5483 into donutAndroid (Google) Code Review2009-06-2611-59/+224
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Expand support for different screen sizes.
| * | | | | Expand support for different screen sizes.Dianne Hackborn2009-06-2611-59/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applications can now declare that they support small, normal, or large screens. Resource selection can also be done based on these sizes. By default, pre-Donut apps are false for small and large, and Donut or later apps are assumed to support all sizes. In either case they can use <supports-screens> in their manifest to declare what they actually support.
* | | | | | Use a long for restore tokenDan Egnor2009-06-261-1/+1
| | | | | |
* | | | | | Merge change 5529 into donutAndroid (Google) Code Review2009-06-261-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: Tweak the core and maximum pool sizes for AsyncTask.
| * | | | | Tweak the core and maximum pool sizes for AsyncTask.Romain Guy2009-06-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows up to 5 AsyncTasks to run concurrently. Before, only 1 task could run at a time, which was too limited. This change also bumps up the maximum number of tasks that can be created; this large number is not an issue because tasks are queued up and run only 5 at a time.
* | | | | | Don't crash in various ways when using backup services too earlyChristopher Tate2009-06-261-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BackupManager now no longer tries to use a null service binder if it's used early during the boot process. ActivityManagerService no longer tries to dereference null pointers if bind/unbind semantics get out of step due to things being run too early.
* | | | | | Merge change 5537 into donutAndroid (Google) Code Review2009-06-261-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: Add a test for SharedPreferencesBackupHelper
| * | | | | Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-261-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | (which nobody had ever tested. I like it when stuff just works the first time).
* | | | | Merge change 5447 into donutAndroid (Google) Code Review2009-06-261-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Adding skeleton methods for IPA support.
| * | | | Adding skeleton methods for IPA support.Charles Chen2009-06-261-1/+5
| | | | |
* | | | | framework: process: Set the control group of a thread to the background groupSan Mehat2009-06-261-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | if the priority is logically-lower than ANDROID_PRIORITY_BACKGROUND Signed-off-by: San Mehat <san@google.com>
* | | | Add a new IRestoreObserver callback class to the restore processChristopher Tate2009-06-252-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The observer is told when restore begins how many packages are being restored. It then gets an onUpdate() call telling it that the Nth package is now undergoing restore. Ultimately, its restoreFinished() callback is invoked, passing a simple success/fail error code, to let it know that the restore operation has concluded.
* | | | Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-256-9/+330
|/ / /
* | | Keep track of backup state independently for each transportChristopher Tate2009-06-252-0/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Backup transports now provide the Backup Manager with a suggested name with which it can disambiguate any transport-specific bookkeeping that it needs to maintain. The Manager keeps separate application backup 'state blobs' for each transport now, preventing things from getting out of step if the device is switched among multiple transports. Also, the metadata backup agent is always invoked now on each backup pass. This is cheap when there is nothing to do, but also strongly ensures that we never wind up in a situation where a given transport destination has not been given all of the metadata necessary for the backup set.
* | Merge change 5428 into donutAndroid (Google) Code Review2009-06-251-3/+8
|\ \ | | | | | | | | | | | | * changes: Improve handling of FILL_PARENT in RelativeLayout.
| * | Improve handling of FILL_PARENT in RelativeLayout.Romain Guy2009-06-251-3/+8
| | | | | | | | | | | | This was causing trouble with VideoView, in Gallery in particular.
* | | Merge change 5350 into donutAndroid (Google) Code Review2009-06-254-1/+290
|\ \ \ | | | | | | | | | | | | | | | | * changes: move ui/Time.cpp to core/jni, since this is the only place it is used
| * | | move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-254-1/+290
| | | |
* | | | Merge change 5414 into donutAndroid (Google) Code Review2009-06-251-52/+41
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: Add caching of the speech rate and language in android.speech.tts.TextToSpeech so the speech params can be passed along in calls for text synthesis.
| * | | Add caching of the speech rate and language in android.speech.tts.TextToSpeechJean-Michel Trivi2009-06-251-52/+41
| |/ / | | | | | | | | | so the speech params can be passed along in calls for text synthesis.
* | | Merge change 5417 into donutAndroid (Google) Code Review2009-06-251-12/+69
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fixes #1943309. RelativeLayout was confused by gravities.
| * | | Fixes #1943309. RelativeLayout was confused by gravities.Romain Guy2009-06-251-12/+69
| |/ / | | | | | | | | | | | | | | | | | | | | | RelativeLayout, when measured with AT_MOST, was applying the gravity on its children way too early. This caused the RL to set its measured size to a value that was larger than necessary. This fixes the issue by deferring the positioning of the gravity-dependent children until the dimensions of the layout are known.
* | | Merge change 5413 into donutAndroid (Google) Code Review2009-06-251-1/+1
|\ \ \ | |/ / |/| | | | | | | | * changes: Need to write the correct float math.
| * | Need to write the correct float math.Grace Kloba2009-06-251-1/+1
| | |
* | | Merge change 5397 into donutAndroid (Google) Code Review2009-06-251-11/+26
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fixes #1943915. Prevents circular dependency exception when using several NO_ID views.
| * | | Fixes #1943915. Prevents circular dependency exception when using several NO_IDRomain Guy2009-06-251-11/+26
| | | | | | | | | | | | | | | | views.
* | | | Merge change 5385 into donutAndroid (Google) Code Review2009-06-251-14/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Updating the TextToSpeech.java with skeleton methods.
| * | | | Updating the TextToSpeech.java with skeleton methods.Charles Chen2009-06-251-14/+66
| | | | |
* | | | | Merge change 5390 into donutAndroid (Google) Code Review2009-06-251-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: When mPreventDrag is true, don't respond to long press. This should prevent the context menu popping up in the Map sites.
| * | | | | When mPreventDrag is true, don't respond to long press. This should prevent ↵Grace Kloba2009-06-251-3/+5
| | |_|/ / | |/| | | | | | | | | | | | | the context menu popping up in the Map sites.
* | | | | Merge change 5389 into donutAndroid (Google) Code Review2009-06-251-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * changes: Skip spaces and tabs in readProcLines()
| * | | | Skip spaces and tabs in readProcLines()Amith Yamasani2009-06-251-1/+1
| | |/ / | |/| | | | | | | | | | This is to fix a problem in the parsing of /proc/pid/status file.
* | | | Fixes #1940605. RelativeLayout was swapping horizontal and verticalRomain Guy2009-06-251-2/+2
| | | | | | | | | | | | | | | | dependencies.
* | | | Merge change 5288 into donutAndroid (Google) Code Review2009-06-251-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Invoke getSystem.updateConfiguration when binding an application to update config changes in Resources.mSystem Since Resources is preloaded in the zygote, system resources in Resources need to be updated with config changes every time an application is started
| * | | | Invoke getSystem.updateConfiguration when binding an application toSuchi Amalapurapu2009-06-251-0/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | update config changes in Resources.mSystem Since Resources is preloaded in the zygote, system resources in Resources need to be updated with config changes every time an application is started
* | | | Merge change 5386 into donutAndroid (Google) Code Review2009-06-251-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View is targeted.
| * | | Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View isRomain Guy2009-06-251-0/+3
| | | | | | | | | | | | | | | | targeted.