Android (Google) Code Review
bcd18e0151
am 62edc960: Merge change 6383 into donut
...
Merge commit '62edc960224fd6410d5e08cbb0e09ee4ac6e0c44'
* commit '62edc960224fd6410d5e08cbb0e09ee4ac6e0c44':
Cleanup connection when airplane mode is entered.
2009-07-07 15:38:59 -07:00
Android (Google) Code Review
62edc96022
Merge change 6383 into donut
...
* changes:
Cleanup connection when airplane mode is entered.
2009-07-07 15:22:15 -07:00
Android (Google) Code Review
0236141742
am 7bf9f930: Merge change 6415 into donut
...
Merge commit '7bf9f930d986335cd24dc15e2ee588b851f194d4'
* commit '7bf9f930d986335cd24dc15e2ee588b851f194d4':
Fixes #1748951 . Calling setListSelection() explicitely should cancel the selection hidden flag.
2009-07-07 15:21:16 -07:00
Android (Google) Code Review
7bf9f930d9
Merge change 6415 into donut
...
* changes:
Fixes #1748951 . Calling setListSelection() explicitely should cancel the selection hidden flag.
2009-07-07 15:19:14 -07:00
Romain Guy
fb7ed10735
Fixes #1748951 . Calling setListSelection() explicitely should cancel the selection hidden flag.
2009-07-07 15:18:30 -07:00
Christopher Tate
ea9f8a4d88
am a7de3845: Only write to the pending-backup journal when necessary
...
Merge commit 'a7de3845507b7bf57a2c7b26fb08f05b193697d6'
* commit 'a7de3845507b7bf57a2c7b26fb08f05b193697d6':
Only write to the pending-backup journal when necessary
2009-07-07 14:53:56 -07:00
Christopher Tate
a7de384550
Only write to the pending-backup journal when necessary
...
We now only commit to the pending-backup journal on disk the first time that a
given package is added to the backup set. This avoids a lot of write thrashing
of the disk, particularly since Settings tends to call dataChanged() a great
many times during boot, while the Settings UI is in use, etc.
2009-07-07 14:50:26 -07:00
Android (Google) Code Review
51759015a3
Merge change 6392
...
* changes:
Add the condition check of ERI for CDMA roaming.
2009-07-07 14:50:04 -07:00
Android (Google) Code Review
c5ae493b84
am c4cf22e8: Merge change 6403 into donut
...
Merge commit 'c4cf22e82ba8ec4eec7051ae3a8eb397ded578d1'
* commit 'c4cf22e82ba8ec4eec7051ae3a8eb397ded578d1':
Fix the metadata-available test during restore
2009-07-07 14:31:19 -07:00
Android (Google) Code Review
c4cf22e82b
Merge change 6403 into donut
...
* changes:
Fix the metadata-available test during restore
2009-07-07 14:29:47 -07:00
Christopher Tate
3d7cd13e77
Fix the metadata-available test during restore
2009-07-07 14:23:07 -07:00
Android (Google) Code Review
1256f01996
Merge change 6399
...
* changes:
Obex library cleanup, third pass
2009-07-07 14:08:43 -07:00
Tao Liejun
3998bf009a
Obex library cleanup, third pass
...
- Change variable namings
- Remove interface public modifier
- Move 2 duplicate methods to ObexSession
- Removed unused code and variables
- Use static variables for some protocol defines
2009-07-07 13:53:11 -07:00
Android (Google) Code Review
c426d830d3
am 7fdd661f: Merge change 6377 into donut
...
Merge commit '7fdd661f12f73148517e5e011efc206cc7259fbc'
* commit '7fdd661f12f73148517e5e011efc206cc7259fbc':
Propagating error codes to TextToSpeech.java
2009-07-07 13:48:29 -07:00
Android (Google) Code Review
7fdd661f12
Merge change 6377 into donut
...
* changes:
Propagating error codes to TextToSpeech.java
2009-07-07 13:46:17 -07:00
Jean-Baptiste Queru
a0d8e2883c
Merge a bunch of cherry-picked changes from the open-source tree.
2009-07-07 13:33:47 -07:00
Kenny Root
56f6c1098d
Fix hyphenation in TextView attr Javadoc
2009-07-07 12:48:05 -07:00
Kenny Root
e855d130ae
Fix spelling mistakes in Javadoc
2009-07-07 12:46:03 -07:00
Simon Schoar
8cf97d9982
Removed usage of tabs for indention
2009-07-07 12:45:46 -07:00
Simon Schoar
d45c9f4ceb
Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)
...
example: notification.vibrate = new long[0];
2009-07-07 12:45:33 -07:00
Simon Schoar
ceac091e9a
Example for displaying alerts was missing an "@" for theme attribute
2009-07-07 12:43:56 -07:00
Simon Schoar
f76035f352
Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI
2009-07-07 12:43:38 -07:00
Kenny Root
abca4e8384
Fix logic inversion in ListView Javadoc
...
The Javadoc for isItemChecked, getCheckedItemPosition, and
getCheckedItemPositions stated the return was valid if conditions
were the inverse of what the method checked for.
This was pointed out in Android issue 2366
2009-07-07 12:43:19 -07:00
Kenny Root
e271820c50
Clarify rules for package name in documentation
...
Nowhere in the documentation does it say that the only valid package names
are ones that match (excuse my abuse of regex to explain this):
^[A-Za-z][A-Za-z0-9_]
This change makes clear the rules followed by the PackageParser
2009-07-07 12:43:07 -07:00
Android (Google) Code Review
42a3265cfb
Merge change 6382
...
* changes:
add a virtual destructor to region_rasterizer, to be on the safe side
2009-07-07 12:43:06 -07:00
Kenny Root
55ed4914de
Fix typo in Javadoc for LocationManager.GPS_PROVIDER
2009-07-07 12:42:51 -07:00
Kenny Root
507f8ed2e0
Fix Configuration documentation for new constants
...
* Added KEYBOARD_NOKEYS link to Javadoc for keyboard.
* Added NAVIGATION_NONAV link to Javadoc for navigation.
2009-07-07 12:42:37 -07:00
Kenny Root
c22457e80d
Fix typo in adb commandline help
...
Android developers are not expected to have PDP-11s.
2009-07-07 12:42:09 -07:00
Alan Jones
81a476f654
Fixed Issue 2682: ContentProvider query() SDK docs deprecated
2009-07-07 12:40:15 -07:00
Yusuf T. Mobile
f6737d3ae0
Fix to Android issue 453
2009-07-07 12:39:58 -07:00
djken
d663dab7db
The comment lack of symbol # and parameter data type. This will cause compilation failed.
2009-07-07 12:39:40 -07:00
Cyril Mottier
c312942b77
Add of Javadoc comments on undocumented methods.
...
Use of a constant defined in SensorManager for computing deceleration.
2009-07-07 12:39:11 -07:00
Brad Fitzpatrick
0f07b2c850
Lazily allocate the mBounds Rect in Drawable.
...
For background, see:
http://kohlerm.blogspot.com/2009/04/analyzing-memory-usage-off-your-android.html
Thanks, Markus!
2009-07-07 12:38:50 -07:00
Android (Google) Code Review
ddd8c26c06
Merge change 6320
...
* changes:
Add method to read events from a file. Remove unused method. Fixed after review.
2009-07-07 12:37:27 -07:00
Jaikumar Ganesh
024af038a7
Cleanup connection when airplane mode is entered.
...
The message was being sent to the wrong handler.
2009-07-07 12:34:59 -07:00
Mathias Agopian
eb0ccd5c7b
add a virtual destructor to region_rasterizer, to be on the safe side
2009-07-07 12:29:17 -07:00
Android (Google) Code Review
03217ae7f8
am a5188a09: Merge change 6367 into donut
...
Merge commit 'a5188a09bd20c376b4f0645b0df4c52f8e114e21'
* commit 'a5188a09bd20c376b4f0645b0df4c52f8e114e21':
Add virtual destructor.
2009-07-07 12:14:01 -07:00
Android (Google) Code Review
a5188a09bd
Merge change 6367 into donut
...
* changes:
Add virtual destructor.
2009-07-07 12:12:12 -07:00
Android (Google) Code Review
17d53ff98b
am fdc3d110: Merge change 6379 into donut
...
Merge commit 'fdc3d110516a6d2f62e68d2f76c4aeace580de40'
* commit 'fdc3d110516a6d2f62e68d2f76c4aeace580de40':
Update RatingBar's assets in indicator mode.
2009-07-07 11:57:40 -07:00
Android (Google) Code Review
fdc3d11051
Merge change 6379 into donut
...
* changes:
Update RatingBar's assets in indicator mode.
2009-07-07 11:56:43 -07:00
Romain Guy
97bdafa216
Update RatingBar's assets in indicator mode.
2009-07-07 11:56:15 -07:00
Android (Google) Code Review
8b57c2c6be
am 2c5a3aeb: Merge change 6326 into donut
...
Merge commit '2c5a3aeba3f7c0d362829c57a8fffdba0a0e81c1'
* commit '2c5a3aeba3f7c0d362829c57a8fffdba0a0e81c1':
BackupManager wrapper class improvements
2009-07-07 11:53:23 -07:00
Android (Google) Code Review
2c5a3aeba3
Merge change 6326 into donut
...
* changes:
BackupManager wrapper class improvements
2009-07-07 11:52:01 -07:00
Yong Zhang
8e80fd4478
Add the condition check of ERI for CDMA roaming.
...
With this fix, phone will not show that it is roaming
when it is not, and there is no need to enable the
"Data Roaming" in order to get the data to work.
2009-07-07 11:46:56 -07:00
Cynthia Wong
be11746cb7
am 04f0b05e: Add a Gservices setting for how many times we should retry before discarding an uphill operation
...
Merge commit '04f0b05ea04a4a13d6a15b36eaa27b2ec364f313'
* commit '04f0b05ea04a4a13d6a15b36eaa27b2ec364f313':
Add a Gservices setting for how many times we should retry before discarding an uphill operation
2009-07-07 11:46:05 -07:00
Cynthia Wong
04f0b05ea0
Add a Gservices setting for how many times we should retry before discarding an uphill operation
2009-07-07 11:42:31 -07:00
Christopher Tate
c8daa76925
BackupManager wrapper class improvements
...
+ Now rechecks the cached IBinder each time the wrapper is used, and if it's
still null (i.e. the BackupManager was constructed before the system service
came up) it's refetched. This lets even system code cache a single
BackupManager instance and just keep making calls through it without worrying
about interactions with the life cycle of the backup service.
+ Added a static dataChanged(packageName) method as a convenience for code that
needs to indicate that some other package needs a backup pass. This is useful
even for third party code in the case of multiple packages in a shared-uid
situation.
2009-07-07 11:40:07 -07:00
Charles Chen
c8ba3b560c
Propagating error codes to TextToSpeech.java
2009-07-07 11:38:48 -07:00
Android (Google) Code Review
d6f49fe8d6
am 790a604b: Merge change 6372 into donut
...
Merge commit '790a604b9c32647711599710e21f0f00eb3d839c'
* commit '790a604b9c32647711599710e21f0f00eb3d839c':
Fixes #1963217 . Increases the invalidate region in compatibility mode.
2009-07-07 11:25:30 -07:00
Android (Google) Code Review
f93a7c88e5
am c1c44a56: Merge change 6363 into donut
...
Merge commit 'c1c44a5614c4ab7aaf5315f92dc1c8f6420c8f1c'
* commit 'c1c44a5614c4ab7aaf5315f92dc1c8f6420c8f1c':
LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks
2009-07-07 11:25:26 -07:00