summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* am d1e5e3ff: Merge change 6639 into donutAndroid (Google) Code Review2009-07-091-0/+6
|\ | | | | | | | | | | | | Merge commit 'd1e5e3ffc22478bad8525dec4f1c6d57fe0ad368' * commit 'd1e5e3ffc22478bad8525dec4f1c6d57fe0ad368': Restore audio settings and wifi.
| * Merge change 6639 into donutAndroid (Google) Code Review2009-07-091-0/+6
| |\ | | | | | | | | | | | | * changes: Restore audio settings and wifi.
| | * Restore audio settings and wifi.Amith Yamasani2009-07-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Optimize backups by writing an entity only if the checksum of the data has changed. Call into the hidden AudioService API to apply changed audio settings. After restoring wifi data, make sure that the permissions and ownership are set properly for the supplicant process to access it. Locale isn't restoring properly - TODO added.
* | | am 65e9d228: Merge change 6629 into donutAndroid (Google) Code Review2009-07-091-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '65e9d2285e5d5eab6a822d4a8210ffcc45b6b0bb' * commit '65e9d2285e5d5eab6a822d4a8210ffcc45b6b0bb': Rename "no" arrays.xml file to be in the correct "nb" locale.
| * | Merge change 6629 into donutAndroid (Google) Code Review2009-07-091-0/+0
| |\ \ | | | | | | | | | | | | | | | | * changes: Rename "no" arrays.xml file to be in the correct "nb" locale.
| | * | Rename "no" arrays.xml file to be in the correct "nb" locale.Eric Fischer2009-07-091-0/+0
| | | |
* | | | am 0ed81492: Merge change 6638 into donutAndroid (Google) Code Review2009-07-092-20/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '0ed81492bcc33f483671a52811125a452d23b397' * commit '0ed81492bcc33f483671a52811125a452d23b397': Unhide android.gestures.
| * | | Merge change 6638 into donutAndroid (Google) Code Review2009-07-092-20/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Unhide android.gestures.
| | * | | Unhide android.gestures.Romain Guy2009-07-092-20/+1
| | | | |
* | | | | am 3bb69233: Merge change 6620 into donutAndroid (Google) Code Review2009-07-091-0/+170
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3bb692338fed7f34f010398fe8b831d0de22c6e8' * commit '3bb692338fed7f34f010398fe8b831d0de22c6e8': Keep Gears permissions in sync with system location settings.
| * | | | Merge change 6620 into donutAndroid (Google) Code Review2009-07-091-0/+170
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * changes: Keep Gears permissions in sync with system location settings.
| | * | | Keep Gears permissions in sync with system location settings.Andrei Popescu2009-07-091-0/+170
| | | | |
* | | | | am 313ea433: Make suggestion text color change based on the item state.Satish Sampath2009-07-093-24/+146
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '313ea433d18e7fd5438b94c0606c496fcc7a2f88' * commit '313ea433d18e7fd5438b94c0606c496fcc7a2f88': Make suggestion text color change based on the item state.
| * | | | Make suggestion text color change based on the item state.Satish Sampath2009-07-093-24/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We support a ColorStateList reference now as a valid font color value in the given html and manage html strings for all supported states which we dynamically set while drawing the items. This will get checked in along with changes to GlobalSearch, EnhancedGoogleSearchProvider and Browser to make them use the new model. Bug: http://b/issue?id=1865037
* | | | | am f9b7faee: Merge change 6503 into donutAndroid (Google) Code Review2009-07-091-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f9b7faee88313c4daf3e3fb34203978de20b7ce0' * commit 'f9b7faee88313c4daf3e3fb34203978de20b7ce0': Hide soft keyboard in SearchDialog.dismiss()
| * | | | Merge change 6503 into donutAndroid (Google) Code Review2009-07-091-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * changes: Hide soft keyboard in SearchDialog.dismiss()
| | * | | Hide soft keyboard in SearchDialog.dismiss()Bjorn Bringert2009-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before it was hidden in cancel(), which does not get called when the search dialog is dismissed by clicking on a suggestion. Fixes http://b/issue?id=1967633
* | | | | resolved conflicts for merge of 2af632f8 to masterDianne Hackborn2009-07-096-28/+331
|\ \ \ \ \ | |/ / / /
| * | | | Add new <path-permission tag for use by global search.Dianne Hackborn2009-07-086-24/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new <path-permission> tag you can use inside of a <provide> to define additional path-based permissions that broaden the global read and write permissions. The initial use for this will be global search, so that a content provider that is protected by permissions can make a part of itself available to global search under another permission. This addresses the issue with global search not being able to request permissions it would need of providers it doesn't know about at build time.
* | | | | Merge change 6609Android (Google) Code Review2009-07-091-4/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix couple of bugs in the meminfo report. . added the new "/data/dalvik-cache/" to dalvik heap . shortened the starting line's length from 40 to 30 to handle the case where there is no name . fixed the pri/shared for others. It was swapped.
| * | | | | Fix couple of bugs in the meminfo report.Grace Kloba2009-07-081-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . added the new "/data/dalvik-cache/" to dalvik heap . shortened the starting line's length from 40 to 30 to handle the case where there is no name . fixed the pri/shared for others. It was swapped.
* | | | | | Merge change 6356Android (Google) Code Review2009-07-093-50/+169
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add fullscreen support back in.
| * | | | | | Add fullscreen support back in.Andrei Popescu2009-07-083-50/+169
| | | | | | |
* | | | | | | Fix ArrayAdapter, which was fixed in cupcake_dcm and kept fixed until donut, ↵Daisuke Miyakawa2009-07-091-1/+6
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | but is broken in eclair. Original internal Change: 147459-p9
* | | | | | am 7dd042e3: Merge change 6543 into donutAndroid (Google) Code Review2009-07-081-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7dd042e32ee1e59227aafc4fbbc886c8ea0d0df9' * commit '7dd042e32ee1e59227aafc4fbbc886c8ea0d0df9': Adding a missing catch
| * | | | | Merge change 6543 into donutAndroid (Google) Code Review2009-07-081-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding a missing catch
| | * | | | | Adding a missing catchCharles Chen2009-07-081-0/+1
| | | |_|_|/ | | |/| | |
* | | | | | Merge change 6560Android (Google) Code Review2009-07-081-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: resolved conflicts for merge of 04c7d0f8 to master
| * \ \ \ \ \ resolved conflicts for merge of 04c7d0f8 to masterDave Sparks2009-07-081-0/+7
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge change 6525 into donutAndroid (Google) Code Review2009-07-081-0/+7
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add timestamps to video frames to improve A/V sync. Bug 1927069.
| | | * | | | | Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 1927069.
* | | | | | | | Merge change 6549Android (Google) Code Review2009-07-082-0/+158
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Add strings needed by the new contacts provider.
| * | | | | | | Add strings needed by the new contacts provider.Evan Millar2009-07-082-0/+158
| | | | | | | |
* | | | | | | | am 1ecf5d28: Re-implementation of large screen support using window manager. ↵Mitsuru Oshima2009-07-087-209/+74
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in Compatibilt Merge commit '1ecf5d28817f0a051e77488380dcd5bc622ea169' * commit '1ecf5d28817f0a051e77488380dcd5bc622ea169': Re-implementation of large screen support using window manager.
| * | | | | | | Re-implementation of large screen support using window manager.Mitsuru Oshima2009-07-087-209/+74
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in CompatibiltyMode/ViewRoot for support large screen support.
* | | | | | | am 7761920b: Merge change 6507 into donutAndroid (Google) Code Review2009-07-081-3/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7761920b2a2efc76d08c63d5be1b3ce829746e4b' * commit '7761920b2a2efc76d08c63d5be1b3ce829746e4b': Remove unused definitions for default language in TextToSpeech as
| * | | | | | Merge change 6507 into donutAndroid (Google) Code Review2009-07-081-3/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove unused definitions for default language in TextToSpeech as the default language is determined by the current Locale, not a hardcoded value. Add a value for the default TTS engine to use.
| | * | | | | | Remove unused definitions for default language in TextToSpeech asJean-Michel Trivi2009-07-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default language is determined by the current Locale, not a hardcoded value. Add a value for the default TTS engine to use.
* | | | | | | | am 6de4aed1: Fixes #1933428. Call onPrepareDialog() on managed dialogs after ↵Romain Guy2009-07-082-6/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their onCreate() is finished. Merge commit '6de4aed1c67263269f83f579ec5b06263d173ef3' * commit '6de4aed1c67263269f83f579ec5b06263d173ef3': Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreate() is finished.
| * | | | | | | Fixes #1933428. Call onPrepareDialog() on managed dialogs after their ↵Romain Guy2009-07-082-6/+8
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | onCreate() is finished.
* | | | | | | am 91b0a701: Merge change 6284 into donutAndroid (Google) Code Review2009-07-087-432/+442
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | | | | | | | | | | | | | | Merge commit '91b0a7013e4b6d170087cb4c9a3c35b787f92a6b' * commit '91b0a7013e4b6d170087cb4c9a3c35b787f92a6b': Run search UI on its own thread.
| * | | | | Merge change 6284 into donutAndroid (Google) Code Review2009-07-087-432/+442
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Run search UI on its own thread.
| | * | | | | Run search UI on its own thread.Bjorn Bringert2009-07-087-432/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: - Add a new SearchDialogWrapper class that makes sure all access to the SearchDialog is run one a single thread other than the main ServerThread. - Don't save/restore seach dialog state in Activity. This resulted in lots of calls to the SearchManager throughout the life cycle of all activities, for the questionable benefit of restoring the search dialog in a few cases. - Remove search UI state save/restore, and the isVisible() method from SearchManagerService. They are no longer used, and were tricky to implement since they return values from the search UI thread to the service. - Handle configuration changes in searchDialogWrapper instead of calling through from Activity. Fixes http://b/issue?id=1938101 TODO: - Activity.performPause() calls stopSearch(). This call may not happen until the new activity has been started. If the new activity starts a search immediately, this search could be cancelled by the old activity's call top stopSearch().
* | | | | | | Merge change 5334Android (Google) Code Review2009-07-081-1/+104
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added groups constants and visibility flags.
| * | | | | | | Added groups constants and visibility flags.Jeff Sharkey2009-07-081-1/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrote code to support groups and slightly modified existing group membership definition. Each group has a TITLE, or a TITLE_RESOURCE which can point to a localized title from the owning package. Adds summary Uri with columns that describe the contents of all returned groups, such as people counts. Added visibility flag to groups and aggregate tables to prepare for group management UI.
* | | | | | | | am bfc29f67: Merge change 6485 into donutAndroid (Google) Code Review2009-07-081-42/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Merge commit 'bfc29f67db73ac1d21188d1ec942757dc95ecc92' * commit 'bfc29f67db73ac1d21188d1ec942757dc95ecc92': Cleanup Toast.java.
| * | | | | | Merge change 6485 into donutAndroid (Google) Code Review2009-07-081-42/+35
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * changes: Cleanup Toast.java.
| | * | | | | Cleanup Toast.java.Romain Guy2009-07-081-42/+35
| | | | | | |
* | | | | | | am d21572cd: NEW_API: Expose autoUrlDetect searchable attribute.Satish Sampath2009-07-084-12/+38
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd21572cd446e56efe94689324107927ac2bffd2a' * commit 'd21572cd446e56efe94689324107927ac2bffd2a': NEW_API: Expose autoUrlDetect searchable attribute.
| * | | | | | NEW_API: Expose autoUrlDetect searchable attribute.Satish Sampath2009-07-084-12/+38
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | If provided and true, URLs entered in the search dialog while searching within this activity would be detected and treated as URLs (show a 'go' button in the keyboard and invoke the browser directly when user launches the URL instead of passing the URL to the activity). If set to false any URLs entered are treated as normal query text. The default value is false. This is an optional attribute.