38437 Commits

Author SHA1 Message Date
Svetoslav Ganov
43c9dd10f0 Merge "Bug 3292797. Talkback accessibility doesn't work at times." 2010-12-19 14:32:09 -08:00
Adam Powell
6ecf3d1690 Fix bug 3292288 - Make Action Bar trap taps
Change-Id: I517855fb6cc50171dc247ede4537ed8ec58d7c91
2010-12-19 14:05:54 -08:00
Jim Miller
627ea2f226 Merge "Fix 3295530: Fix crash in RecentApps when we have no recents" 2010-12-19 01:49:33 -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
Svetoslav Ganov
51f36f2d78 Bug 3292797. Talkback accessibility doesn't work at times.
Change-Id: I43c57a74675847d120a7f2e46b87a1f7f6e4137c
2010-12-18 16:22:53 -08:00
Jim Miller
74fd1dd596 Fix 3295530: Fix crash in RecentApps when we have no recents
A change to the Animation framework now throws an exception for
negative durations, which was causing Recents to crash when
there are no recent activities.

Change-Id: I65b7d6b6d5ad4637ae93b44c147ff6193d8c03cc
2010-12-18 04:12:47 -08:00
Mathias Agopian
c724f2fba3 disable the bypass mode. DO NOT MERGE.
SF bypass mode triggers a bug in the display controller that
case cause the device to freeze.

Change-Id: If29b4d5132f463d13831b082b904c235f15a19fb
2010-12-18 03:45:26 -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
Carl Shapiro
12d81c49a0 Fix a constructor declaration to match its definition.
The second argument of the JavaPixelAllocator constructor was
eliminated by an earlier change but the class definition was not
updated to match that edit.

Change-Id: I27af0cc52c748cfdec02eb4edcf512dd13f72567
2010-12-17 18:36:52 -08:00
Jamie Gennis
fd8b75afdd Change a Stagefright assert to an error check.
During OMX codec initialization it is possible that buffer allocation
fails.  This changes Stagefright to set an error state and abort
initialization rather than crashing with an assert failure when that
happens.

Change-Id: I2fc2fadfe75657cdbf649cc8cafd2e4c251a5f8b
Bug: 3282700
2010-12-17 18:26:28 -08:00
Carl Shapiro
d5e27e3215 Merge "Eliminate tracked allocations and the inNativeAlloc option." 2010-12-17 18:18:06 -08:00
Jim Miller
ae115191cb Merge "Fix 3148496: Update LockScreen clock to use new font." 2010-12-17 18:04:48 -08:00
Carl Shapiro
2118b25ad4 Eliminate tracked allocations and the inNativeAlloc option.
Change-Id: Ic10b2b41a26925d799e5d1e50be77fc480ec0f17
2010-12-17 18:03:38 -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
Svetoslav Ganov
6bd08c56b1 Merge "Updating NumberPicker resources and DatePicker selector color for the Light Holo theme" 2010-12-17 16:41:17 -08:00
Svetoslav Ganov
01ce2c708f Updating NumberPicker resources and DatePicker selector color for the Light Holo theme
Change-Id: Id1bb07a82f44fe56e1a9917c3fe8d49b3363852d
2010-12-17 16:38:07 -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
Vasu Nori
3443c4a23a Merge "bug:3286430 set default size of 100MB for download data dir" 2010-12-17 16:09:12 -08:00
Adam Powell
73e371ff7a Tweak action bar show/hide animations
Change-Id: I69a7b0f84b36ef6f22cc03036daab7e54e1ab74e
2010-12-17 16:07:20 -08:00
Vasu Nori
79dcd66f61 bug:3286430 set default size of 100MB for download data dir
Change-Id: I793ae8944eab1841896732f41decd5d0211b3175
2010-12-17 16:02:17 -08:00
Amith Yamasani
cea780781e Merge "Move the margins to the left pane in the preference panel." 2010-12-17 16:01:05 -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
Alex Sakhartchouk
7d179eebca Merge "API reaview cleanup" 2010-12-17 13:17:47 -08:00
Mike Lockwood
fbc4939d2b MediaScanner: Fix handling of .nomedia files in directories
In particular, fix the code that prevents the database triggers from deleting
files when a .nomedia file is added to a directory

Change-Id: Ie913223f3b1bbf9122842a675b96d4baac3b1c6f
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-17 12:27:47 -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
Joe Onorato
fc3948a893 Merge "Fix for the notification panel getting stuck open." 2010-12-17 11:52:34 -08:00
Daniel Sandler
ef6e936017 Fix for the notification panel getting stuck open.
Bug: 3295437
Change-Id: I2205902790818048a637729249f3dfd844c101ea
2010-12-17 14:50:03 -05:00
Eric Laurent
8261a1ca45 Merge "Fix issue 3217707." 2010-12-17 11:48:02 -08:00
Alex Sakhartchouk
e27cdeeecb API reaview cleanup
Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
2010-12-17 11:41:08 -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
Mike Lockwood
28cfb113da Merge "MediaScanner: Add support for scanning empty directories" 2010-12-17 11:22:12 -08:00