Robert Greenwalt
5f996899b0
Roaming data doesn't count against limits
...
bug:2576057
Change-Id: I51a66e3b49a62e0186816ec0473814a216184e6b
2010-04-08 19:12:38 -07:00
Dan Egnor
70c294b205
Merge "Fix OperationScheduler moratorium calculation for clock rollback case." into froyo
2010-04-08 17:38:28 -07:00
Dan Egnor
d64567450f
Fix OperationScheduler moratorium calculation for clock rollback case.
...
Make the unit test exercise some clock-rollback scenarios, using
a properly injected artificial clock.
Bug: 2579585
Change-Id: I6f81c32318ba27429bd30ff53b48449218e4ac64
2010-04-08 17:30:37 -07:00
Xavier Ducrohet
bbc6e33b1f
Merge "Adds back the finalize method on the replaced Paint class." into froyo
2010-04-08 17:29:39 -07:00
Xavier Ducrohet
c56653bff1
Adds back the finalize method on the replaced Paint class.
...
without it com.android.layoutlib.bridge.TestClassReplacement fails.
Change-Id: Iafb6548f45c31e901591a45239224895c4403be8
2010-04-08 17:18:35 -07:00
Jeff Brown
37d2f5d15b
Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyo
2010-04-08 17:18:15 -07:00
Irfan Sheriff
c9b6851af6
Throttling framework addins
...
Add ThrottleManager in getSystemService
Add API for URL fetch
Bug: 2576057
Change-Id: Icd25c8b91ea4beea15c74e8ad7292ab48c962253
2010-04-08 16:53:32 -07:00
Jeff Brown
64010e8350
Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission.
...
Change-Id: I4be691f20f650b412beb22b199a4cbef879b2668
2010-04-08 16:52:18 -07:00
Jeff Brown
267f0a6b68
Merge "Workaround NPE caused by packages missing signatures." into froyo
2010-04-08 16:41:47 -07:00
Jeff Brown
779a4ca84d
Merge "Improve robustness of package manager certificate collection." into froyo
2010-04-08 16:41:37 -07:00
Brett Chabot
185f1a9668
Merge "IME test fixes." into froyo
2010-04-08 16:36:02 -07:00
Robert Greenwalt
cc691f5061
Merge "Updating some notificiation UI for Throttling" into froyo
2010-04-08 16:09:31 -07:00
Robert Greenwalt
c87dc6dc90
Updating some notificiation UI for Throttling
...
String update and make one an ongoing notification.
bug:2576057
Change-Id: I7980f110c7eed8e8bf305490eddaa58e2949e3be
2010-04-08 16:00:26 -07:00
Brett Chabot
1d679147d5
IME test fixes.
...
Tweak OneEditTextActivitySelectedTests:testSoftKeyboardAutoPop so it always
expects IME to be shown for devices with no hard keyboard.
Bug 2267311 2318969
Change-Id: Ica31e8f1153cf3e7dbc838d263ea0ae805161610
2010-04-08 14:55:24 -07:00
Dan Egnor
5945579e4e
Merge "Change TrafficStats to a new JNI implementation." into froyo
2010-04-08 14:45:07 -07:00
Dan Egnor
2124808060
Merge "Missed these ones in the previous rename." into froyo
2010-04-08 14:10:50 -07:00
Brad Fitzpatrick
a8fbedbf5e
Missed these ones in the previous rename.
...
BUG=2581935
Change-Id: I12e7fc924d7164ab4a5ff7bd6ee52a10f7551ad4
2010-04-08 14:08:54 -07:00
Jeff Brown
e684d9582c
Workaround NPE caused by packages missing signatures.
...
Bug: b/2547993
Change-Id: Idcd4fc3ee4c2560a00a952e1910a50b30b736114
2010-04-08 14:05:11 -07:00
Grace Kloba
3f73549bc8
Merge "For performance reason, we choose to block the picture update during drag and fling. For sites like nytimes.com, there is a JavaScript constantly updating the content. If we don't block the live update during drag/fling, frame rate can drop by 30%." into froyo
2010-04-08 14:05:05 -07:00
Brad Fitzpatrick
c62cdef4ec
Merge "Rename logtag for clarity." into froyo
2010-04-08 14:01:23 -07:00
Jeff Brown
e760072a98
Improve robustness of package manager certificate collection.
...
The package manager contains an optimization which reuses cached
signatures instead of reloading them on startup if the package
appears to be unchanged. This commit adds an extra check to ensure
that the PackageSettings object actually has valid signatures since
it has happened that they have gone missing. Unfortunately it does
not address the root cause of the problem but it should alleviate the
symptoms after a reboot.
Bug: b/2547993
Change-Id: I41900c6a752711eb3a901360e3bb29aec946d0be
2010-04-08 13:49:17 -07:00
Jeff Brown
ec7c78fbf5
@hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE
...
Bug: b/2553489
Change-Id: I681b3f9a243777b931298cc93c9d34c8d7eae0f2
2010-04-08 13:45:06 -07:00
Brad Fitzpatrick
228629e920
Rename logtag for clarity.
...
BUG=2581935
Change-Id: I85f0b704435861acd5a406ce5ec084b60696580c
2010-04-08 13:25:46 -07:00
Andreas Huber
eb12e45f7a
Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo
2010-04-08 12:44:33 -07:00
Robert Greenwalt
2b4b573801
Merge "Add service to monitor/control the flow of data." into froyo
2010-04-08 12:42:09 -07:00
Robert Greenwalt
9e696c29f0
Add service to monitor/control the flow of data.
...
bug:2576057
Change-Id: Ib343c7ee1d619c6978910d9ee597db195d5aa3b6
2010-04-08 12:34:45 -07:00
Dianne Hackborn
2670105ee6
Merge "Fix issue #2580316 : Contacts and Phone app not supporting landscape mode..." into froyo
2010-04-08 11:35:27 -07:00
Scott Main
4981863de5
Merge "docs: revisions to the installLocation documentation" into froyo
2010-04-08 11:22:42 -07:00
Andreas Huber
aba965fdd8
Refactor connection/redirection code, support redirects on reconnection.
...
Change-Id: Id2517568000e028b01553c06a4893813a6883168
related-to-bug: 2580785
2010-04-08 10:09:35 -07:00
Jaikumar Ganesh
d1a95f975b
Merge "Don't allow connection to profiles in TURNING_OFF state." into froyo
2010-04-08 10:01:50 -07:00
Dianne Hackborn
af4c302a0a
Fix issue #2580316 : Contacts and Phone app not supporting landscape mode...
...
...when launched from car home launcher
For Eclair we made Droid a special case of treating the accelerometer as
a hard orientation indicator for the car dock. This should really be the
default behavior, so make it so.
Change-Id: I70efb92036f86b55a436df29230253a192239adc
2010-04-08 09:52:51 -07:00
Andrei Popescu
3fe36fe589
Merge "Avoid calling proxy.playbackEnded() again in onCustomViewHidden(). It is now always called via the MediaPlayer.onCompletion() callback." into froyo
2010-04-08 09:07:32 -07:00
Andreas Huber
c6c8a1e96f
Merge "Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection." into froyo
2010-04-08 08:27:20 -07:00
Andreas Huber
a51250bdc7
Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection.
...
Change-Id: Ic9a6ef204362bc9afdc61e081c76bc62e5ef92ad
related-to-bug: 2580785
2010-04-08 07:51:20 -07:00
Andrei Popescu
31d2aa1e17
Avoid calling proxy.playbackEnded() again in onCustomViewHidden().
...
It is now always called via the MediaPlayer.onCompletion() callback.
Fix b: 2533272
Change-Id: If86cf6b2ab355ddcd976cd6a2ad92ce071a1af33
2010-04-08 15:19:22 +01:00
Daniel Sandler
8d318958a3
Merge "Transparent alarm icons for lockscreen." into froyo
2010-04-08 06:07:57 -07:00
Daniel Sandler
9f71025b37
Merge "Add emergency call button to PUK'd lockscreen." into froyo
2010-04-08 06:06:50 -07:00
Dianne Hackborn
ecb0e63787
Fix issue #2541849 : System crash when an app with active notifications...
...
...in status bar is installed on sdcard and device is powered down.
Don't do the GC until everyone has had a chance to take care of external
storage going away.
This is more correct, but doesn't completely fix the problem that
appears when shutting down.
Change-Id: I24b19337ba6262cfd8d010645dbf67e76ea03058
2010-04-07 22:19:55 -07:00
Wu-cheng Li
3f4639a661
Update API and javadoc according to API review.
...
bug:2553570
Change-Id: I0353938f513c119cec0e31eb980dc4569e17d7eb
2010-04-08 12:31:06 +08:00
Suchi Amalapurapu
c2461be627
Merge "Fix 2579461 Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm." into froyo
2010-04-07 21:24:36 -07:00
Suchi Amalapurapu
40e472521a
Fix 2579461
...
Move install location values to secure settings.
Diable attribute for UI. Set default value to auto.
Add command line interface to set install location via pm.
Change-Id: I80e97b3d24845adad7102f40dcbe238f00efa406
2010-04-07 20:43:54 -07:00
Grace Kloba
524aab57cd
For performance reason, we choose to block the picture
...
update during drag and fling. For sites like nytimes.com,
there is a JavaScript constantly updating the content.
If we don't block the live update during drag/fling,
frame rate can drop by 30%.
This essentially reverted the CL for http://b/issue?id=2310295 .
But as we honor preventDefault on touch move now,
the two sites mentioned in that bug do not have problem
even after this CL.
Fix http://b/issue?id=2574172
2010-04-07 20:32:01 -07:00
Dan Egnor
2b4abcd0c7
Change TrafficStats to a new JNI implementation.
...
Also change phone's ConnectionStateTrackers to use it directly,
rather than through the INetStat binder interface.
Bug: 2578938
Change-Id: I8858e2609cbec3be845a0ce5178cb03f67e01b41
2010-04-07 19:06:29 -07:00
Dianne Hackborn
ce59fb8b68
Fix issue #2578244 : playing audio file downloaded by the browser...
...
...shows an image downloaded by the browser
The downloads directory needs to be non-plural for backwards compatibility.
Change-Id: Ifb6ddf8ee980a57ad113a5fc8b51f5acd8df5955
2010-04-07 19:02:13 -07:00
Grace Kloba
667543cdb5
Merge "Revert "Use the content width to calculate the zoom overview"" into froyo
2010-04-07 18:57:52 -07:00
Grace Kloba
188bf8deb4
Revert "Use the content width to calculate the zoom overview"
...
This reverts commit 4a4f9886a789ece80f127397c1c7ad7f543b78fa.
Fix http://b/issue?id=2577238
2010-04-07 18:37:32 -07:00
Dianne Hackborn
d3cc496760
Merge "Fix issue #2549955 : Moving the application fails -Activity Manager Crash on launching the app" into froyo
2010-04-07 18:37:04 -07:00
Dianne Hackborn
390022b23b
Merge "Fix issue #2528537 : android.os.DeadObjectException" into froyo
2010-04-07 18:31:06 -07:00
Dianne Hackborn
559a787531
Fix issue #2549955 : Moving the application fails -Activity Manager Crash on launching the app
...
mResources will be null if we failed loading them because the app
is on external storage that has been unmounted.
Change-Id: If0dbbdc0c3441fa10d0ab074568361524db1c8db
2010-04-07 18:19:41 -07:00
Grace Kloba
faa2d97005
Merge "Cherry-pick https://android-git.corp.google.com/g/#change,38305 " into froyo
2010-04-07 18:18:17 -07:00