Commit graph

316 commits

Author SHA1 Message Date
Simon Fels
509055876b Merge pull request #20 from ricmm/fix-new-kernels
Add protection key to calc_vm_prot_bits() on kernels >= 4.5.0
2017-01-18 14:15:57 +01:00
Ricardo Mendoza
498513c7ab Add protection key to calc_vm_prot_bits() if building under kernel >= 4.5.0 2017-01-18 14:13:38 +01:00
Simon Fels
8e262fe5c7 LayerComposer: always prioritize layers which are lower in the list 2017-01-18 07:49:08 +01:00
Simon Fels
975b0d12b2 LayerComposer: correct formatting of rect calculation 2017-01-18 07:48:12 +01:00
Simon Fels
87b918375d Use the app package name as window title for now 2017-01-17 18:26:16 +01:00
Simon Fels
ab473fd174 Reset launcher storage before updating it 2017-01-17 18:25:36 +01:00
Simon Fels
51c41dfd88 Remove unneeded setup code for the snap application 2017-01-15 14:13:45 +01:00
Simon Fels
3e60d9f8ae Don't set XDG_DATA_HOME to read-only location 2017-01-15 14:13:10 +01:00
Simon Fels
db3499fd89 Synchronize clipboard bi-directional with the android container 2017-01-15 12:38:22 +01:00
Simon Fels
5512f79941 Populate rpc response data properly 2017-01-15 12:38:06 +01:00
Simon Fels
d729b8b9e4 Implement audio support
Audio playback still has a delay about 1-2 seconds but it's usable.

This also moves the platform policy class into its own namespace to be
not specific to just window management.
2017-01-12 07:02:43 +01:00
Simon Fels
23392b9732 Import goldfish HAL sources from devices/generic/goldfish
We import all code here so we can customize and keep in sync with what
we do on the host side more easily.
2017-01-09 08:05:04 +01:00
Simon Fels
ddea17253c appmgr: drop unused methods 2017-01-09 07:07:10 +01:00
Simon Fels
2e964bd132 Create android image file with correct ownership 2017-01-09 07:04:48 +01:00
Simon Fels
5c7b0adf8c Synchronize application icons with the host 2017-01-06 18:33:27 +01:00
Simon Fels
8caaa1f35c Drop leftover things from snapcraft build configuration 2017-01-05 10:34:18 +01:00
Simon Fels
45dd1cd498 Only package the single android image file our scripts generate 2017-01-05 10:16:48 +01:00
Simon Fels
8d2e3853d4 scripts: respect new unprivileged container model 2017-01-05 10:15:21 +01:00
Simon Fels
bd48e95d2b Error out early when container manager is not available 2017-01-03 12:28:18 +01:00
Simon Fels
6307ee4b65 Reformat all code parts 2017-01-03 09:18:10 +01:00
Simon Fels
1820c9cd10 Don't enforce column limit for our code style 2017-01-03 09:16:46 +01:00
Simon Fels
a5993a7023 Fix formatting of comment 2017-01-03 09:15:22 +01:00
Simon Fels
7e80f282a0 Don't send exception when already stopped container can't be stopped again 2017-01-03 09:13:06 +01:00
Simon Fels
d11a281d6c Terminate process when container manager disconnects or container start fails 2017-01-03 09:12:19 +01:00
Simon Fels
7a2cef31da Run container as unprivileged for enhanced security
On the Android side this requires no change with the current setup.
2017-01-03 09:11:10 +01:00
Simon Fels
128cc2422d Add unit tests for LayerComposer 2016-12-23 15:40:33 +01:00
Simon Fels
dbbb8ab795 Add unit tests for BufferedIOStream 2016-12-23 15:40:33 +01:00
Simon Fels
3529b83753 Add unit tests for imported things from Android emulator 2016-12-23 15:40:33 +01:00
Simon Fels
f7cabbf8ff Use largest layer of a window to calculate relative layer positions
As a window can be built out of multiple layers we need to take one as
the primary one which covers the entire window area. As it is not
guranteed that the layer size will match the actual window size cause
of synchronizaton delays with the Android side window manager we take
the layer as primary which covers the largest screen area. This should
solve most issues.
2016-12-23 15:38:35 +01:00
Simon Fels
3d051a4056 Update window frame when window is moved rathern when state was updated
This leads to incorrect calculations of the layer position calculation
inside the window.
2016-12-22 08:33:33 +01:00
Simon Fels
c4664603fd Check errno correctly for errors to ignore 2016-12-21 10:32:07 +01:00
Simon Fels
9f69c580af Get rid of renderer singleton 2016-12-21 10:02:02 +01:00
Simon Fels
aeff6e35df Cleanup formatting and code style 2016-12-21 08:40:40 +01:00
Simon Fels
3e70f5a548 Don't require alpha bits for the renderer config
This prevents certain client applications in the container to work.
2016-12-21 08:40:40 +01:00
Simon Fels
7ce2da3be3 Rework client renderer setup
This gets us rid of one unneeded socket based communication point which
we kept around for historic reasons (from Android QEMU) but don't really
need in our case. This allows a simplication of our setup and improves
performance.
2016-12-21 08:40:40 +01:00
Simon Fels
aa23c349a1 Merge pull request #19 from morphis/activity-launch-bounds
Allow clients to specify the launch bounds of a new activity
2016-12-21 08:40:26 +01:00
Simon Fels
324407eeaa Allow clients to specify the launch bounds of a new activity 2016-12-21 08:39:44 +01:00
Simon Fels
14d8bb2390 Calculate correct texture coordinates on created primitives 2016-12-19 09:17:11 +01:00
Simon Fels
4e72494aeb Calculate correct relative position for all renderables 2016-12-19 09:16:44 +01:00
Simon Fels
a3151b6a07 Calculate display bounds for all available displays
The hwcomposer module for Android doesn't support multi-monitor well
enough for our use case yet so we give Android a large enough primary
display. This may have negative effects performance wise for the until
we disabled all non freeform stack and wallpaper related rendering on
the Android side so that only visible windows are drawn to not waste
any GPU cycles on things we don't render anyway.
2016-12-19 08:00:50 +01:00
Simon Fels
009cbb3402 Don't stop SDL event processing thread when it is not running 2016-12-19 08:00:16 +01:00
Simon Fels
2f849059c2 Correct texture and frame size calculation to be correct in offscreen areas 2016-12-19 07:21:12 +01:00
Simon Fels
abb0497a5d Cleanup formatting 2016-12-15 09:20:36 +01:00
Simon Fels
3a55cf9189 Use correct markdown syntax to highlight shell commands 2016-12-15 08:52:21 +01:00
Simon Fels
0c234ed673 Fetch android image files from a specific subfolder 2016-12-15 08:49:26 +01:00
Simon Fels
4ec5f8f313 Drop superflous debug log message 2016-12-15 08:49:11 +01:00
Simon Fels
c9811ac804 Update and correct README 2016-12-15 08:48:19 +01:00
Simon Fels
e8438913fe Merge pull request #18 from morphis/remove-bwrap
Remove unused bubblewrap source
2016-12-15 08:29:46 +01:00
Simon Fels
4b63f8dca2 Remove unused bubblewrap source 2016-12-15 08:29:14 +01:00
Simon Fels
908469846d Merge pull request #17 from morphis/app-view
Implement simple application view
2016-12-13 21:06:02 +01:00