Simon Fels
dbcc5cfba0
Fix incorrect logical expression for intent check
2017-05-07 11:46:59 +02:00
Simon Fels
8c1247c0a8
Use boost::filesystem::path correctly
2017-05-05 18:46:07 +02:00
Simon Fels
189003ef95
Correct exception handling
2017-05-05 18:41:52 +02:00
Simon Fels
68dba196ba
Add libsdl2-image-dev as build dependency for travis
2017-05-05 07:53:43 +02:00
Simon Fels
dfdad4aa6c
Integrate review feedback
2017-05-05 07:05:25 +02:00
Simon Fels
7fe8cfeb38
Use already defined width and height variables
2017-05-03 21:09:30 +02:00
Simon Fels
352d774760
Prefer empty check over length one
2017-05-03 20:48:15 +02:00
Simon Fels
f61a7f91d6
Use a full screen loading image which includes some text
2017-05-03 20:47:40 +02:00
Simon Fels
817f80d6bd
Add missing build dependency on libsdl2-image-dev
2017-05-03 08:28:56 +02:00
Simon Fels
48758d8955
Set correct resource path when starting from within a snap
2017-05-03 08:25:33 +02:00
Simon Fels
f838e759d8
Install necessary resource files
2017-05-03 08:25:12 +02:00
Simon Fels
f094550279
Use correct resource path and check for errors on splash screen creation
2017-05-03 08:20:31 +02:00
Simon Fels
f4df33efe4
Improve launch and splash screen interactions
2017-05-03 07:57:54 +02:00
Simon Fels
bcb00e31af
Add necessary dependency on SDL2 image
2017-05-03 07:57:33 +02:00
Simon Fels
ee105c3963
Hook splash screen into our launcher
2017-05-03 07:57:00 +02:00
Simon Fels
c44e2a84d8
Add simple splash screen implementation
2017-05-03 07:50:28 +02:00
Simon Fels
855a391a5b
android: only print intent information when available
2017-05-02 19:47:50 +02:00
Simon Fels
d2eae3a832
cmds/launch: start session manager if not already running
2017-05-02 19:47:50 +02:00
Simon Fels
83bf973d98
dbus: stub: don't register an object but retrieve the already registered one
2017-05-02 19:47:50 +02:00
Simon Fels
bcdbdbac6a
external: prevent a child process from killing a process on cleanup
2017-05-02 19:47:50 +02:00
Simon Fels
e10a5fd0a5
Merge pull request #213 from morphis/f/correctly-close-adb-connection
...
Close connection when adbd connection is closed
2017-05-02 18:23:33 +02:00
Simon Fels
3abcc023b7
Close connection when adbd connection is closed
...
This will ensure the message processor is correctly terminated and
a new connection is established when the adb server process on the
host opens a connection to us again.
2017-05-02 18:10:16 +02:00
Simon Fels
fe0dba3b82
Bump snap version to 2
2017-04-29 12:14:29 +02:00
Simon Fels
2f0974f642
Merge pull request #206 from morphis/f/update-changelog
...
debian: update changelog
2017-04-29 12:14:17 +02:00
Simon Fels
067ed5ec4b
debian: update changelog
2017-04-29 12:07:57 +02:00
Simon Fels
4f7a97a956
Merge pull request #191 from morphis/f/build-debs-in-travis
...
Build debs also during our travis job
2017-04-29 11:58:17 +02:00
Simon Fels
615ecc570a
debian: add missing anbox.service symlink to package
2017-04-29 11:25:03 +02:00
Simon Fels
73ecb78bc6
scripts: cleanup git tree only when one exists
2017-04-29 11:24:16 +02:00
Simon Fels
06a8b728cd
Install additional needed build dependencies
2017-04-29 11:24:16 +02:00
Simon Fels
525d37b9db
Build debs also during our travis job
2017-04-29 11:24:16 +02:00
Simon Fels
7dc4a1b487
Merge pull request #194 from morphis/f/binder-namespacing
...
Add kernel patches to add namespace support to binder
2017-04-27 13:46:10 +02:00
Simon Fels
cf56244be6
Merge pull request #189 from morphis/f/fix-systemd-user-service
...
Ensure anbox can be properly started by a systemd --user instance
2017-04-26 21:20:10 +02:00
Simon Fels
40494f4770
Merge pull request #195 from morphis/f/import-gmock-cmake
...
Import helper cmake script to find GMock and GTest on more modern systems
2017-04-26 20:10:05 +02:00
Simon Fels
08aa37e9eb
Import helper cmake script to find GMock and GTest on more modern systems
...
Taken from https://code.launchpad.net/~cmake-extras/cmake-extras/trunk
2017-04-26 19:57:15 +02:00
Simon Fels
29e378e098
Merge pull request #170 from hub2git/patch-2
...
Some humble suggestions from a lover of language
2017-04-26 19:37:43 +02:00
Simon Fels
fd615c3989
Add kernel patches to add namespace support to binder
2017-04-26 19:31:17 +02:00
Simon Fels
7f41e1a909
Always try to restart anbox session service when it crashes
2017-04-26 08:45:20 +02:00
Simon Fels
c993eb3033
debian: add missing comma in Depends:
2017-04-26 08:31:49 +02:00
Simon Fels
6c782cffc1
Activate anbox service for the systemd user session
2017-04-26 08:26:25 +02:00
Simon Fels
cf87aec563
Install additional dbus-user-session package
...
This gives us all necessary things like DISPLAY or XAUTHORITY within
the environment for a service started by systemd --user
2017-04-26 08:25:29 +02:00
Simon Fels
3c8dcca277
Merge pull request #158 from morphis/f/attempt-to-use-nvidia-drv
...
Add in-snap path to nvidia driver binaries to LD_LIBRARY_PATH
2017-04-26 06:48:32 +02:00
Simon Fels
381803cc0e
Merge pull request #164 from supaplextor/master
...
Update README.md
2017-04-26 06:48:03 +02:00
Simon Fels
86c3b1d837
Merge branch 'master' into patch-2
2017-04-26 06:46:39 +02:00
Simon Fels
3ac91e8037
Merge pull request #178 from hub2git/patch-3
...
Update README.md
2017-04-26 06:44:53 +02:00
hub2git
978e13d19a
Update README.md
2017-04-23 12:46:14 -07:00
Simon Fels
e888b93e41
Merge pull request #173 from vanillajonathan/patch-1
...
Update README.md
2017-04-23 12:37:17 +02:00
Jonathan
2792942ca2
Update README.md
2017-04-23 11:52:00 +02:00
hub2git
8a84332538
Merge pull request #1 from hub2git/hub2git-newbiespeak
...
A simple statement of what Anbox is.
I'm a newbie. I reckon most people on github aren't. But in the off-chance that the rare newbie visits, I think it's good to have a simple statement about Anbox that a newbie could understand. Hence my suggested change.
Fellow anbox users, do you have a better one-liner that a newbie could understand?
2017-04-22 20:19:55 -07:00
hub2git
fd18da0d09
From one newbie to other newbies...
...
I'm a newbie. I reckon most people on github aren't. But in the off-chance that the rare newbie visits, I think it's good to have a simple statement about Anbox that a newbie could understand. Hence my suggested change.
2017-04-22 20:04:30 -07:00
hub2git
df7ae21541
Update ISSUE_TEMPLATE.md
...
1. A few people don't know what to do with line 6 (the line I changed).
See, for example:
https://github.com/anbox/anbox/issues/157
https://github.com/anbox/anbox/issues/159
https://github.com/anbox/anbox/issues/141
https://github.com/anbox/anbox/issues/132
2. Since [anbox system-info] prints the version number, we don't need to ask people to do [anbox version].
3. Changed wordings of the other "section titles".
2017-04-22 19:53:14 -07:00