aboutsummaryrefslogtreecommitdiffstats
path: root/android/skin/file.c
Commit message (Collapse)AuthorAgeFilesLines
* Added GTV related keysMaciek Molerus2011-07-121-0/+14
| | | | | | | | Adds the definitions for keys present in GoogleTV. Standard linux definitions are used to send notifications to emulated system. Change-Id: Id87aebfc86c5ce8b7331314352f2640a00ef36ae
* Enabled the camera button in the emulatorsoledad penades2011-02-191-0/+1
| | | | Change-Id: I1587d5e6ccc0bf092bb38b2c841eb19cb006f2e7
* Add hw.keyboard.lidDavid 'Digit' Turner2011-02-101-4/+16
| | | | | | | | | | | This is used to control the lid switch virtual device. + Add support for a "version <number>" field to the skin format. This will later be used for skin format #3. + Fix a bug where string hw properties didn't work/compile Change-Id: I678a0988d2cd24169dd0c2ece96e7ab0b2822104
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-181-1/+3
| | | | | | | | | | | | | | | This modifies the emulator so support 32-bit framebuffers. You can create such a frame-buffer using one of these methods: - Add a "bpp 32" line to the "display" element of your skin - Use the new 'magic' skin option format: e.g. -skin 320x480x32 Note that the result will be hideous since the kernel driver still thinks the hardware is only 16-bits. This will be addressed in a later patch to hw/goldfish_fb.c and to the kernel driver ($KERNEL/drivers/video/goldfishfb.c) Change-Id: I0fc700c4a4cb8521076605324e15ed34e5d01136
* Allow skins to provide a "dpad-rotation" field for each layout.David 'Digit' Turner2009-09-191-0/+9
| | | | | | | | | | This is used to deal with the fact that the framework *always* assumes that the physical DPad is rotated in landscaped mode, while the default skin no longer does that. NOTE: tested on old skin files for backwards compatibility. (Upcoming skin fixes coming in another patch)
* Allow emulator skins to provide a button for the "search" hardware scan-code.David 'Digit' Turner2009-05-261-0/+1
| | | | This is different from using the F5 default key-binding that generates the same thing.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+693
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-693/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+693