| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Change-Id: Ie9b996b4d23184034811ef5667403ff4e47ae2d9
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'b7d0cfa0d8d10ec613bcd6f5072729571d3a9588':
Add Path.isConvex, and force View outlines to be convex
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Idf3f1ee44240d77f7a7ddd0da898da8aa5d41864
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
getExtras to Notification.Builder." into klp-modular-dev
* commit '5ab311550f01412c12c1c68fe75ae929c9d1e9d8':
Add addExtras and getExtras to Notification.Builder.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Notification.Builder." into klp-modular-dev
* commit '6daf22ca7680261e07dfd298a43d6e473e6c06f6':
Add addExtras and getExtras to Notification.Builder.
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into klp-modular-dev
* commit 'c748341af5616e183303dbe3267627a7f08aea37':
Add addExtras and getExtras to Notification.Builder.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
addExtras allows merging with exiting set extras instead of replacing
them. This matches the similar function putExtras in Intent.
Both functions are useful for multi-stage notification building logic.
Change-Id: Ice3e4a53ec05b7129ebdac14e2084163946273a4
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When a CallService creates an incoming call, allow it to pass a Bundle
of arbitrary data along with the intent. This data will be returned to
the CallService via setIncomingCallId. This makes it easier for
CallServices to match up incoming calls with their IDs.
Change-Id: I52e7e1d0788ecd01aa427e76de7ccf4d9b75f1f0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add CallState.ABORTED
Change-Id: Id7139069f5e3346548785d351df2962457b15299
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '4b131046aa5685112b8f198a989daef13279cadb':
Revert "Revert "Fix the build.""
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
WE MUST GO DEEPER
This reverts commit 9e0c0a6e974c8f006596207cb5ec92c7bfe1fa44.
Change-Id: Ia89f764648e15a60ce488d8a2b4bce97bdb37b20
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '9e0c0a6e974c8f006596207cb5ec92c7bfe1fa44':
Revert "Fix the build."
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 737629a346e953f5506672834e466acbb06caf39.
Change-Id: If3775b57f343094d343991e964faa202748d0236
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '737629a346e953f5506672834e466acbb06caf39':
Fix the build.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: If6c301de541750ef76572879facc2c1f8f2c5855
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '568628dc2cb92b3ec3a87cae9de3203fbdc5968c':
Add swipe-to-dismiss support to PhoneWindow.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Original commit message:
Add swipe-to-dismiss support to PhoneWindow.
This adds a new window feature -- FEATURE_SWIPE_TO_DISMISS -- and a
theme attribute to activate that feature. When the feature is
activated, a SwipeDismissLayout is inflated as the DecorView layout.
SwipeDismissLayout intercepts touch events and steals ones that are
large swipes to the right if its children don't. PhoneWindow
registers handlers that listen for these swipe events, translate the
window when necessary, and finish the activity at the end of the
gesture.
Conflicts:
core/java/android/view/Window.java
core/res/res/values/attrs.xml
Change-Id: I943290b436864ca4a1bd401b88d696e08c921cdd
|
| | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
klp-modular-dev
* commit 'bd79652a9afeee1e81f0f51d11e5869091f58af9':
Add swipe-to-dismiss support to PhoneWindow.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds a new window feature -- FEATURE_SWIPE_TO_DISMISS -- and a
theme attribute to activate that feature. When the feature is
activated, a SwipeDismissLayout is inflated as the DecorView layout.
SwipeDismissLayout intercepts touch events and steals ones that are
large swipes to the right if its children don't. PhoneWindow registers
handlers that listen for these swipe events, translate the window when
necessary, and finish the activity at the end of the gesture.
Change-Id: I512e758f3c3ffd3b353dba3b911c0e80a88d6f5f
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit 'add749f664660ea2d5acdfae5d66c5dcf511a76e':
Camera2: make shading.mode key public
|
| | | | |
| | | | |
| | | | | |
Change-Id: I94f506be19940b1881e65a8de9fe8198194932a3
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '5e3e630d337dfedaac43f85a42b580ee45749364':
Injected settings no longer include summaries
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Bug: 13279850
Change-Id: I0fd1e60b2a56c45776963c29bbae6f176fdf1bea
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '77b987f1a1bb6028a871de01065b94c4cfff0b5c':
Hold a wake lock while dispatching network activity events.
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add new API for determining whether the current data network
is active, and thus better scheduling network operations. This
API is designed to not be tied to a mobile network -- regardless
of the network, apps can use it to determine whether they should
initiate activity or wait. On non-mobile networks, it simply always
reports as the network being active.
This changed involved reworking how the idle timers are done so
that we only register an idle timer with the current default
network. This way, we can know whether we currently expect to
get callbacks about the network being active, or should just always
report that it is active. (Ultimately we need to be getting this
radio active data from the radio itself.)
Change-Id: Iaf6cc91a960d7542a70b72f87a7db26d12c4ea8e
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'ef23865154bf5e6c1768023dd69845353cf8c543':
API changes for 64 bit platforms.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
EGLObjectHandle.<init>(int) and int EGLObjectHandle.getHandle()
have now been deprecated and replaced with variants that take
and return java longs.
bug: 13181704
Change-Id: I67bef5fbf064e85205b8a85e00f91f4ffcf60d19
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
and alternate interfaces"
* commit '17c402d6940a0778f138d2b922f4c4c081f9d09d':
Add support for USB devices with multiple configurations and alternate interfaces
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
interfaces
Added UsbConfiguration class, as well as accessors to UsbDevice to get configuration list
Added methods to UsbDeviceConnection to select configurations and alternate interfaces.
Also added accessors for USB descriptor name strings and fixed some memory leaks in the JNI code.
Bug: 12425052
Change-Id: Idb990f4d5c054a8cb997eb3f440f6da9f83bce05
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
redo."
* commit '94b5ca811e5716bddb4a4d86df35c29bb9165e5f':
Change Activity Scene Transitions to be more automatic redo.
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 206e30cd93afe3eb72ec94178324417db5424ed2
along with removing the additional startActivity* methods
and replaces them with ActivityOptions makeSceneTransitionAnimation
methods.
Change-Id: I52bec31ae3c4cea6d549810ae5a7acd8aea176d8
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '813d85b82cb7cbaa5dbe05496d1038caa17a1698':
Fix progress bar tinting, add tint support to ShapeDrawable
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Cleans up APIs a little, since I think we may want to add tinting
modes beyond what Porter-Duff can provide. Plus we don't actually
support some of the Porter-Duff modes in hardware.
Change-Id: I2cea1b737cc93607a24842c54eb9f0d8346b29d4
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
settter, and frequency constant). Bug: 12767819"
* commit '9d1ae3b87cdb77781f21e880c7bcb3ad32f7a906':
Added support for WiFi frequency on WifiInfo (getter, settter, and frequency constant). Bug: 12767819
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
frequency constant). Bug: 12767819"
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
constant).
Bug: 12767819
Change-Id: Ib4a03919d9100861e993c733b7e478dc93dffaae
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
Change-Id: I61a6fc192b0c2099af9bebdf8e9d8bbfaa4243a3
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is to make it easier to distinguish the new apis from the old
ones.
Change-Id: Ic5eaf65e8bd054a844f87b9118c4bb18f30ac8a7
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '206e30cd93afe3eb72ec94178324417db5424ed2':
Revert "Change Activity Scene Transitions to be more automatic."
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit f10587faadb9080a7bf9991cbe04bac5525da482.
Change-Id: I2785a3d2d6b667cad6d61dcbbc1c624161735fa4
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '8fcd324894e22bb6606c9f229d40707f555cb312':
Regen current.txt to fix incorrect id for requiredForProfile
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I9b3cf326070bffd78e3e30519495b062c81b3d52
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '121e25dcf0d4da5c1c97fad2bd27dbd361db4153':
Change Activity Scene Transitions to be more automatic.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Shared element transitions are enabled by default
when the Window has a TransitionManager.
Shared element location and size are captured and
transferred to the target Activity.
ActionBar is treated as a shared element.
Change-Id: I0f22ea4e5cbe80254e848444e3f235cb742684f4
|