236461 Commits

Author SHA1 Message Date
Deepanshu Gupta
618ca261f3 Support getResource*Name() methods for Resources
The following methods are now supported:
getResourceEntryName
getResourcePackageName
getResourceTypeName
getResourceName

Bug: http://b.android.com/181872
Change-Id: If06b5e0687ab6f8cb20ab77f339870dd08a84ce1
2016-03-24 12:02:17 -07:00
Chong Zhang
4bbbeaa68b Merge "Do not adjust bounds for IME until IME is actually displayed" into nyc-dev 2016-03-24 17:17:57 +00:00
Chris Tate
d93a6fa96d Merge "Kill the real/isolated uid group, not the ApplicationInfo uid" into nyc-dev 2016-03-24 17:11:04 +00:00
Winson Chung
5d443a43a5 Merge "Fix transition to the wrong location on screen." into nyc-dev 2016-03-24 16:55:20 +00:00
Selim Cinek
45acc156be Merge "Fixed a bug with the collapsed media template" into nyc-dev 2016-03-24 16:46:46 +00:00
Selim Cinek
3bd54dc6e1 Fixed a bug with the collapsed media template
the buttons could become cut off in case it didn't
have a text.

Change-Id: Ic54a9ffeb02ecff675d60ef0a70593087672e022
Fixes: 27493948
2016-03-24 09:43:51 -07:00
Paul Jensen
a6f2691391 Merge "Make captive portal login app not restart upon device rotation." into nyc-dev 2016-03-24 16:03:12 +00:00
Wale Ogunwale
9c91696217 Merge "Return to correct home stack task in multi-window mode" into nyc-dev 2016-03-24 15:26:47 +00:00
Derek Sollenberger
4ee3b6216d Merge "Enforce API preconditions in Java instead of deferring to Skia." into nyc-dev 2016-03-24 15:05:14 +00:00
George Mount
f189c2ffa2 Merge "Invalidate entire scene root when executing the transition." into nyc-dev 2016-03-24 14:45:22 +00:00
Clara Bayarri
3e5bf786b7 Merge "Keyboard Shortcuts: plumb deviceId through" into nyc-dev 2016-03-24 13:30:48 +00:00
Lenka Trochtova
e014b9ef68 Merge "Let the profile owner set lock-to-apps if the user is affiliated." into nyc-dev 2016-03-24 12:39:44 +00:00
Clara Bayarri
0c4ad623ce Merge "Keyboard Shortcuts: Make Modifiers human-readable" into nyc-dev 2016-03-24 11:50:38 +00:00
Clara Bayarri
bfd996f5cd Merge "Keyboard Shortcuts: Add Keycodes for shortcut representation" into nyc-dev 2016-03-24 11:49:05 +00:00
Clara Bayarri
fcd7e80b21 Keyboard Shortcuts: plumb deviceId through
Bug: 27673736
Change-Id: Ie72807aa8c2bfd142b081a6a915e101c16d31473
2016-03-24 11:47:32 +00:00
Clara Bayarri
b9057df9f5 Keyboard Shortcuts: Make Modifiers human-readable
Bug: 27454791 27419260
Change-Id: Ic98b9e265f16d417b9c401032714b49deb8d9f92
2016-03-24 11:47:31 +00:00
Clara Bayarri
4e850ffaa7 Keyboard Shortcuts: Add Keycodes for shortcut representation
This changes the current API given app feedback received. In order to use
keycodes as well as chars we also must implement a mapping of Keycodes to
Display labels as only keys with a single char representation are provided
by KeyCharacterMap.

Bug: 27409783
Change-Id: I3da653adc4b8cbc66a4d1aa24a5f9181f71e83c3
2016-03-24 11:47:23 +00:00
Lenka Trochtova
a7c85adeda Let the profile owner set lock-to-apps if the user is affiliated.
BUG: 25632687

Change-Id: I76008b6a8e2194155154dc7693d43ce20f7e9fad
2016-03-24 11:15:23 +01:00
Tomasz Mikolajewski
50c8d49d4c Merge "Make the activated root color darker in DocumentsUI for better a11y." into nyc-dev 2016-03-24 09:37:58 +00:00
Janis Danisevskis
b52a874f3c Merge "Document restricted app private file permissions" into nyc-dev 2016-03-24 09:33:45 +00:00
Tomasz Mikolajewski
588d6934d5 Make the activated root color darker in DocumentsUI for better a11y.
Bug: 27724950
Change-Id: Ie1150aae6e6dabe1dc460a99deec4ccfa48ec080
2016-03-24 17:02:46 +09:00
Rob Carr
5c791ab40b Merge "Transform app animator crop to child window space." into nyc-dev 2016-03-24 05:46:25 +00:00
Rob Carr
525748804e Merge "Include animation layer adjustment even while docked." into nyc-dev 2016-03-24 05:46:00 +00:00
Sergei Vasilinetc
ab852f2972 Merge "Add offset() to Path's fast-case mode" into nyc-dev 2016-03-24 05:02:02 +00:00
Erik Kline
3e4c79e474 Merge "Add "track default" type to NetworkRequestInfo" into nyc-dev 2016-03-24 04:20:22 +00:00
Erik Kline
371c7b7dc6 Add "track default" type to NetworkRequestInfo
The "default network tracking" request is somewhere between a listen
and a request, in previous semantics. It is more like a listen in that
it doesn't cause any network to be brought up, but also like a request
in that will only get callbacks about a single network at a time (not
all networks that might match).

This change minimally splits the NetworkRequest types into 3: LISTEN,
REQUEST, and TRACK_DEFAULT.

Change-Id: I2d113b2f6eed526a7808592bce0118260a56f77c
2016-03-24 12:52:54 +09:00
Seigo Nonaka
6ef4a1c9cc Merge "Add cursor positioning tests for emoji." into nyc-dev 2016-03-24 03:45:57 +00:00
Winson Chung
0df18a12bf Merge "Adding workaround for crash." into nyc-dev 2016-03-24 03:25:29 +00:00
Winson
c5b12dd37e Fix transition to the wrong location on screen.
- TaskStackLayoutAlgorithm currently depends on the launch state to 
  calculate the right bounds, which means that the launch state has to
  be set before the call to getThumbnailTransitionActivityOptions().  
  When double-tapping quickly, we would use the old launch state which
  would cause us to calculate the wrong bounds.

Change-Id: I5dd9f38b49652a6ac8bed4b9fd4ffa02dfe90289
2016-03-23 20:25:12 -07:00
Adrian Roos
93c687c4ba Merge "Scroll to remote input view" into nyc-dev 2016-03-24 02:52:32 +00:00
Daichi Hirono
b2ef9ed7c4 Merge "Use mipmap instead of drawable for app icon of DocumentsUI." into nyc-dev 2016-03-24 02:50:18 +00:00
Tyler Gunn
0e3aff1ab5 Merge "IMS: Changes for MultiEndpoint" into nyc-dev 2016-03-24 02:39:08 +00:00
Winson Chung
aebbf29964 Merge changes I84516d07,I1da274bf,Ie478c562,I1eac1dce into nyc-dev
* changes:
  Tweaking scroll-to-launch task animation.
  Completely removing dead code related to history view.
  Completely removing dead code related to search widget.
  Iterating on stack layout
2016-03-24 02:29:32 +00:00
Winson
22574afa00 Adding workaround for crash.
Bug: 27815919
Change-Id: I04d70d16dd8b8281ba1ffbba056d475d834d5b54
2016-03-23 19:27:25 -07:00
Anju Mathapati
65314501f4 IMS: Changes for MultiEndpoint
- Change in api names

Change-Id: I9317c391d0017f5079ab488abe0bd1e949317bce
2016-03-23 19:20:21 -07:00
Tyler Gunn
e5d79e245c Merge "Expand call/connection extras API." into nyc-dev 2016-03-24 02:13:47 +00:00
Winson
f8597b2aef Tweaking scroll-to-launch task animation.
- Always scroll so that the launch task is focused

Change-Id: I84516d0799ad0b308cfa458f4ce79c82acc48f51
2016-03-23 19:02:40 -07:00
Andreas Gampe
a7f2bccca3 Merge "Frameworks/base: Refactor package manager" into nyc-dev 2016-03-24 01:59:24 +00:00
Winson
8f6ee48225 Completely removing dead code related to history view.
- This CL repurposes the history button above the stack to a more
  generic “stack action” button in preparation for a future change.

Bug: 27742174
Change-Id: I1da274bf88c77bdc09d91072683b2ea7ca022432
2016-03-23 18:49:22 -07:00
Winson
008ee15fe8 Completely removing dead code related to search widget.
Bug: 27742174
Change-Id: Ie478c562f6152338417aca5262b7f33ee4ca7ed5
2016-03-23 18:49:22 -07:00
Winson
59924fe0d9 Iterating on stack layout
- Tweaking initial layout to show more of the next task
- Bounding the width of the stack to the smallest display edge length
- Fixing issue where the screen pinning button was not shown when
  entering recents from home, and the task view clip state was not
  restored correctly for tasks in front of the launch task.
- Fixing issue where there was no alpha during the transition to/from
  home
- Refactoring and removing unused dimens, and moved remaining layout
  calculation logic out of RecentsConfiguration.
- Fixing small regression in finding task anchor scroll points. This
  caused tasks to be animated strangely when swiping to dismiss and
  the task had an override task progress.
- Fixing several regressions in drag and drop due to override progresses

Change-Id: I1eac1dcea19e502bc7fe6362011b38977e3f3d6d
2016-03-23 18:48:03 -07:00
Jaesung Chung
e468a67d59 Merge "ExifInterface: fix creating pointer tags which indicate 0 offset" into nyc-dev 2016-03-24 01:43:07 +00:00
Jaewan Kim
98551e43b5 Merge "Refactor SystemServicesProxy to manage ITaskStackListener locally" into nyc-dev 2016-03-24 01:31:42 +00:00
Jaewan Kim
938a50b424 Refactor SystemServicesProxy to manage ITaskStackListener locally
This reduces the IPC calls between system service and SystemUI app.

Bug: 27635150
Change-Id: I6886edbc8e3736416af06c8de204f2a3b470ccd1
2016-03-24 10:22:34 +09:00
Sergei Vasilinetc
5d83f69fcd Merge "Fix NinePatch insets scaling" into nyc-dev 2016-03-24 01:22:08 +00:00
Adrian Roos
5153d4ac95 Scroll to remote input view
Bug: 27668960
Fixes: 27668960
Change-Id: Ie8f7858257922362b289ea4e4e22e689e1405e58
2016-03-24 01:19:43 +00:00
Christopher Tate
8dc8d37c1d Kill the real/isolated uid group, not the ApplicationInfo uid
Bug 19285814

Change-Id: I9921b71e50f1c20ff7b1394cbe4be94873de4f65
2016-03-23 17:58:33 -07:00
Aga Wronska
1334376d1d Merge "Add guard to access drawer toolbar when setting accessibility, because this toolbar does not exist in fixed_layout mode." into nyc-dev 2016-03-24 00:43:21 +00:00
Tomasz Mikolajewski
378f409034 Merge "Fix testModelIdIsUnique test in DocumentsUI." into nyc-dev 2016-03-24 00:40:07 +00:00
Wale Ogunwale
d34e80c0bc Return to correct home stack task in multi-window mode
Previously when determining the next stack to focus to in
multi-window mode, if it is the home stack we just bring it
forward and focus on whatever the home task/activity is.
We should be checking the returnToTask type of the activity/task
that is going away to determine which task in the home stack
we should return to.

Bug: 27776008
Change-Id: I1a864c96b2ef276d2ddeafcb627a2b6a825e2ce7
2016-03-23 17:08:44 -07:00