summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge change 5645 into donutAndroid (Google) Code Review2009-06-296-150/+288
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added a new operation mode where user can launch all tests under a folder from test app ui.
| * | | | | | | | Added a new operation mode where user can launch all tests under a folder ↵Guang Zhu2009-06-296-150/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from test app ui.
* | | | | | | | | Merge change 5694 into donutAndroid (Google) Code Review2009-06-293-14/+127
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Implement persistent enable/disable of the backup manager
| * | | | | | | | | Implement persistent enable/disable of the backup managerChristopher Tate2009-06-293-14/+127
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backup & restore is still enabled by default, but with the expectation that it will be enabled during the course of the Setup Wizard or some other privileged entity that has notified the user about the ramifications. While disabled, data-changed notices will still be collected, but no backup pass will be scheduled. When the backup manager is later enabled, any pending data-changed notices will then be processed and the apps invoked for backup.
* | | | | | | | | Merge change 5692 into donutAndroid (Google) Code Review2009-06-291-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adjust the character picker layout a little so it will fit on the screen.
| * | | | | | | | Adjust the character picker layout a little so it will fit on the screen.Eric Fischer2009-06-291-2/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously when there were three rows of characters, the Cancel button would hang off the edge a little. Bug 1747709
* | | | | | | | Merge change 5684 into donutAndroid (Google) Code Review2009-06-291-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout.
| * | | | | | | | Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout.Romain Guy2009-06-291-3/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Also bumps up the cache's number of Nodes.
* | | | | | | | Merge change 5680 into donutAndroid (Google) Code Review2009-06-291-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fixes #1949502. Prevents an NPE in View.buildDrawingCache().
| * | | | | | | | Fixes #1949502. Prevents an NPE in View.buildDrawingCache().Romain Guy2009-06-291-2/+3
| |/ / / / / / /
* | | | | | | | Merge change 5673 into donutAndroid (Google) Code Review2009-06-291-4/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding support for params.
| * | | | | | | | Adding support for params.Charles Chen2009-06-291-4/+23
| |/ / / / / / /
* | | | | | | | Merge change 5625 into donutAndroid (Google) Code Review2009-06-291-5/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: fix [1947273] the DimLayer causes the whole screen to update during transactions
| * | | | | | | fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-281-5/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge change 5605 into donutAndroid (Google) Code Review2009-06-291-17/+44
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException)
| * | | | | | | Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException)Dianne Hackborn2009-06-261-17/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fiddle around with event dispatching to remove calling permissions when we enter event injection, and prevent callers from going to the PhoneWindowManager's event processing code unless they are allowed at that point.
* | | | | | | | Merge change 5654 into donutAndroid (Google) Code Review2009-06-291-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: The BACKUP permission should have the signatureOrSystem protectionLevel, because the setup wizard isn't signed by the same cert as the framework.
| * | | | | | | The BACKUP permission should have the signatureOrSystem protectionLevel,Joe Onorato2009-06-291-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | because the setup wizard isn't signed by the same cert as the framework.
* | | | | | | Merge change 5593 into donutAndroid (Google) Code Review2009-06-292-11/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Add in TTS engine interface the methods to query the availability for a language, to set the synthesis audio format, to query the current language, country and variant setting.
| * | | | | | Add in TTS engine interface the methods to query the availability for a ↵Jean-Michel Trivi2009-06-292-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | language, to set the synthesis audio format, to query the current language, country and variant setting.
* | | | | | | add comment about endiannessTammo Spalink2009-06-282-2/+6
| |_|/ / / / |/| | | | |
* | | | | | Use system properties to track the current transportChristopher Tate2009-06-264-54/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change retools the transport selection mechanism a fair bit. Transports are now specified by name rather than by numeric ID, and the name of the currently selected transport is stored in a persistent system property under the name "persist.service.bkup.trans". The name -> IBackupTransport translation is now handled by maintaining a map from the names to the live IBackupTransport objects that correspond. The Google transport service observer now registers and unregisters the transport as the service goes up and down. The bmgr command has been expanded to include real transport interrogation and selection by name, and some documentation has been written for it.
* | | | | | Merge change 4956 into donutAndroid (Google) Code Review2009-06-263-37/+67
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Tune the Reconnect back off timer.
| * | | | | | Tune the Reconnect back off timer.Jaikumar Ganesh2009-06-263-37/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cap the max limit to 30 mins. Re-register to the network once, when we reach the 30 min max.
* | | | | | | Merge change 5609 into donutAndroid (Google) Code Review2009-06-2623-96/+338
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Update spinner's drawables. Clean up resources, pave the way for new animation.
| * | | | | | Update spinner's drawables. Clean up resources, pave the way for new animation.Romain Guy2009-06-2623-96/+338
| | | | | | |
* | | | | | | Merge change 5595 into donutAndroid (Google) Code Review2009-06-261-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: We might try to close the Vorbis file twice under certain circumstances. This fix nulls the mFile member so we don't try to close it twice. Bug 1904783.
| * | | | | | We might try to close the Vorbis file twice under certainDave Sparks2009-06-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | circumstances. This fix nulls the mFile member so we don't try to close it twice. Bug 1904783.
* | | | | | | Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-263-29/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes issues with existing applications that access the drawing cache directly. The API now lets application choose whether they want to get a scaled drawing cache or not. The framework relies on the scaled cache for quality purposes.
* | | | | | | Merge change 5578 into donutAndroid (Google) Code Review2009-06-261-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add new EXTRA_POST_DATA extra key for use in VIEW intents to Browser. In a followup change, Grace will need to remove EXTRA_APPEND_LOCATION as we are replacing that with this.
| * | | | | | | Add new EXTRA_POST_DATA extra key for use in VIEW intents to Browser.Mike LeBeau2009-06-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a followup change, Grace will need to remove EXTRA_APPEND_LOCATION as we are replacing that with this.
* | | | | | | | 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. ! ?
* | | | | | | | | | Respect android:allowClearUserData=false during restoreChristopher Tate2009-06-261-0/+13
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ordinarily we wipe the data of apps we are restoring. This is problematic for packages that expect that their data can never be wiped back to nothing, especially system packages, so we now respect the android:allowClearUserData manifest attribute.
* | | | | | | | | Merge change 5569 into donutAndroid (Google) Code Review2009-06-261-3/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Trim some superfluous imports.
| * | | | | | | | Trim some superfluous imports.Christopher Tate2009-06-261-3/+0
| |/ / / / / / /
* | | | | | | | 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-265-25/+48
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: make BitwiseInputStream.read return int
| * | | | | | | make BitwiseInputStream.read return intTammo Spalink2009-06-245-25/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the maximum access 8 bits to avoid dealing with endianness issues.
* | | | | | | | Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-263-5/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | | | Better (and less) logging from backup.Joe Onorato2009-06-262-3/+9
| | | | | | | | |
| * | | | | | | | 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-263-62/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-263-62/+26
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2626-102/+603
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Expand support for different screen sizes.
| * | | | | | | | Expand support for different screen sizes.Dianne Hackborn2009-06-2626-102/+603
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.