summaryrefslogtreecommitdiffstats
path: root/examples/android
Commit message (Collapse)AuthorAgeFilesLines
* CMake: automatically build androidvncserver when crosscompiling for AndroidChristian Beier2017-03-263-650/+0
|
* drop autotoolsBert van Hall2017-02-131-7/+0
| | | | | | | | Since autotools officially is no longer supported (see various github issues), drop the related infrastructure to stop tempting people to use it for building. Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
* Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-021-1/+1
|
* Include some more missing files for make dist.Christian Beier2012-04-261-0/+1
|
* Add installation hints to android example README.Christian Beier2011-07-251-0/+9
|
* Reduced memory footprint by 50%William Roberts2011-07-231-2/+2
|
* Corrected resolution issue, but screen is getting reported as wrong sizeWilliam Roberts2011-07-231-1/+1
|
* Fixes running vncserver on beagleboard/0xdroid and possibly any deviceckanru2011-07-231-2/+6
| | | | | | | | without a touch screen. Because fake touch screen always report zero when query device information, coordinates transformation is not needed. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Adopt autotools build system to Android.Christian Beier2011-07-231-0/+6
| | | | LibVNCServer/LibVNCClient now build for Android!
* Add androidvncserver example.Christian Beier2011-07-233-0/+637