summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make ViewServer more quietRomain Guy2011-08-311-1/+1
| | | | | | Bug #5231539 Change-Id: Ib1f3e0d7592b4af802efe4e9630a220c23450521
* Text would disappear when the font size is 75px.Romain Guy2011-08-301-2/+2
| | | | | | | | Bug #5230196 Yes, 75px. Any other font size would work. Don't ask. Change-Id: I96c7db9926a97f65128d60c8238c3640ee2444ba
* Italic should be italic and bold should be bold.Romain Guy2011-08-291-2/+2
| | | | Change-Id: I68933a7d7c32951c4d52d945baaedcb2583caef4
* ToggleButton could keep a reference to a previous drawableRomain Guy2011-08-261-0/+2
| | | | Change-Id: Ic19a8e86c61b58926504daf35f0de41358a899b4
* Merge "Textfield search items updated thickness on vertical bars Bug: 5076695"Peter Ng2011-08-2624-0/+0
|\
| * Textfield search items updated thickness on vertical barsPeter Ng2011-08-2524-0/+0
| | | | | | | | | | | | Bug: 5076695 Change-Id: I84b33ba9e2dcc91143d162d588b9708783178bba
* | Merge "Fix bug #5199577 TextView with android:password="true" is showing the ↵Fabrice Di Meglio2011-08-267-25/+56
|\ \ | | | | | | | | | "dots" on the left even if the password chars are RTL"
| * | Fix bug #5199577 TextView with android:password="true" is showing the "dots" ↵Fabrice Di Meglio2011-08-257-25/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on the left even if the password chars are RTL - force TextView to LOCALE text heuristic when in "password" mode - remove TEXT_LAYOUT_DIRECTION_UNKNOWN_DO_NOT_USE - LocaleUtils.getLayoutDirectionFromLocale() returns "LTR" is locale is NULL or ROOT Change-Id: I182c46aaf2d73c8b18967fffa230bfabec91ed06
* | | Merge "Fixed WifiWatchdog notification bugs"Irfan Sheriff2011-08-263-4/+9
|\ \ \
| * | | Fixed WifiWatchdog notification bugsIsaac Levy2011-08-263-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Space was truncated on 'disabled' notification - Disable reason was getting wiped out on subsequent disabled - disable reason was not propogating to WifiSettings Change-Id: I2e57ee33d285aad39aabe1b048e7436d364b02f3
* | | | Merge "Support for posting messages and synchronously waiting for a response."Andreas Huber2011-08-264-7/+91
|\ \ \ \
| * | | | Support for posting messages and synchronously waiting for a response.Andreas Huber2011-08-254-7/+91
| | | | | | | | | | | | | | | | | | | | Change-Id: Id6c7a08c34fd5cb6c4632f78ece9e7898b29e52c
* | | | | Merge "Updated sysbar icons Bug: 5076695"Justin Ho2011-08-2619-0/+0
|\ \ \ \ \
| * | | | | Updated sysbar iconsJustin Ho2011-08-2519-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5076695 Change-Id: Iafeec01311ebed5409afae207c61f27410a6b244
* | | | | | Merge "Prevent crash in VPN settings Bug #5217245"Romain Guy2011-08-262-4/+5
|\ \ \ \ \ \
| * | | | | | Prevent crash in VPN settingsRomain Guy2011-08-262-5/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5217245 Change-Id: Ibacf4cbd40537cd417f1518b5ac4367a3f3d7d03
* | | | | | Merge "Bug 5218421. Spell check crash with Japanese characters"Gilles Debunne2011-08-261-1/+1
|\ \ \ \ \ \
| * | | | | | Bug 5218421. Spell check crash with Japanese charactersGilles Debunne2011-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The word iterator returns no word in that case, and this is not supported by TextInfo. Change-Id: Iaf31c58638c02d3cdc7b88bc0d1201e793e84f17
* | | | | | | docs: fix vendor idsScott Main2011-08-261-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8f1d4c657fb974b87b56dd859aac8b5312025160
* | | | | | | Merge "Stop spamming the user with unchanged tickers."Daniel Sandler2011-08-261-6/+5
|\ \ \ \ \ \ \
| * | | | | | | Stop spamming the user with unchanged tickers.Daniel Sandler2011-08-261-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5217613 Change-Id: I63e9a9853803ff770155f1c69e09e5d3e57f2abf
* | | | | | | | Merge "docs: update device doc with missing changes from hc mr2"Scott Main2011-08-261-55/+139
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: update device doc with missing changes from hc mr2Scott Main2011-08-261-55/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I655897d8a7780e4ecf400d5dc9156539133b542e
* | | | | | | | | Merge "Properly reset the number of frames we think we've written to the ↵Andreas Huber2011-08-261-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio sink"
| * | | | | | | | | Properly reset the number of frames we think we've written to the audio sinkAndreas Huber2011-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in order to compute the final delay before posting end-of-stream correctly. Change-Id: I4ff6d7142fdf1ea2d19d12ec78c1e84322d22e5f related-to-bug: 5216930
* | | | | | | | | | Merge "docs: typo"Scott Main2011-08-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs: typoScott Main2011-08-261-1/+1
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icf9c9ae5a97a36cf6fb2d0c648576c4a730b7c36
* | | | | | | | | | Merge "docs: add pegatron vendor ID and driver download link"Scott Main2011-08-262-0/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | docs: add pegatron vendor ID and driver download linkScott Main2011-08-252-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a944a7f1c304d41da13406e1c73b3ecb7bbd273
* | | | | | | | | | Merge "After calling loadData invalidate the content"John Reck2011-08-261-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | After calling loadData invalidate the contentJohn Reck2011-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5205296 Change-Id: I7470faf0b71a769926c007b964987e8bc7a61efb
* | | | | | | | | | | Merge "Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE response"Wink Saville2011-08-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Allow 15 strings in RIL_REQUEST_VOICE_REGISTRATION_STATE responseNaveen Kalla2011-08-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RIL interface contains 15 strings in response to RIL_REQUEST_VOICE_REGISTRATION_STATE. CdmaServiceStateTracker throws an exception if response contains more than 14 strings. Fix needed to comply with RIL interface. Bug: 5204605 Change-Id: I6f266eb38b2bc52610999cd92449b8dc58dd3274
* | | | | | | | | | | New alarm clock for Phone stat_sys areaJustin Ho2011-08-2610-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
* | | | | | | | | | | Merge "Righting a wrong."Daniel Sandler2011-08-265-0/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Righting a wrong.Daniel Sandler2011-08-255-0/+0
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4265624b664813b912d463787db2c6ecd92b81fe
* | | | | | | | | | | Fix newSpellCheckerSessionsatok2011-08-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia862dba70666c69b81d18836561b7e9a1c2d81b3
* | | | | | | | | | | Reset subtype when the current spell checker was changed.satok2011-08-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I79099695337dbc5577871458b24c6710fc0ecca7
* | | | | | | | | | | Merge "Support system locale as the locale of the spell checkers"satok2011-08-262-18/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Support system locale as the locale of the spell checkerssatok2011-08-262-18/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5212035 Change-Id: I18d27e54b936cc7f4d6cc3c7100bce57f77f8f9f
* | | | | | | | | | | | Do not show auxiliary subtypes on the lock screensatok2011-08-261-4/+4
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id7cf5d122968790ba6d75d3b047d45ea99e4d0f6
* | | | | | | | | | | Fix NPE in setCurrentSpellCheckerSubtypesatok2011-08-262-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9fce999f91dcccd2f877a0326c4f2e3ac9024f85
* | | | | | | | | | | Add getServiceInfo to SpellCheckerInfosatok2011-08-262-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11634b88cf65182465869b131cfdcc8815e74965
* | | | | | | | | | | Add getDisplayName to SpellCheckerSubtypesatok2011-08-262-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic4d1f494a1fb67eda73ffc8e3be1caf690a602ce
* | | | | | | | | | | Merge "Fix preloaded classes for the emulator."Jesse Wilson2011-08-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix preloaded classes for the emulator.Jesse Wilson2011-08-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://b/5216395 Change-Id: I36f406e97d45bc4d50a4fd1ebeb880cf0eead7f2
* | | | | | | | | | | | Merge "Fix setCurrentSpellCheckerSubtype"satok2011-08-253-7/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix setCurrentSpellCheckerSubtypesatok2011-08-263-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib42a3b4377b8700ceaf4b7e13150848464d073c1
* | | | | | | | | | | | Merge "fix logging of eglMakeCurrent() errors"Mathias Agopian2011-08-252-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix logging of eglMakeCurrent() errorsMathias Agopian2011-08-252-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie22cabff822a8fb3186f082491234b9503b431c3