Nicolas Roard
b4827c089f
Merge "Pass the version down to native"
2012-03-06 14:13:54 -08:00
Gilles Debunne
957c800ac0
Merge "Ellipsize avoids spaces and starts right after text"
2012-03-06 13:57:16 -08:00
Adam Powell
75d022af1f
Action buttons are now 1 view instead of 3.
...
Change-Id: I42afe0e4bd20c3dbe86e2c43a6bc1d776361dca9
2012-03-06 12:06:15 -08:00
Nicolas Roard
18e9886342
Pass the version down to native
...
Change-Id: Ie240ea9875862288cf09fcfa1113b8e6cb3a7b1d
2012-03-06 11:53:56 -08:00
Dianne Hackborn
4f03d35f9c
Merge "Fix issues #6103378 and #5959515."
2012-03-06 10:34:18 -08:00
Jeff Brown
1b0cc3ca65
Merge "Rename remove callback methods."
2012-03-05 20:38:12 -08:00
Jeff Brown
97a355a9a1
Merge "Support posting delayed animation/draw callbacks."
2012-03-05 19:05:02 -08:00
Dianne Hackborn
6569625bee
Fix issues #6103378 and #5959515 .
...
Change-Id: I762d86dd7119c9ac02f4b8803c4a250c6b7637c7
6103378: APR: IOOBE at android.content.pm.PackageParser.generatePackageInfo(
PackageParser.java:355)
5959515: PackageManager doesn't validate className in setComponentEnabledSetting
2012-03-05 18:49:21 -08:00
Jeff Brown
5bebea436e
Rename remove callback methods.
...
Change-Id: Ib9ef32fedbe0db2ea5efd250693915d626d7d8ae
2012-03-05 18:09:04 -08:00
Jeff Brown
2b6cb9a27e
Support posting delayed animation/draw callbacks.
...
This is especially useful for slow animations such as blinking the
cursor, which only needs to happen after a certain amount of time
has elapsed.
Change-Id: If1163a3480078c75d6461eb8f96d8bf8b625534f
2012-03-05 17:21:01 -08:00
Nick Pelly
3edd8f06cb
Merge "Clarify docs for the thread used in BroadcastReceiver.onReceive()"
2012-03-05 15:57:13 -08:00
Jeff Brown
faeac2737d
Merge "Change widgets to post invalidate to the animation timer."
2012-03-05 15:38:47 -08:00
Gilles Debunne
e5d076e8d1
Merge "EditText caches only text in its internal display list."
2012-03-05 15:22:28 -08:00
Jeff Brown
6cb7b46c56
Change widgets to post invalidate to the animation timer.
...
Change-Id: I8377e924529fb9d8afd8a834003a17de616e8e87
2012-03-05 15:19:31 -08:00
Tom Taylor
c1717569db
Merge "Remove deleted pdu items from the updated cache"
2012-03-05 14:47:27 -08:00
Gilles Debunne
6c488de023
EditText caches only text in its internal display list.
...
Decorelate background and text in layout display. This allows
to only store the text in the editable TextView's display list.
Selection and cursor changes no longer need to invalidate the
display list, leading to faster rendering.
Change-Id: I3af3a98846e1bfe2d9ec6c42590e71bf3704595e
2012-03-05 14:22:20 -08:00
Jim Miller
1e34e1bdc3
Merge "Fix 5958806: Allow play button to be hidden in TransportControlView"
2012-03-05 13:50:48 -08:00
Jeff Brown
7bcbeb789d
Merge "Make SQLiteDatabase final."
2012-03-05 13:38:59 -08:00
Fabrice Di Meglio
21452d1ada
Merge "Fix bug #6029615 Update Javadoc for onPaddingChanged()"
2012-03-05 13:36:20 -08:00
Fabrice Di Meglio
085585f466
Fix bug #6029615 Update Javadoc for onPaddingChanged()
...
Change-Id: I5d66bc76d7084777342e66e6370bf3a52e878ba1
2012-03-05 13:33:57 -08:00
Jeff Brown
baefdfad6e
Make SQLiteDatabase final.
...
The SQLiteDatabase constructor is inaccessible so it is not
possible for applications to subclass it. To remove all possible
remaining temptation to do so, make the class final.
Change-Id: I4148e9b06f0661ec22aab8e45afde38498d2375a
2012-03-05 13:24:02 -08:00
Romain Guy
fb9c41c206
Merge "Deferred layer updates"
2012-03-05 13:20:46 -08:00
John Reck
5a2b607700
Merge "Delete more navcache stuff"
2012-03-05 11:33:44 -08:00
Jeff Sharkey
09c8f48c10
Merge "Report leaked Context registrations to StrictMode."
2012-03-05 10:49:11 -08:00
John Reck
b2676f76b6
Delete more navcache stuff
...
Change-Id: Ic32559948b90abb3e8e755c5eb533dd9e83b3190
2012-03-05 10:12:15 -08:00
Scott Main
b8b36b8b78
am dc022a6f: am 08e91352: am 93dc642e: docs: fix misc bugs from external tracker
...
* commit 'dc022a6f9aa30d9282c4f82c1cc4d1c8bde7e808':
docs: fix misc bugs from external tracker
2012-03-05 10:09:44 -08:00
Scott Main
dc022a6f9a
am 08e91352: am 93dc642e: docs: fix misc bugs from external tracker
...
* commit '08e91352169457ac86a2465e4db867971ce14b10':
docs: fix misc bugs from external tracker
2012-03-05 10:07:47 -08:00
Scott Main
08e9135216
am 93dc642e: docs: fix misc bugs from external tracker
...
* commit '93dc642eaf48e3db58c4929df26283fbc5fd663f':
docs: fix misc bugs from external tracker
2012-03-05 10:06:00 -08:00
Michael Kolb
02b693ecd4
Merge "fix race condition in WebViewClassic.destroy()"
2012-03-05 09:16:35 -08:00
Jeff Sharkey
eb00769e89
Merge "Allow disk I/O while performing dump()."
2012-03-02 18:07:35 -08:00
Scott Main
93dc642eaf
docs: fix misc bugs from external tracker
...
Change-Id: I2be617be23d0ac50baabac561d510633fa9f162a
2012-03-02 16:55:41 -08:00
Casey Ho
c3898820f6
Fix incorrect javadoc
...
Change-Id: I7f2cd95ced0f525b2c0ee20b64acbb35893664ed
2012-03-02 16:36:32 -08:00
Michael Kolb
6ddf44d815
fix race condition in WebViewClassic.destroy()
...
Bug: 6088940
Change-Id: If2cf26d4aab73d2d8689e4e3f9ec8e91193c966d
2012-03-02 15:54:52 -08:00
John Reck
dc043b58cb
Merge "Fix flash"
2012-03-02 15:37:53 -08:00
Svetoslav Ganov
2e9e02fd33
Merge "Sync of the NumberPicker attributes with the public Java APIs"
2012-03-02 15:33:33 -08:00
Svetoslav Ganov
72d403ce35
Merge "Sync of the TimePicker attributes with the public Java APIs."
2012-03-02 15:33:20 -08:00
Nick Pelly
de88dba17c
Clarify docs for the thread used in BroadcastReceiver.onReceive()
...
Change-Id: Ib6c0da5d0ca2fc95b26b230b306f205a9942cf03
2012-03-02 15:25:31 -08:00
Svetoslav Ganov
e8331bd2e7
Sync of the NumberPicker attributes with the public Java APIs
...
1. Renamed some attributes to not overlap with already public
ones since they are not dedicated for external use.
bug:6094713
bug:6104108
Change-Id: Iab8a906680ebcaa91f020ffbf55cf603a1071437
2012-03-02 15:15:38 -08:00
Svetoslav Ganov
53b948d3ae
Sync of the TimePicker attributes with the public Java APIs.
...
1. Renamed an attribute which is not mean to be public so
its name is not the same as that of an already public one.
bug:6094713
Change-Id: I3f8b3f3840b88265069d3474be7db04056d219c1
2012-03-02 14:58:12 -08:00
John Reck
f72a4464e6
Fix flash
...
Bug: 6110088
Change-Id: Ic7ecb9d773021a0cde803a3920ad716496ccc9ae
2012-03-02 14:21:18 -08:00
Svetoslav Ganov
d56ab1e3a1
Merge "Sync of the DatePicker attributes with the public Java APIs."
2012-03-02 14:03:16 -08:00
Svetoslav Ganov
c49a8be0d2
Sync of the DatePicker attributes with the public Java APIs.
...
1. Deprecated two old attributes.
2. Renamed an attribute which is not mean to be public so
its name is not the same as that of an already public one.
bug:6094713
Change-Id: I577a9e191cbd05cd18cb34105dcdbe53c0a5dd1e
2012-03-02 13:39:29 -08:00
Romain Guy
2bf68f063b
Deferred layer updates
...
Change-Id: I83d9e564fe274db658dcee9e0cc5bbf9223ebb49
2012-03-02 13:37:47 -08:00
Svetoslav Ganov
45e96fd28a
Merge "Adding getter/setter for all public attributes in CalendarView."
2012-03-02 13:12:22 -08:00
Jeff Sharkey
e861b42379
Allow disk I/O while performing dump().
...
Add Closeable to ParcelFileDescriptor, and always close any incoming
PFDs when dumping.
Bug: 6106309
Change-Id: I25b465692d5e1da0a5980a307cb48a058bc2bca7
2012-03-02 12:31:27 -08:00
Alon Albert
e6e47f0517
Merge "Add a displayColor column to view_events"
2012-03-02 11:25:54 -08:00
Jeff Brown
8dc3cc2e13
Allow the SQLite sync mode to be set independently for WAL.
...
This change leaves the sync mode at FULL for both WAL and non-WAL
but makes it easy to change it for one but not the other.
To reduce the number of synchronous writes, it might make sense to
change the sync mode for non-WAL to NORMAL instead of FULL which
should be just as safe.
On the other hand, the sync mode for WAL should probably remain FULL
because there may be an impact on transaction durability otherwise.
Initial experiments show that there might not be a significant
performance benefit to using NORMAL, but we may revisit this later.
Change-Id: Ifcd55bedcfefa6600974c2295ca5d4163b408cbf
2012-03-02 11:17:16 -08:00
Jeff Brown
d2cca91e92
Merge "Add an API for deleting databases."
2012-03-02 11:15:41 -08:00
Adam Powell
1a7dd039f1
Unhide transient state APIs on View
...
Change-Id: I0f14728c94cd3461431352e6f01311934aec9858
2012-03-02 10:44:36 -08:00
Martijn Coenen
c13accb265
Merge "Hidden API for setting p2p NFC modes."
2012-03-02 10:13:07 -08:00