Ruchi Kandoi
654d75fec9
PowerManager: Fix build
...
fix build breaks by commit 667372e39bfe01bd15f0803d51ef0e9816f18808
Change-Id: I9e6e0f9146f860d27337cef0551c686ba2d60e23
2014-04-04 16:34:56 -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
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
Ricardo Cervera
7f427b45bd
docs: Fixed action bar example. Bug: 13806963
...
Change-Id: I27dd1b80cf13eb3d47f48992db535de5a62bcde9
2014-04-04 09:46:11 -07:00
Ricardo Cervera
2d65aad4fb
am 957428dc: am 8866eb81: am c23ab90c: am 07aac5e3: docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
...
* commit '957428dcc55456077b28f2ff3190ec39844e6eee':
docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
2014-04-04 16:42:49 +00:00
Andres Morales
2517be5b72
Merge "Add calls for NFC WSC token creation"
2014-04-04 16:42:37 +00:00
Ricardo Cervera
957428dcc5
am 8866eb81: am c23ab90c: am 07aac5e3: docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
...
* commit '8866eb8155a40559c4ee0927764aa4c32e9a9cd2':
docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
2014-04-04 16:36:32 +00:00
Ricardo Cervera
8866eb8155
am c23ab90c: am 07aac5e3: docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
...
* commit 'c23ab90c80c76c0f5249190ff26dac1fa5992d3b':
docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
2014-04-04 16:30:02 +00:00
Ricardo Cervera
c23ab90c80
am 07aac5e3: docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
...
* commit '07aac5e346c3fed31254e34d386c6236f1ac3f22':
docs: Moved small section in Build your project with Gradle doc. Bug: 13767801
2014-04-04 16:25:45 +00:00