kegs-android/src/com/froop/app/kegs
2012-10-23 18:40:23 -07:00
..
diskimage User can choose between some built in disk images. 2012-10-23 18:40:22 -07:00
AssetImages.java Image name changes. 2012-10-23 18:40:23 -07:00
BitmapSize.java More accurate scaling with GL renderer. The software renderer likely needs an adjustment now. 2012-10-18 00:18:15 -07:00
BitmapThread.java Shuffle more into BitmapThread. 2012-10-01 19:25:40 -07:00
ConfigFile.java Exit app if user cancels mandatory dialog. 2012-10-23 18:40:22 -07:00
CopyHelper.java User can choose between some built in disk images. 2012-10-23 18:40:22 -07:00
DownloadHelper.java Initial Android application. 2012-08-06 17:04:38 -07:00
Event.java First pass at Joystick. Add a settings menu. 2012-08-21 03:41:05 -07:00
FpsCounter.java 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
InputFix.java Fixup style. 2012-10-17 21:59:07 -07:00
KegsKeyboard.java First pass at Joystick. Add a settings menu. 2012-08-21 03:41:05 -07:00
KegsMain.java Power Off action. 2012-10-23 18:40:22 -07:00
KegsRenderer.java More accurate scaling with GL renderer. The software renderer likely needs an adjustment now. 2012-10-18 00:18:15 -07:00
KegsThread.java 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
KegsTouch.java Allow secondary pointer to be promoted to primary. 2012-10-17 21:24:26 -07:00
KegsView.java Bug workaround to create KEYCODE_DEL events. 2012-10-17 21:24:26 -07:00
KegsViewGL.java Bug workaround to create KEYCODE_DEL events. 2012-10-17 21:24:26 -07:00
KeyTable.java Initial Android application. 2012-08-06 17:04:38 -07:00
RomDialogFragment.java Exit app if user cancels mandatory dialog. 2012-10-23 18:40:22 -07:00
SpeedFragment.java Moving KegsThread out of KegsView. 2012-10-17 21:24:25 -07:00
TouchJoystick.java First pass at Joystick. Add a settings menu. 2012-08-21 03:41:05 -07:00