summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "RTP: Update parameters for larger packet intervals."Chia-chi Yeh2011-09-131-44/+40
|\
| * RTP: Update parameters for larger packet intervals.Chia-chi Yeh2011-09-091-44/+40
| | | | | | | | | | | | Also remove some duplicated code. Change-Id: I64576e5442a962eb4b0dfa83b52a8127567ba597
* | Merge "Fix bug 5314559 - Slow menu scrolling in browser on some devices"Adam Powell2011-09-131-4/+2
|\ \
| * | Fix bug 5314559 - Slow menu scrolling in browser on some devicesAdam Powell2011-09-131-4/+2
| | | | | | | | | | | | | | | | | | | | | nativeSetIsScrolling has other side effects. Just pause picture updating when WebView loses focus. Change-Id: I917851c806f35a91a12a25c7457712123669384f
* | | Remove deprecated TrafficStats API.Jeff Sharkey2011-09-132-9/+0
| | | | | | | | | | | | | | | Bug: 5314214 Change-Id: If7dc3ef012a0e998e83ab4fef27ff19398d3e14c
* | | Merge "Fix bug in KeyButtonView key injection logic. Bug: 5299191 Bug: 5300282"Jeff Brown2011-09-132-76/+47
|\ \ \
| * | | Fix bug in KeyButtonView key injection logic.Jeff Brown2011-09-132-76/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5299191 Bug: 5300282 Only send keys when mCode != 0. Simplified the logic for repeating / non-repeating keys. Key down / up are always correlated with touch down / up, the only thing that's special is that we detect long press for repeating keys and not for others. Ensure that up or cancel is always sent for every key that is generated. Previously it was possible for keys to get stuck down if touch moved out of the button's active area. Removed the funky HOME long press timer. We don't need it since we can rely on the long-press flag instead. Since the system UI is in direct control of key repeating and long-press behavior for the keys it inject, this eliminates the need for special hacks to circumvent the timer. Ensure that the same haptic feedback is provided for all keys, including the recent apps key. Previously this only worked because the code was injecting a bogus key with code 0. Don't generate repeated haptic feedback for virtual keys even when those keys are injected. This doesn't happen for virtual keys synthesized by the InputReader because it never injects repeats itself (the InputDispatcher synthesizes them), but it is an issue for the KeyButtonView. Change-Id: I8b3615dde738af28e76898d161d6ce9a883b59ec
* | | | Merge "Skip the exit animation when the IME is destroyed."satok2011-09-131-0/+4
|\ \ \ \
| * | | | Skip the exit animation when the IME is destroyed.satok2011-09-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4529563 Change-Id: I6fb2ea3601e1cc6fa8858d006819698dcabdd5ca
* | | | | Merge "Fix bug 5312352 - ListView modal multi-select mode bugs"Adam Powell2011-09-131-5/+3
|\ \ \ \ \
| * | | | | Fix bug 5312352 - ListView modal multi-select mode bugsAdam Powell2011-09-131-5/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the provided callback returned false for creating the mode, the item was still getting checked and the bar was flickering. Don't do that. Change-Id: I384962742edeac0c43aec6f7898bd50dab064738
* | | | | Merge "Add verifier device identity"Kenny Root2011-09-1331-1/+570
|\ \ \ \ \
| * | | | | Add verifier device identityKenny Root2011-09-1331-1/+570
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a special device identifier that is usable only for device validation. The user will be presented with this number encoded in easily-transcribable Base32 in the Developer options of Settings. Change-Id: I4843f55ee90d689a51d0269b22454ca04c1be7ec
* | | | | | Merge "Issue 5298399: Lost speech after a crash in gTalk."Eric Laurent2011-09-132-12/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Issue 5298399: Lost speech after a crash in gTalk.Eric Laurent2011-09-132-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed problem in AudioTrack::restoreTrack_l() causing a permanent failure if the IAudioTrack interface to AudioFlinger could not be restored at the first attempt. Change-Id: I039d4fe2dca8d3baf71f1a6c51119f27a67b6611
* | | | | | Merge "Prevent pause/resuming a destroyed WebViewCore"John Reck2011-09-131-0/+8
|\ \ \ \ \ \
| * | | | | | Prevent pause/resuming a destroyed WebViewCoreJohn Reck2011-09-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5246901 Change-Id: I697cd26b74ffb0584bb992d8caa6bae1e6eee0fd
* | | | | | | Merge "Fix bug 5309557 - Monkeys and SIGSEGV do not mix!"Adam Powell2011-09-131-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix bug 5309557 - Monkeys and SIGSEGV do not mix!Adam Powell2011-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that the native component of WebView has been initialized before any native-level optimization involving window focus occurs. Change-Id: I24ca5fe21657aeb1a1faf5bc36fba5ea11064f86
* | | | | | | | Merge "Minor docs fixes: Make description match screenshot."Siva Velusamy2011-09-131-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Minor docs fixes: Make description match screenshot.Siva Velusamy2011-09-131-4/+4
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update location of DDMS preferences file. Change-Id: I91b9f9b2376d427a2ef8b1832d49e07e232c3320
* | | | | | | | Merge "Make sure the finalizer destroy runs on the UI thread"John Reck2011-09-131-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Make sure the finalizer destroy runs on the UI threadJohn Reck2011-09-131-1/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5208786 The finalizer runs on its own thread, but destroy must be called on the UI thread Change-Id: I01ddd675b8aea49aa4e212693551e808a83e45d5
* | | | | | | | Merge "Add RS watchdog."Jason Sams2011-09-1315-106/+186
|\ \ \ \ \ \ \ \
| * | | | | | | | Add RS watchdog.Jason Sams2011-09-1315-106/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4c912beb84fa8a37ada0088049f7776132e994b6
* | | | | | | | | API review: Metadata class not used.Dianne Hackborn2011-09-132-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Metadata class doesn't actually seem to be used with anything in the SDK, and the API probably needs some work, so hide it. Change-Id: Ifecf49130b90cbb4c588ad8104f1e7957978f789
* | | | | | | | | Unhide wifi p2p APIIrfan Sheriff2011-09-1319-429/+634
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5247957 Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
* | | | | | | | | Merge "Fix bug 5307916 - legacy menu theming"Adam Powell2011-09-133-3/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix bug 5307916 - legacy menu themingAdam Powell2011-09-133-3/+12
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let list_menu_item_layout and legacy dialog themes tie into new list item theming internals. Change-Id: Ic9253a2217148df72bf22b725b32512673c3bb80
* | | | | | | | | Merge "List path-permission element under provider"Dmitry Dolinsky2011-09-131-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | List path-permission element under providerDmitry Dolinsky2011-09-131-2/+3
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, minor formating fix Change-Id: Idc9bf4f43e74b85d137564428aebd9f1ce42a1ab
* | | | | | | | | Merge "VpnDialogs: allow strings wrapped into multiple lines."Chia-chi Yeh2011-09-133-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VpnDialogs: allow strings wrapped into multiple lines.Chia-chi Yeh2011-09-133-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I51443c14c2f113a149818dc060fb90fa16527545
* | | | | | | | | | Merge "Fix bug #5282141 ScrollView overscroll should not generate ↵Fabrice Di Meglio2011-09-132-29/+41
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidations when not needed (ANR textview redraws constantly when touched)"
| * | | | | | | | | | Fix bug #5282141 ScrollView overscroll should not generate invalidations ↵Fabrice Di Meglio2011-09-132-29/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when not needed (ANR textview redraws constantly when touched) - check if the overscroll range is not 0 - check if we are in the correct overscroll mode - also udpate HorizontalScrollView the same way Change-Id: I0bb37f9813a5871eb856914786db5c06de59e4d3
* | | | | | | | | | | Merge "Updated default application launcher icon Bug: 5286988"Justin Ho2011-09-136-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Updated default application launcher iconJustin Ho2011-09-136-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5286988 Change-Id: If5d05f4a089a058551221986c9363eff80522768
* | | | | | | | | | | Merge "Fix bug 5297302 - Remember to release surface after starting drag"Christopher Tate2011-09-131-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix bug 5297302 - Remember to release surface after starting dragChristopher Tate2011-09-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgetting to release it was "safe" in that GC would eventually tidy it up anyway, but in the meantime it was possible for a user to do lots of drag operations, racing ahead of the progress of the garbage collector, and wind up with drags failing because we'd run out of surface slots due to all the piled up stale drag shadows. Change-Id: I7ac93b13cc9996dda04a404571fbc44cb4314694
* | | | | | | | | | | | am 61db35da: am 2f835a61: Merge "Make copies of NetworkInfo to give out." ↵Robert Greenwalt2011-09-132-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb-LTE * commit '61db35da2b4501dde5646f86f21cf5054c41ea26': Make copies of NetworkInfo to give out.
| * \ \ \ \ \ \ \ \ \ \ \ am 2f835a61: Merge "Make copies of NetworkInfo to give out." into honeycomb-LTERobert Greenwalt2011-09-093-3/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2f835a6193c14e27cf761d85ac3ea4c9bd9296f8': Make copies of NetworkInfo to give out.
| | * \ \ \ \ \ \ \ \ \ \ \ Merge "Make copies of NetworkInfo to give out." into honeycomb-LTERobert Greenwalt2011-09-093-3/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Make copies of NetworkInfo to give out.Robert Greenwalt2011-09-093-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we'll change it out from under those we've given it too. bug:5233462 Change-Id: Iffc886849edfa6ced3da1133f9d363e11b2733f8
* | | | | | | | | | | | | | | am 30928eb6: am b1a3f0ca: Fix no data issue after system server crashKazuhiro Ondo2011-09-131-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '30928eb60395ac7c02ac45fd00a0d781ce364856': Fix no data issue after system server crash
| * | | | | | | | | | | | | | am b1a3f0ca: Fix no data issue after system server crashKazuhiro Ondo2011-09-091-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b1a3f0ca4b23b882fc1a5e83eaa412c0ed76696f': Fix no data issue after system server crash
| | * | | | | | | | | | | | | Fix no data issue after system server crashKazuhiro Ondo2011-09-091-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FW was checking "Radio Available" instead of "Radio On" when broadcasting data availability. This was causing an issue in a certain recovery case (system server restart/phone process restart) where "Radio (modem) is available" but radio was turned off. This patch obsolete the use of mRadioAvailable attribute and use RadioState from RIL directly to check if Radio is ON. Bug:5077346 Change-Id: Ie7ac05e3d5e328e3d5303541ca41326754f309c1
* | | | | | | | | | | | | | | am 90cfe5c3: (-s ours) am 37f770f0: DO NOT MERGE: Notify overall state ↵yoonsung.nam2011-09-130-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of current changed state * commit '90cfe5c366c1ffcbd4f9164b9bef998f27912089': DO NOT MERGE: Notify overall state instead of current changed state
| * | | | | | | | | | | | | | am 37f770f0: DO NOT MERGE: Notify overall state instead of current changed stateyoonsung.nam2011-09-091-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '37f770f03f975982fbe7a1f133e03724bd3dc81a': DO NOT MERGE: Notify overall state instead of current changed state
| | * | | | | | | | | | | | | DO NOT MERGE: Notify overall state instead of current changed stateyoonsung.nam2011-09-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TelephonyRegistry notifies wrong state thourgh onDataConnectionStateChanged(). As a result, browser works even though there is no data icon in status bar. The issue is reproducible as following senario: 1. There are two connections. 2. Network type is changed and one of the connections is disconnected at the same time. 3. TelephonyRegisitry notifies disconnect state to apps which are listening PhoneStateLinstener. Change-Id: Iac1e2b14e41715a63ea0d842cb44d232447e814a Signed-off-by: yoonsung.nam <yoonsung.nam@samsung.com>
* | | | | | | | | | | | | | | am 52d51c42: (-s ours) am eb7763ef: DO NOT MERGE: Fix leak in SIM ready ↵Kazuhiro Ondo2011-09-130-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | registrants * commit '52d51c42b6296a96287dd373558f576c18846a01': DO NOT MERGE: Fix leak in SIM ready registrants