24237 Commits

Author SHA1 Message Date
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
Dianne Hackborn
a44abeb125 Improve window manager debug output.
Cleaned this up while I was debugging another issue.

Change-Id: I0663b9ed581c6868b59655a0f994d870971ec1a6
2011-08-08 19:24:28 -07:00
Fabrice Di Meglio
6ab90ed017 Solidify and optimize Paint text related APIs
- better check parameters consistency
- return calls as soon as possible (when null or empty text)

Change-Id: I46744e517b04e3fba0ec37132d7de400177f214b
2011-08-08 18:52:27 -07:00
Chet Haase
cbbd93ae70 Fix ViewPropertyAnimator duration and startDelay issues
getDuration() wasn't returning the correct thing in some cases, and
setStartDelay() had no effect whatsoever. Fixed those.

Change-Id: I89f930535ec1acddf57227937a9ad64986548998
2011-08-08 17:34:25 -07:00
Jim Miller
c61f888298 Fix 5044158: Fix lockscreen layout issues
Fixes issue where long OwnerInfo text would squeeze the unlock widget
out of the view in landscape modes.

Use suggestionsEnabled flag to remove suggestion popup from passwordEntry TextView.

Change-Id: I5d6f37fe4b0edddb1af85bd14657ad4a4e6ed09d
2011-08-08 17:01:42 -07:00
Justin Ho
c9e7b22aa2 Scrollbar handle from gingerbread
Bug: 5076695

Change-Id: I6c4067b68c901eb0a0c3dda89e036689cd38486d
2011-08-08 16:19:47 -07:00
Justin Ho
f6a241fc21 Merge "Updated scrollbar handle Bug: 5076695" 2011-08-08 16:14:15 -07:00
Justin Ho
2d21f32bf3 Updated scrollbar handle
Bug: 5076695

Change-Id: I6be007a67541273a41a582f85d4dbb97d9281782
2011-08-08 16:13:26 -07:00
Justin Ho
b2adc9005e Merge "Bug 5080369: merging new assets" 2011-08-08 15:56:38 -07:00
Justin Ho
9d54a3dfbe Merge "Removing unused spinner_active Bug: 5076695" 2011-08-08 15:53:06 -07:00
Justin Ho
bbca4c1277 Merge "Updated switches Bug: 5076695" 2011-08-08 15:52:14 -07:00
Justin Ho
f44335f3dd Updated switches
Bug: 5076695

Change-Id: I003c279b8aa7914923c669f465c9a9ddf645972e
2011-08-08 15:39:40 -07:00
Chet Haase
4295ca00e1 Merge "Fix cancellation of AnimatorSet when child animation has delay" 2011-08-08 15:13:12 -07:00
Romain Guy
06db72d5f8 Merge "Don't draw more than what we need." 2011-08-08 15:09:27 -07:00
Eric Fischer
9b3ef020f0 Merge "Import revised translations." 2011-08-08 15:07:58 -07:00
Chet Haase
8b699792b6 Fix cancellation of AnimatorSet when child animation has delay
Previously, AnimatorSet incorrectly checked whether child animations were
'running' to figure out what to cancel. If a child animation was started, but
sitting in a startDelay phase, it was not 'running', so the right cancel/end
events would not propagate.

The fix is to add a new isStarted() API to Animator, which returns true when
the animator has started (but not yet ended), regardless of whether the animator
has a startDelay or not. It's basically a superset of the existing isRunning()
method, which only returns true when an animator has actually started setting values.

Change-Id: I126814cb6637b58295b6d18d9b155235671f99be
2011-08-08 15:05:53 -07:00
Adam Powell
68c5f17c53 Merge "Fix bug 5116434 - Bookmark label is not highlighted." 2011-08-08 15:00:32 -07:00
Romain Guy
c3166e15f8 Don't draw more than what we need.
Change-Id: Ifeac66d379a48e8a1124188125e029421eb24226
2011-08-08 15:00:03 -07:00
Adam Powell
faa6ffa484 Fix bug 5116434 - Bookmark label is not highlighted.
Let the action bar tab strip handle its own height changes.

Change-Id: I9b79702c757c736ef7872a43316965cea1a5cc97
2011-08-08 14:48:28 -07:00
Fabrice Di Meglio
98d29b44f7 Merge "Follow up to TextView's baseline is correctly computed for empty text" 2011-08-08 14:47:02 -07:00
Fabrice Di Meglio
15c097a1c2 Add more optimizations for Text measuring / breaking / getting advances
- do not go to native if this is not needed (empty or null text)
- do expandMetricsFromPaint() in TextLine when needed instead of calling handleText()
with emty string just for doing expandMetricsFromPaint()

Change-Id: I1f566ccef66cbc990ebbb77ef149899119e37e84
2011-08-08 14:42:41 -07:00
Justin Ho
e3a7011cb1 Removing unused spinner_active
Bug: 5076695

Change-Id: I21afb3f94b99927e1d61664dd86dea48b96755b9
2011-08-08 14:10:11 -07:00
Gilles Debunne
f9b467f1d8 Bug 5080369: merging new assets
Change-Id: I303ba0329052cfc4268b0b95c49650a906ab41a9
2011-08-08 14:01:27 -07:00
Justin Ho
3b0ae45c41 Merge "Updated fastscroll assets Bug:5076695" 2011-08-08 13:41:42 -07:00
Justin Ho
20efac688d Updated fastscroll assets
Bug:5076695

Change-Id: I5dae00f1c89aab73551710e1799f6b08d221347e
2011-08-08 13:34:13 -07:00
Justin Ho
beb4641783 Merge "Updated numberpicker_ assets Bug: 5076695" 2011-08-08 13:26:00 -07:00
Justin Ho
87764d48b5 Merge "Updated rating stars Bug: 5076695" 2011-08-08 13:23:42 -07:00
Justin Ho
b2788f8df6 Updated numberpicker_ assets
Bug: 5076695

Change-Id: Ia80424e26dc8c4710dc6af930d44f8f4683fb50b
2011-08-08 13:22:49 -07:00
Justin Ho
276966e7ad Merge "Updated quickcontact badges Bug: 5076695" 2011-08-08 13:21:31 -07:00
Justin Ho
b6c5752c47 Updated rating stars
Bug: 5076695

Change-Id: Ie17d1fc9509f236f9a57b322b647f7c5d65f3ad8
2011-08-08 13:12:55 -07:00
Daniel Lehmann
f6d3079f98 Merge "Don't perform query if QuickContactBadge has been initialized via assignContactUri" 2011-08-08 13:06:01 -07:00
Fabrice Di Meglio
f957618265 Merge "Revert "Adapt TextLayoutCache for new Harfbuzz scripts"" 2011-08-08 12:56:05 -07:00
Fabrice Di Meglio
535f6dba69 Merge "Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appear as LTR"" 2011-08-08 12:42:51 -07:00
Fabrice Di Meglio
9c89d5dc82 Revert "Fix bug #5114358 If writing Numbers with Hebrew & Arabic keyboard, they appear as LTR"
This reverts commit 6850c7aff5b08225ab1793dd721a795cb4192f6f

The referenced bug was actually not a bug. It was working as intended.
2011-08-08 12:17:03 -07:00
Chia-chi Yeh
880f64ac10 Merge "VPN: introduce VpnService as the base class for user space VPN." 2011-08-08 11:33:57 -07:00
Fabrice Di Meglio
f09e46e938 Revert "Adapt TextLayoutCache for new Harfbuzz scripts"
This reverts commit 7f4ae758ba4724f7c3031d33ad8e749c11d1e059

This CL created a regression:

#5134317 Arabic Keyboard does not appear
2011-08-08 11:31:39 -07:00
Chia-chi Yeh
199ed6ef89 VPN: introduce VpnService as the base class for user space VPN.
Change-Id: I4793a6eb51b33f669fc6d39e1a16cf5eb9e3d851
2011-08-08 11:15:41 -07:00
Justin Ho
1eb1f72ccd Merge "Updated tab assets, removing [un]selected_pressed_focused states Updated appropriate style Bug: 5076695" 2011-08-08 10:21:09 -07:00
Justin Ho
50859a6f5c Merge "Updated overscroll assets Bug: 5076695" 2011-08-08 10:16:42 -07:00
Adam Powell
3a02ff1300 Merge "Fix bug 5112702 - switches should have "ON" on the right" 2011-08-08 09:53:36 -07:00
Adam Powell
e112567b45 Merge "Fix bug 5116342 - don't keep fragment state around once resumed" 2011-08-08 09:53:23 -07:00
Fabrice Di Meglio
850dffa01b Follow up to TextView's baseline is correctly computed for empty text
Was bug http://code.google.com/p/android/issues/detail?id=15598

- optimize https://android-git.corp.google.com/g/#/c/107901/1

Change-Id: I20abd82a97adc71f04a5afba54eb679f708236f8
2011-08-08 09:45:09 -07:00
Justin Ho
ac54d8ee0a Updated tab assets, removing [un]selected_pressed_focused states
Updated appropriate style
Bug: 5076695

Change-Id: I6b8102f0d176ac0ecc69878440ca9cd711e22904
2011-08-08 09:01:00 -07:00
Justin Ho
4a0401cbcb Updated quickcontact badges
Bug: 5076695

Change-Id: I2abec7117baaccb010f7260cff603899a98f222a
2011-08-08 07:54:05 -07:00
Justin Ho
6a585c124c Updated overscroll assets
Bug: 5076695

Change-Id: Ia35deb3f384519a715d6f53689663bd284dc8cd8
2011-08-08 07:53:06 -07:00
satok
03b2ea1102 Support xml configuration file for the spell checker and add the spell checker subtype
Change-Id: I74715855525fc0a1282238d593ad37aefd42bfc3
2011-08-08 19:29:26 +09:00
Dianne Hackborn
7d608423b7 Move OOM kernel settings to activity manager.
The activity manager now take care of plugging the correct settings
into the OOM killer in the kernel.  This is a lot cleaner because
it is really central to how the activity manager works, and nobody
else cares about them.

Taking advantage of this, the activity manager computes what it
thinks are appropriate OOM levels based on the RAM and display
size of the device.

Also a small optization to the package manager to keep a binding
to the package install helper for a bit after done using it, to
avoid thrashing on it.

And some new APIs that are now needed by Settings.

Change-Id: I2b2d379194445d8305bde331c19bde91c8f24751
2011-08-07 20:20:56 -07:00