44421 Commits

Author SHA1 Message Date
Dheeraj Sharma
d13f987f73 am 36b685ff: Merge "Fix for issue : 3419353 Crash during transition generation" into honeycomb
* commit '36b685ffb0e3c1848bc8085757da3e673d19028a':
  Fix for issue :  3419353 Crash during transition generation
2011-02-03 09:38:43 -08:00
Dheeraj Sharma
36b685ffb0 Merge "Fix for issue : 3419353 Crash during transition generation" into honeycomb 2011-02-03 09:36:02 -08:00
Eric Laurent
25101b0b9a Fix issue 3371080
Modified default volume control logic in AudioService:
1 IN_CALL volume if in video/audio chat
2 NOTIFICATION if notification is playing or was playing less than 5s ago.
3 MUSIC

Modified silent mode:
- now also affect MUSIC stream type
- entering silent mode when VOL- hard key is pressed once while selected
stream volume is already at 0 (except for VOICE_CALL stream).
- exiting silent mode when pressing VOL+ hard key while in silent mode

Play sound FX (audible selections, keyboard clicks) at a fixed volume.

Modified audio framework:
- isStreamActive() method now implemented in AudioPolicyManagerBase (previously AudioFlinger)
- iStreamActive() now specifies a time window during which the stream is considered
active after it actually stopped.

Change-Id: I7e5a0724099450b9fc90825224180ac97322785f
2011-02-03 09:26:24 -08:00
Daniel Sandler
d57c8d93c0 Move the low battery sound to the notification stream.
This will allow its volume to be governed by the user's chosen
notification volume.

Bug: 3409396
Change-Id: I1bc59fd76f4b5250beac530b2711dd59d79b5384
2011-02-03 12:14:34 -05:00
Cary Clark
859563ebf7 am aa7dc928: Merge "stop GL drawing thread before killing WebCore" into honeycomb
* commit 'aa7dc92838f4e3d423b2a738f54de9b83f83794b':
  stop GL drawing thread before killing WebCore
2011-02-03 08:52:21 -08:00
Cary Clark
aa7dc92838 Merge "stop GL drawing thread before killing WebCore" into honeycomb 2011-02-03 08:48:24 -08:00
Justin Ho
b04c57ba98 Sounds cleanup
Change-Id: Ia669ea1f2efbae46290e4ea5f860cdd3671277b4
2011-02-03 08:34:33 -08:00
Justin Ho
a15157498a Adding Iridium as a ringtone
Change-Id: I2e5024b26acaa9eb4f1ea778265744983cb8914c
2011-02-03 08:02:43 -08:00
Justin Ho
7d75cd65fa am b732e6d2: Merge "Changing Honeycomb default wallpaper" into honeycomb
* commit 'b732e6d20571e9098b02f4d49f0e4359c232eaa0':
  Changing Honeycomb default wallpaper
2011-02-03 07:31:28 -08:00
Justin Ho
b732e6d205 Merge "Changing Honeycomb default wallpaper" into honeycomb 2011-02-03 07:25:18 -08:00
Justin Ho
6baf391cac Changing Honeycomb default wallpaper
Change-Id: I5f3b0d8608d1712c3c96d1f9882706fd08c12588
2011-02-03 07:23:43 -08:00
satok
b6109bb591 Register ENABLED_INPUT_METHODS to SettingsObserver
Bug: 3415292

- Registration is required for catching current IME or subtype is disabled

Change-Id: Ia95f16df5bd725c05b4f5085f975d235b88d4b6e
2011-02-03 22:24:54 +09:00
Cary Clark
d9fd857ca9 stop GL drawing thread before killing WebCore
The TexturesGenerator thread references pictures owned by the
WebCore thread, so must be stopped before the WebCore thread
is deleted.

Requires a companion change in external/webkit

bug:3406185
Change-Id: I5b2f8b3b52367b05301c76e5bd22a95fcd0338d5
2011-02-03 05:37:04 -05:00
Michael Jurka
dece29ffd3 adding fast setters for translationx/y 2011-02-03 01:41:49 -08:00
Romain Guy
20bf23e5e4 am ac14db72: Merge "Fast transform properties setters. Bug #3413510" into honeycomb
* commit 'ac14db72ca55110326f4ceb9ac34fddd360036f4':
  Fast transform properties setters. Bug #3413510
2011-02-03 01:37:29 -08:00
Romain Guy
ac14db72ca Merge "Fast transform properties setters. Bug #3413510" into honeycomb 2011-02-03 01:11:39 -08:00
Romain Guy
da489796e5 Fast transform properties setters.
Bug #3413510

Change-Id: I2c83e219faff697a48a160fee627f87422a2cd08
2011-02-03 01:05:15 -08:00
Dheeraj Sharma
13984592b1 Fix for issue : 3419353 Crash during transition generation
Change-Id: I1f15f05c87bdc1ad8acdb6fc5db3c350e5b28947
2011-02-02 23:26:30 -08:00
Daniel Sandler
a2e82d4c69 am 6f922cbe: Merge "Implement priority ordering in notifications." into honeycomb
* commit '6f922cbe823c19234bc15eea9ac709f399e9a63c':
  Implement priority ordering in notifications.
2011-02-02 22:41:25 -08:00
Daniel Sandler
6f922cbe82 Merge "Implement priority ordering in notifications." into honeycomb 2011-02-02 22:39:25 -08:00
Gil Dobjanschi
3f9a851e07 am ed2c5133: Merge "Bug fix: 3419287 Deleted images and video clips invalidate the entire project" into honeycomb
* commit 'ed2c513337ae7581ef73b88424da91ef2d862a78':
  Bug fix: 3419287 Deleted images and video clips invalidate the entire project
2011-02-02 22:06:33 -08:00
Gil Dobjanschi
ed2c513337 Merge "Bug fix: 3419287 Deleted images and video clips invalidate the entire project" into honeycomb 2011-02-02 22:04:38 -08:00
Gil Dobjanschi
29206e9175 Bug fix: 3419287 Deleted images and video clips invalidate the entire project
Change-Id: I9dcc3b9fa0574fefe688c1616e69ba37811bde51
2011-02-02 22:02:20 -08:00
Daniel Sandler
a31e4190cb Implement priority ordering in notifications.
Ongoings are the only notifications currently given higher
priority (and it's in an internal data structure, not a
public API, so fear not about abuse---this will be no worse
than on the phone where ongoings floated to the top).

The only thing left is to give privileged customers a way to
alter the priority of their notifications.

Bug: 3412807
Bug: 3146719
Change-Id: I9e738cc413982845cf4858faa8ccd0a7dbf3187c
2011-02-03 01:01:20 -05:00
Joe Onorato
020c021c62 am e9dea7b7: Merge "Add a bluetooth icon and data direction to the status bar." into honeycomb
* commit 'e9dea7b735fb0fdb1956d96a6e78b1c5cd666316':
  Add a bluetooth icon and data direction to the status bar.
2011-02-02 21:24:47 -08:00
Joe Onorato
e9dea7b735 Merge "Add a bluetooth icon and data direction to the status bar." into honeycomb 2011-02-02 21:22:49 -08:00
Jack Palevich
5f89f510f3 Throw an exception when trying to upload a recycled bitmap.
Previously we would upload garbage.

Change-Id: Id785792a16f9d24685687f4e6b64ec893ccad225
2011-02-02 21:16:53 -08:00
Joe Onorato
fce2bf3735 Add a bluetooth icon and data direction to the status bar.
Bug: 3354414
Change-Id: I21cc9a2597e3b22bc5860a042d8a8cc4e93ca5b3
2011-02-02 21:14:17 -08:00
Romain Guy
109da7dfd4 am 5bfd1aff: Merge "Allocate layers from the layers pool. Bug #3413433" into honeycomb
* commit '5bfd1afffe361958682bcb899b763ce35ec00c3a':
  Allocate layers from the layers pool. Bug #3413433
2011-02-02 21:07:17 -08:00
Romain Guy
5bfd1afffe Merge "Allocate layers from the layers pool. Bug #3413433" into honeycomb 2011-02-02 21:05:35 -08:00
Romain Guy
09b7c91de7 Allocate layers from the layers pool.
Bug #3413433

This change will be beneficial to Launcher to avoid hiccups when
swiping pages of icons. When a layer is discarded, it is kept
in the layers pool instead of being destroyed right away. This
favors memory reuse over allocations.

Change-Id: Ifb6944ba83d6ceb67c331527c0827b26ce648eb1
2011-02-02 20:28:09 -08:00
Justin Ho
a29acdfb8a am 1cee14f1: Merge "System bar tweaks" into honeycomb
* commit '1cee14f154aadabcd9990bd73a197fbd744660ad':
  System bar tweaks
2011-02-02 18:50:02 -08:00
Justin Ho
1cee14f154 Merge "System bar tweaks" into honeycomb 2011-02-02 18:47:53 -08:00
Justin Ho
8e2c67ea26 am be36f9a3: Merge "Adding new volume control dialog icons" into honeycomb
* commit 'be36f9a3b049157b29d3fbe4f685ed8a3021344e':
  Adding new volume control dialog icons
2011-02-02 18:47:50 -08:00
Justin Ho
be36f9a3b0 Merge "Adding new volume control dialog icons" into honeycomb 2011-02-02 18:45:27 -08:00
Dianne Hackborn
dd95421291 am a5861743: Merge "Fix issue #3418265: Rotation animation on wallpaper is broken" into honeycomb
* commit 'a58617430d699d26948357f204f09a6ca0b837b8':
  Fix issue #3418265: Rotation animation on wallpaper is broken
2011-02-02 18:44:36 -08:00
Dianne Hackborn
a58617430d Merge "Fix issue #3418265: Rotation animation on wallpaper is broken" into honeycomb 2011-02-02 18:42:45 -08:00
Xavier Ducrohet
33758ef8c9 LayoutLib: Fix some rendering issues
Change-Id: I662a39a783de5bc7f3063f46cedaab11c7e6496e
2011-02-02 18:37:59 -08:00
Justin Ho
6758fce4dd Adding new volume control dialog icons
Change-Id: I025f9372300b30fce9c2190864237a20151b9993
2011-02-02 18:35:54 -08:00
Dianne Hackborn
50660e2728 Fix issue #3418265: Rotation animation on wallpaper is broken
Two problems:

1. The wallpaper offsets were being applied at the wrong place in the xform.
2. The background black needs become a clip around the newly revealed UI.

Change-Id: I3b46aea2ace3c8c5a36fc5e37b4e2b67fff1b289
2011-02-02 18:32:27 -08:00
Jean-Michel Trivi
d1488c588d am 17f88656: Fix audible selection sound is not played
* commit '17f886563c7c2cbd28c3aeaf8b68d37c8e5105c0':
  Fix audible selection sound is not played
2011-02-02 18:22:18 -08:00
Justin Ho
6301e12415 System bar tweaks
Adjusted brightness of clock and notification icons
Adding padding on right of battery indicator to 16dips to match mocks
Updated Home/Recent/Back buttons to match new brightness values
Bug: 3362749

Change-Id: I12b45b2b90b417da8d51630ca4682a3f1375774c
2011-02-02 18:21:33 -08:00
Scott Main
acdf50c4a6 am 28f69ee4: am 2e5fea59: am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
* commit '28f69ee47ed80fe7c4792e59093116a97a1ea095':
  fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:14:03 -08:00
Scott Main
28f69ee47e am 2e5fea59: am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
* commit '2e5fea59c29762227ba31b144bedf91f1384c968':
  fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:11:55 -08:00
Jean-Michel Trivi
17f886563c Fix audible selection sound is not played
The asset for "Audible selections" is too short, 11ms, and isn't
 heard when this option is selected and the user clicks on buttons.
This change adds 100ms of silence at the end of this sound effect.

Change-Id: I59c712f141fe608eaa1406b6c1daa8b76646d161
2011-02-02 18:11:03 -08:00
Scott Main
3b3d16ab88 am 67501e77: am ffd20dac: Merge "docs: udpate action bar dev guide" into honeycomb
* commit '67501e77ad2ce2b46259758a6f03e6b768980fc4':
  docs: udpate action bar dev guide
2011-02-02 18:10:45 -08:00
Scott Main
2e5fea59c2 am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
* commit 'ca69a6340610bfd7e830ff9be64a74085aea037c':
  fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:08:51 -08:00
Scott Main
67501e77ad am ffd20dac: Merge "docs: udpate action bar dev guide" into honeycomb
* commit 'ffd20dac9b616ff1c31c4c7b46dd86b05a82ed30':
  docs: udpate action bar dev guide
2011-02-02 18:08:23 -08:00
Scott Main
ffd20dac9b Merge "docs: udpate action bar dev guide" into honeycomb 2011-02-02 18:06:01 -08:00
Scott Main
ca69a63406 fix broken links, update the dev guide intro, and update sitemap file
Change-Id: Icf0c7772901f742c36ba417e07cc5e299f72849a
2011-02-02 17:43:24 -08:00