Commit Graph

42 Commits

Author SHA1 Message Date
James Sanford
b0db2876b9 Ask user what to do with each image. 2012-12-21 18:24:28 -08:00
James Sanford
39d3208185 Use better names for asset titles. 2012-12-21 18:24:28 -08:00
James Sanford
a0e3306ee3 Prepare for disk image selector. 2012-12-21 18:21:51 -08:00
James Sanford
42cf5ae33a Try super.onCreateOptionsMenu 2012-11-21 18:57:43 -08:00
James Sanford
681644ea73 Exit cleanly when user cancels or has error with first disk image.
Also change around intent patterns again.
2012-11-07 19:10:37 -08:00
James Sanford
7bde7861c2 New DiskLoader with gzip and zip support.
Flow of disk image selection now goes through DiskLoader
with onImageReady/onImageCancelled callbacks.  DiskLoader
handles downloading, ungzipping, and extracting from zipfile.
2012-11-07 19:10:36 -08:00
James Sanford
66ea28c3c6 Add ability to hot swap disks. 2012-11-03 01:33:48 -07:00
James Sanford
e62d6044b1 Accept intents for local disk images. 2012-11-02 16:43:58 -07:00
James Sanford
6018ceaed2 Only run DownloadImage once assets are loaded. 2012-10-29 23:57:19 -07:00
James Sanford
f7432b5481 Initial support for downloaded images. 2012-10-29 23:57:19 -07:00
James Sanford
8d8653ab21 Update ActionBar visibility immediately. 2012-10-29 22:13:11 -07:00
James Sanford
2d2ff27518 Use ActionBarSherlock and the Support Library to support API 10 and later. 2012-10-23 23:35:20 -07:00
James Sanford
0a335a265b Show action bar on large screens. 2012-10-23 18:40:28 -07:00
James Sanford
e1ffa85baf Prevent accidental dismissal of error dialog. 2012-10-23 18:40:28 -07:00
James Sanford
0e2ec5d590 Style and unused code cleanup. 2012-10-23 18:40:28 -07:00
James Sanford
47d896ec95 Comments about mScreenSizeTime 2012-10-23 18:40:28 -07:00
James Sanford
5ee9ac2c1a Replace crazy screen scaling code with more crazy screen scaling code. 2012-10-23 18:40:28 -07:00
James Sanford
95155b2f04 Power Off action. 2012-10-23 18:40:22 -07:00
James Sanford
af1cb6ef89 Exit app if user cancels mandatory dialog. 2012-10-23 18:40:22 -07:00
James Sanford
c32a835a56 Load ROM at the same time that we unpack internal assets. 2012-10-23 18:40:22 -07:00
James Sanford
e09b2a0b8a Ask user to pick a disk image. 2012-10-23 18:40:22 -07:00
James Sanford
d1934cb53d Show a dialog until the internal images are ready to be used. 2012-10-23 18:40:22 -07:00
James Sanford
029a485d0d User can choose between some built in disk images. 2012-10-23 18:40:22 -07:00
James Sanford
a587ba4ed7 Use config files from 'assets', copied to external storage directory. Copy 'default' config over on startup, which allows the user to edit the default config. 2012-10-21 02:59:37 -07:00
James Sanford
07ad8717ba Strip down features to prepare for first release. 2012-10-19 17:10:20 -07:00
James Sanford
c4524ae164 Update action bar icon during joystick/mouse switch. 2012-10-17 21:24:26 -07:00
James Sanford
b8cb45b481 Start cleaning up options menu and ActionBar. 2012-10-17 21:24:26 -07:00
James Sanford
3f1de7eeca New mouse with multitouch buttons. 2012-10-17 21:24:25 -07:00
James Sanford
e45690bc74 Use KegsViewGL renderer by default. 2012-10-17 21:24:25 -07:00
James Sanford
1d82d39eb2 Moving KegsThread out of KegsView. 2012-10-17 21:24:25 -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
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
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
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