Commit Graph

71 Commits

Author SHA1 Message Date
James Sanford
1d82d39eb2 Moving KegsThread out of KegsView. 2012-10-17 21:24:25 -07:00
James Sanford
589a28af6a Remember to set bit 8 for special events. 2012-10-17 21:24:24 -07:00
James Sanford
ce110ffb86 Allow startup slot to be set externally. 2012-10-17 21:24:24 -07:00
James Sanford
8683da9557 Helper to see if native thread loop is waiting to power on. 2012-10-17 21:24:24 -07:00
James Sanford
1f9812a371 Add ability to power back on. Only expose 'power cycle' in the UI. 2012-10-17 21:24:24 -07:00
James Sanford
c3af8c61f5 Add 'Power Off' event, causes kegsmain to exit. 2012-10-17 21:24:24 -07:00
James Sanford
4b03473214 Add warm reset menu option. (Open Apple-Control-Reset) 2012-10-17 21:24:24 -07:00
James Sanford
bd3836e409 Try using RGB_565 bitmap. 2012-10-17 21:24:23 -07:00
James Sanford
b023e66caf ActionBar 2012-10-17 21:24:23 -07:00
James Sanford
b3a3ffe648 Still working on obtaining the actual window size. 2012-10-17 21:24:09 -07:00
James Sanford
f557787e81 Add some safety checks around action bar update. 2012-10-17 21:24:09 -07:00
James Sanford
ee2814b689 Improve detection of window size. 2012-10-17 21:24:09 -07:00
James Sanford
3f106b9ce0 Use pure black background. Bitmap scale must be at least 1. 2012-10-17 21:24:08 -07:00
James Sanford
ab5f7bd39a Shuffle more into BitmapThread. 2012-10-01 19:25:40 -07:00
James Sanford
406dc13ff3 Fix typo. 2012-09-30 21:20:09 -07:00
James Sanford
63b7bf1c6d Move bitmap drawing to separate thread.\n\nBitmap drawing is now triggered by a Handler on the native thread. The bitmap thread runs a Looper that receives an empty message.\n\nAlso, screen size and scaling logic is moving into BitmapSize class. 2012-09-30 21:17:32 -07:00
James Sanford
fb6893468a Screen scaling code for landscape and portrait modes. 2012-09-20 22:02:01 -07:00
James Sanford
f178c50fac Surface callbacks now only affect canvas updates, not pause/resume. 2012-09-12 20:30:36 -07:00
James Sanford
ad994b8232 First pass at Joystick. Add a settings menu. 2012-08-21 03:41:05 -07:00
James Sanford
cc5e16b6da Add icon. Use string resources instead of raw strings. 2012-08-12 00:12:20 -07:00
James Sanford
814d298c4c Initial Android application. 2012-08-06 17:04:38 -07:00