summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Add facility to run setup wizard after an update.Dianne Hackborn2009-07-012-0/+28
| | | | | | | | | | | | The system now keeps a tag of the last version (just an arbitrary string) that the setup wizard was run for. If this is different than the current one in the setup wizard, then setup is launched at boot. This introduces a new intent action for the part of the setup wizard that gets run for an ungrade, which the system uses to find its current version tag for comparing against what was last stored. It is up to the launched setup activity update the stored setting to reflect its current value, once it is happy.
* Move backup state to settings, change permission checks to use symbol.Dianne Hackborn2009-07-011-0/+13
| | | | | | | | | | This changes the backup service to use the settings provider instead of system properties, correspondingly making it off by default and allowing specific devices to define the transport. Also tweaks the permission checks to use the permission symbol instead of raw strings. This requires some corresponding changes in the vendor projects.
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-013-48/+36
|
* Merge change 5940 into donutAndroid (Google) Code Review2009-07-014-0/+588
|\ | | | | | | | | * changes: Add CLDR data/formats for newly-translated locales.
| * Add CLDR data/formats for newly-translated locales.Eric Fischer2009-07-014-0/+588
| |
* | Merge change 5906 into donutAndroid (Google) Code Review2009-07-011-1/+14
|\ \ | | | | | | | | | | | | * changes: resolve complex value in application context instead of system context.
| * | resolve complex value in application context instead of system context.Mitsuru Oshima2009-07-011-1/+14
| | |
* | | Merge change 5950 into donutAndroid (Google) Code Review2009-07-011-2/+8
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix memory leaks in system_server unlink DeathRecipients in a whole bunch of places to avoid memory leaks
| * | | Fix memory leaks in system_serverSuchi Amalapurapu2009-07-011-2/+8
| | | | | | | | | | | | | | | | unlink DeathRecipients in a whole bunch of places to avoid memory leaks
* | | | Fix build break by adding an @hide javadoc comment.Satish Sampath2009-07-011-0/+2
| | | |
* | | | Make search UI open up quicker to the user.Satish Sampath2009-07-012-2/+33
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On invoking the search UI, the drop down list box with past queries and shortcut items appears after a few hundreds of milliseconds on screen. This was because we were displaying the drop down within the onFilterCompleted callback after the list box filtered the items based on the given query text. While that code path is necessary, for the first invocation of the search dialog with an empty query we can show the list box before the text stuff happens. This change does that, issuing an async request to show the drop down after pending events have been processed. Without this change, on an average it took 350ms for the code to show the drop down. With this change, on an average it takes 150ms.
* | | Merge change 5879 into donutAndroid (Google) Code Review2009-07-011-1/+15
|\ \ \ | |/ / |/| | | | | | | | * changes: Represent new searchSettingsDescription attribute on searchables in SearchableInfo.
| * | Represent new searchSettingsDescription attribute on searchables inMike LeBeau2009-06-301-1/+15
| | | | | | | | | | | | SearchableInfo.
* | | Merge change 5878 into donutAndroid (Google) Code Review2009-06-302-0/+6
|\ \ \ | |/ / | | | | | | | | | * changes: Add new attribute 'searchSettingsDescription' for use within an app's searchable.xml. This attribute defines the string to be shown as the description a searchable in the 'searchable items' section of system search settings.
| * | Add new attribute 'searchSettingsDescription' for use within an app'sMike LeBeau2009-06-302-0/+6
| | | | | | | | | | | | | | | | | | searchable.xml. This attribute defines the string to be shown as the description a searchable in the 'searchable items' section of system search settings.
* | | Merge change 5845 into donutAndroid (Google) Code Review2009-06-301-0/+6
|\ \ \ | | | | | | | | | | | | | | | | * changes: Always clear the TextView drag state whenever a touch begins.
| * | | Always clear the TextView drag state whenever a touch begins.Eric Fischer2009-06-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently it can sometimes miss a touch release, which would prevent the longpress menu from appearing if the location of the new touch was too far from the location of the previous touch. Bug 1673223
* | | | Merge change 5833 into donutAndroid (Google) Code Review2009-06-301-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: Fix nit on length of flag constant.
| * | | Fix nit on length of flag constant.lknguyen2009-06-301-1/+1
| | | |
* | | | Merge change 5750 into donutAndroid (Google) Code Review2009-06-301-0/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * changes: Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads.
| * | Add a new checkin server flag for Vending Machine client server ping ↵lknguyen2009-06-291-0/+7
| |/ | | | | | | frequency for pending downloads.
* | Implement issue #1943927 (need notification in status bar when adb is active)Dianne Hackborn2009-06-302-0/+12
| | | | | | | | | | | | | | This is a little hacky -- we just assume that if adb is enabled and power is connected through usb, then it is active. The icons and text are temporary until final design is provided.
* | Check to make sure the Java camera object is still valid on theDave Sparks2009-06-301-0/+4
| | | | | | | | callback from native. Omitted from previous fix. Bug 1936850.
* | Replace indeterminate progress animated asset with new onesRomain Guy2009-06-3019-180/+213
| |
* | Merge change 5787 into donutAndroid (Google) Code Review2009-06-301-1/+4
|\ \ | | | | | | | | | | | | * changes: Fix http://code.google.com/p/android/issues/detail?id=3059
| * | Fix http://code.google.com/p/android/issues/detail?id=3059Marco Nelissen2009-06-301-1/+4
| | |
* | | Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-012-2/+9
| | |
* | | Merge change 5720 into donutAndroid (Google) Code Review2009-06-302-4/+4
|\ \ \ | |_|/ |/| | | | | | | | * changes: Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
| * | Fix #1876303. Even rfc2616 4.2 says that "Field names are ↵Grace Kloba2009-06-292-4/+4
| | | | | | | | | | | | case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
* | | Merge change 5711 into donutAndroid (Google) Code Review2009-06-292-4/+46
|\ \ \ | | | | | | | | | | | | | | | | * changes: Adding in TTS service support for language query and level of support.
| * | | Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-292-4/+46
| | | |
* | | | Merge change 5656 into donutAndroid (Google) Code Review2009-06-291-2/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Generate key events for actions sent to generic input connections.
| * | | Generate key events for actions sent to generic input connections.Dianne Hackborn2009-06-291-2/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | There is a compatibility issue with the cupcake IME where the generic input connection would just consume actions. Late in cupcake this stuff was reworked so that the IME would send an action command to the app instead of an enter key event, and the compatibility code got lost.
* | | Merge change 5699 into donutAndroid (Google) Code Review2009-06-291-33/+93
|\ \ \ | | | | | | | | | | | | | | | | * changes: Adding status return codes for TTS calls.
| * | | Adding status return codes for TTS calls.Charles Chen2009-06-291-33/+93
| | | |
* | | | Merge change 5694 into donutAndroid (Google) Code Review2009-06-291-0/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Implement persistent enable/disable of the backup manager
| * | | | Implement persistent enable/disable of the backup managerChristopher Tate2009-06-291-0/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |/ /
* | | 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.
* | add comment about endiannessTammo Spalink2009-06-282-2/+6
| |
* | Use system properties to track the current transportChristopher Tate2009-06-262-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Update spinner's drawables. Clean up resources, pave the way for new animation.Romain Guy2009-06-2621-96/+21
| |
* | Fixes #1946141. Introduce new caching API to control scaling.Romain Guy2009-06-262-29/+83
| | | | | | | | | | | | | | 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.