1041 Commits

Author SHA1 Message Date
Doug Zongker
608620da67 am a7ad3f6c: am 50a21f4d: add reboot() method to PowerManager
Merge commit 'a7ad3f6c71ad6701fcaa6ecf75452563addb0dd0'

* commit 'a7ad3f6c71ad6701fcaa6ecf75452563addb0dd0':
  add reboot() method to PowerManager
2009-11-19 17:45:39 -08:00
Doug Zongker
a7ad3f6c71 am 50a21f4d: add reboot() method to PowerManager
Merge commit '50a21f4d3b70360b36acad20e234c380654fd59f' into eclair-mr2-plus-aosp

* commit '50a21f4d3b70360b36acad20e234c380654fd59f':
  add reboot() method to PowerManager
2009-11-19 17:28:42 -08:00
Doug Zongker
50a21f4d3b add reboot() method to PowerManager
In order to unbundle System Update, we need some to expose in the SDK
some way to reboot the device into recovery.  Add a reboot() method to
PowerManager, protected by the android.permission.REBOOT permission.
2009-11-19 17:18:31 -08:00
Dianne Hackborn
415e045add Hopefully fix integration. 2009-11-19 15:29:53 -08:00
Dianne Hackborn
1c391ed88c resolved conflicts for merge of a82e7e24 to master 2009-11-19 14:26:47 -08:00
Dianne Hackborn
a82e7e24ea am 2b38a09f: am 23ef7b48: Fix most of issue #2271640: Fix wallpaper etc docs
Merge commit '2b38a09f044ad0bb14db7360b352fcca612f49ac' into eclair-mr2-plus-aosp

* commit '2b38a09f044ad0bb14db7360b352fcca612f49ac':
  Fix most of issue #2271640: Fix wallpaper etc docs
2009-11-19 11:14:34 -08:00
Dianne Hackborn
2b38a09f04 am 23ef7b48: Fix most of issue #2271640: Fix wallpaper etc docs
Merge commit '23ef7b4836d66d31430fedee2aac36275bb30d4b' into eclair-mr2

* commit '23ef7b4836d66d31430fedee2aac36275bb30d4b':
  Fix most of issue #2271640: Fix wallpaper etc docs
2009-11-19 11:09:11 -08:00
Dianne Hackborn
23ef7b4836 Fix most of issue #2271640: Fix wallpaper etc docs
Only thing remaining is the live wallpaper feature.

Change-Id: I8854c7978999d759bf618307f4f984c9c89d3fc8
2009-11-18 18:34:19 -08:00
Jim Miller
3ecd3624d5 am 86103cd7: resolved conflicts for merge of ee3fd99a to eclair-mr2-plus-aosp
Merge commit '86103cd7dbcf3b5a949711d2b0b21b01ed90cb74'

* commit '86103cd7dbcf3b5a949711d2b0b21b01ed90cb74':
  resolved conflicts for merge of ee3fd99a to eclair-mr2-plus-aosp
2009-11-18 01:02:27 -08:00
Jim Miller
c721389c45 am b0396681: resolved conflicts for merge of ee3fd99a to eclair-mr2-plus-aosp
Merge commit 'b03966815581c367269f10dd2c832e8c4414c68d'

* commit 'b03966815581c367269f10dd2c832e8c4414c68d':
  Fix 2268841: Much better looking layout for pattern lock screen.
2009-11-18 00:46:52 -08:00
Jim Miller
86103cd7db resolved conflicts for merge of ee3fd99a to eclair-mr2-plus-aosp 2009-11-18 00:36:32 -08:00
Jim Miller
b039668155 resolved conflicts for merge of ee3fd99a to eclair-mr2-plus-aosp 2009-11-17 23:20:37 -08:00
Jim Miller
ee3fd99a0b am 30998a59: Merge change I587dd820 into eclair
Merge commit '30998a59aced3248b3a6f5e507dba0394fb54cad' into eclair-mr2

* commit '30998a59aced3248b3a6f5e507dba0394fb54cad':
  Fix 2268841: Much better looking layout for pattern lock screen.
2009-11-17 22:58:23 -08:00
Jim Miller
587dd820b5 Fix 2268841: Much better looking layout for pattern lock screen. 2009-11-17 18:31:33 -08:00
Adam Bliss
67ef546bb0 am 1ff57418: am 34073369: am 69e0b664: Merge change I000d3564 into eclair
Merge commit '1ff57418a7d58887301766031554a146c1ededd1'

* commit '1ff57418a7d58887301766031554a146c1ededd1':
  Move map tiles to no-dpi since they are dpi-independent.
2009-11-17 07:37:28 -08:00
Adam Bliss
1ff57418a7 am 34073369: am 69e0b664: Merge change I000d3564 into eclair
Merge commit '340733697fcb0b73a707eb544b958af3121cdf60' into eclair-mr2-plus-aosp

* commit '340733697fcb0b73a707eb544b958af3121cdf60':
  Move map tiles to no-dpi since they are dpi-independent.
2009-11-16 20:04:44 -08:00
Adam Bliss
340733697f am 69e0b664: Merge change I000d3564 into eclair
Merge commit '69e0b6646f109d17a5cff4b8c32582e3d3a3f544' into eclair-mr2

* commit '69e0b6646f109d17a5cff4b8c32582e3d3a3f544':
  Move map tiles to no-dpi since they are dpi-independent.
2009-11-16 19:55:31 -08:00
Adam Bliss
000d356458 Move map tiles to no-dpi since they are dpi-independent. 2009-11-16 17:47:41 -08:00
Jeff Sharkey
1162fd77a8 Let RemoteViews nest children, allow ViewFlipper.
This change allows applications to nest children RemoteViews
inside an existing set of RemoteViews.  These nested views
are inflated and treated as addView() calls.

This change also allows ViewFlipper through RemoteViews, and
adds logic surpress flipping when the parent window is
detached or behind the lockscreen.  Also fixes ViewAnimator
to observe the measureAllChildren flag when set.

Fixes http://b/2239905
2009-11-16 14:27:19 -08:00
Jim Miller
ac4bacd977 am 16a9d9a7: Fix 2209086: Fix missing callback that was preventing tab bar text from updating.
Merge commit '16a9d9a736a1bfdc12aa54c549508dd12596247f' into eclair-mr2

* commit '16a9d9a736a1bfdc12aa54c549508dd12596247f':
  Fix 2209086: Fix missing callback that was preventing tab bar text from updating.
2009-11-15 14:51:12 -08:00
Jim Miller
197ef85ef5 am e5608f5e: Merge change Ied958262 into eclair
Merge commit 'e5608f5ea55fadb4c99664207865b1220ad0f73b' into eclair-mr2

* commit 'e5608f5ea55fadb4c99664207865b1220ad0f73b':
  Fix 2262069: Cosmetic change - shift DigitalClock down to provide room for carrier.
2009-11-15 14:50:19 -08:00
Jim Miller
16a9d9a736 Fix 2209086: Fix missing callback that was preventing tab bar text from updating.
Also includes a cosmetic fix to move the Digital clock down a bit.
2009-11-15 13:26:37 -08:00
Jim Miller
ec05ece3ba Fix 2262069: Cosmetic change - shift DigitalClock down to provide room for carrier. 2009-11-15 11:12:39 -08:00
Android (Google) Code Review
d12ba5e04b Merge change Ibd5b099c into eclair
* changes:
  Import revised translations.  DO NOT MERGE
2009-11-13 17:42:19 -08:00
Eric Fischer
bd5b099c25 Import revised translations. DO NOT MERGE
Approver: jerryw
2009-11-13 17:13:39 -08:00
Eric Fischer
6f711598d0 am 3eb76e16: am 7d7257dd: am 65f27f87: Merge change I98f82b9a into eclair
Merge commit '3eb76e1669807c737e883c5a5f094a170f55a3b9'

* commit '3eb76e1669807c737e883c5a5f094a170f55a3b9':
  Fix the full-weekday date format strings to actually use the full weekday.
2009-11-13 15:06:28 -08:00
Nicolas Catania
ceaf090ec7 am 702a8da8: am 235657db: am 73f8aa67: Merge change I4898b145 into eclair
Merge commit '702a8da8ae085328d8b99d14fa843b720f0878eb'

* commit '702a8da8ae085328d8b99d14fa843b720f0878eb':
  Removed the fixed height in the sim unlock screen's header.
2009-11-13 15:05:57 -08:00
Eric Fischer
7d7257dd9c am 65f27f87: Merge change I98f82b9a into eclair
Merge commit '65f27f8721ae648ceffffb59a83e2af0d4641920' into eclair-mr2

* commit '65f27f8721ae648ceffffb59a83e2af0d4641920':
  Fix the full-weekday date format strings to actually use the full weekday.
2009-11-13 14:57:20 -08:00
Android (Google) Code Review
65f27f8721 Merge change I98f82b9a into eclair
* changes:
  Fix the full-weekday date format strings to actually use the full weekday.
2009-11-13 14:51:00 -08:00
Eric Fischer
66668524d4 Fix the full-weekday date format strings to actually use the full weekday.
Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year.

Approver: jerryw
2009-11-13 14:04:03 -08:00
Nicolas Catania
235657dbe0 am 73f8aa67: Merge change I4898b145 into eclair
Merge commit '73f8aa678055598738dfba54c60a1674bcbf02b1' into eclair-mr2

* commit '73f8aa678055598738dfba54c60a1674bcbf02b1':
  Removed the fixed height in the sim unlock screen's header.
2009-11-13 13:43:32 -08:00
Android (Google) Code Review
73f8aa6780 Merge change I4898b145 into eclair
* changes:
  Removed the fixed height in the sim unlock screen's header.
2009-11-13 13:39:01 -08:00
Dan Egnor
86348141ce am 0b81ce21: am 5da82421: Merge change Iac63ebc8 into eclair-mr2
Merge commit '0b81ce217ea56290f10a301cfca1c9fdce876d43'

* commit '0b81ce217ea56290f10a301cfca1c9fdce876d43':
  Make WRITE_GSERVICES into system-or-signature (instead of just signature),
2009-11-13 11:38:41 -08:00
Mike Cleron
eece01360e am fcd2917a: am aaa8e7e6: am 27d6e65b: Merge change I322b6ee7 into eclair
Merge commit 'fcd2917a3550e2b4f5c6ff2038ae5de91c81d28c'

* commit 'fcd2917a3550e2b4f5c6ff2038ae5de91c81d28c':
  Add support for making a LiveWallpaper the default
2009-11-13 11:38:22 -08:00
Scott Main
35b921669d am fd13fb7a: am b0d2313e: am d05fd6c3: am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute as deprecated. bug 2105329
Merge commit 'fd13fb7a9cbda152c25f28989cb3ce2e316406d3'

* commit 'fd13fb7a9cbda152c25f28989cb3ce2e316406d3':
  docs: document the 'showSearchIconAsBadge" flag and
2009-11-13 11:37:52 -08:00
Android (Google) Code Review
5da824210e Merge change Iac63ebc8 into eclair-mr2
* changes:
  Make WRITE_GSERVICES into system-or-signature (instead of just signature), as a temporary measure so unbundled Google components (GSF, etc.) can hold it.  (In the longer term, WRITE_GSERVICES won't be a system permission at all, but it or something like it will be defined directly by GSF.)
2009-11-13 11:21:27 -08:00
Mike Cleron
aaa8e7e633 am 27d6e65b: Merge change I322b6ee7 into eclair
Merge commit '27d6e65b71f515deafbd93d5aa98732898c34ddf' into eclair-mr2

* commit '27d6e65b71f515deafbd93d5aa98732898c34ddf':
  Add support for making a LiveWallpaper the default
2009-11-13 11:11:42 -08:00
Scott Main
b0d2313ea4 am d05fd6c3: am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute as deprecated. bug 2105329
Merge commit 'd05fd6c33518e60664ffdf1bb6cb425f36c2b82f' into eclair-mr2

* commit 'd05fd6c33518e60664ffdf1bb6cb425f36c2b82f':
  docs: document the 'showSearchIconAsBadge" flag and
2009-11-13 11:11:06 -08:00
Android (Google) Code Review
27d6e65b71 Merge change I322b6ee7 into eclair
* changes:
  Add support for making a LiveWallpaper the default
2009-11-13 11:01:57 -08:00
Jim Miller
52349182e1 am c41bc910: am 5be290d6: am 11fea858: Merge change I8061e6ac into eclair
Merge commit 'c41bc910bd6fe3daf56c32a5be858b71872093d3'

* commit 'c41bc910bd6fe3daf56c32a5be858b71872093d3':
  Fix 2209086: Updated assets and fixed widget dimension calculation.
2009-11-13 10:52:32 -08:00
Scott Main
d05fd6c335 am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute as deprecated. bug 2105329
Merge commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51' into eclair

* commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51':
  docs: document the 'showSearchIconAsBadge" flag and
2009-11-13 10:45:32 -08:00
Mike Cleron
322b6ee7e1 Add support for making a LiveWallpaper the default 2009-11-12 23:23:49 -08:00
Jim Miller
5be290d629 am 11fea858: Merge change I8061e6ac into eclair
Merge commit '11fea858b2f2d3f9c40a4da848d7bcee47edde04' into eclair-mr2

* commit '11fea858b2f2d3f9c40a4da848d7bcee47edde04':
  Fix 2209086: Updated assets and fixed widget dimension calculation.
2009-11-12 23:09:15 -08:00
Dan Egnor
ac63ebc824 Make WRITE_GSERVICES into system-or-signature (instead of just signature),
as a temporary measure so unbundled Google components (GSF, etc.) can hold
it.  (In the longer term, WRITE_GSERVICES won't be a system permission at
all, but it or something like it will be defined directly by GSF.)
2009-11-12 23:02:22 -08:00
Eric Fischer
fb28d340bf Import revised translations. DO NOT MERGE
Approver: jerryw
2009-11-12 19:45:43 -08:00
Jim Miller
4811d62d5f Fix 2209086: Updated assets and fixed widget dimension calculation.
Added hvga assets for new lock screen widget.

Tested:
	LockScreen on wvga and hvga devices.
	InCallScreen on wvga and hvga devices.
2009-11-12 18:15:00 -08:00
Nicolas Catania
4898b145bd Removed the fixed height in the sim unlock screen's header.
Use wrap content and set the textview for the explaination
to 2 lines.
Fixed the bug on passion.
G1 is too unstable to test.

Bug:2251298
2009-11-12 16:18:33 -08:00
Dan Egnor
f897543d27 am f6f29eff: am 4c414e51: am 58c603ef: Merge change Id301a47f into eclair
Merge commit 'f6f29eff640b5354d36952a290fe02cb6e47d682'

* commit 'f6f29eff640b5354d36952a290fe02cb6e47d682':
  Fix bug 2253204: MapView resources for hdpi devices.
2009-11-12 13:30:01 -08:00
Dan Egnor
4c414e51b1 am 58c603ef: Merge change Id301a47f into eclair
Merge commit '58c603eff0d0b13fe581119e1d9c228da99d77e7' into eclair-mr2

* commit '58c603eff0d0b13fe581119e1d9c228da99d77e7':
  Fix bug 2253204: MapView resources for hdpi devices.
2009-11-12 13:17:15 -08:00
Android (Google) Code Review
58c603eff0 Merge change Id301a47f into eclair
* changes:
  Fix bug 2253204: MapView resources for hdpi devices.
2009-11-12 12:54:43 -08:00