Commit Graph

154 Commits

Author SHA1 Message Date
James Sanford
ecd78dedfc Switch to Android Studio 2022-07-05 12:08:26 -07:00
James Sanford
06c8d8418c Add note about +1 offset, remove FpsCounter. 2014-05-06 18:20:55 -07:00
James Sanford
045e601c4a Fix? off-by-one error in GL view. 2014-05-06 18:20:55 -07:00
James Sanford
fd3c79cdca An interface for controlling emulation speed. 2014-05-06 18:13:31 -07:00
James Sanford
c0751f8421 Useful usability tips. 2014-05-06 18:13:31 -07:00
James Sanford
6306a98a05 Remove 'Ignore disk' menu option. 2014-05-06 18:13:31 -07:00
James Sanford
052f96c54d Target android-18 2014-05-06 18:13:31 -07:00
James Sanford
0d0f99e7b4 Bugfix: Fix tab key button. 2014-05-06 18:13:27 -07:00
James Sanford
04eecd3147 Bugfix: Avoid setProgressNumberFormat on Honeycomb. 2013-07-27 21:25:52 -07:00
James Sanford
3f654b411a Use 16MHz full speed. TODO: 1/16th scaling and res/ updates. 2013-07-27 21:25:52 -07:00
James Sanford
cddd41ca6c Use 'TouchMouse' instead of old KegsTouch name. 2013-07-27 21:25:52 -07:00
James Sanford
2726b3f2c7 Touch movements scaled to match screen scaling. 2013-07-27 21:25:51 -07:00
James Sanford
19dfbdd245 Remove old software renderer, GL is used now. 2013-07-26 17:45:52 -07:00
James Sanford
af3ae51ec8 Show current emulation speed in dialog.
Use java.util.concurrent.atomic for objects shared between threads.
2013-07-26 17:45:52 -07:00
James Sanford
7a7d7cc37e Release 8 2013-02-20 15:55:18 -08:00
James Sanford
1c73953ad3 Fix one more spot that assumed external storage was available. 2013-02-20 15:45:54 -08:00
James Sanford
4abd03387d Release 7 2013-02-16 20:39:13 -08:00
James Sanford
0914d4ea51 Allow startup when no external storage is available. 2013-02-16 20:18:15 -08:00
James Sanford
5a957ec8ad If no external storage dir available, use internal storage. 2013-02-16 19:49:02 -08:00
James Sanford
e757179683 fix formatting 2013-02-16 17:52:16 -08:00
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