38635 Commits

Author SHA1 Message Date
Dianne Hackborn
7eab094722 Fix flicker issue in IME.
When IME is being moved as part of a window going away, it could flicker
as it immediately moves behind the window.  Fix this.

Also make the default soft input mode for PopupWindow to be to not change
the IME visibility, since it is a rare pop-up window that should cause your
IME to close.

Change-Id: I0b43e080ad012739e9a3e5842794c778c859ac1a
2011-01-01 13:32:30 -08:00
Lorenzo Colitti
f6254ba7f0 Fix setupDataCall breakage.
Change I1a1adc61 added a new parameter to setupDataCall,
but updated the callers incorrectly (specifying the
arguments in the wrong order). Fix the order.

Change-Id: I0e762de29ac05d387371a7cfe33a33ad16219221
2010-12-31 00:55:05 -08:00
Mike Lockwood
0cd0136d44 Move MTP Java classes to android.mtp.* package.
Change-Id: Ib18bcaabf314241a95e517d0b93be5845d988e2c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-30 11:54:33 -05:00
Svetoslav Ganov
25f84f323c 3316147 TimePicker and DatePicker is editable even after the first setEnabled(false).
Change-Id: If800b048973200d249b1f5c62af064392ed98d91
2010-12-29 22:39:54 -08:00
Svetoslav Ganov
03c5dd91a0 Merge "3304011 At times Talkback still works after disabling it." 2010-12-29 19:22:07 -08:00
Robert Ly
5509ff4633 Merge "Doc change: Updating toc with final restructuring changes" 2010-12-29 18:29:25 -08:00
Robert Ly
2b1c726b38 Doc change: Updating toc with final restructuring changes
Change-Id: I126c33c3e7dac5d83607aea41f18402e39d3a3f4
2010-12-29 17:38:29 -08:00
Robert Ly
a92c19a1b0 Merge "Doc change: Updating title" 2010-12-29 17:32:52 -08:00
Robert Ly
90175426b3 Merge "Doc change: Updating title to "connecting hardware devices"" 2010-12-29 17:32:27 -08:00
Robert Ly
7c860aedab Merge "Doc change: updating title" 2010-12-29 17:32:16 -08:00
Robert Ly
97dea14cdc Merge "Doc change: Updating titles" 2010-12-29 17:32:06 -08:00
Lorenzo Colitti
49b06be874 Merge "Get rid of setupDataCallWithProtocol." 2010-12-29 17:23:33 -08:00
Lorenzo Colitti
4eb4045072 Get rid of setupDataCallWithProtocol.
setupDataCallWithProtocol was introduced to introduce a
protocol parameter to setupDataCall without having to
modify its callers. This is not very useful, as there are
only two callers. Get rid of it and make setupDataCall take
the protocol parameter itself.

For now, hardcode IPv4 connectivity. When we add the
protocol field to ApnSettings, it will be fetched from
there.

Change-Id: I1a1adc616ffd9ac68be6911f054790da48e472d6
2010-12-29 17:02:54 -08:00
Dianne Hackborn
dee9981c2a Merge "Don't let services in persistent processes be lost after crashing." 2010-12-29 16:50:24 -08:00
Dianne Hackborn
070783f6ea Don't let services in persistent processes be lost after crashing.
Special cases persistent processes to not allow their services to be
force stopped if the processes is crashing multiple times.  Avoid the
annoying issue with the system bar going away if it is sometimes crashing.

Change-Id: Icf421f45e389827d612d70638030da755a8d3344
2010-12-29 16:46:28 -08:00
Robert Greenwalt
eeac27be1d Merge "Cache the current value of background-data." 2010-12-29 16:29:37 -08:00
Jason Sams
69011ff5e1 Merge "Move adapter2D to a derived class from Allocation." 2010-12-29 16:27:00 -08:00
Robert Ly
cd167fcf6c Doc change: updating title
Change-Id: I8f299e6d6abaa3476205f7cb4d49bdac3f79387d
2010-12-29 16:26:05 -08:00
Robert Ly
fa1dbfcdef Doc change: Updating title
Change-Id: Ib86992881a51f0ffc7ea8d409aa0054278b3e763
2010-12-29 16:25:23 -08:00
Robert Ly
d7c0727090 Doc change: Updating titles
Change-Id: I4c7dcb3f71180e3c94cf788c1826d62888895a90
2010-12-29 16:19:15 -08:00
Robert Ly
fd5a0e3caa Doc change: Updating title to "connecting hardware devices"
Change-Id: I6d317ef4ff0a980c04da4ee860fb40f6f554dd7a
2010-12-29 16:16:46 -08:00
Robert Greenwalt
d825ea4ff0 Cache the current value of background-data.
The writing of the persistent setting is async, but we should
still remember it so if somebody asks before the write completes
we give the right answer.  Makes the read faster too.

bug:3312848
Change-Id: I864cb5f8d496d5bf9cbf0af9a71ca84da078f7c6
2010-12-29 16:15:02 -08:00
Robert Ly
753467e6c7 Merge "Doc change: toc changes for restructuring of dev guide" 2010-12-29 15:00:18 -08:00
Robert Ly
bdb1c5e691 Merge "Doc change: Debugging section of dev guide restructuring" 2010-12-29 14:59:48 -08:00
Robert Ly
1dc1f53cd7 Merge "Doc change: Tools section of the dev guide restructuring" 2010-12-29 14:59:42 -08:00
Robert Ly
91f901d906 Merge "Doc change: restructuring changes for building and running section of dev guide" 2010-12-29 14:59:35 -08:00
Robert Ly
31de0f0be0 Merge "Doc change: adding Projects section of dev guide" 2010-12-29 14:59:30 -08:00
Robert Ly
12eb0e8485 Merge "Doc change: restructuring of developing topics. Includes Overview, Creating and Managing AVDs, and Connecting HW Devices" 2010-12-29 14:59:19 -08:00
Jason Sams
49a05d7b82 Move adapter2D to a derived class from Allocation.
Change-Id: I7e9d8b0028ba95956476f253da38dbe64564d0da
2010-12-29 14:31:29 -08:00
Amith Yamasani
303f38c4d3 Merge "Use proper divider asset and margins." 2010-12-29 14:28:39 -08:00
Amith Yamasani
d1d7e97a9c Use proper divider asset and margins.
Bug: 3191953
2010-12-29 14:16:55 -08:00
Ying Wang
8cb9975f35 Fix build.
Due to a bug (fixed by 	59163bf2f15e28712be6598144ae0fdb94dac52b),
libstagefright_yuv.so was actually not prelinked.

Change-Id: Idbc9b968708d0fc31a087d2e4f24398072d915e2
2010-12-29 13:34:20 -08:00
Jeff Brown
8235404786 Merge "Add initial support for cursor-based pointing devices." 2010-12-29 13:22:08 -08:00
Jeff Brown
83c09685f2 Add initial support for cursor-based pointing devices.
Some parts stubbed out but you can plug in a mouse and move
a green cursor around to interact with the UI.

Change-Id: I80d597a7f11d3bd92041890f74b3c77326975e6e
2010-12-29 13:19:53 -08:00
Robert Ly
ce4d229afc Doc change: Debugging section of dev guide restructuring
Change-Id: I1dc371d181800cb1b68bfa0f7a229f6447992052
2010-12-29 12:43:23 -08:00
Cary Clark
688432f640 Merge "defer accelerator keys to hosting application" 2010-12-29 12:01:09 -08:00
Alex Sakhartchouk
24b5fa48f5 Merge "Fixing a bug in the load function." 2010-12-29 09:22:19 -08:00
Alex Sakhartchouk
b3b89f63af Fixing a bug in the load function.
Change-Id: Ie5e72836dec7f77d42c8cb9afb8c3d5591ff35a7
2010-12-29 08:43:49 -08:00
Mike Lockwood
d07c9d5d92 UsbManager: Add methods to convert between USB device names and IDs
Change-Id: I199a47805b629cc7b1714191d6af2fd70c2bda6d
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-29 09:44:54 -05:00
Mike Lockwood
d8b5b083c1 Merge "Change libusbhost and libmtp from static to shared libraries" 2010-12-29 06:13:24 -08:00
Mike Lockwood
da03aaad78 Change libusbhost and libmtp from static to shared libraries
Change-Id: Iccc67db32400cdeb88aa33261c9e0cf73db992ca
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-29 09:12:15 -05:00
Hung-ying Tyan
f268a527a2 Add config flag for enabling SIP/phone integration.
Bug: 3304625
Change-Id: If08755a1859978024569f71aee3614178a801122
2010-12-29 17:53:36 +08:00
Robert Ly
6ffacae353 Doc change: Tools section of the dev guide restructuring
Change-Id: I747dfc71e25f76b42476cd7de3c7087aa4e90850
2010-12-28 18:27:09 -08:00
Jean-Baptiste Queru
4887804ea6 am a6ac0ec3: am 69ebb984: Merge "according to rfc2617, nc-value = 8LHEX"
* commit 'a6ac0ec30dfdacb7baba126b5cea69fc7097496e':
  according to rfc2617, nc-value = 8LHEX
2010-12-28 15:53:41 -08:00
Svetoslav Ganov
f2245aa5d7 3304011 At times Talkback still works after disabling it.
Change-Id: If99ef28c6285a2d290d46518a07d69d5e22cca5b
2010-12-28 15:50:32 -08:00
Jean-Baptiste Queru
a6ac0ec30d am 69ebb984: Merge "according to rfc2617, nc-value = 8LHEX"
* commit '69ebb984f230a523dc316bdb2c9e9c28111364fd':
  according to rfc2617, nc-value = 8LHEX
2010-12-28 15:47:42 -08:00
Jean-Baptiste Queru
69ebb984f2 Merge "according to rfc2617, nc-value = 8LHEX" 2010-12-28 15:33:10 -08:00
Svetoslav Ganov
e51f94cfe9 Updating the ColandarView javadoc to reflect public attributes
Change-Id: I6cea3af0c310ef8478e7ff9de23e5c40a7063c02
2010-12-28 15:21:43 -08:00
Alon Albert
8e3e516591 am 2967aa3e: (-s ours) am 672ebb61: Merge "Improved ignore-backoff handling Allow a non-epidited ignore-backoff op to pass through an expidited backed off op." into gingerbread
* commit '2967aa3e6060f582f166cdb334a0fb9ff0cb4759':
  Improved ignore-backoff handling Allow a non-epidited ignore-backoff op to pass through an expidited backed off op.
2010-12-28 15:09:09 -08:00
Svetoslav Ganov
3d99f5b6ef Merge "3313982 DatePicker/TimePicker allow users to scroll date/time even when disabled." 2010-12-28 15:06:34 -08:00