Martijn Coenen
0f0f10c85a
am 07249236: am ab82a5b9: Clean up and polish Mifare Classic tech.
...
* commit '07249236fcef7ef0603b9978ec3b420f247b51cb':
Clean up and polish Mifare Classic tech.
2010-12-20 11:33:32 -08:00
Nick Pelly
198a9452c1
am 623baf8e: am 29f9ee97: Merge "Need to check ndef before writing ndef." into gingerbread
...
* commit '623baf8edb5301ee412a428a5b25ea38d7b39f91':
Need to check ndef before writing ndef.
2010-12-20 11:33:13 -08:00
Martijn Coenen
07249236fc
am ab82a5b9: Clean up and polish Mifare Classic tech.
...
* commit 'ab82a5b9a841cf052310e8500224932b9f5e3cad':
Clean up and polish Mifare Classic tech.
2010-12-20 11:30:12 -08:00
Nick Pelly
623baf8edb
am 29f9ee97: Merge "Need to check ndef before writing ndef." into gingerbread
...
* commit '29f9ee973eefea3c68382ed38e69db1f1a396f3f':
Need to check ndef before writing ndef.
2010-12-20 11:29:40 -08:00
Glenn Kasten
85d9dfef62
Merge "Fix documentation errors"
2010-12-20 10:17:02 -08:00
Kristian Monsen
ea8f4e0d66
Merge "Send proxy changes on the webcore thread to WebKit"
2010-12-20 10:14:52 -08:00
Kristian Monsen
64a2f6bd06
Send proxy changes on the webcore thread to WebKit
...
Change-Id: I16995b4595e931715b064702ae570c387cf453f3
2010-12-20 17:46:20 +00:00
Glenn Kasten
334031cd07
Fix documentation errors
...
Fix typos.
Fix javadoc error.
Fix wrong instructions about new returning null.
Change-Id: I76bca22e386839007fc99667b07649a4ced4180f
2010-12-20 09:22:01 -08:00
Vasu Nori
fd4dda8d77
Merge "if a download dir doesn't exist, create it or fail fast"
2010-12-20 09:20:18 -08:00
Kristian Monsen
c4d251bbe1
Merge "Remove WebView leak"
2010-12-20 06:04:51 -08:00
Kristian Monsen
4190aab1c9
Remove WebView leak
...
We were leaking the first WebView created since we kept a reference
in a static variable. Using the new way of sending messages in a
static method to avoid this.
Change-Id: Ibb665e32c22c16c17176cd69bf8f7e83fd94894f
2010-12-20 12:26:00 +00:00
Vasu Nori
6916b03e02
if a download dir doesn't exist, create it or fail fast
...
in HC, using DownloadManager public API, download directories
named by the constants Environment.DOWNLOAD_*
may ot exist. theyneed to be created or
the download request should fail ASAP.
bug:3297328
Change-Id: Ic87023d8fe98bd240744f66607a5400b7825e17e
2010-12-19 20:33:54 -08:00
Adam Powell
1700ae0aef
Fix bug 3295495 - Wrong menu item selection in PopupMenu
...
Change-Id: I17ec55f09dbed9797cb702a7252f6c89e861cc6a
2010-12-19 17:11:07 -08:00
Adam Powell
50f784cf2d
Measure spinner items for sizing the dropdown view.
...
Only a limited window of items will be measured around the currently
selected item.
Change-Id: Ie0431948fdd564fa4bbeb82dede9e2abebbaee55
2010-12-19 16:16:43 -08:00
Adam Powell
6ecf3d1690
Fix bug 3292288 - Make Action Bar trap taps
...
Change-Id: I517855fb6cc50171dc247ede4537ed8ec58d7c91
2010-12-19 14:05:54 -08:00
Dianne Hackborn
4c7cc34127
Demo hack!
...
To make a 800 tall screen run like a 720:
adb shell setprop persist.demo.screensizehack 800=720
Note this is a persistent property, so it will (intentionally) remain across boots.
Change-Id: I8a8a9f937399327444e8fb154b91f0e642db116e
2010-12-18 16:25:29 -08:00
Adam Cohen
fb1b2317ab
Merge "Fixing leak in StackView"
2010-12-17 19:46:46 -08:00
Adam Cohen
c0b53be0c9
Fixing leak in StackView
...
Change-Id: I2a5f340906c38f87a4b280bedcd47624351da467
2010-12-17 19:32:43 -08:00
Jeff Brown
4e6319b73c
Add initial support for TAB navigation.
...
Bug: 3286652
Change-Id: I813a0318b3b8d9c9bc791ea6a2427be11c08de00
2010-12-17 18:51:04 -08:00
Jim Miller
ae115191cb
Merge "Fix 3148496: Update LockScreen clock to use new font."
2010-12-17 18:04:48 -08:00
Jim Miller
4e659135fd
Fix 3148496: Update LockScreen clock to use new font.
...
Change-Id: I8a4133f633bd3927de75010099e29ad847f3f671
2010-12-17 17:53:02 -08:00
Gilles Debunne
202ef9e851
Merge "AutoLink identified spans are selected when long pressed."
2010-12-17 17:42:32 -08:00
Dianne Hackborn
8c972f2ce2
Merge "Some fixes to the new loader management."
2010-12-17 17:11:54 -08:00
Dianne Hackborn
f73c75ca20
Some fixes to the new loader management.
...
Change-Id: Ib882be5762b0ebeed9b027754159f401232718e9
2010-12-17 16:54:05 -08:00
Gilles Debunne
4dfe08632f
AutoLink identified spans are selected when long pressed.
...
Do not rely on standard word detection for these (which does not work because
of / or . in URL or - in phone numbers).
Various other bug fixes for text selection with autolinks.
Change-Id: I482e99efa980281086ce761b27b3a36579e7cf76
2010-12-17 16:32:19 -08:00
Svetoslav Ganov
9e780c66e9
Merge "Bug 3191746. atePicker TimePicker: Dark theme is used in a Light theme app"
2010-12-17 16:32:07 -08:00
Fred Quintana
fb461560c5
Merge "remove the hack to delay the accounts changed intent for the first account"
2010-12-17 16:10:33 -08:00
Adam Powell
ae90dbf49c
Merge "Tweak action bar show/hide animations"
2010-12-17 16:09:23 -08:00
Adam Powell
73e371ff7a
Tweak action bar show/hide animations
...
Change-Id: I69a7b0f84b36ef6f22cc03036daab7e54e1ab74e
2010-12-17 16:07:20 -08:00
Svetoslav Ganov
bf80562d22
Bug 3191746. atePicker TimePicker: Dark theme is used in a Light theme app
...
Change-Id: I20d0cca3b78af9db80854a57c88d6cab3b00f555
2010-12-17 16:00:18 -08:00
Gilles Debunne
fdcd4084f3
Merge "Made text selectable even when autolinks are activated."
2010-12-17 15:48:43 -08:00
Fred Quintana
afd2f549bb
remove the hack to delay the accounts changed intent for the first account
...
Change-Id: I09ed0b31517c1545b81b480833fef3cd38c8f807
2010-12-17 15:45:56 -08:00
Svetoslav Ganov
6ad986419d
Merge "Bug 3293819. Timepicker is showing single digit for 0, 1, 2 minutes (the rest are fine)"
2010-12-17 15:45:41 -08:00
Svetoslav Ganov
2b9484f453
Bug 3293819. Timepicker is showing single digit for 0, 1, 2 minutes (the rest are fine)
...
Change-Id: I55c50857740fc1210c45e9b7fc8905ec2266ed8c
2010-12-17 15:42:21 -08:00
Gilles Debunne
cbcb345ccd
Made text selectable even when autolinks are activated.
...
Refactor for canSelectText.
Moved test from onCreate to startTextSelection.
Restored setFocusableInTouchMode needed to start a selection in touch mode.
Bug 3296490
Change-Id: I5c0c31dbebed79fd1f9d80f930cba1019d74f710
2010-12-17 15:31:02 -08:00
Martijn Coenen
ab82a5b9a8
Clean up and polish Mifare Classic tech.
...
- It's useful to have accessors at block level, so apps don't really have to know
about the sector structure (and how many blocks there are in a sector).
- There's no way to tell whether a read/write/ didn't work because of auth
failure. The documentation should be changed to make this point clear.
- Added increment/decrement commands, for atomic increment/decrement of value blocks.
Change-Id: I590feacbcd1443f1be7a86ab046a5b1f33e2e04c
2010-12-17 13:20:32 -08:00
Adam Cohen
5eb40a85fb
Merge "Addressing issues associated RemoteViewsAdapter's service crashes / disconnects"
2010-12-17 12:19:46 -08:00
Adam Cohen
fb60386b46
Addressing issues associated RemoteViewsAdapter's service crashes / disconnects
...
-See issue: 3052667
Change-Id: I95f1cac3defeadc38ac75453d9d59cd1b3cbcc83
2010-12-17 12:09:50 -08:00
Gilles Debunne
73d032eea9
Merge "Removed focusableInTouchMode flag for selectable text."
2010-12-17 11:31:00 -08:00
Chet Haase
d4bbcbd2dd
Merge "Fix for TimePicker not redrawing itself."
2010-12-17 11:30:17 -08:00
Costin Manolache
2785c7f6e5
Merge "Add a new attribute to auth descriptors to indicate custom handling of permission and token caching"
2010-12-17 11:28:26 -08:00
Fred Quintana
b23a82cc03
Merge "fix the TooManyDeletes to show up again"
2010-12-17 11:27:03 -08:00
Costin Manolache
a40c6304de
Add a new attribute to auth descriptors to indicate custom handling of permission and token caching
...
Change-Id: Icf6bd0e7bf265db9ef8bf368e8f3d8e91182f834
2010-12-17 11:26:34 -08:00
Gilles Debunne
e12f99984e
Removed focusableInTouchMode flag for selectable text.
...
Change-Id: I7aaa08328cc22d6cd920b3bc2661de79c5fb1402
2010-12-17 11:04:55 -08:00
Iain Merrick
c96235deb9
Deprecate CacheManager.
...
This class gives fairly low-level access to the HTTP cache, which
as far as we can tell was only exposed for the benefit of Gears.
BUG=3270236
Change-Id: Ibce10ecf8b524d3f472affa2a37fe4de15efd2ed
2010-12-17 16:43:01 +00:00
Kristian Monsen
1c602b3ee1
Merge "Add methods to send messages to the WebViewCore whithout having a reference"
2010-12-17 08:11:14 -08:00
Leon Scroggins
8a4fd2f8e7
Do not allow text selection if there is no ActionBar.
...
Bug:3276538
Change-Id: I060f14471e26e4bc1bf9773b847e0dbac9228426
2010-12-17 11:04:14 -05:00
Chet Haase
c75ec3324e
Fix for TimePicker not redrawing itself.
...
The problem was that NumberPicker override View.draw(), but did not
call the superclass version of the method in some situations. This
resulted in the DIRTY flag for the view not getting cleared properly,
and future invalidations not propagating correctly.
The fix was to call super.draw() from NumberPicker.draw().
Change-Id: Ic17215dea86d54b77375494ada124dd6970e3ad6
2010-12-17 07:44:30 -08:00
Iain Merrick
b67529b905
Add setContentLength method to CacheResult.
...
This is needed to construct a cachable CacheResult object.
Currently only WebViewWorker is able to do this, by updating
the fields directly.
Bug: 3270236
Change-Id: I50148697dcee4d329e1436a2ce4c15224cb5ae30
2010-12-17 15:44:00 +00:00
Dianne Hackborn
540d3d2662
Fixes for when onLoaderReset() is called.
...
Change-Id: Iab479926f11fa579757904032ada46c41686d560
2010-12-16 22:41:30 -08:00