James Sanford
49bda51656
Note about x_calc_ratio.
2013-02-03 16:18:16 -08:00
James Sanford
f31ca41ed8
Fix implicit-function-declaration warnings.
2013-02-03 15:17:56 -08:00
James Sanford
6e861763de
Fix shift-overflow warnings.
2013-02-03 15:16:58 -08:00
James Sanford
da899313d3
min SDK of app is 10
2013-02-03 14:33:50 -08:00
James Sanford
f37eeb8986
Fix invalid XML.
2013-02-03 14:33:50 -08:00
James Sanford
d6845024a0
Version 6
2013-02-03 14:33:50 -08:00
James Sanford
1e41eab9bf
Manually add built-in assets to disk image list, they may not exist on startup.
2013-02-03 14:33:50 -08:00
James Sanford
6a6b104d5e
Remove unused/broken code.
2012-12-24 20:17:07 -08:00
James Sanford
a873aef4a2
Make items visible on Android 2.x.
2012-12-21 20:53:26 -08:00
James Sanford
f5f5a3b70b
Add special touch zone to Joystick driver.
2012-12-21 19:58:50 -08:00
James Sanford
54108c346f
Support for special click area to toggle ActionBar.
2012-12-21 19:58:50 -08:00
James Sanford
d12e3a8d0c
Use new drive number when attaching hard drive images.
2012-12-21 18:24:28 -08:00
James Sanford
cfad789cf8
Hack to allow multiple hard drives.
2012-12-21 18:24:28 -08:00
James Sanford
428315b553
Use 1400ms
2012-12-21 18:24:28 -08:00
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
50c207cc78
Show all found disk images.
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
611ed0eefc
Fix keyboard on API 10-12 devices.
2012-11-21 18:58:15 -08:00
James Sanford
cfd8aa1418
Remove unused settings icon.
2012-11-21 18:58:15 -08:00
James Sanford
d65aa9d63d
Fix glob patterns (they are not greedy). Try using mime type for zip.
2012-11-21 18:57:43 -08:00
James Sanford
42cf5ae33a
Try super.onCreateOptionsMenu
2012-11-21 18:57:43 -08:00
James Sanford
52ca82acf1
Move sync() to a different spot yet again.
2012-11-21 18:57:43 -08:00
James Sanford
8a977116c2
Version 4
2012-11-07 20:49:20 -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
125b778575
Move SwapDiskFragment into diskimage/ dir
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
ee103891c5
Add a priority for the filetypes we support.
2012-11-03 13:19:19 -07:00
James Sanford
5f3f8e3b33
Better user experience, force filesystem sync before starting.
...
We write a large file to disk and then go to read it back.
This was causing a multi second delay in the UI until the
data had been flushed to disk. Now, we call sync() before
claiming that the assets are ready to be used.
2012-11-03 13:19:19 -07:00
James Sanford
973d9c1422
Add OG initializations from kegs_3_1_453
...
This fixes the bug where, for example, the mouse cursor wouldn't display after reboting from another disk.
2012-11-03 13:18:17 -07:00
James Sanford
66ea28c3c6
Add ability to hot swap disks.
2012-11-03 01:33:48 -07:00
James Sanford
3fe3583506
Silly optimization for better user experience.
2012-11-02 16:43:58 -07:00
James Sanford
e62d6044b1
Accept intents for local disk images.
2012-11-02 16:43:58 -07:00
James Sanford
0b71b9b65e
Version 3
2012-10-30 00:20:52 -07:00
James Sanford
6018ceaed2
Only run DownloadImage once assets are loaded.
2012-10-29 23:57:19 -07:00
James Sanford
fc25a07c1e
Initial hardware keyboard support.
2012-10-29 23:57:19 -07:00
James Sanford
9dab77080f
Remove unused variables and old debug code.
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
bee5a9ac04
Fix markdown and mention ActiveGS patches.
2012-10-27 17:39:49 -07:00
James Sanford
c806bd416d
More subdued emulation speed icon.
2012-10-26 20:21:15 -07:00
James Sanford
b3ba48b28e
Add some helpful comments.
2012-10-25 18:38:13 -07:00
James Sanford
6b41dea925
Update build docs for ActionBarSherlock submodule.
2012-10-24 15:03:49 -07:00
James Sanford
39eace1520
Pull in ActionBarSherlock to work with API 10+
2012-10-24 14:47:56 -07:00
James Sanford
6e3f2cc26d
Link to Google Play.
2012-10-24 14:32:40 -07:00
James Sanford
ba78747cc0
Version 1
2012-10-23 23:35:20 -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
8d72b4b84d
Updated README for current features.
2012-10-23 19:08:35 -07:00
James Sanford
f554b07c2e
Even with a cropped image, try to show some of the border.
2012-10-23 18:40:29 -07:00
James Sanford
3501d7d0d9
Disable FPS counter.
2012-10-23 18:40:29 -07:00