Ramanan Rajeswaran
bd82eedf97
Merge branch 'readonly-p4-donut' into donut
2009-04-14 09:48:58 -07:00
Ramanan Rajeswaran
9909798b8e
AI 146129: am: CL 146127 Increase zoom level for NZ default maps location
...
Original author: ramanan
Merged from: //branches/cupcake/...
Automated import of CL 146129
2009-04-14 09:47:42 -07:00
Ramanan Rajeswaran
67d2f8d777
AI 146127: Increase zoom level for NZ default maps location
...
Automated import of CL 146127
2009-04-14 09:44:55 -07:00
Tammo Spalink
83917db040
Initial code for cdma sms encode and decode, in java, with simple tests.
...
(direct cherry-pick of master 42/42/8)
2009-04-14 10:01:23 +08:00
Eric Shienbrood
308618fa9d
Merge branch 'readonly-p4-donut' into donut
2009-04-13 18:14:07 -07:00
Eric Shienbrood
9900127828
AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants
...
that ought to be exposed. Hid and deprecated the single-arg public
constructor for NetworkInfo, and modified a CTS test that was testing it.
Ran the android.net test package to make sure it still works.
Original author: ers
Merged from: //branches/cupcake/...
Automated import of CL 145980
2009-04-13 18:12:47 -07:00
Dave Bort
34f1ca7b79
util/DebugUtils: Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-13 17:18:45 -07:00
Dave Bort
76c0226008
text: Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-13 17:17:21 -07:00
Eric Fischer
15b7e5479d
AI 146037: Import updated translations.
...
Automated import of CL 146037
2009-04-13 17:16:19 -07:00
Dave Bort
b1d0403c66
Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-13 15:12:30 -07:00
Dave Bort
42bc2ff5d2
Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-13 15:10:38 -07:00
Android (Google) Code Review
61805637e5
Merge change 65 into donut
...
* changes:
Remove references to android.util.Config
2009-04-13 14:13:14 -07:00
Android (Google) Code Review
2ee5b4d82b
Merge change 64 into donut
...
* changes:
Remove references to android.util.Config
2009-04-13 14:13:00 -07:00
Lorenzo Colitti
b7c3675aef
Merge branch 'readonly-p4-donut' into donut
2009-04-13 13:54:13 -07:00
Lorenzo Colitti
e8624dd69d
AI 145920: Don't filter out IPv6 multicast packets.
...
Automated import of CL 145920
2009-04-13 13:52:55 -07:00
Eric Shienbrood
18b4d49065
AI 145881: Adding on to CL 145383, unhiding some additional methods and constants
...
that ought to be exposed. Hid and deprecated the single-arg public
constructor for NetworkInfo, and modified a CTS test that was testing it.
Ran the android.net test package to make sure it still works.
BUG=1779439
Automated import of CL 145881
2009-04-13 10:41:56 -07:00
Jeffrey Sharkey
d5a9af45ff
Merge branch 'readonly-p4-donut' into donut
2009-04-13 08:56:31 -07:00
Jeffrey Sharkey
7eb4fbdbb6
AI 145860: am: CL 145568 Hide setStarted() from public API.
...
It should be renamed to something more meaninful before being exposed.
Original author: jsharkey
Merged from: //branches/cupcake/...
Automated import of CL 145860
2009-04-13 08:55:24 -07:00
Dianne Hackborn
1710799c47
Merge branch 'readonly-p4-donut' into donut
2009-04-13 08:53:57 -07:00
Dianne Hackborn
06f36b401d
AI 145859: am: CL 145561 Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive).
...
Original author: hackbod
Merged from: //branches/cupcake/...
Automated import of CL 145859
2009-04-13 08:52:45 -07:00
Eric Fischer
68dbdd4d47
AI 145782: Import updated translations.
...
DO NOT MERGE
Automated import of CL 145782
2009-04-10 16:38:00 -07:00
Andy Stadler
5f05afeeb6
Merge branch 'readonly-p4-donut' into donut
2009-04-10 16:26:11 -07:00
Andy Stadler
f8a7ceaef2
AI 145778: Manual merge changes 145382-145384 from cupcake.
...
Automated import of CL 145778
2009-04-10 16:24:47 -07:00
Eric Fischer
d7e4475898
AI 145711: Import a few changed translations.
...
DO NOT MERGE
Automated import of CL 145711
2009-04-10 10:45:19 -07:00
Jeffrey Sharkey
5671777ecb
AI 145568: Hide setStarted() from public API.
...
It should be renamed to something more meaninful before being exposed.
BUG=1779168
Automated import of CL 145568
2009-04-09 16:53:25 -07:00
Dianne Hackborn
1c004f0ae1
AI 145561: Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive).
...
BUG=1710534
Automated import of CL 145561
2009-04-09 16:26:49 -07:00
Christopher Tate
06ba55476e
Integrate new power connnect/disconnect broadcasts
...
Two new broadcasts, Intent.ACTION_POWER_CONNECTED and
Intent.ACTION_POWER_CONNECTED, that are issued when the device is plugged
and unplugged from USB or AC power. This pulls two changes from the
open-source Gerrit repo into the internal Donut codeline:
1241 fda6fae Added broadcasts for external power events.
9491 37f8ca1 Fix system service crash when booting while on battery power
The current.xml API description has also been updated to include the
new Intent fields; the new API was approved in the original OSS change.
2009-04-09 16:03:56 -07:00
Dave Bort
2faf6081f2
Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-09 15:30:38 -07:00
Dave Bort
fb83907291
Remove references to android.util.Config
...
The semantics of Config.DEBUG will be changing soon, and all other
Config.* fields will become deprecated/hidden.
BUG=1780938
2009-04-09 15:18:48 -07:00
Eric Fischer
2984f14244
Merge branch 'readonly-p4-donut' into donut
2009-04-09 14:33:58 -07:00
Eric Fischer
2dcaf4ee66
AI 145493: am: CL 145214 Update cupcake translations.
...
Original author: enf
Merged from: //branches/cupcake/...
Automated import of CL 145493
2009-04-09 14:32:41 -07:00
Dianne Hackborn
d6cbabfa77
AI 145384: API review: these didn't specify a protection level.
...
I realized that the package parse is not requiring android:protectionLevel on a permission, even though it was intended to do that. As a result, some new permissions slipped by without specifying it. Now they do. Also the mock providers is marked as dangerous, so the user will be informed of it (normal apps should never request it).
In the next release we can fix this to always require the protection level.
BUG=1780749
Automated import of CL 145384
2009-04-09 12:34:01 -07:00
Dianne Hackborn
48276ab989
AI 145383: API review: clean up a bunch of @hides that have been pending API review.
...
Either expose them, or official hide them with an explanation for why.
BUG=1779439
Automated import of CL 145383
2009-04-09 12:32:19 -07:00
Dianne Hackborn
5eabbd9f27
AI 145382: API review: change new media keycode names to avoid ambiguity.
...
Updates the key maps. During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...! So this is now changed to match.
BUG=1779435
Automated import of CL 145382
2009-04-09 12:31:13 -07:00
Eric Fischer
9bfc99a308
AI 145225: Import more revised translations into cupcake.
...
Automated import of CL 145225
2009-04-08 18:43:27 -07:00
Eric Fischer
e5af939c8e
AI 145214: Update cupcake translations.
...
Automated import of CL 145214
2009-04-08 15:59:35 -07:00
Romain Guy
50457c1fc2
Merge branch 'readonly-p4-donut' into donut
2009-04-08 14:23:53 -07:00
Romain Guy
939151f1eb
AI 145188: Fixes #1580949 . Compress text when marquee is enabled but the text is too big by only a few percent of the TextView's width.
...
BUG=1580949
Automated import of CL 145188
2009-04-08 14:22:40 -07:00
Android (Google) Code Review
7d1d778575
Merge change 38 into donut
...
* changes:
Fix issue #1769910 (Track activity launch times)
2009-04-08 13:42:34 -07:00
Dianne Hackborn
6447ca30b8
Fix issue #1769910 (Track activity launch times)
...
The usage stats service now collects per-activity launch time stats. There are a number of fixes and improvements to its statistics management and collection; it now operates its calendar in GMT and ensures that for checkin purposes it always reports one day and only one complete day to the checkin service.
Also change the checkin option from "-c" to "--checkin" since it is really a special thing.
2009-04-07 19:50:08 -07:00
Eric Fischer
bb4de4bcbe
AI 144977: Import revised translations.
...
DO NOT MERGE
Automated import of CL 144977
2009-04-07 18:15:15 -07:00
Cynthia Wong
36f9b695a1
Merge branch 'readonly-p4-donut' into donut
2009-04-07 17:25:27 -07:00
Cynthia Wong
f62b80fa1b
AI 144928: Make the uphill discarding ops functionality controllable via a Gservices flag
...
BUG=1725022
Automated import of CL 144928
2009-04-07 17:24:14 -07:00
Android (Google) Code Review
ed571ea7c6
Merge change 37 into donut
...
* changes:
Preserve an Activity's setIntent() state across relaunches
2009-04-07 16:54:26 -07:00
Christopher Tate
b70f3dff01
Preserve an Activity's setIntent() state across relaunches
...
Previously any Intent designated by setIntent() would be lost when
the Activity was shut down and restarted due to orientation change.
Now the custom intent is preserved across the relaunch.
Bug: b/1743425
2009-04-07 16:07:59 -07:00
Eric Fischer
374c83f420
AI 144912: Merge from cupcake:
...
Change 144891 on 2009/04/07 by enf@ebcdic
Import a bunch of revised translations.
Automated import of CL 144912
2009-04-07 13:55:05 -07:00
Eric Fischer
f845cd4f23
AI 144891: Import a bunch of revised translations.
...
Automated import of CL 144891
2009-04-07 11:48:29 -07:00
Wink Saville
d6c5d527d3
AI 144705: Teleca patch from 03/27/2009, fixes some CDMA issues.
...
Automated import of CL 144705
2009-04-06 15:20:45 -07:00
Romain Guy
c23031933f
AI 144562: First pass at #1580949 . Changes the marquee animation to make it less weird and jarring when the text overflows by a few pixels only. The next change will take care of compressing the text when the text is longer than the TextView by only a few % of its width.
...
BUG=1580949
Automated import of CL 144562
2009-04-03 17:37:18 -07:00
Mike Lockwood
80e1212977
AI 144459: Add "tty" to the status bar to fix the StatusBarService.
...
BUG=1761602
Automated import of CL 144459
2009-04-03 09:46:32 -07:00