summaryrefslogtreecommitdiff
path: root/core/java/android/app/VrManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Fix VR-related system APIsPat Plunkett2019-04-151-4/+5
* Unimplement VrManager#setVrInputMethod()Yohei Yukawa2019-01-221-10/+3
* Merge "API: Clean up redundant and ineffective usages of SystemApi and TestAp...Adrian Roos2018-12-131-2/+0
|\
| * API: Clean up redundant and ineffective usages of SystemApi and TestApi (2/2)Adrian Roos2018-12-121-2/+0
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+6
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
* | Add @SystemApi to related VR functions that will be used by VrCorerongliu2018-05-021-17/+28
|/
* Add support for VR InputMethod.Tarandeep Singh2017-12-081-0/+19
* On standalones, stay in vr mode until standbySteven Thomas2017-11-011-0/+16
* Bind VR compositor service from VrManagerService.Ruben Brunk2017-10-031-0/+17
* Fix missing RequiredPermission annotation.Santos Cordon2017-09-181-4/+16
* Allow VR State Listeners with RESTRICTED_VR_ACCESS permission.Santos Cordon2017-08-241-2/+111
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-7/+6
* Remove controller connection APIDaniel Nicoara2017-05-041-30/+0
* Rename CompatibilityDisplay to Vr2dDisplayKarthik Ravi Shankar2017-05-031-6/+6
* Make VR mode virtual display properties customizableKarthik Ravi Shankar2017-04-171-0/+20
* Manage controller connection from VrCore to VrWindowManager.Kevin Schoedel2017-03-241-0/+30
* Introduces VrManager as a system service.Zak Cohen2017-02-051-0/+44