56361 Commits

Author SHA1 Message Date
Justin Ho
eebbbd2972 Updated btn_default and btn_toggle
Bug: 5076695

Change-Id: Ic3e23dbf4e7782bd5617bee6263c3f23ce229b9e
2011-08-09 15:41:20 -07:00
Sangcheol Lee
1d1435a1ed Don't check provisioning when trying setup data call.
1. SIM is not provisioned before activation.

Change-Id: I04b16d77aaf28bfb8e0c2d7edd937bd44677de73
Signed-off-by: Sangcheol Lee <goodsc.lee@samsung.com>
2011-08-09 15:37:29 -07:00
Gloria Wang
91784c996f To support for switching from a non-null surface/ surface texture to
a null one, and vice versa.
Fix for bug 5137445.

Change-Id: Ifca2997f8ad27a843abbdaa7e89a56329bc40fde
2011-08-09 15:31:30 -07:00
Mathias Agopian
f6d08b9528 Merge changes Ie06e73e5,I7ac6b5b0
* changes:
  free all buffers when ANativeWindow::disconnect is called
  return correct value from query after connecting a surface
2011-08-09 15:23:19 -07:00
Amith Yamasani
5607a38271 Added methods to change text entry mode in SearchView.
Bug: 5143618

Handle imeOptions and inputType attributes in SearchableInfo.
Methods to directly modify those attributes on SearchView.

Change-Id: I340617767f930ecb1b1ad5ab2696bc613982a20b
2011-08-09 15:16:08 -07:00
Philip Milne
7466b0fdfe Merge "Implement native println_native in android.util.Log for LayoutLib" 2011-08-09 15:06:32 -07:00
Jeff Sharkey
05355c3eb6 Enable network stats module by default.
Bug: 5138315
Change-Id: Id4cffdc126bf14a005fc2d3aece87ea036a51999
2011-08-09 14:44:19 -07:00
Fabrice Di Meglio
5de5b1a91e Fix Harbuzz shaper for being able to do select other scripts than Common or Arabic
- need to take care of diacritics marks that return HB_Script_Inherited for a script

Change-Id: Icbfea46b305e15849b25410fed07d9cd5dfeb818
2011-08-09 14:37:22 -07:00
Justin Ho
354a1e98c2 Updated textfields
Bug: 5076695

Change-Id: I377ced032c072b38d1384bff44ec374d9c43b599
2011-08-09 14:33:29 -07:00
Flavio Lerda
af61fd0fd4 Merge "Add geocoded location to call log." 2011-08-09 14:22:10 -07:00
Alex Sakhartchouk
9ce7c0971d Merge "add renderscript doc comments for exposed headers" 2011-08-09 14:13:09 -07:00
Jeff Sharkey
82f006f672 Merge "Add progress to Notification.Builder." 2011-08-09 14:01:09 -07:00
Jeff Sharkey
541d8ea32d Merge "Fix random stats generation for debugging." 2011-08-09 14:00:57 -07:00
Stephen Hines
9940c60af4 Merge "Start refactoring RS headerfiles for docs." 2011-08-09 14:00:51 -07:00
Kenny Root
e13e48d6fc Merge "Add security checks for new API" 2011-08-09 13:58:26 -07:00
Fabrice Di Meglio
61ccc6a203 Merge changes I46744e51,I1f566cce
* changes:
  Solidify and optimize Paint text related APIs
  Add more optimizations for Text measuring / breaking / getting advances
2011-08-09 13:54:43 -07:00
Justin Ho
950f67e7a7 Updated spinner_ab assets
Bug: 5076695

Change-Id: Iec991fa4f136636aef731e007358fa84cf008858
2011-08-09 13:49:52 -07:00
Justin Ho
b3a4b11bf7 Removing activated states for ab spinners
Bug: 5076695

Change-Id: I6c6cc5ccd656fc143055adce9ff6cd050c8b58cd
2011-08-09 13:48:25 -07:00
Claudia de Veaux
d7672547c8 Modified calendar read/write permissions strings per Bug 5008627 Scrub calendar permission text for ICS to make it more clear / scary.
Change-Id: I2ea64582670b228d9c816796449d25d770a681cd

Update Calendar permissions strings
Edit based of review: shorten and remove comma.
Bug 5008627

Update Calendar permissions strings
Edit to include mention of access to confidential info.
Bug 5008627

Minor edit to line length.
2011-08-09 13:07:35 -07:00
Daniel Sandler
cf336e10c0 Forcibly recalculate size of the notification expanded view.
This helps avoid a race condition that can sometimes leave
the status bar handle untouchable (read: hiding behind the
expanded view's transparent window, which is too large
because the close handle's height has not yet been
calculated) on first boot.

Bug: 5122306
Change-Id: I5fa2595798a66289c2c33d7c78dd16f9db066ede
2011-08-09 15:50:03 -04:00
Daniel Sandler
d309056d36 Add settings button to notification panel.
Also move date to panel in place of carrier name.

Bug: 5076789
Change-Id: I498dc1e29581829c123b3cc0a8c81551ac8bdbe2
2011-08-09 15:49:39 -04:00
Jim Miller
0419a2a9b5 Merge "Fix 5044158: Fix lockscreen layout issues" 2011-08-09 12:25:05 -07:00
Matthew Xie
06ec66266c Merge "Implement switchConnectable with Powered property setting instead of scan modes" 2011-08-09 12:15:54 -07:00
Ben Murdoch
85765a4365 Merge "Add a flag to force suppression of the auth dialog." 2011-08-09 11:55:26 -07:00
Alex Sakhartchouk
6b2b8bdb28 add renderscript doc comments for exposed headers
Change-Id: Ia7dd82f890775045e543963d64e6dcd3ea4db825
2011-08-09 11:36:19 -07:00
Jason Sams
573fa62074 Start refactoring RS headerfiles for docs.
Change-Id: Ieb7797601f94beec2835e1d936dc2dd0c38cb48c
2011-08-09 11:34:33 -07:00
Philip Milne
ea670054d6 Implement native println_native in android.util.Log for LayoutLib
Change-Id: I2ab83a131468490cf789bf17f9c12b6360e953a4
2011-08-09 11:25:25 -07:00
Jeff Sharkey
1c40013bb2 Add progress to Notification.Builder.
Provide method to surface progress when building a notification. Also
manages visibility of various items, including hiding the entire line
when unneeded.

Bug: 4022082, 3399877
Change-Id: I90d8fca383c746001aadc6c5f21c68a23bb937e5
2011-08-09 11:19:32 -07:00
James Dong
2c8e8508d2 Fix initial 0 duration video sample in the recorded videos
o Patch suggested by pmehendale@nvidia.com

Change-Id: Ibf516ba83b721b0d0ab55bb7637fe9b7b2958214
related-to-bug: 5117434
2011-08-09 11:17:49 -07:00
Romain Guy
95b0292fb4 Merge "Fix for bug 5115066 Handler override of toString() hides derived class name" 2011-08-09 11:14:50 -07:00
James Dong
0ed837a7a3 Merge "Do not release recording frames if camera is gone" 2011-08-09 11:14:06 -07:00
Dianne Hackborn
70a3f677bf Fix issue #5016544: IME keyboard hides folder rename text field.
Tweak some issues in TextView with the focus rect used to determing
where the scroll position needs to be.  The ultimate problem was that
in various situations it would use the right-most selection position
cursor as the scroll location and when it adds 1 to make this a valid
rect we end up with a rectangle that is outside of the view.

Change-Id: Ia200c58e4e014d2a0a1be4761f9a1e5eb702a8e5
2011-08-09 11:11:25 -07:00
Kenny Root
461ff1f03c Add security checks for new API
Bug: 5137679
Change-Id: Ic0c1e0cf2960a7062ba318b60ee2c92506f6aab6
2011-08-09 11:08:34 -07:00
Marco Nelissen
4332168439 Merge "Keep effects sessions active when the caller dies." 2011-08-09 11:02:26 -07:00
Dianne Hackborn
6ae7ba3230 Merge "Improve window manager debug output." 2011-08-09 10:41:45 -07:00
Gilles Debunne
1f6ac8b1e0 Merge "Handles' position are updated in case of external change." 2011-08-09 10:22:15 -07:00
Gilles Debunne
b932146135 Merge "The PASTE action is always displayed, even when starting a selection" 2011-08-09 10:22:02 -07:00
Marco Nelissen
c74b93fdf3 Keep effects sessions active when the caller dies.
Don't remove effects until the session they are in goes away or all
AudioEffects have been explicitly released. This allows the control
panel process to die without stopping the effects.

Change-Id: I4496e5df080230ca1af149dec95c1309ab8ea888
2011-08-09 10:21:10 -07:00
Daniel Sandler
8d3c234407 Fix obviously broken DateTimeView.onAttachedToWindow().
Change-Id: I6b9e948d26b4c22b4520ca48b71c1f7e45ca7899
2011-08-09 13:10:20 -04:00
Kristian Monsen
588d8560b3 Fix for bug 5115066 Handler override of toString() hides derived class name
Dynamically getting the class name.

Change-Id: I3140bee67ee2e5a1790e53cf4dfc240d3bb25218
2011-08-09 16:27:06 +01:00
Justin Ho
a4418e0fd9 Merge "Scrollbar handle from gingerbread Bug: 5076695" 2011-08-09 07:36:26 -07:00
Chet Haase
aebd5471ac Merge "Fix ViewPropertyAnimator duration and startDelay issues" 2011-08-09 06:47:07 -07:00
Flavio Lerda
270f930ce8 Add geocoded location to call log.
Since computing the geocoded location is an expensive operation, add the
geocoded location once and for all when inserting in the call log.

Bug: 5129581
Change-Id: I6017c993a52b461eed395ce5e5a9373018e2087a
2011-08-09 12:01:13 +01:00
Wu-cheng Li
08a907149e Merge "Unhide camera recording hint API." 2011-08-09 02:54:07 -07:00
Adam Powell
50d3c667eb Merge "Fix bug 5135608 - Let AbsListView take focus while detached" 2011-08-09 00:03:16 -07:00
Adam Powell
b3750133db Fix bug 5135608 - Let AbsListView take focus while detached
While it is valid to request focus while detached from a window,
AbsListView did not handle it gracefully if it had an adapter whose
data changed while the view was detached, since DataSetObservers are
unregistered during this time. Assume that the data could have changed
if we gain focus while detached.

Change-Id: Id135693ffcc48ff5a9d530d335ab449180624c43
2011-08-08 23:50:25 -07:00
Mathias Agopian
43a3d91dff free all buffers when ANativeWindow::disconnect is called
Change-Id: Ie06e73e5b44398cda9e99876f78175b5eef765dc
2011-08-08 20:25:45 -07:00
Mathias Agopian
053b02df2d return correct value from query after connecting a surface
the first time a surface was connected, the values returned
by query NATIVE_WINDOW_DEFAULT_{WIDTH|HEIGHT} and
NATIVE_WINDOW_TRANSFORM_HINT were wrong until a call
to queueBuffer was performed.

Bug: 5137366, 5121607
Change-Id: I7ac6b5b0daa876638f6bed7c20f286a6e6d984f6
2011-08-08 20:25:44 -07:00
Mathias Agopian
fc4ba11415 Merge "improve dumpsys SurfaceFlinger output" 2011-08-08 20:13:16 -07:00
Mathias Agopian
03edb5d6a6 Merge "add some logs to track a crash in eglCreateImageKHR" 2011-08-08 19:39:58 -07:00