Jim Miller
3d80811579
Merge "Fix 3290446: Reduce number of recents to fit in a single binder"
2010-12-22 14:27:25 -08:00
Martin Hibdon
760c881a30
Merge "Correctly save Activity's state in saveInstanceState"
2010-12-22 14:08:42 -08:00
James Dong
2116dc91e9
Expose AMRNB/WB and AAC encoder and related file output formats
...
Cherry-picked from GB
bug - 3305667
Change-Id: I116ba908666d712495a1bd2bcc47c35f274c7fae
2010-12-22 13:42:36 -08:00
Martin Hibdon
6bcda6387f
Correctly save Activity's state in saveInstanceState
...
Prior to this change, saveInstanceState would
call directly to Activity.onSaveInstanceState(),
rather than performSaveInstanceState().
This meant that saveManagdDialogs() was not called,
so Activities running under a LocalActivityManager
do not get their dialogs restored on configuration changes.
Change-Id: Id45110a8716a86958c14f4b1ea5a84c9cdf107f1
2010-12-22 13:05:52 -08:00
James Dong
3d8b073a40
am 27d4ad2a: (-s ours) am 2bf89b21: Merge "Expose AMRNB/WB and AAC encoder and related file output formats - do not merge" into gingerbread
...
* commit '27d4ad2a5771ad025fa69f64b093d7429d94bfd3':
Expose AMRNB/WB and AAC encoder and related file output formats - do not merge
2010-12-22 12:44:22 -08:00
James Dong
27d4ad2a57
am 2bf89b21: Merge "Expose AMRNB/WB and AAC encoder and related file output formats - do not merge" into gingerbread
...
* commit '2bf89b2197674ccc414ea60a61199562df9dc52b':
Expose AMRNB/WB and AAC encoder and related file output formats - do not merge
2010-12-22 12:40:57 -08:00
James Dong
2bf89b2197
Merge "Expose AMRNB/WB and AAC encoder and related file output formats - do not merge" into gingerbread
2010-12-22 12:38:11 -08:00
Dianne Hackborn
4985874115
Merge "Fix issue #3194697 : default orientation for portrait-mode apps on stingray is backward?"
2010-12-22 12:33:40 -08:00
Dianne Hackborn
07f3d66497
Fix issue #3194697 : default orientation for portrait-mode apps on stingray is backward?
...
Change-Id: Ia01963d1dcdda12ef1b4c56af2bd389e5dadbce1
2010-12-22 12:31:31 -08:00
James Dong
d609ca7f6a
Expose AMRNB/WB and AAC encoder and related file output formats - do not merge
...
bug - 3305667
Change-Id: I8f137af7f87cb010f75cae1777b9ec6b6af8214f
2010-12-22 12:12:12 -08:00
Mattias Petersson
658ecc1869
am 2f209e88: am 1622eee2: Improve performance of WindowState.toString()
...
* commit '2f209e885a86b8396fe1344043cf9858751fcb64':
Improve performance of WindowState.toString()
2010-12-22 12:04:43 -08:00
Jeff Hamilton
8e5ba659df
am 7a9f17c3: am 3ce86481: Remove canBeFormatted().
...
* commit '7a9f17c3563be3eb5fc0927e20d9bc7ec09e20c3':
Remove canBeFormatted().
2010-12-22 12:04:32 -08:00
James Dong
6cba61ee68
Merge "Avoid using private Bitmap constructor to generate bitmaps"
2010-12-22 12:03:39 -08:00
James Dong
0e4b535b43
Avoid using private Bitmap constructor to generate bitmaps
...
bug - 2433195
Change-Id: Ic74225286c9884055ae751cf76a1d65e8e70b3ae
2010-12-22 11:45:42 -08:00
Hung-ying Tyan
33808c6d24
am aec9a33f: am e0bd2688: Merge "Check if VoIP API is supported in SipManager." into gingerbread
...
* commit 'aec9a33f1cfc7c32690bc8e24aefaeb137ab9859':
Check if VoIP API is supported in SipManager.
2010-12-22 11:35:14 -08:00
Robert Greenwalt
efe5bd77eb
am 46f98746: am 5d0fafe8: Merge "Be sure and report NO_CONNECTIVITY when needed." into gingerbread
...
* commit '46f987465c1df4ec984e725747d4d79fc592abb7':
Be sure and report NO_CONNECTIVITY when needed.
2010-12-22 11:35:06 -08:00
Dianne Hackborn
ed4f1cd7c1
am 20c915d8: am 5261cea2: Merge "Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s." into gingerbread
...
* commit '20c915d80356859d8716f014a7d4950f06c38cfc':
Fix issue #3224616 : TimeUtils.formatDuration() can drop 0s.
2010-12-22 11:34:59 -08:00
Jean-Baptiste Queru
56ce933cf1
am b3177c13: (-s ours) am 749c627f: Merge "Support for KSC5601 on SIM."
...
* commit 'b3177c135bb7a3db3318893335a9ac0bc39d9cf8':
Support for KSC5601 on SIM.
2010-12-22 11:34:50 -08:00
Simon Wilson
30b25b3e32
am 490db31b: (-s ours) am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread
...
* commit '490db31b851af9195f8f5bd4c5b21f59be56b207':
fix [3127755] Launcher is missing anti-aliasing
2010-12-22 11:29:07 -08:00
Mattias Petersson
2f209e885a
am 1622eee2: Improve performance of WindowState.toString()
...
* commit '1622eee2e48678b17a4668641957f09213f98905':
Improve performance of WindowState.toString()
2010-12-22 11:25:32 -08:00
Mattias Petersson
1622eee2e4
Improve performance of WindowState.toString()
...
This fix improves the performance by caching the string that should
be returned, and reuse it next time if possible.
This will make it faster to switch between activities, approximately
half the time to create the new view when changing from landscape to
portrait. Also, the time for starting a new application is be reduced
as WindowState.toString is being called thousands of times in this
case.
Change-Id: I2b8b9bc1e251d1af43b6c85f049c01452f2573a2
2010-12-22 10:42:47 -08:00
Andreas Huber
7011992954
Merge "Distinguish discontinuities w/ a format change from those without."
2010-12-22 10:17:03 -08:00
Andreas Huber
222e689267
Distinguish discontinuities w/ a format change from those without.
...
Shutdown decoders as needed in anticipation of a format change, otherwise just flush.
Change-Id: Ieb04f8aa8658569b091409c4903075fd496e5abb
2010-12-22 10:03:04 -08:00
Jeff Hamilton
7a9f17c356
am 3ce86481: Remove canBeFormatted().
...
* commit '3ce86481cbde92e2cb6fe3a46cbedd8b2a5c4b48':
Remove canBeFormatted().
2010-12-22 09:42:16 -08:00
Jeff Hamilton
3ce86481cb
Remove canBeFormatted().
...
It's not easy to determine if this
is possible, so instead apps should
attempt a format and handle errors
in the format request.
Change-Id: I078a208b849e71ef3fb6b5970a9111ece4a2d201
2010-12-22 11:31:21 -06:00
Ben Murdoch
a97ec8dc94
Merge "Create a better placeholder for YT videos when flash is not installed."
2010-12-22 09:04:02 -08:00
Ben Murdoch
0de27439a6
Create a better placeholder for YT videos when flash is not installed.
...
Only stretch the placeholder image in one dimension. This closer matches
what the desktop browsers seem to do.
Bug: 3125797
Change-Id: Id0a395c4b784d0b7368e1c7ba6544b25903430bb
2010-12-22 16:46:31 +00:00
Chet Haase
f74dcfcf00
Merge "Account for background drawable size changing when lrtb properties change"
2010-12-22 07:12:24 -08:00
Svetoslav Ganov
28104e1de5
3298147 DatePicker dialog does not provide mechanism for specifying range from which to select
...
Change-Id: Ib5dd7db90ccc5b4d984914c481118049ac3648fe
2010-12-22 03:29:29 -08:00
Dianne Hackborn
8177ebe403
Fix build.
...
Change-Id: Ia2511beec8ea5c811e3229470ae70ed2c7daa72a
2010-12-22 00:50:12 -08:00
Dianne Hackborn
eaa9e2750f
Merge "Fix issue #3263026 : Screen rotation animation is funky..."
2010-12-21 23:24:50 -08:00
Dianne Hackborn
5f4d643346
Fix issue #3263026 : Screen rotation animation is funky...
...
...with more than one activity visible
Change-Id: I7695108a3540f5dd0a59b792ca3bc84c8f680872
2010-12-21 23:23:26 -08:00
satok
bb7dc3c855
Merge "Fix NPE when the shortcut subtype was not found."
2010-12-21 23:09:38 -08:00
satok
7599a7fb1a
Fix NPE when the shortcut subtype was not found.
...
Bug: 3300904
Change-Id: I1bc2578b63bb842363d70e48c77e9f9fee8fac6b
2010-12-22 16:01:35 +09:00
Jim Miller
5e5b1b39eb
Fix 3290446: Reduce number of recents to fit in a single binder
...
This fixes a bug where all recent apps disappear because the
binder transaction fails due to size constraints.
Change-Id: I173e552e820314b4c539aaf356cef4042a0822e9
2010-12-21 22:49:09 -08:00
Chet Haase
55dbb6516d
Account for background drawable size changing when lrtb properties change
...
LayoutTransition may set the left, right, top, bottom properties of a View when
animating it. If the View has a background drawable, and if these properties change
the actual dimensions of the view, then the background drawable must be informed
of the size change in order to display itself correctly.
Change-Id: I8ae47a051b250d0d4bdee97b1f1b5d27fe3f7f8b
2010-12-21 20:15:08 -08:00
Dianne Hackborn
f642c89964
Merge "Gah forgot this."
2010-12-21 19:21:41 -08:00
Dianne Hackborn
7c0e75e744
Gah forgot this.
...
Change-Id: I8d2b31020ac309f17b967734e8ca97a36a5fae45
2010-12-21 19:15:40 -08:00
Dianne Hackborn
ed2e45b32f
Merge "Rework how recent tasks are added."
2010-12-21 19:07:38 -08:00
Jeff Brown
502f695dd1
Add BaseKeyListener.forwardDelete to API.
...
Change-Id: I34523a54e2725693ce2c435d34cf336b63ed5680
2010-12-21 18:57:23 -08:00
Hung-ying Tyan
aec9a33f1c
am e0bd2688: Merge "Check if VoIP API is supported in SipManager." into gingerbread
...
* commit 'e0bd2688ebc68402fb848efb5d307dba19c6a30c':
Check if VoIP API is supported in SipManager.
2010-12-21 18:36:55 -08:00
Hung-ying Tyan
e0bd2688eb
Merge "Check if VoIP API is supported in SipManager." into gingerbread
2010-12-21 18:34:15 -08:00
Dianne Hackborn
88819b276b
Rework how recent tasks are added.
...
Now recents is updated every time an activity is resumed. This
should ensure the recent list is more consistent, in the face of
pressing back or things crashing.
Change-Id: Ibf59419014e549fac55f18633185edcb5ffcaa3c
2010-12-21 18:18:02 -08:00
Jeff Brown
0099863155
Merge "Add support for forward delete key."
2010-12-21 18:12:33 -08:00
Jeff Brown
14d0ca1473
Add support for forward delete key.
...
Change-Id: Ib356abddd92db12d6b33e19234136c0d167f0e15
2010-12-21 18:04:26 -08:00
Jeff Brown
67b6ab72ae
Add TextView support for Home, End, PageUp, PageDown.
...
Change-Id: If8aa2a63b5fc33528d54eef68e695082a129acce
2010-12-21 18:03:08 -08:00
Jeff Brown
d1e8e94368
Merge "Support invoking key shortcuts using Control."
2010-12-21 17:41:40 -08:00
Jeff Brown
c1df907e39
Support invoking key shortcuts using Control.
...
This enables Select All, Cut, Copy and Paste behavior in TextViews
and provides a general pattern for implementing additional keyboard
accelerators based on Control key shortcuts. The same shortcuts
also apply to menu accelerators.
Bug: 3286262
Change-Id: I7d458ee26abf51e0de1735ce490ce3baf504b471
2010-12-21 17:39:12 -08:00
Jaikumar Ganesh
b9fbc9e92f
Fix parameter to Pan Device Call.
...
Change-Id: I659e47feb56b052c61b7ee5521ffb5be71ce04c2
2010-12-21 17:27:07 -08:00
Jake Hamby
5d71e14008
Merge "Add EXTRA_LOCAL_ROLE to Pan State change intent."
2010-12-21 16:55:04 -08:00