Joe Onorato
ccfc1c1ea1
Expose the TextAppearance.StatusBar.* styles.
...
Change-Id: I6e1e68ab26495290d480f4fb75facedd6cd62908
2010-09-07 17:12:10 -04:00
Dianne Hackborn
6e86915e8f
Merge "Fixes to battery stats debug output." into gingerbread
2010-09-07 14:10:38 -07:00
Dianne Hackborn
b5e3165129
Fixes to battery stats debug output.
...
Change-Id: I32e7cad9633b8c517a74573069e426d9f835a83d
2010-09-07 14:09:36 -07:00
Dianne Hackborn
11bbe200cb
Hopefully fix the build.
...
Change-Id: Id8cd92c0895c9939e1386ef488bd1309a3be3568
2010-09-07 12:32:19 -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
Joe Onorato
1f689f7e35
Merge "When notifications are updated, don't re-show the ticker unless the text has changed." into gingerbread
2010-09-07 11:14:56 -07:00
Joe Onorato
da69552078
When notifications are updated, don't re-show the ticker unless the text has changed.
...
Bug: 2963867
Change-Id: I24b5bc958fb6eb0d753c88178a385232c75ea438
2010-09-07 14:13:12 -04: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
Hung-ying Tyan
8744f87985
SipPhone: switch to its own phone type PHONE_TYPE_SIP.
...
Change-Id: Ie33cfe92e59665864dbebbb38895e8e85f6db2e6
2010-09-07 20:01:24 +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
Hung-ying Tyan
960b31e3b3
Merge "SipService: unset session listener if listener is gone." into gingerbread
2010-09-06 20:13:32 -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
Chung-yih Wang
b6264a8795
Fix the build.
...
Change-Id: Icfeec3372dcde30723c49565649be03a4dd33c06
2010-09-06 12:58:18 +08:00
Chung-yih Wang
b12baad935
Add equals() funcation for SipPhone.
...
Since we will use sipuri to match the same phone object.
Change-Id: I582779e51e447bb8d822c105cf0d682651c138d2
2010-09-06 12:05:46 +08:00
Hung-ying Tyan
1b1601d740
SipService: unset session listener if listener is gone.
...
Change-Id: I0b85ee7bcb32c24cf64dfc3edc40c0cad9717562
2010-09-05 00:26:11 +08:00
Kenny Root
6dc003a73f
Merge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbread
2010-09-03 16:59:42 -07:00
Jesse Wilson
3326f80438
Fix the last remaining gaps in our Java 6 API.
...
See http://b/issue?id=2497395
See https://android-git.corp.google.com/g/64647
Change-Id: I0886e06163a3853bff69480b01e6e9f9f54fea4e
2010-09-03 16:37:27 -07:00
Eric Laurent
7e427934e6
Merge "LVM release 1.08 delivery." into gingerbread
2010-09-03 16:35:54 -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
James Dong
9077f8ec93
Merge "Not all audio source has the drift time information" into gingerbread
2010-09-03 15:42:09 -07:00
Eric Laurent
5fa6df6ebf
LVM release 1.08 delivery.
...
- Changed bundle SamplesToExit to 0.1 secs
- Added SamplesToExit to Revreb
- Removed mixer from Core reverb
Change-Id: I675ec22889f20ef35a0ac427600c2654111c397e
2010-09-03 15:22:18 -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
Dianne Hackborn
e1aa82a422
Merge "Adding a feature denoting support for 5 or more fully independent multitouch pointers." into gingerbread
2010-09-03 15:07:17 -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
Andreas Huber
9fee0b2a02
Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting.
...
Change-Id: Ifb564c6cdf6137eac14869f9ca7d471f05a5556a
related-to-bug: 2974691
2010-09-03 14:31:50 -07:00
John Wang
dc243482d6
Merge "Add API to get all foreground calls." into gingerbread
2010-09-03 14:06:20 -07:00
Adam Powell
e7c02ef40a
Merge "Fix bug 2973252 - Make overscroll glow respect ifContentScrolls" into gingerbread
2010-09-03 13:58:37 -07:00
Andreas Huber
cc4a38c60f
Merge "Properly buffer a certain amount of data on streaming sources before finishing prepare()." into gingerbread
2010-09-03 13:46:02 -07:00
Andreas Huber
87ab9cdd0f
Properly buffer a certain amount of data on streaming sources before finishing prepare().
...
Change-Id: I39bf3c6dafcbe003b51dea4795742dcd8548f207
related-to-bug: 2875110
2010-09-03 13:44:42 -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
Scott Main
2b136832be
am c4367e54: fix code snippet error
...
Merge commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3' into gingerbread
* commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3':
fix code snippet error
2010-09-03 13:15:11 -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
Brad Fitzpatrick
a2f2141c84
Merge "More SharedPreferences commit() -> apply() changes." into gingerbread
2010-09-03 12:46:25 -07:00
Adam Powell
e6ffce9f65
Fix bug 2973252 - Make overscroll glow respect ifContentScrolls
...
Change-Id: I0e4bf09c0cbc660c9b8d26a3526b09568c05e93d
2010-09-03 12:06:51 -07:00
James Dong
3caa71483f
Not all audio source has the drift time information
...
Change-Id: I74e502376348ca4a6ffaa7492bed35c1355e7e62
2010-09-03 12:01:55 -07:00
Marco Nelissen
d85621c938
Don't crash when extra logging is enabled.
...
Change-Id: I76cf8db0f51ed33e91acee9636180e8d7c0b5ff9
2010-09-03 11:46:19 -07:00
Brad Fitzpatrick
fa8e271636
More SharedPreferences commit() -> apply() changes.
...
Change-Id: Ibc844d72d463434722a349f5bbc02889a9feb0ee
2010-09-03 11:18:28 -07:00
Scott Main
c4367e54e4
fix code snippet error
...
Change-Id: Ida2f5ac2bc0bfb9b13b142f6422dd4b815603ab5
2010-09-03 11:03:42 -07:00
James Dong
7755cdd696
Remove unused/debugging code from MP4 file writer
...
o also makes nal length in the recorded file modifiable at runtime
Change-Id: I731b4dde7070d8d9628b36b523a5b2c011c7c2cf
2010-09-03 10:13:19 -07:00
James Dong
46e63b3467
Merge "Better file size estimate" into gingerbread
2010-09-03 09:53:13 -07:00