6464 Commits

Author SHA1 Message Date
Mike Reed
e14e70a1b0 fix documentation 2009-08-14 15:34:36 -04:00
Android (Google) Code Review
410676bbac Merge change 21307 into eclair
* changes:
  Turn off static live wallpaper for now.
2009-08-14 12:24:02 -07:00
Dianne Hackborn
b1ac1a86dc Turn off static live wallpaper for now. 2009-08-14 12:12:31 -07:00
Mike Lockwood
0f79b54c3a ConnectivityService: Do not send broadcasts until the system is ready.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-14 15:09:11 -04:00
Android (Google) Code Review
4c6c5b0386 Merge change 21018
* changes:
  1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side.
2009-08-14 12:08:34 -07:00
Leon Scroggins
f58ffac202 Hide the title bar when zoomed in. 2009-08-14 14:47:27 -04:00
Sahil Sachdeva
077f90f6ef 1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side. 2009-08-14 11:34:33 -07:00
Leon Scroggins
c392af2ca7 Hide the title bar when zoomed in. 2009-08-14 13:53:20 -04:00
Android (Google) Code Review
1718c45d79 Merge change 21154
* changes:
  PowerManager: Fix problem waking screen from negative proximity sensor events.
2009-08-14 09:46:06 -07:00
Steve Block
cd5109ae1b am a8dfe24d: Adds the ability to configure the mock Geolocation service from DumpRenderTree.
Merge commit 'a8dfe24da014b52d7ae93c3fbd7a8b88ec336572'

* commit 'a8dfe24da014b52d7ae93c3fbd7a8b88ec336572':
  Adds the ability to configure the mock Geolocation service from DumpRenderTree.
2009-08-14 09:39:21 -07:00
Steve Block
a8dfe24da0 Adds the ability to configure the mock Geolocation service from DumpRenderTree. 2009-08-14 16:43:28 +01:00
Patrick Scott
6327ef8bd8 am 68e53004: The local loaders assume the url given to them is decoded.
Merge commit '68e530047786b4f9d219d17652d7429e6e5a21bd'

* commit '68e530047786b4f9d219d17652d7429e6e5a21bd':
  The local loaders assume the url given to them is decoded.
2009-08-14 05:19:03 -07:00
Patrick Scott
68e5300477 The local loaders assume the url given to them is decoded.
Decode the url before passing down to the local loaders since they do not decode
the url themselves. This was creating a crash on youtube.com since the data url
was percent-encoded and failing to parse from base64.
2009-08-14 08:15:30 -04:00
Android (Google) Code Review
d8a7fe45ec Merge change 21073
* changes:
  Log more information to help us debug which ListView has IllegalStateException in monkey tests. (bug 1995826)
2009-08-13 23:41:58 -07:00
Mathias Agopian
697987701d am a31deaf4: Merge change 21225 into eclair
Merge commit 'a31deaf4a960058e533da35d6229f7aa8d4f00c1'

* commit 'a31deaf4a960058e533da35d6229f7aa8d4f00c1':
  fix a bug that could cause a window to be hidden in some cases.
2009-08-13 22:39:56 -07:00
Android (Google) Code Review
a31deaf4a9 Merge change 21225 into eclair
* changes:
  fix a bug that could cause a window to be hidden in some cases.
2009-08-13 22:36:05 -07:00
Jared Suttles
7c2eb4c688 am 185a5133: Merge change 21235 into eclair
Merge commit '185a5133cf4c805d3996a7f8fc3912a072f60f18'

* commit '185a5133cf4c805d3996a7f8fc3912a072f60f18':
  Change the number of volume steps from 6 to 7 per Verizon Requirements
2009-08-13 21:40:45 -07:00
Android (Google) Code Review
185a5133cf Merge change 21235 into eclair
* changes:
  Change the number of volume steps from 6 to 7 per Verizon Requirements
2009-08-13 21:33:57 -07:00
Jared Suttles
5982013cfc Change the number of volume steps from 6 to 7 per Verizon Requirements
Submitted on behalf of Helen Tran <Helen.Tran@motorola.com>
Signed-off-by: Jared Suttles <jared.suttles@motorola.com>
2009-08-13 21:27:55 -07:00
Dianne Hackborn
f109c05931 am 0cd48879: A little more wallpaper robustness.
Merge commit '0cd48879dca53a9f4d449126d406527bc4b94baf'

* commit '0cd48879dca53a9f4d449126d406527bc4b94baf':
  A little more wallpaper robustness.
2009-08-13 19:28:29 -07:00
Dianne Hackborn
0cd48879dc A little more wallpaper robustness.
- Recover if a live wallpaper is crashing repeatedly.
- Don't crash when someone tries to set a static wallpaper.
- Make the static wallpaper update correctly when the image changes.
2009-08-13 19:24:07 -07:00
Mathias Agopian
c4915de8bb fix a bug that could cause a window to be hidden in some cases.
this would happen is the window is made visible but the client didn't render yet into it. This happens often with SurfaceView.
Instead of filling the window with solid black, SF would simply ignore it which could lead to more disturbing artifacts.

in theory the window manager should not display a window before it has been drawn into, but it does happen occasionnaly.
2009-08-13 19:08:00 -07:00
Xavier Ducrohet
c2b6b637b5 am 1d47a514: am 94ff3f1f: Merge change 21063 into donut
Merge commit '1d47a5142682c1f9f9a04fdbe1ec863fd5550c30'

* commit '1d47a5142682c1f9f9a04fdbe1ec863fd5550c30':
  Fix handling of reference XML file in layout files
2009-08-13 19:01:18 -07:00
Xavier Ducrohet
6878194d63 am 314e0226: am e1b63d22: Merge change 21033 into donut
Merge commit '314e0226a26cd79b5080dcb76d566fa6f83ff695'

* commit '314e0226a26cd79b5080dcb76d566fa6f83ff695':
  Mock ServiceManager and AccesibilityManager to make the view renders in ADT
2009-08-13 19:01:15 -07:00
Mathias Agopian
a20ab5021e am f2339150: be more friendly with C
Merge commit 'f233915016a9053c23af6e4bceb319e7140f71bc'

* commit 'f233915016a9053c23af6e4bceb319e7140f71bc':
  be more friendly with C
2009-08-13 19:01:12 -07:00
Mathias Agopian
c1b1274fba am 317a6280: Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
Merge commit '317a6280cc109e873646e4652be1582d870eedfd'

* commit '317a6280cc109e873646e4652be1582d870eedfd':
  Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
2009-08-13 19:01:10 -07:00
Dianne Hackborn
aee1a5db4a am 81655243: Merge change 21207 into eclair
Merge commit '81655243a6a373cfde1e689970eeb62af19622d1'

* commit '81655243a6a373cfde1e689970eeb62af19622d1':
  Always have a wallpaper service running.
2009-08-13 19:01:07 -07:00
Dima Zavin
842a96c82c am 8db93389: ui: make native_window_set_usage be a static inline
Merge commit '8db93389141fbce1e37f4c22f415fc2cebf19ebf'

* commit '8db93389141fbce1e37f4c22f415fc2cebf19ebf':
  ui: make native_window_set_usage be a static inline
2009-08-13 19:01:04 -07:00
Xavier Ducrohet
1d47a51426 am 94ff3f1f: Merge change 21063 into donut
Merge commit '94ff3f1f08805b68c5524b39024968aebcdc83ee' into eclair

* commit '94ff3f1f08805b68c5524b39024968aebcdc83ee':
  Fix handling of reference XML file in layout files
2009-08-13 18:43:54 -07:00
Xavier Ducrohet
314e0226a2 am e1b63d22: Merge change 21033 into donut
Merge commit 'e1b63d224a0a68191f087186c470cde317e3fa76' into eclair

* commit 'e1b63d224a0a68191f087186c470cde317e3fa76':
  Mock ServiceManager and AccesibilityManager to make the view renders in ADT
2009-08-13 18:43:46 -07:00
Android (Google) Code Review
1cf3229a40 Merge change 20918
* changes:
  Wrap up the stress test into a single script make test_restore.sh return a value signifying success or failure
2009-08-13 18:35:40 -07:00
Mathias Agopian
f233915016 be more friendly with C 2009-08-13 18:27:10 -07:00
Mathias Agopian
317a6280cc Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
this also ripples into the window manager API by making some constant there deprecated as well.
2009-08-13 18:19:32 -07:00
Android (Google) Code Review
81655243a6 Merge change 21207 into eclair
* changes:
  Always have a wallpaper service running.
2009-08-13 17:59:39 -07:00
Dianne Hackborn
f21adf6fc1 Always have a wallpaper service running. 2009-08-13 17:14:39 -07:00
Dianne Hackborn
94272625d4 Always have a wallpaper service running. 2009-08-13 16:58:14 -07:00
Dima Zavin
8db9338914 ui: make native_window_set_usage be a static inline
Signed-off-by: Dima Zavin <dima@android.com>
2009-08-13 16:52:24 -07:00
Grace Kloba
455e3af1f8 Fix #2048199. Enable zoom control in the overview mode. When "+" is pressed,
treat it as double click in the middle of the page.
2009-08-13 15:27:52 -07:00
Christopher Tate
0749dcd193 Backup participants must now hold the BACKUP_DATA permission
Packages that do not use android.permission.BACKUP_DATA will neither be backed
up nor restored.  That permission is currently signature-only.  In the future if
access to the backup/restore infrastructure is made available to arbitrary 3rd
party applications, the permission checks (and indeed, the permission itself)
can simply be removed.
2009-08-13 15:15:55 -07:00
Android (Google) Code Review
763101efcd Merge change 21171
* changes:
  Allow max_retires to be set to infinite.
2009-08-13 15:14:12 -07:00
Android (Google) Code Review
9e0426087b Merge change 21166
* changes:
  Rename bcdByteToInt to gsmBcdByteToInt and beBcdByteToInt to cdmaBcdByteToInt.
2009-08-13 15:13:58 -07:00
Android (Google) Code Review
a646c56b21 Merge change 21186
* changes:
  Trigger data connection update if network type changes.
2009-08-13 15:13:47 -07:00
jsh
50e05ead5e Trigger data connection update if network type changes.
Data connection icon could be stale otherwise.
2009-08-13 15:02:18 -07:00
Android (Google) Code Review
98f40163b9 Merge change 21162
* changes:
  more support for bindStatic some minor tweaks to the layout in the hopes I can start using this for gtalk soon
2009-08-13 15:00:34 -07:00
Android (Google) Code Review
24cecfbbbc Merge change 21185
* changes:
  Set V8 flag --expose_gc in TestShellActivity.
2009-08-13 14:58:43 -07:00
Feng Qian
2890920eba Set V8 flag --expose_gc in TestShellActivity.
Page cycler calls window.gc between pages, JSC exposes window.gc by default, and V8 requires the flag to be set.
2009-08-13 14:54:56 -07:00
Android (Google) Code Review
4e6535085f Merge change 21159
* changes:
  Allow overlays to add resources.
2009-08-13 14:34:27 -07:00
Mark Wagner
97f3209b45 more support for bindStatic
some minor tweaks to the layout in the hopes I can start using this for gtalk soon
2009-08-13 14:30:21 -07:00
Android (Google) Code Review
1e16e4018c Merge change 21152
* changes:
  Implement named slots and convert script.addType to script.setType to remove ordering restrictions.
2009-08-13 14:18:52 -07:00
Wink Saville
a03ab1a6a0 Allow max_retires to be set to infinite.
Setting max_retires to infinite sets mRetryForever to true and therefore
isRetryNeeded will always be true. This is better than an alternative
which is to set max_retires to a large value such as 2147483647.
2009-08-13 14:18:00 -07:00