Simon Fels
32cd4b3eff
Use our build server as source for android images
2017-04-12 10:33:39 +02:00
Simon Fels
d8612d3ef1
Merge pull request #18 from palob/unhardcode-icon
...
Unhardcoded app launcher icon filetype
2017-04-12 08:46:12 +02:00
Vincent Bermel
e6c18caa05
Unhardcoded app launcher icon filetype
2017-04-11 23:43:44 +02:00
Simon Fels
b7cd24c581
Merge pull request #9 from DWiechert/patch-1
...
Fixed design links.
2017-04-11 22:56:26 +02:00
Dan Wiechert
99a4ec7811
Fixed design links.
...
Fixes #7 .
2017-04-11 14:51:40 -05:00
Simon Fels
77097ae62a
Merge pull request #69 from morphis/f/fetch-android-img-from-aws
...
packaging: fetch android.img from aws
2017-04-10 18:24:45 +02:00
Simon Fels
4b9015faef
packaging: fetch android.img from aws
2017-04-10 18:19:38 +02:00
Simon Fels
73d3ce65e8
Merge pull request #68 from morphis/f/surfaceless-context
...
Use surfaceless main context when possible
2017-04-09 18:24:15 +02:00
Simon Fels
eb7640fb86
Use extension helper class also to check GL ES extensions
2017-04-09 11:14:55 +02:00
Simon Fels
a2294b229a
Use a surfaceless EGL context if possible instead of a dummy pbuffer
2017-04-09 11:14:55 +02:00
Simon Fels
5be5550d7b
Merge pull request #67 from morphis/f/separate-packaging-dir
...
Move snap packaging bits into packaging/ subdirectory
2017-04-08 14:10:33 +02:00
Simon Fels
03cb2fe4ff
Move snap packaging bits into packaging/ subdirectory
2017-04-08 14:09:21 +02:00
Simon Fels
c40a6c8034
Merge pull request #66 from morphis/f/use-upstream-lxc
...
Use upstream lxc instead of patched one
2017-04-08 13:55:58 +02:00
Simon Fels
4162e4b7b5
Use upstream lxc instead of patched one
2017-04-08 13:55:13 +02:00
Simon Fels
a990398f0c
Merge pull request #65 from morphis/f/snapcraft-fix-deprecations
...
Update snapcraft build configuration and add snap logo
2017-04-07 14:28:33 +02:00
Simon Fels
9cb81dee92
Merge pull request #64 from morphis/f/add-github-templates
...
Add template for new issues opened on github
2017-04-07 14:28:19 +02:00
Simon Fels
a2fe4862bf
Merge pull request #63 from morphis/f/add-authors-list
...
Add List of authors
2017-04-07 14:28:12 +02:00
Simon Fels
efd8a079cc
Add a simple icon for our snap
2017-04-05 08:45:32 +02:00
Simon Fels
8d0ccb9447
Migrate from copy to dump and from snap to prime keywords
2017-04-05 08:45:15 +02:00
Simon Fels
8717d6d173
Add missing build dependencies
2017-04-05 08:44:44 +02:00
Simon Fels
2a36e82c25
Add template for new issues opened on github
2017-04-05 07:42:30 +02:00
Simon Fels
c833b6a3f4
Add List of authors
2017-04-05 07:23:41 +02:00
Simon Fels
ee47e098df
Merge pull request #53 from morphis/f/single-window-mode
...
Implement single window mode option in parallel to multi-window support
2017-03-17 07:27:07 +01:00
Simon Fels
14fb7290ab
Fix compile errors after rebase
2017-03-17 07:24:06 +01:00
Simon Fels
3fededabd0
Allow user to specifiy which stack an application is launched on
2017-03-17 07:21:58 +01:00
Simon Fels
2d1cfea345
Allow user to specify a different window size
2017-03-17 07:21:42 +01:00
Simon Fels
aba9939a8c
Declare a constant for our default single window size
2017-03-17 07:21:42 +01:00
Simon Fels
9b703fedb0
Forward selected display size as window size in single window mode
2017-03-17 07:21:42 +01:00
Simon Fels
9e6909c65a
Implement single window mode option in parallel to multi-window support
...
For debugging and development purposes it's sometimes useful to run the
full Android system in a single and statically sized window. This is not
going to be a widely used mode but can be helpful at times.
Also makes our window/layer management a bit more modular to allow easy
additions of new strategies/impementations.
2017-03-17 07:20:01 +01:00
Simon Fels
572c80c6a9
Merge pull request #62 from morphis/f/maintain-app-info
...
Implement simple app database which maintains app information at runtime
2017-03-17 07:13:52 +01:00
Simon Fels
3d0d453861
Implement simple app database which maintains app information at runtime
...
This helps us to collect information about an app (title, ..) we can
reuse for certain other things like window construction.
2017-03-16 17:06:45 +01:00
Simon Fels
3f34c059ea
Merge pull request #61 from morphis/f/remove-deb-packaging
...
Remove all debian packaging as its outdated and not used
2017-03-15 07:24:54 +01:00
Simon Fels
2e5c22367f
Remove all debian packaging as its outdated and not used
2017-03-15 07:24:08 +01:00
Simon Fels
c583796267
Merge pull request #60 from morphis/f/use-dev-version-suffix
...
Use a -dev suffix for our version as long as we're in development
2017-03-15 07:22:09 +01:00
Simon Fels
4e64e7ffda
Use a -dev suffix for our version as long as we're in development
2017-03-15 07:20:00 +01:00
Simon Fels
b8bfa79ce9
Merge pull request #59 from morphis/f/launcher-fixes
...
Small fixes to get the app launchers working when running within a snap
2017-03-14 08:09:10 +01:00
Simon Fels
11aea9c681
Drop unused parameter
2017-03-14 08:07:09 +01:00
Simon Fels
4863d25e2c
Use correct path for the anbox binary when running from within a snap
2017-03-14 08:06:58 +01:00
Simon Fels
7ce6b0d765
Use subdirectory in SNAP_USER_COMMON for our application data
2017-03-14 08:06:38 +01:00
Simon Fels
625e0830d6
Merge pull request #56 from morphis/f/cmd-system-info
...
Add simple command to print out various system information
2017-03-13 12:40:08 +01:00
Simon Fels
3886a53072
Merge pull request #58 from morphis/f/use-snap-user-common
...
F/use snap user common
2017-03-12 16:04:28 +01:00
Simon Fels
68768d10fe
Use SNAP_USER_COMMON to place our desktop files
2017-03-12 16:04:15 +01:00
Simon Fels
a934c3e2de
Set version to 0.1.0
2017-03-12 14:33:04 +01:00
Simon Fels
c4004459dd
Add command to print various information about the system we're running on
2017-03-12 14:33:04 +01:00
Simon Fels
241e3cfdfa
Merge pull request #57 from morphis/f/set-xdg-data-home
...
Set XDG_DATA_HOME to SNAP_COMMON to have a common place for our app l…
2017-03-12 14:32:25 +01:00
Simon Fels
b5f3240400
Set XDG_DATA_HOME to SNAP_COMMON to have a common place for our app launchers
2017-03-12 14:32:04 +01:00
Simon Fels
7288bb026e
Merge pull request #52 from morphis/f/app-launcher-sync
...
Improve synchronization of application launchers between the host and Android
2017-03-12 14:19:15 +01:00
Simon Fels
483fd77970
Merge pull request #51 from morphis/f/logger-rework
...
Rework logger integration with the emugl component a bit
2017-02-25 16:42:05 +01:00
Simon Fels
ef5cdf1725
Rename SetSeverity to SetSeverityFromString and check for valid severity
2017-02-24 19:08:20 +01:00
Simon Fels
9646a5fbc3
Remove unneeded log messages from translator libraries
2017-02-24 19:08:20 +01:00