Erik
577ec9eb3a
Adds a time zone parameter to formatDateRange
...
For a critical feature request in Calendar we need the ability
to format a date range in a time zone other than the local tz.
This adds a new method signature to formatDateRange to allow for
a tz to be specified and maintains the old behavior if the parameter
is not used. Also deprecates the FORMAT_UTC flag.
Change-Id: I16b3e939760ec86c954b51a318d01b7bbf86acc9
2010-09-08 10:53:40 -07:00
Elliott Hughes
4c7d3f2889
Merge "Remove dead code: NIOBuffer." into gingerbread
2010-09-08 09:30:41 -07:00
Neal Nguyen
6aec225010
Merge "Adding Download Manager Integration, stress, and hosts-based tests." into gingerbread
2010-09-07 20:55:22 -07:00
Wei-Ta Chen
1b214be92a
Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."" into gingerbread
2010-09-07 20:36:13 -07:00
Brad Fitzpatrick
6459100940
Merge "Fix a race between requesting/loading/writing SharedPreferences." into gingerbread
2010-09-07 20:06:26 -07:00
Wei-Ta Chen
340ce75b44
Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."
...
This reverts commit 50ba3d2c09 .
2010-09-08 10:44:21 +08:00
Gilles Debunne
883bbb7228
Merge "Hide mCursorController field in ArrowKeyMovementMethod." into gingerbread
2010-09-07 18:53:55 -07:00
Gilles Debunne
49271c941e
Hide mCursorController field in ArrowKeyMovementMethod.
...
Made the field private and added a description of its use.
Bug http://b/issue?id=2975284
Change-Id: Id8acf756218915cb2ae756789b62cfe7201a5c67
2010-09-07 18:32:28 -07:00
Gilles Debunne
dbd25cdbc3
Made text selection work in ExtractEditText. DO NOT MERGE
...
Change insertion point on tap is no longer handled by the CommitSelectionReceiver
(as it is not called by ExtractEditText).
Fixed a bug to handle drawing positions when the internal TextView scroller is used.
Change-Id: I87398c7109c5527d21dee6abbdb925848244d594
2010-09-07 18:07:30 -07:00
Brad Fitzpatrick
6194c53754
Fix a race between requesting/loading/writing SharedPreferences.
...
Part of the race existed before, but it was made much worse with
apply().
Corresponding CTS test is Icc6e638a6a
Change-Id: Ic5cfa467fb7f1859cb7b44d417412219c0621965
2010-09-07 18:00:33 -07:00
Dmitry Shmidt
d0f74ae081
Merge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbread
2010-09-07 17:29:45 -07:00
Wei-Ta Chen
b356f8acec
Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread
2010-09-07 17:01:57 -07:00
Irfan Sheriff
1907bd2f6c
Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE
...
Bug: 2973101
Change-Id: I874381eeb12bb796382717285750d700e9b181ce
2010-09-07 16:42:38 -07:00
Dianne Hackborn
2d3739d479
Merge "Modify native ALooper to take an explicit ident." into gingerbread
2010-09-07 16:32:48 -07:00
Dianne Hackborn
42c03e579a
Modify native ALooper to take an explicit ident.
...
The ALooper API now uses an explicit "identifier" for the integer
that is returned rather than implicitly using the fd. This allows
the APIs that had the fd to be a little more sane.
Change-Id: I8507f535ad484c0bdc4a1bd016d87bb09acd7ff0
2010-09-07 15:46:55 -07:00
Elliott Hughes
edf7223bc2
Remove dead code: NIOBuffer.
...
Working on speeding up our NIO implementation, I came across this suboptimal
code. Happily, it turns out to be unused.
Bug: 2935622
Change-Id: I07ae6e573d63e439f496d55af215b34598d8258a
2010-09-07 15:42:23 -07:00
Joe Onorato
1f6a21c237
Merge "Expose the TextAppearance.StatusBar.* styles." into gingerbread
2010-09-07 14:41:12 -07:00
Makoto Onuki
1cc86da61a
Merge "Don't fall through from TOKEN_EMAIL_LOOKUP" into gingerbread
2010-09-07 14:31:34 -07:00
Neal Nguyen
40ef0f49ea
Adding Download Manager Integration, stress, and hosts-based tests.
...
Change-Id: If75021380f4aee9c650f6e34093779e85cc4e5d8
2010-09-07 14:27:16 -07:00
Joe Onorato
ccfc1c1ea1
Expose the TextAppearance.StatusBar.* styles.
...
Change-Id: I6e1e68ab26495290d480f4fb75facedd6cd62908
2010-09-07 17:12:10 -04:00
Dianne Hackborn
b5e3165129
Fixes to battery stats debug output.
...
Change-Id: I32e7cad9633b8c517a74573069e426d9f835a83d
2010-09-07 14:09:36 -07:00
Dianne Hackborn
f703b77c96
Merge "Add system property to turn off scheduling groups." into gingerbread
2010-09-07 11:27:26 -07:00
Dianne Hackborn
84bb52ed61
Add system property to turn off scheduling groups.
...
Do this:
adb shell setprop debug.sys.noschedgroups 1
Change-Id: I6e06a74205fd45ee1526ce71fe33944465d39984
2010-09-07 11:19:11 -07:00
Brad Fitzpatrick
b1104b3713
Merge "Make SharedPreferencesBackupHelper wait for async SharedPreference writes" into gingerbread
2010-09-07 11:12:51 -07:00
Eric Fischer
745e751b25
Merge "Preserve old translations for changed strings. DO NOT MERGE" into gingerbread
2010-09-07 11:03:26 -07:00
Makoto Onuki
a362e1d794
Don't fall through from TOKEN_EMAIL_LOOKUP
...
Change-Id: Ifc08f26ba93496cfa53cd83c7df0e986ea4ece4b
2010-09-07 10:46:59 -07:00
Kenny Root
2cb3e83654
Merge "Use new nativeLibraryPath field for NativeActivity" into gingerbread
2010-09-07 10:46:14 -07:00
Kenny Root
6798b62e92
Use new nativeLibraryPath field for NativeActivity
...
Instead of being naughty and guessing the native library path from
dataDir, use the new nativeLibraryPath field because it can be on SD
card now.
Change-Id: I284bde42e0b0114366e412eb7212af22b47208d8
2010-09-07 10:44:21 -07:00
Wei-Ta Chen
50ba3d2c09
Rename LargeBitmap to BitmapRegionDecoder for having a better API.
...
Move AssetStreamAdaptor, AutoFDSeek and nullObjectReturn to Utils.h because
BitmapFactory.cpp and BitmapRegionDecoder.cpp both need to use these utility functions.
Change-Id: I3e60c7fe4abd0289e1384e69a08fd20fe6fb0e10
2010-09-07 21:02:13 +08:00
Brad Fitzpatrick
6f9d58ac62
Make SharedPreferencesBackupHelper wait for async SharedPreference writes
...
Fixes a potential race with backups.
Change-Id: I73492c0384091cedd7802109257312387fcd43f9
2010-09-06 22:18:39 -07:00
Brad Fitzpatrick
612ff27425
Quell annoying Java ascii/unicode warning.
...
This fix is already in master, so just cherry-picking it here too.
Change-Id: I28c57171aa3e55933c3e98555575a074b25b2b2a
2010-09-06 19:22:09 -07:00
Kenny Root
6dc003a73f
Merge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbread
2010-09-03 16:59:42 -07:00
Adam Powell
7627c221c6
DO NOT MERGE Tweak overscroll
...
Change-Id: I5ba00fc87ba7b286978acf577ba6461f79066437
2010-09-03 16:09:03 -07:00
Kenny Root
de0ff63700
Reduce footprint of Signature from ~7000 to ~1448
...
Signature had lazy initialization of the mString member when needed, but
it would stick around forever when initialized. Each package had one or
more Signatures that would be ~7000 bytes each. At a couple hundred
packages, that's over 1.3MB just for signatures.
Whenever packages.xml was written out, it would write the Signature for
each program as well which happens at boot thereby initializing the
mString member pretty much immediately.
Change-Id: Idb882ffeca2861b3e87437fc83f001710d6c0441
2010-09-03 16:02:27 -07:00
Dianne Hackborn
69717ccd13
DO NOT MERGE. Some stuff that is Not Ready.
...
Change-Id: I8fdba32722d86b92c791dbf7c6c0166bcdb02852
2010-09-03 15:20:06 -07:00
Dianne Hackborn
df3a0f50c3
Merge "Improve doc." into gingerbread
2010-09-03 15:15:50 -07:00
Dianne Hackborn
170bae7d83
Improve doc.
...
Change-Id: I841b04e1e455b6236fb8b65b965f2fc25c4461f0
2010-09-03 15:14:28 -07:00
Eric Fischer
3a94b7c121
Preserve old translations for changed strings. DO NOT MERGE
...
Change-Id: I64023ad34cba22133fd355ed4d885b3f831c5aa1
2010-09-03 14:55:45 -07:00
Dan Morrill
6993d3d136
Adding a feature denoting support for 5 or more fully
...
independent multitouch pointers.
Change-Id: I9997ed9c481dbd507e9eff70d8beb9e1140cca3f
2010-09-03 14:41:36 -07:00
Adam Powell
e7c02ef40a
Merge "Fix bug 2973252 - Make overscroll glow respect ifContentScrolls" into gingerbread
2010-09-03 13:58:37 -07:00
Dianne Hackborn
e25b4bc76f
Merge "These are not ready to be exposed. Also rename them to be better." into gingerbread
2010-09-03 13:24:33 -07:00
Dianne Hackborn
482566ed5c
These are not ready to be exposed. Also rename them to be better.
...
Change-Id: I7c234144497084b7769f8c46761b7d74d1c583d5
2010-09-03 12:51:28 -07:00
Adam Powell
e6ffce9f65
Fix bug 2973252 - Make overscroll glow respect ifContentScrolls
...
Change-Id: I0e4bf09c0cbc660c9b8d26a3526b09568c05e93d
2010-09-03 12:06:51 -07:00
Brad Fitzpatrick
fa8e271636
More SharedPreferences commit() -> apply() changes.
...
Change-Id: Ibc844d72d463434722a349f5bbc02889a9feb0ee
2010-09-03 11:18:28 -07:00
Gilles Debunne
d180232e92
Merge "Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread"" into gingerbread
2010-09-02 15:29:14 -07:00
Gilles Debunne
d4723bb415
Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread"
...
This reverts commit 26d708d936 , reversing
changes made to 3ac85d31de .
Change-Id: Ifc19f837bee7437707ddddf0b19cb6bce53dd2c5
2010-09-02 15:27:47 -07:00
Eric Rowe
947e25e5ff
am ac3c1f55: Add BT test instrumentation for reboot tests.
...
Merge commit 'ac3c1f550f30aa793ccf5dcd0da55b070fd55364' into gingerbread
* commit 'ac3c1f550f30aa793ccf5dcd0da55b070fd55364':
Add BT test instrumentation for reboot tests.
2010-09-02 14:55:47 -07:00
Gilles Debunne
26d708d936
Merge "InputMethodManager showSoftInput return documentation." into gingerbread
2010-09-02 14:50:25 -07:00
Daisuke Miyakawa
3010713f50
Fix again.
...
Change-Id: I7393e1e9e9aa3f8612d143840109f1c5193f692f
2010-09-02 13:48:09 -07:00
Daisuke Miyakawa
3bd9b8f04c
Fix build breakage.
...
Change-Id: If519f1730266f10a7852af209127aa4754a7ef9d
2010-09-02 13:42:22 -07:00