Commit graph

985 commits

Author SHA1 Message Date
Simon Zeni 570c956341 c/main: introduce XRT_COMPOSITOR_WAYLAND_CONNECTOR env var to request connector
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2295>
2024-07-31 18:53:01 +00:00
Patrick Nicolas dfc602288a doc: Document !2285
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2285>
2024-07-30 19:39:33 +00:00
Torge Matthies 8e407e9683 t/libmonado: add function for getting a device's battery status information
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2292>
2024-07-30 18:07:54 +00:00
Torge Matthies f5b9ed31c5 ipc: add battery status query
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2292>
2024-07-30 18:07:54 +00:00
Torge Matthies 81d9d1ee91 d/steamvr_lh: implement battery status query
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2292>
2024-07-30 18:07:54 +00:00
Torge Matthies 0f57657ba0 d/survive: implement battery status query
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2292>
2024-07-30 18:07:54 +00:00
Torge Matthies 59d9d832d6 xrt: add device battery status query
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2292>
2024-07-30 18:07:54 +00:00
tao.pei a0dbda4977 doc: Document !2153
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2153>
2024-07-26 12:38:01 -05:00
galister d86ca89da5 doc: Document !2280
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2288>
2024-07-19 22:43:38 +09:00
galister c6d341a935 doc: Document !2284
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2284>
2024-07-18 21:09:34 +00:00
galister b20d80147d doc: Document !2286
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2286>
2024-07-18 23:34:53 +09:00
Simon Zeni 34d82ea082 xrt: introduce XRT_ERROR_NOT_IMPLEMENTED
Merge XRT_ERROR_DEVICE_FUNCTION_NOT_IMPLEMENTED and XRT_ERROR_COMPOSITOR_FUNCTION_NOT_IMPLEMENTED
into a single generic result value.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2244>
2024-07-15 17:26:03 +00:00
Simon Zeni 557dfa8bf1 cmake: bump required version to 3.22
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2261>
2024-07-04 19:05:03 +00:00
Korcan Hussein 2ca0820a65 doc: Document !2258
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2258>
2024-06-26 11:30:15 +01:00
rcelyte 3139079aaa d/steamvr_lh: Support loading SlimeVR OpenVR driver alongside lighthouse
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2251>
2024-06-17 17:50:39 +00:00
Shijian b6bc7bba1e doc: Document !2130
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2130>
2024-06-12 15:24:43 +00:00
Rylie Pavlik 4a6dcd0077 doc: Update CHANGELOG
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>
2024-06-07 16:50:30 -05:00
Rylie Pavlik d44c49dd1b doc: Cleanup changelog
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>
2024-06-07 16:50:30 -05:00
Rylie Pavlik f971b5ca68 doc: Update release instructions
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2242>
2024-06-07 16:50:29 -05:00
Rylie Pavlik de9b9f79ea gradle: Use our own groovy code to compute a version from git
git worktree is not supported by androidgitversion

This makes it work with git worktrees and submodules, unlike the
plugin we used before. Unlike some other gradle plugins,
this allows us to set our own filter for tags that get included in
the version.

Thanks to Tao Pei for noticing the problem and proposing an initial fix.

Co-authored-by: tao.pei <tao.pei@xjmz.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2204>
2024-06-07 15:22:47 -05:00
Rylie Pavlik 44552a1722 doc/changes: Clean up changelog fragments
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2241>
2024-06-07 14:26:06 +00:00
Christoph Haag 41593ef09d doc: Document !2239
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2239>
2024-06-07 14:13:44 +00:00
Hui Xu cdb9c38ee0 external/jnipp: Check and re-assign JNIEnv
Fixes a crash when resumed from launcher.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2226>
2024-06-06 01:46:01 +00:00
Rylie Pavlik 5b8edfbb30 c/main: Default to compute compositor on Android to work around issue #381
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2235>
2024-06-05 16:10:02 -05:00
Rylie Pavlik fc830bc5b4 a/util: Prepend "monado" to function name on android logcat
For easier searching.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2232>
2024-06-05 19:55:58 +00:00
Simon Zeni d2c4126ba6 doc: fix doxygen extra stylesheet issues
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2230>
2024-06-05 19:43:17 +00:00
Alicja Michalska 69907679fc d/wmr: Add definitions for Acer AH101 HMD
This patch adds VID/PID for Acer AH101 (WMR) headset.

Signed-off-by: Alicja Michalska <ahplka19@gmail.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2222>
2024-06-05 18:57:11 +00:00
Mario Kleiner 335960d1ad doc: Document !2228
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2228>
2024-06-04 19:54:02 +00:00
Christoph Haag b681a01f7f doc: Document !2225 2024-06-01 01:41:21 +02:00
Korcan Hussein 1e047b5b6d gradle,ci: Sign CI APKs for Android release builds
Co-authored-by: Rylie Pavlik <rylie.pavlik@collabora.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2209>
2024-05-30 17:25:23 -05:00
Korcan Hussein 68beca75d4 doc: Document !2210
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2210>
2024-05-30 20:30:25 +00:00
Jan Schmidt 6cd8181b22 Changelog for !2227
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2227>
2024-05-30 19:51:13 +03:00
Christoph Haag 5c70702c9b doc: Document !2194
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194>
2024-05-28 22:09:13 +00:00
Jan Schmidt edb418aa1a d/ohmd: Reject WMR and Rift S drivers 2024-05-27 22:28:26 +00:00
Simon Zeni 1e5cfb399a doc: document !2168 2024-05-24 19:37:50 +00:00
Rylie Pavlik 01d4d45fab doc: Document !2208 2024-05-24 12:40:28 -05:00
Korcan Hussein 378b2aa9f3 doc: Document !2219 2024-05-22 17:46:02 +01:00
Yuxuan Shui fbe5716471 doc: Document !2149 2024-05-22 13:48:25 +00:00
Korcan Hussein b562e3d35d doc: Document !2216 2024-05-22 11:40:36 +01:00
Simon Zeni 3e1ee24dfd doc: document !2170 2024-05-21 22:39:32 +00:00
Meng Jiao 0f713282da doc: Document !2214 2024-05-21 16:07:46 +00:00
Korcan Hussein 129f8ff1b6 doc: Document !2218 2024-05-21 15:43:25 +01:00
Christoph Haag 360eeb535d doc: Document !2215 2024-05-21 14:20:11 +00:00
Qichang Sun 0717e0c128 doc: Document !2217 2024-05-21 17:32:07 +08:00
Christoph Haag 92a18718ae doc: Document !2213 2024-05-20 01:48:18 +02:00
Christoph Haag b2b9fd0658 Document MR !2211 2024-05-20 00:49:37 +02:00
babblebones 23e5072b47 doc: Document !2136 2024-05-17 21:14:19 -04:00
Christoph Haag d75f7a70da doc: Document !2212 2024-05-18 01:44:52 +02:00
Korcan Hussein 7722e1eadd doc: Document !2178 2024-05-16 15:04:51 +01:00
Fernando Velazquez Innella ff2b30b7ee doc: Document !2205 2024-05-15 13:24:22 +00:00
utzcoz a3e17f21f3 doc: Document !2202
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-05-12 03:02:49 +00:00
Rylie Pavlik d72b0195c9 doc: Document !2132 2024-05-07 18:24:54 +00:00
Rylie Pavlik 29235b9729 doc: Clean up language in changelog 2024-05-03 15:40:45 -05:00
Rylie Pavlik 8062defa3c doc: Document !2200 2024-04-19 14:55:24 -05:00
Rylie Pavlik 1a76677800 doc: Document !2195 2024-04-17 22:52:51 +00:00
Rylie Pavlik a983b03ba4 doc: Add information for Linux distribution packagers. 2024-04-17 22:52:51 +00:00
Fernando Velazquez Innella 099e971bae doc: Document !2199 2024-04-17 11:27:58 -04:00
Yu Li 74d38cbb9d doc: Document !2180 2024-04-17 12:49:20 +00:00
Simon Zeni a40de35486 doc: document !2197 2024-04-16 12:34:47 -04:00
zhz 78b9dcd02a doc: Document !2117 2024-04-16 13:44:39 +00:00
Rylie Pavlik cc54210f47 doc: Document !2196
Consolidate other CI-related changelog fragments at the same time
2024-04-15 16:50:45 -05:00
0y8w1x a187a57f92 doc: Document !2118 2024-04-15 00:24:47 +02:00
Rylie Pavlik 2fd89210ea doc: Fix codespell errors. 2024-04-12 14:08:37 +00:00
Christoph Haag 79fef0837b doc: Document !2192 2024-04-12 14:07:19 +00:00
zhislv 8f6e1cca66 doc: Document !2176 2024-04-11 10:30:29 -05:00
Zhongwang Zhang 39fb50bfcf doc: Document !2171 2024-04-08 05:43:25 +00:00
Christoph Haag 5f08427487 doc: Document !2189 2024-04-04 15:27:17 +00:00
Christoph Haag 1059c5fa4f doc: Document !2190 2024-04-04 14:15:47 +00:00
Christoph Haag d8e4acd7b2 doc: Document !2191 2024-04-04 16:08:13 +02:00
Christoph Haag 26aff928e2 doc: Document !2186 2024-03-31 23:08:58 +02:00
Gavin John b81c20c9dc
doc: Document !2184 2024-03-28 10:39:28 -05:00
Gavin John f62bc56d00 doc: Document !2152 2024-03-27 13:29:04 +00:00
korejan 8831724697 doc: Document !2183 2024-03-26 22:17:33 +00:00
Commenter 45fd181fdb
doc: Document !2182 2024-03-25 09:28:41 -05:00
korejan e91102d278 doc: Document !2169 2024-03-24 12:44:43 +00:00
Fernando Velazquez Innella a896d79853 doc: Document !2179 2024-03-19 18:04:26 -04:00
Fernando Velazquez Innella 2ff185a878 doc: Document !2177 2024-03-18 14:27:02 -04:00
Christoph Haag e352cffbe1 doc: document !2175 2024-03-18 00:00:32 +01:00
Tsyshnatiy 06ff114a7d doc: document !2150 2024-03-15 16:42:58 +00:00
Meng Jiao 680af2d57c doc: Document !2086 2024-03-15 01:48:38 +00:00
Meng Jiao 368a3842fb d/remote: Get view count from json config 2024-03-15 01:48:38 +00:00
Meng Jiao 95331593e2 mono: projection layer supporting mono 2024-03-15 01:48:38 +00:00
Simon Zeni 2d26946ffa doc: document !2173 2024-03-14 01:56:38 +00:00
sdegrande 55bd054ddd doc: Document !2165 2024-03-13 11:40:32 +01:00
Fernando Velazquez Innella 56a7e60374 doc: Document !2167 2024-03-12 11:04:49 -04:00
Korcan Hussein 4660d18199 doc: Document !2166 2024-03-11 20:05:58 +00:00
Korcan Hussein 24f206441c doc: Document !2163 2024-03-11 10:30:39 +00:00
Meng Jiao b622ba0979 doc: Document !2164 2024-03-08 19:06:22 -06:00
Fernando Velazquez Innella 6fddf3103d doc: Document !2161 2024-03-07 08:16:40 -05:00
TheJackiMonster 4b3f7bba95 doc: document !2150
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2024-03-05 23:53:48 +00:00
Patrick Nicolas ffb71af26f doc: document !2134 2024-03-05 08:49:33 +01:00
dengkail 8df4d0eb96 doc: Document !2124 2024-02-29 11:16:32 +08:00
Jarvis Huang 6876de1da6 doc: document !2151 2024-02-28 22:33:34 +08:00
utzcoz 42047ef157 doc: Document !2148
Signed-off-by: utzcoz <utzcoz@outlook.com>
2024-02-26 14:32:25 +00:00
Korcan Hussein 55a681174e doc: document !458 2024-02-26 11:35:15 +00:00
BabbleBones 82f3264d88 doc: document !2147 2024-02-20 01:33:10 -05:00
Korcan Hussein b1118a62ff doc: document !2146 2024-02-19 12:41:08 +00:00
Simon Zeni 1daa7abc4c doc: document !2141 2024-02-18 23:47:46 +00:00
sdegrande e884e038af doc: Document !2144 2024-02-15 16:15:22 +01:00
Simon Zeni 0d046f0a6c doc: document !2143 2024-02-12 12:07:22 -05:00