summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 19cd309f: Merge change 3017 into donutAndroid (Google) Code Review2009-06-052-6/+179
|\ | | | | | | | | | | | | Merge commit '19cd309f9eccdf8454dc6e5076013588b7a170a3' * commit '19cd309f9eccdf8454dc6e5076013588b7a170a3': Add the EAP related fields for WiFi configuration.
| * Merge change 3017 into donutAndroid (Google) Code Review2009-06-052-6/+179
| |\ | | | | | | | | | | | | * changes: Add the EAP related fields for WiFi configuration.
| | * Add the EAP related fields for WiFi configuration.Chung-yih Wang2009-06-052-6/+179
| | | | | | | | | | | | | | | | | | -- added the EAP/802.1X related fields in WifiConfiguration for supporting EAP/802.1X authentication. -- hid the related fields for now.
* | | am 6fa95976: Apply OOM adjustment while an app is undergoing backupChristopher Tate2009-06-051-3/+28
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6fa959769051f08655292ec47aa8480b248b67fd' * commit '6fa959769051f08655292ec47aa8480b248b67fd': Apply OOM adjustment while an app is undergoing backup
| * | Apply OOM adjustment while an app is undergoing backupChristopher Tate2009-06-051-3/+28
| | |
* | | am 1aa8170e: Add per-named-item overlay ability in res xml.Robert Greenwalt2009-06-052-5/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '1aa8170e6a448afad86e5d62927d3b8ca4cd9707' * commit '1aa8170e6a448afad86e5d62927d3b8ca4cd9707': Add per-named-item overlay ability in res xml.
| * | Add per-named-item overlay ability in res xml.Robert Greenwalt2009-06-052-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes 1899451. Also errors out if you add a bag via an overlay (which would renumber resources). Note that you can still add elements within the bag as they are not issued resource IDs. So for example you can now modify the framework themes.xml file without copying the entire file. All bag types are now modifable except non-named bag types (how would you address which element to replace?): array string_array integer_array
* | | am 5d16ac5e: Merge change 3374 into donutAndroid (Google) Code Review2009-06-051-1/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '5d16ac5eb6c4a468cabc39bdd00eac1759993db5' * commit '5d16ac5eb6c4a468cabc39bdd00eac1759993db5': Fix tracking of backup participants across package remove/update
| * | Merge change 3374 into donutAndroid (Google) Code Review2009-06-051-1/+8
| |\ \ | | | | | | | | | | | | | | | | * changes: Fix tracking of backup participants across package remove/update
| | * | Fix tracking of backup participants across package remove/updateChristopher Tate2009-06-051-1/+8
| | | |
* | | | am e3523054: Merge change 3356 into donutAndroid (Google) Code Review2009-06-051-44/+73
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'e3523054ded8c6e86935a978aa136c3ed2c0ba12' * commit 'e3523054ded8c6e86935a978aa136c3ed2c0ba12': Cleaning up comments in interface for TTS engines.
| * | | Merge change 3356 into donutAndroid (Google) Code Review2009-06-051-44/+73
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Cleaning up comments in interface for TTS engines.
| | * | | Cleaning up comments in interface for TTS engines.Jean-Michel Trivi2009-06-051-44/+73
| | | | |
* | | | | am 4e0b13c9: Merge change 3348 into donutAndroid (Google) Code Review2009-06-051-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '4e0b13c9a94f2085d44d0fe36fd16e2599477145' * commit '4e0b13c9a94f2085d44d0fe36fd16e2599477145': Fix AlphabetIndexer.getSectionForPosition()
| * | | | Merge change 3348 into donutAndroid (Google) Code Review2009-06-051-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * changes: Fix AlphabetIndexer.getSectionForPosition()
| | * | | Fix AlphabetIndexer.getSectionForPosition()Phil Dubach2009-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This did not properly set the cursor position before reading, which resulted in wrong return values or exceptions in the cursor.
* | | | | am 327da854: Merge change 3344 into donutAndroid (Google) Code Review2009-06-052-26/+52
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '327da854e8fbc444150b40941668b3c9187c34b9' * commit '327da854e8fbc444150b40941668b3c9187c34b9': Updating TtsEngine.h and SynthProxy.cpp so that buffer memory
| * | | | Merge change 3344 into donutAndroid (Google) Code Review2009-06-052-26/+52
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Updating TtsEngine.h and SynthProxy.cpp so that buffer memory management is handled on the system side.
| | * | | | Updating TtsEngine.h and SynthProxy.cpp so that buffer memoryCharles Chen2009-06-052-26/+52
| | | | | | | | | | | | | | | | | | | | | | | | management is handled on the system side.
* | | | | | am d299b819: Add a new attribute to android manifest for defining the GLES ↵Suchi Amalapurapu2009-06-055-14/+102
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version number. This attribute is parsed by the PackageParser into ConfigurationInfo. The major and minor version numbers are defined as the higher and lower order bits. Merge commit 'd299b8194dde8c4875e5f032918ab35ebad8b1f1' * commit 'd299b8194dde8c4875e5f032918ab35ebad8b1f1': Add a new attribute to android manifest for defining the GLES version number.
| * | | | | Add a new attribute to android manifest for defining the GLES version number.Suchi Amalapurapu2009-06-055-14/+102
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This attribute is parsed by the PackageParser into ConfigurationInfo. The major and minor version numbers are defined as the higher and lower order bits.
* | | | | am b1c28747: Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b1c2874790908d1bbb9b99242fc7cc96c7b45a8a' * commit 'b1c2874790908d1bbb9b99242fc7cc96c7b45a8a': Fix parameter mismatch for a couple of RIL commands.
| * | | | Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix parameter mismatch for a couple of RIL commands.
| | * | | | Fix parameter mismatch for a couple of RIL commands.jsh2009-06-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both RIL_REQUEST_SET_SMSC_ADDRESS and RIL_REQUEST_CDMA_FLASH take a string as a parameter. But RIL.java was sending down an array of strings with a single element instead.
* | | | | | am 7b0d2d93: Merge change 3223 into donutAndroid (Google) Code Review2009-06-052-0/+67
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7b0d2d933d8a601cf6259f25576f5615ff146b33' * commit '7b0d2d933d8a601cf6259f25576f5615ff146b33': Adding new Settings.Secure properties for the Text-To-Speech functionality.
| * | | | | Merge change 3223 into donutAndroid (Google) Code Review2009-06-052-0/+67
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding new Settings.Secure properties for the Text-To-Speech functionality. Those properties are secure to prevent applications from altering the user's settings without his knowledge.
| | * | | | | Adding new Settings.Secure properties for the Text-To-Speech functionality.Jean-Michel Trivi2009-06-052-0/+67
| | | |/ / / | | |/| | | | | | | | | | | | | | | Those properties are secure to prevent applications from altering the user's settings without his knowledge.
* | | | | | am 47538fe6: Merge change 3337 into donutAndroid (Google) Code Review2009-06-051-66/+66
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '47538fe6131d888edf542422a767528971797f5f' * commit '47538fe6131d888edf542422a767528971797f5f': Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]
| * | | | | Merge change 3337 into donutAndroid (Google) Code Review2009-06-051-66/+66
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]
| | * | | | | Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]Xavier Ducrohet2009-06-051-66/+66
| | | | | | |
* | | | | | | am 39665367: Merge change 3317 into donutAndroid (Google) Code Review2009-06-052-24/+14
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3966536766cbe0bd45570c6785e912131911ff79' * commit '3966536766cbe0bd45570c6785e912131911ff79': Fixes #1899273.
| * | | | | | Merge change 3317 into donutAndroid (Google) Code Review2009-06-052-24/+14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * changes: Fixes #1899273.
| | * | | | | Fixes #1899273.Romain Guy2009-06-052-24/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a "ghost" stroke was showing, events would be intercepted in ListView. This patch modifies the logic used to detect when to still events: either the current stroke is a gesture, or the previous stroke was a gesture.
* | | | | | | Merge change 3386Android (Google) Code Review2009-06-054-22/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Move call to compiler from jni to core library code.
| * | | | | | | Move call to compiler from jni to core library code.Jason Sams2009-06-054-22/+42
| | | | | | | |
* | | | | | | | Merge change 3361Android (Google) Code Review2009-06-051-20/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: resolved conflicts for merge of 716b56 to master
| * \ \ \ \ \ \ \ resolved conflicts for merge of 716b56 to masterKen Shirriff2009-06-051-20/+28
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge change 2934 into donutAndroid (Google) Code Review2009-06-051-20/+28
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Don't crash on null edit url.
| | | * | | | | | | Don't crash on null edit url.Ken Shirriff2009-06-041-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug=1568060
* | | | | | | | | | get rid of LogSocket which wasn't even implemented (enabled)Mathias Agopian2009-06-053-151/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge change 3354Android (Google) Code Review2009-06-0515-841/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used
| * | | | | | | | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of ↵Mathias Agopian2009-06-0515-841/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inet_address.h and Socket.h which were not used
* | | | | | | | | am 0e74aa0f: Fix broken Searchables unit tests.Satish Sampath2009-06-051-1/+34
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0e74aa0f7ed90d46e0bdde02bf9b7b29c6b95bd8' * commit '0e74aa0f7ed90d46e0bdde02bf9b7b29c6b95bd8': Fix broken Searchables unit tests.
| * | | | | | | Fix broken Searchables unit tests.Satish Sampath2009-06-051-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newly added code was using methods which were not overridden by the unit test, fixed now.
* | | | | | | | am f9acde27: Include web search providers in Searchables.Satish Sampath2009-06-056-62/+283
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f9acde27486bcc6eea1092073f7b47c31749efd6' * commit 'f9acde27486bcc6eea1092073f7b47c31749efd6': Include web search providers in Searchables.
| * | | | | | | Include web search providers in Searchables.Satish Sampath2009-06-056-62/+283
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Along with ACTION_SEARCH we now enumate ACTION_WEB_SEARCH as well so web search providers are covered in the searchables list. This fixes a broken unit test. - Moved get/setPreferredWebSearchActivity and get-all-web-search-providers implementation to this module when the searchables list gets updated, so that it happens on boot and on package add/remove events and remains up to date. The duplicate code in WebSearchProvider will be removed in a separate change. - Also made Searchables broadcast an intent when the searchables list got rebuilt, so components such as GlobalSearch/SuggestionSources no longer need to do this on their own.
* | | | | | | Merge change 3208Android (Google) Code Review2009-06-051-1/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add "locked" column to sms and pdu tables.
| * | | | | | | Add "locked" column to sms and pdu tables.Tom Taylor2009-06-041-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A user can lock an SMS message and prevent it from being auto-deleted.
* | | | | | | | Implement handling of console messages from WebCore. Default implementation ↵Ben Murdoch2009-06-053-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in WebChromeClient is to do nothing.
* | | | | | | | Merge change 3284Android (Google) Code Review2009-06-055-136/+198
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.