Romain Guy
beff8d83ef
Fix incorrect dirty rectangle transformation in hardware layers.
...
Bug #3413433
Change-Id: Iba201c7c4b4f11937797f3afcbf20c5a7395be25
2011-02-01 23:53:34 -08:00
Romain Guy
34cdf5bbb7
am debeeef5: am d51eaa64: Merge "Update layers based on the dirty region. Bug #3413433 " into honeycomb
...
* commit 'debeeef50408cf12f1041426e7438be266789a62':
Update layers based on the dirty region. Bug #3413433
2011-02-01 23:10:29 -08:00
Romain Guy
debeeef504
am d51eaa64: Merge "Update layers based on the dirty region. Bug #3413433 " into honeycomb
...
* commit 'd51eaa64e3f2d9684b2dd18ebd67734f4e0e7801':
Update layers based on the dirty region. Bug #3413433
2011-02-01 23:07:54 -08:00
Scott Main
6ea0d2c045
docs: udpate action bar dev guide
...
Change-Id: Iba3144d489d1468d946cedec4d1d7a3c365be482
2011-02-01 23:07:52 -08:00
Romain Guy
d51eaa64e3
Merge "Update layers based on the dirty region. Bug #3413433 " into honeycomb
2011-02-01 23:05:35 -08:00
Romain Guy
3a3133d876
Update layers based on the dirty region.
...
Bug #3413433
This helps Launcher when a widget updates during a scroll, or when interacting
with widgets on the workspace if layers are still turned on.
Change-Id: Ic7a42eb34f74f4ae988039754f815e2efd1d1e4f
2011-02-01 23:01:43 -08:00
Brian Carlstrom
929a1c2192
Removing android.security.MessageDigest
...
Bug: 3392028
Change-Id: I6b9732da17d086ba00c846c3ad1c7fb39baf9502
2011-02-01 22:25:47 -08:00
Romain Guy
4e96efe2ed
am a42ee699: am 518813ec: Merge "New API to let apps draw without layers. Bug #3413433 " into honeycomb
...
* commit 'a42ee6994b59c02a745cb5d0f8ec257d01424753':
New API to let apps draw without layers. Bug #3413433
2011-02-01 22:06:55 -08:00
Romain Guy
a42ee6994b
am 518813ec: Merge "New API to let apps draw without layers. Bug #3413433 " into honeycomb
...
* commit '518813ec13153c7b02fb417720f353330e5d946e':
New API to let apps draw without layers. Bug #3413433
2011-02-01 22:04:31 -08:00
Romain Guy
518813ec13
Merge "New API to let apps draw without layers. Bug #3413433 " into honeycomb
2011-02-01 22:02:00 -08:00
Wink Saville
12bf1133bd
am ff34565f: am 1bf518d8: Merge "Add TelephonyManager.getCurrentPhoneType" into honeycomb
...
* commit 'ff34565fcb366d4bd0066bd7fe6f588e42a9a9cc':
Add TelephonyManager.getCurrentPhoneType
2011-02-01 21:06:38 -08:00
Wink Saville
ff34565fcb
am 1bf518d8: Merge "Add TelephonyManager.getCurrentPhoneType" into honeycomb
...
* commit '1bf518d8b333768e26bacf340f88f7d4ba8b9a91':
Add TelephonyManager.getCurrentPhoneType
2011-02-01 21:03:58 -08:00
Wink Saville
1bf518d8b3
Merge "Add TelephonyManager.getCurrentPhoneType" into honeycomb
2011-02-01 21:02:10 -08:00
Michael Jurka
c3e59272a4
am 3b723ace: am 46ab5e13: Merge "add missing call to superclass method" into honeycomb
...
* commit '3b723ace405305e61ab25f96cb8ee1a321edcf9b':
add missing call to superclass method
2011-02-01 20:57:13 -08:00
Michael Jurka
3b723ace40
am 46ab5e13: Merge "add missing call to superclass method" into honeycomb
...
* commit '46ab5e13f27324d634ff27b7fd75c5d432b915bf':
add missing call to superclass method
2011-02-01 20:55:15 -08:00
Michael Jurka
46ab5e13f2
Merge "add missing call to superclass method" into honeycomb
2011-02-01 20:53:13 -08:00
Michael Jurka
b8f939fb57
add missing call to superclass method
2011-02-01 20:50:30 -08:00
Dharmaray Kundargi
13c0552643
am e9c5ade3: am c08f85a6: Fix issue 3414805 Crash during Overlay editing. JNI fixes.
...
* commit 'e9c5ade37168e43203c060635c66dbd4de2ae458':
Fix issue 3414805 Crash during Overlay editing. JNI fixes.
2011-02-01 20:44:33 -08:00
Dharmaray Kundargi
e9c5ade371
am c08f85a6: Fix issue 3414805 Crash during Overlay editing. JNI fixes.
...
* commit 'c08f85a6484ee5da7062a5eac0f19912bd7e2513':
Fix issue 3414805 Crash during Overlay editing. JNI fixes.
2011-02-01 20:42:32 -08:00
Carl Shapiro
85f974e7be
Fix the naming of the heap growth limit property.
...
This change ensures that the heap growth limit is property registered
with the virtual machine. Otherwise, applications will default to the
maximum heap size.
Bug: 3414804
Change-Id: Id820bf718993a45088f7652910deca9cd87fd488
2011-02-01 20:21:48 -08:00
Dharmaray Kundargi
c08f85a648
Fix issue 3414805 Crash during Overlay editing. JNI fixes.
...
Change-Id: I5e966c6987920318d3ce03f78552d0028ef55a26
2011-02-01 20:19:16 -08:00
Scott Main
0686591b8c
docs: Rewrite of App Fundamentals.. Part 3
...
This introduces two new docs:
Application Fundamentals:
This is the homepage for the app fundamentals; it introduces
the security sandbox, each of the component types, intents,
the manifest file, and app resources.
Processes and Threads:
Most of this document is from the original fundamentals.jd doc;
it describes more about how an app's process runs on android
and the different levels of process importance used to determine
which processes the system can kill and how threads are and
should be used in an application. I've added more detailed information
about threads, however, including information about using AsyncTask.
These documents are orphaned for now. This is the last set of documents
required before I'll change the side navigation to adopt the new
app fundamentals and redirect the old fundamentals.jd file.
Change-Id: Ie0c6540a3a6d86780718e2918b8dffcda37d925c
2011-02-01 20:07:53 -08:00
Wink Saville
9d72be3318
Add TelephonyManager.getCurrentPhoneType
...
The new method getCurrentPhoneType has the old behavior of getPhoneType
and does not check for voice capable. This allows code to assume
the old behavior.
bug: 3198435
Change-Id: I0542838ceca2f757cceb6cd7f795e95fe886523e
2011-02-01 19:22:15 -08:00
Ben Murdoch
c5f520aa09
am 6a48ba74: am 3b8657de: Merge "Move setExpandedTileBounds from WC to UI thread" into honeycomb
...
* commit '6a48ba740e8d93c945ce7d829a25de2b004d0452':
Move setExpandedTileBounds from WC to UI thread
2011-02-01 18:42:12 -08:00
Ben Murdoch
6a48ba740e
am 3b8657de: Merge "Move setExpandedTileBounds from WC to UI thread" into honeycomb
...
* commit '3b8657debcbcf1bb4e66ac797d7ea15d737ecb42':
Move setExpandedTileBounds from WC to UI thread
2011-02-01 18:39:51 -08:00
Ben Murdoch
3b8657debc
Merge "Move setExpandedTileBounds from WC to UI thread" into honeycomb
2011-02-01 18:37:43 -08:00
Ben Murdoch
fa148f6889
Move setExpandedTileBounds from WC to UI thread
...
Bug: 3412928
Change-Id: I2d5c8cc1ba188152dd570ef3a0f2f2f14d64465f
2011-02-02 02:27:40 +00:00
Brian Muramatsu
e776768b26
am 0872e36c: am 1d696fa4: Merge "Fix Incorrect Times in TimePickerDialog" into honeycomb
...
* commit '0872e36ccb0926fe1fb04a0bc6593f9c167dacbc':
Fix Incorrect Times in TimePickerDialog
2011-02-01 18:13:24 -08:00
Brian Muramatsu
0872e36ccb
am 1d696fa4: Merge "Fix Incorrect Times in TimePickerDialog" into honeycomb
...
* commit '1d696fa45881ff234c9b76eef8ee5aab444ba918':
Fix Incorrect Times in TimePickerDialog
2011-02-01 18:10:59 -08:00
Brian Muramatsu
1d696fa458
Merge "Fix Incorrect Times in TimePickerDialog" into honeycomb
2011-02-01 18:09:36 -08:00
Brian Muramatsu
87879e8ef9
Fix Incorrect Times in TimePickerDialog
...
Bug 3414311
TimePicker#setCurrentHour subtracts 12 from the given hour if
is24HourView returns false. TimePickerDialog calls setCurrentHour before
setIs24HourView, so the 12 will always be substracted from the time.
Reorder the statements so that TimePickerDialog sets is24HourView,
before setting the hour and time.
Change-Id: Ib997397b04dbdd767e67806aea7614426019e938
2011-02-01 17:56:29 -08:00
Romain Guy
849d0a37cf
New API to let apps draw without layers.
...
Bug #3413433
Launcher now enables layers all the time, but in some cases (for instance, when the
workspace is not scrolling,) it is more efficient to draw without the layer.
Change-Id: I625fb5b48506acda9ae75356fdbbe812c85f2aab
2011-02-01 17:56:09 -08:00
Nick Pelly
826da2299a
Reconcile api/11.xml with honeycomb-plus-aosp to fix build.
...
Change-Id: I107094cf0d2972a45e6ef9d7555096cbcd4ebe01
2011-02-01 17:32:46 -08:00
Jaikumar Ganesh
17689de1cf
am 25bbfda2: am 485d577a: Merge "Fix BluetoothAdapter Connection change intent doc." into honeycomb
...
* commit '25bbfda2442e6d8f55bdc8e2dd0eca18b0ba594b':
Fix BluetoothAdapter Connection change intent doc.
2011-02-01 17:12:23 -08:00
Jaikumar Ganesh
25bbfda244
am 485d577a: Merge "Fix BluetoothAdapter Connection change intent doc." into honeycomb
...
* commit '485d577af1b410769e1a364d8e2bf7837fb313b0':
Fix BluetoothAdapter Connection change intent doc.
2011-02-01 17:08:46 -08:00
Jaikumar Ganesh
485d577af1
Merge "Fix BluetoothAdapter Connection change intent doc." into honeycomb
2011-02-01 17:06:56 -08:00
Dianne Hackborn
8f43c1a5b9
am d48ba867: am e77f9914: Merge "Whoops, need to put this check back." into honeycomb
...
* commit 'd48ba867d69159542cf967d5fcaba41c5474f134':
Whoops, need to put this check back.
2011-02-01 16:54:50 -08:00
Jaikumar Ganesh
0b5b35f8a1
Fix BluetoothAdapter Connection change intent doc.
...
Bug: 3414206
Change-Id: Icf87e28e11b0b5072fe546225bbfb1dc68487ef0
2011-02-01 16:53:14 -08:00
Dianne Hackborn
d48ba867d6
am e77f9914: Merge "Whoops, need to put this check back." into honeycomb
...
* commit 'e77f99144f015d9044909a4c128fa916465b0671':
Whoops, need to put this check back.
2011-02-01 16:53:09 -08:00
Dianne Hackborn
e77f99144f
Merge "Whoops, need to put this check back." into honeycomb
2011-02-01 16:50:44 -08:00
Dianne Hackborn
a48a37f025
Whoops, need to put this check back.
...
We still don't want third party wallpapers to be able to do this,
since it can't work with all window animations.
Change-Id: I97c8ef78c36bd89bf47a7c4533ed1c244dcff4a6
2011-02-01 16:30:38 -08:00
Dianne Hackborn
06a4b53d8d
am 2a70a1e3: am bd77ed7f: Merge "Make image wallpaper use a big surface." into honeycomb
...
* commit '2a70a1e349cb982ae68196195d4745474d8f2568':
Make image wallpaper use a big surface.
2011-02-01 16:28:39 -08:00
Dianne Hackborn
2a70a1e349
am bd77ed7f: Merge "Make image wallpaper use a big surface." into honeycomb
...
* commit 'bd77ed7fff87b79008e3b071115674dff2721994':
Make image wallpaper use a big surface.
2011-02-01 16:26:12 -08:00
Dianne Hackborn
bd77ed7fff
Merge "Make image wallpaper use a big surface." into honeycomb
2011-02-01 16:23:47 -08:00
Dianne Hackborn
f185552f63
Make image wallpaper use a big surface.
...
Change-Id: I119f2bfee5fde08040520bd0da8574194a893ab5
2011-02-01 16:20:20 -08:00
Jaikumar Ganesh
0cd527800e
Merge "Remove discoverable timeout handler."
2011-02-01 15:39:40 -08:00
Wink Saville
1a24a9c1d4
am 566cd74f: am 4b77bbd2: Merge "Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices." into honeycomb
...
* commit '566cd74f5686b480d2e3d49c4505c45df7712587':
Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices.
2011-02-01 15:30:29 -08:00
Wink Saville
566cd74f56
am 4b77bbd2: Merge "Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices." into honeycomb
...
* commit '4b77bbd2ffc9d3a5c9dc5a03d98c7f94436173f7':
Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices.
2011-02-01 15:28:10 -08:00
Eric Laurent
3d4069a2e0
Allow TTY mode for GSM Phones
...
TTY mode should not be restricted to CDMA phones as some GSM carriers
support it.
TTY support is enabled by overlaying the tty_enabled boolean property
in packages/apps/Phones/res/values/config.xml
Also corrected wrong comments on TTY methods.
Change-Id: I48dbc2be51c3dcdaedc1838b85134edc7012be3c
2011-02-01 15:25:41 -08:00
Wink Saville
4b77bbd2ff
Merge "Have getPhoneType return PHONE_TYPE_NONE for non-voice capable devices." into honeycomb
2011-02-01 15:24:31 -08:00