Etienne Le Grand
fd53d8352a
Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor
...
Change-Id: I16e5da68f860494e24cca64075be76fad02617bc
2014-04-04 16:31:08 -07:00
Nick Kralevich
4ed27328b5
am dc97144b: Merge "Always call super.onCreate(). Always."
...
* commit 'dc97144b3f83bf6dae90493a6631afc6523dfce2':
Always call super.onCreate(). Always.
2014-04-04 23:25:52 +00:00
Nick Kralevich
dc97144b3f
Merge "Always call super.onCreate(). Always."
2014-04-04 23:18:46 +00:00
Christopher Tate
5eab368c4d
Always call super.onCreate(). Always.
...
Bug 12991134
(cherrypick of commit 9d6376a1d88ab5b3a41ee4400e3aaa4c4ee69e2a)
Change-Id: Ife16ef93408253e3318a06dc0206ab4b88c7f367
2014-04-04 23:06:13 +00:00
Michael Wright
9ecba5269b
Fix size_t format specifier
...
Change-Id: I7d4ce5e0c7bb4d9e0cc19edf68f30f6b2b054bc7
2014-04-04 15:29:53 -07:00
Narayan Kamath
5a7468f598
DO NOT MERGE Fix several bad function definitions.
...
We claim these functions want jlong as input (8 bytes wide)
but the definitions use pointer types or jints
(4 bytes wide for 32 bit).
bug: 12890271
(cherry picked from 047b938f7188c21c07669108c5c68b2358f6b158)
Change-Id: I6ce506131780d7cdeb05df9a7b8322f5494eeab2
2014-04-04 15:01:06 -07:00
Katie McCormick
6652b98339
am de4fedef: am 8e63696a: am f7bffe77: am fc8ea92d: Merge "Doc Update: notification bug fix." into klp-docs
...
* commit 'de4fedefbf4772e15bb9aa95458fd2f314cdb502':
Doc Update: notification bug fix.
2014-04-04 21:41:49 +00:00
Katie McCormick
de4fedefbf
am 8e63696a: am f7bffe77: am fc8ea92d: Merge "Doc Update: notification bug fix." into klp-docs
...
* commit '8e63696a73dfebae9b2ec123611db6b21968dbfd':
Doc Update: notification bug fix.
2014-04-04 21:35:50 +00:00
Katie McCormick
8e63696a73
am f7bffe77: am fc8ea92d: Merge "Doc Update: notification bug fix." into klp-docs
...
* commit 'f7bffe7707f31da920a8ff08d013934562e9a43d':
Doc Update: notification bug fix.
2014-04-04 21:31:28 +00:00
Katie McCormick
f7bffe7707
am fc8ea92d: Merge "Doc Update: notification bug fix." into klp-docs
...
* commit 'fc8ea92df15689d51079212d7d012756ce9298d2':
Doc Update: notification bug fix.
2014-04-04 21:17:29 +00:00
Katie McCormick
fc8ea92df1
Merge "Doc Update: notification bug fix." into klp-docs
2014-04-04 21:12:16 +00:00
Katie McCormick
507c9fd016
Doc Update: notification bug fix.
...
Fixes:
b/13429906
Change-Id: I5c5c12cb244351f71d043c4fb4495828b02ca362
2014-04-04 14:07:35 -07:00
Deepanshu Gupta
bfec73c2db
Fix theme/style resolution in Layoutlib
...
Change-Id: Icfb91e566666408802dadc0e2070991151b16b9d
2014-04-04 13:44:22 -07:00
Leon Scroggins
7716b7d8ef
Merge "Update to call new Skia APIs."
2014-04-04 20:31:00 +00:00
Ruchi Kandoi
f20a5eb279
PowerManager: add powerHint method
...
Add powerHint method to IPowerManager for passing power hints from other
processes.
Change-Id: Ic596ace2ed1796a6da4cddb2163dcc4536115e55
2014-04-04 20:24:16 +00:00
John Spurlock
0a0454fdcc
am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev
...
* commit '642421aa7f284817cc1a972a7f9c7a64696a0116':
Introduce new UI_MODE_TYPE_WATCH and qualifier.
2014-04-04 19:34:11 +00:00
Adam Powell
dd79334f7e
Merge "Fix ActionBar attribute parsing"
2014-04-04 19:28:46 +00:00
John Spurlock
642421aa7f
am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev
...
* commit '5c31e487c4577e1c47ee7c949325d6a13f0d462e':
Introduce new UI_MODE_TYPE_WATCH and qualifier.
2014-04-04 19:28:09 +00:00
John Spurlock
5c31e487c4
Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev
2014-04-04 19:24:09 +00:00
Adam Powell
b226bea108
Fix ActionBar attribute parsing
...
Lost in some prior refactoring. Also fixes doc builds for the removed
styleable.
Change-Id: Ice27a978cd5c22c6ad1fc0b45557c6cac77b5985
2014-04-04 12:23:42 -07:00
John Spurlock
6c191299a7
Introduce new UI_MODE_TYPE_WATCH and qualifier.
...
Default ui mode to watch if we have FEATURE_WATCH.
Bug:13395758
Change-Id: Ie5ff95de60e69e91ad3612c7d2f1fca7f49061bd
2014-04-04 15:21:53 -04:00
Leon Scroggins
cc11f15f76
Update to call new Skia APIs.
...
I816129d49c0118453222916f3c818eccac33663d merges a new version of
Skia that updates various APIs. Call the new ones.
SkBitmap::copyTo now takes an SkColorType instead of an
SkBitmap::Config, so do the conversion with
SkBitmapConfigToColorType or use the enum when it makes sense.
Call SkImageDecoder::decodeSubset instead of (deprecated)
SkImageDecoder::decodeRegion.
Override SkCanvas::ClipVisitor::clipRRect in ClipCopier.
In Canvas::clip calls, call SkCanvas::isClipEmpty(), which was
previously called inside the clip call, to determine the return value.
For various SkPaint effects, call the new factories (as the constructors
have been made protected).
Implement SkJavaOutputStream::bytesWritten(), overriding a new pure
virtual function on SkWStream.
Update Matrix calls to always return true (since SkMatrix calls no
longer return a value).
Depends on I816129d49c0118453222916f3c818eccac33663d (skia).
Change-Id: I5cdcea827ebff587df0bbddc0965e3e0fbf48002
2014-04-04 14:42:39 -04:00
Alan Viverette
43c290f05c
Tint more icons, fix dialog styles and headers
...
BUG: 13795227
Change-Id: I4cf217748196512a5245468684246299205319f2
2014-04-04 11:20:06 -07:00
Maxim Siniavine
a1976d58dd
Merge "DownloadManager test will wait until certain progress, is made during download before moving to next stage of the test."
2014-04-04 18:15:26 +00:00
Ricardo Cervera
1e9b3f645e
am 8f81d295: am d10b6543: am 5df82523: am ff3d89c0: Merge "docs: Added permissions note for Context.getFilesDir. Bug: 13716053" into klp-docs
...
* commit '8f81d29558bb0c97187d5ae3a7ee696ec13b264a':
docs: Added permissions note for Context.getFilesDir. Bug: 13716053
2014-04-04 17:55:45 +00:00
John Spurlock
35dec44394
Merge "Resurface inet problems in status bar icons."
2014-04-04 17:54:52 +00:00
John Spurlock
dbce182acc
Resurface inet problems in status bar icons.
...
Change-Id: I1598799a086ddbf33e78250e837cd35090a1812f
2014-04-04 13:52:30 -04:00
Adam Powell
33d0dad1bc
Merge "android.widget.Toolbar"
2014-04-04 17:49:53 +00:00
Ricardo Cervera
8f81d29558
am d10b6543: am 5df82523: am ff3d89c0: Merge "docs: Added permissions note for Context.getFilesDir. Bug: 13716053" into klp-docs
...
* commit 'd10b65431547d66b41e4e282e9261453bb0658ff':
docs: Added permissions note for Context.getFilesDir. Bug: 13716053
2014-04-04 17:48:51 +00:00
Adam Powell
2efec597b7
Merge "Deprecate ActionBar navigation modes"
2014-04-04 17:47:41 +00:00
Ricardo Cervera
d09e5606a5
am 1ac6519b: am c31bd52d: am a821af68: am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
...
* commit '1ac6519b245c008ea6b3b6baba205fb58d75c807':
docs: Fixed action bar example. Bug: 13806963
2014-04-04 17:46:28 +00:00
Ricardo Cervera
d10b654315
am 5df82523: am ff3d89c0: Merge "docs: Added permissions note for Context.getFilesDir. Bug: 13716053" into klp-docs
...
* commit '5df825237afd016c48dd3577d839825e5161d3e7':
docs: Added permissions note for Context.getFilesDir. Bug: 13716053
2014-04-04 17:42:44 +00:00
Ricardo Cervera
1ac6519b24
am c31bd52d: am a821af68: am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
...
* commit 'c31bd52df22dabf52b50e1377878548607d1f07b':
docs: Fixed action bar example. Bug: 13806963
2014-04-04 17:39:39 +00:00
Ricardo Cervera
5df825237a
am ff3d89c0: Merge "docs: Added permissions note for Context.getFilesDir. Bug: 13716053" into klp-docs
...
* commit 'ff3d89c08cd69c506ea07fb30a58f88e188b2dd9':
docs: Added permissions note for Context.getFilesDir. Bug: 13716053
2014-04-04 17:38:59 +00:00
Winson Chung
b7341e222d
Merge "Fixing error in calculating translation animation."
2014-04-04 17:38:01 +00:00
Winson Chung
00350bb3a0
Fixing error in calculating translation animation.
...
Change-Id: Idd029051619f152a59653e8fb445d028f5e8672e
2014-04-04 10:37:18 -07:00
Ricardo Cervera
ff3d89c08c
Merge "docs: Added permissions note for Context.getFilesDir. Bug: 13716053" into klp-docs
2014-04-04 17:32:57 +00:00
Ricardo Cervera
c31bd52df2
am a821af68: am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
...
* commit 'a821af684e2a5f814fc8709518b5f0589c81661e':
docs: Fixed action bar example. Bug: 13806963
2014-04-04 17:32:42 +00:00
Ricardo Cervera
a821af684e
am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
...
* commit '715139a620383c89e061a2b0650e184bf3382a10':
docs: Fixed action bar example. Bug: 13806963
2014-04-04 17:29:00 +00:00
Ricardo Cervera
90a5f9851a
docs: Added permissions note for Context.getFilesDir. Bug: 13716053
...
Change-Id: I02e17c358630ab298bb99731723405cdeae701fc
2014-04-04 10:26:05 -07:00
Ricardo Cervera
715139a620
Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
2014-04-04 17:23:09 +00:00
Winson Chung
e8cfc94ef6
Merge "Fixing crash when filtering tasks too quickly."
2014-04-04 17:22:07 +00:00
Winson Chung
2f2ca08baa
Fixing crash when filtering tasks too quickly.
...
- Using a translation-based animation duration scheme
- Fixing issue where filtering a task could slide it out of view
Change-Id: Id434b4a98aa671d84d047dad18cbe26f543cdf25
2014-04-04 10:18:24 -07:00
Ricardo Cervera
ce16215d7b
am c6d4a464: am 13d49e9f: am e2bdd6ae: am 6ae21ea7: Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
...
* commit 'c6d4a4647074e7d9f4882e54637567103108c0e3':
docs: Updated the link to buy a Nexus phone. Bug: 13671312
2014-04-04 17:14:16 +00:00
Adam Powell
e43340c80d
android.widget.Toolbar
...
Add the new Toolbar widget for use in app layouts.
ActionBar can now be used as a point of control for either a
traditional window decor action bar or for a Toolbar that appears
inline in an Activity's layout.
ToolbarActionBar is currently WIP.
Change-Id: I0da093e5645840f4fd032aa34efa0ae5f1825ff2
2014-04-04 10:08:17 -07:00
Adam Powell
fc35dfd513
Deprecate ActionBar navigation modes
...
Navigation modes were a great shortcut for patterns that are no longer
recommended or that don't integrate as nicely with application
content. Apps have done a great job both inventing new navigation
patterns that work well in their own contexts or following patterns
that can be implemented inline with an app's content. Navigation modes
as a prescriptive construct are no longer needed.
Be free, apps!
Change-Id: I9ae1c2efc830c7dcb6664061bba68b1748928ae3
2014-04-04 10:08:17 -07:00
Ricardo Cervera
c6d4a46470
am 13d49e9f: am e2bdd6ae: am 6ae21ea7: Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
...
* commit '13d49e9f364965169f933bcad6bcaeeb2f29fade':
docs: Updated the link to buy a Nexus phone. Bug: 13671312
2014-04-04 17:07:43 +00:00
Ricardo Cervera
13d49e9f36
am e2bdd6ae: am 6ae21ea7: Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
...
* commit 'e2bdd6ae33640430fc4a0d58c263d5af94fdee77':
docs: Updated the link to buy a Nexus phone. Bug: 13671312
2014-04-04 17:01:35 +00:00
Ricardo Cervera
e2bdd6ae33
am 6ae21ea7: Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
...
* commit '6ae21ea7fb37c76429a48a41987c9c0e2c067c31':
docs: Updated the link to buy a Nexus phone. Bug: 13671312
2014-04-04 16:55:02 +00:00
Ricardo Cervera
6ae21ea7fb
Merge "docs: Updated the link to buy a Nexus phone. Bug: 13671312" into klp-docs
2014-04-04 16:51:20 +00:00