aboutsummaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary calls in UI <-> Core protocols.Vladimir Chtchetkine2011-01-207-28/+9
* Force core to send entire framebuffer on UI attachmentVladimir Chtchetkine2011-01-207-27/+102
* Fix framebuffer and user events service disconnection bug.Vladimir Chtchetkine2011-01-203-0/+37
* Implement user event transmission between the UI and the coreVladimir Chtchetkine2011-01-198-6/+342
* Merge "Compute default memory size from screen size."David 'Digit' Turner2011-01-196-4/+81
|\
| * Compute default memory size from screen size.David 'Digit' Turner2011-01-196-4/+81
* | Merge "Print concatenated QEMU options with -verbose."David 'Digit' Turner2011-01-192-2/+16
|\ \ | |/
| * Print concatenated QEMU options with -verbose.David 'Digit' Turner2011-01-192-2/+16
* | Make "qwerty2" the default charmap.David 'Digit' Turner2011-01-194-141/+52
|/
* Sligh speedup for pixel conversion routines with Duff's device.David 'Digit' Turner2011-01-182-28/+102
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-187-97/+227
* Merge "Adding proximity sensor simulation"David Turner2011-01-184-1/+46
|\
| * Adding proximity sensor simulationOla Albertsson2010-12-174-1/+46
* | Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-135-42/+24
* | Hook up framebuffer changes with UI windowVladimir Chtchetkine2011-01-136-23/+61
* | Make the emulator find the skins in their new location.Xavier Ducrohet2011-01-071-1/+1
* | Add -audio-test-out option to the core.David 'Digit' Turner2011-01-022-0/+125
* | Remove obsolete -audio-in and -audio-out options.David 'Digit' Turner2011-01-024-80/+0
* | Pass bits per pixel tu UI when it gets attached to core framebufferVladimir Chtchetkine2010-12-217-14/+76
* | Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-2015-20/+803
* | Merge "Add 'gsm signal' command, to set rssi and ber"Tim Baverstock2010-12-171-0/+65
|\ \ | |/ |/|
| * Add 'gsm signal' command, to set rssi and berTim Baverstock2010-12-151-0/+65
* | Merge "Implement core display deriving it from android display"Vladimir Chtchetkine2010-12-152-0/+125
|\ \ | |/ |/|
| * Implement core display deriving it from android displayVladimir Chtchetkine2010-12-142-0/+125
* | Send unsolicited time response to first signal strength query after loadvmTim Baverstock2010-12-145-1/+20
|/
* Submit mergedVladimir Chtchetkine2010-12-068-31/+795
* Merge "Add -no-snapshot-load option to permit reboot."Tim Baverstock2010-12-034-12/+32
|\
| * Add -no-snapshot-load option to permit reboot.Tim Baverstock2010-12-024-12/+32
* | Merge "Correct command arguments for 'geo fix', but support backward compatib...Tim Baverstock2010-12-031-17/+21
|\ \ | |/ |/|
| * Correct command arguments for 'geo fix', but support backward compatible use.Tim Baverstock2010-12-011-17/+21
* | Merge "Augment the auto-loadvm behaviour with corresponding auto-savevm-on-ex...Tim Baverstock2010-12-024-10/+22
|\ \
| * | Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit beha...Tim Baverstock2010-12-014-10/+22
| |/
* | Implement line reading on syncsocketVladimir Chtchetkine2010-12-022-4/+139
* | Implement helper routines for syncronous socket operationsVladimir Chtchetkine2010-12-012-0/+206
|/
* Enable snapshot behaviourTim Baverstock2010-11-251-1/+1
* Separate main.c used to build the emulator from main-ui.c used to build the UIVladimir Chtchetkine2010-11-242-108/+1808
* Parallelize -list-cores implementation.David 'Digit' Turner2010-11-191-97/+63
* Introduce asynchronous operation helpers.David 'Digit' Turner2010-11-194-0/+663
* Fix generic looper implementationDavid 'Digit' Turner2010-11-193-19/+100
* Allow safe deletion during iteration of an ARefSet.David 'Digit' Turner2010-11-183-15/+55
* Implementation of event loop abstraction.David 'Digit' Turner2010-11-185-0/+1175
* Merge "Update android/utils/ with misc. new features."David 'Digit' Turner2010-11-1813-128/+927
|\
| * Update android/utils/ with misc. new features.David 'Digit' Turner2010-11-1713-128/+927
* | Add env var ANDROID_TMP to override /tmp/android location.Raphael2010-11-161-1/+4
|/
* Implement -list-cores UI optionVladimir Chtchetkine2010-11-103-0/+159
* Add command line flag to show list of snapshots.Ot ten Thije2010-10-285-3/+392
* Control state snapshots from Android console.Ot ten Thije2010-10-281-9/+126
* Fix invalid "geo fix" formatting bug.David 'Digit' Turner2010-10-271-2/+2
* Load state snapshot rather than booting to start emulator.Ot ten Thije2010-10-226-35/+219
* Merge "Added state snapshot support for QemuD service "boot properties"."Ot ten Thije2010-10-211-19/+177
|\