Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-28 | ANDROID: Actually create the savegame directory. | Alyssa Milburn | |
Not sure how this went missing from the commit. (cherry picked from commit fed26146a855fc79784c3df0ae3a1bf068fc2722) | |||
2011-10-25 | ANDROID: Match versions when checking for plugins. | Alyssa Milburn | |
2011-10-25 | ANDROID: Point the default savepath to external storage. | Alyssa Milburn | |
(If that fails, fall back to a readable app-specific directory.) | |||
2011-10-25 | ANDROID: Move from org.inodes.gus to org.scummvm. | Alyssa Milburn | |
2011-10-22 | ANDROID: Fix plugins on Android 3.1+. | Alyssa Milburn | |
Android 3.1 changed the default behaviour for broadcasts so that it doens't wake up non-running receivers, so we need to override that. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-02 | ANDROID: Style fix | dhewg | |
2011-04-06 | ANDROID: Add multitouch support | dhewg | |
2011-04-03 | ANDROID: Ignore unrelated surface changes | dhewg | |
2011-03-30 | ANDROID: Map right click to Camera/Search | dhewg | |
2011-03-18 | ANDROID: Seperate DPAD codes | dhewg | |
2011-03-18 | ANDROID: Implement trackball click | dhewg | |
2011-03-17 | ANDROID: Fix KeyEvent NullPointerException | dhewg | |
Could happen with some special symbols from the virtual keyboard | |||
2011-03-17 | ANDROID: Ignore the slop area on all touch scrolls | dhewg | |
Prevents initial cursor jumps | |||
2011-03-16 | ANDROID: Input system overhaul | dhewg | |
Rewritten input system with many new feature. Fixed related bugs and shortcomings on the way. | |||
2011-03-16 | ANDROID: Cleanup and extend chooseEglConfig | dhewg | |
Add more checks and log all possible configs | |||
2011-03-14 | ANDROID: Halve the audio buffer size | dhewg | |
Also, run into the blocking audio write without sleep. This hopefully fixes audio hickups on slow devices. | |||
2011-03-13 | ANDROID: Add support for video feature flags | dhewg | |
kFeatureFullscreenMode and kFeatureAspectRatioCorrection are supported now. The former prevents scaling to the full display - it scales one axis and keeps the game AR. | |||
2011-03-03 | ANDROID: Rename member vars according to our style | dhewg | |
2011-03-03 | ANDROID: Remove an indirection when pausing | dhewg | |
2011-03-03 | ANDROID: Formatting/whitespaces | dhewg | |
2011-03-02 | ANDROID: Implement pause/resume | dhewg | |
Don't just kill the whole process when the Activity is stopped. Instead, use its events to pause or resume audio and the running engine (if any). Of course not every engines implements that... but at least an incoming call doesn't kill the game now (lol). | |||
2011-03-02 | ANDROID: Move swapBuffers to the native side | dhewg | |
2011-03-02 | ANDROID: Untangle JNI interweaving | dhewg | |
- make the startup sequence more linear - use SurfaceHolder events - get rid of the surface lock - remove unnecessary JNI calls - make the ScummVM class implement Runnable - cleanup | |||
2011-02-27 | ANDROID: Remove dead code | dhewg | |
2011-02-27 | ANDROID: Remove unnecessary code | dhewg | |
2011-02-27 | ANDROID: Rework audio system | dhewg | |
Move the audio thread to the bright side | |||
2011-02-27 | ANDROID: Formatting | dhewg | |
2011-02-26 | ANDROID: Allow softkeybd on all devices | dhewg | |
2011-02-24 | ANDROID: Disable zoning for now | dhewg | |
2011-02-24 | ANDROID: We are not a text editor | dhewg | |
This was probably set to ensure onCreateInputConnection() gets called, but it is regardless of this flag. Now the soft keyboard doesn't show up on startup on devices without physical keyboard, which prevents unnecessary surface changes. | |||
2011-02-14 | ANDROID: Use and reinit texture on screen changes | dhewg | |
- EVENT_SCREEN_CHANGED must happen _after_ we have a new surface, not when the the old surface vanishes. fixes port on galaxy tab - textures have to be redefined with glTexImage2D() to make glTexSubImage2D() not fail on screen changes | |||
2011-02-14 | ANDROID: Unify log prefix | dhewg | |
adb logcat ScummVM:\* \*:S | |||
2011-02-14 | ANDROID: Allow monolithic builds to run | dhewg | |
this gets rid of the "no plugins found, go to market, kthx" message, which doesn't make sense on monolithic builds (market only has ancient apk's anyway) | |||
2010-10-25 | ANDROID: Don't trust eglChooseConfig and refilter/sort results manually | Angus Lees | |
It seems some Android versions and devices (eg Droid) don't implement eglChooseConfig according to spec and the first result isn't the best choice. Implement our own filtering / scoring to workaround this. svn-id: r53808 | |||
2010-07-05 | Drop direct use of (private) libEGL.so and call EGL functions via Java. | Angus Lees | |
This removes the final private library - we should be completely above board now. svn-id: r50677 | |||
2010-06-29 | Replace some code with constructs that work on Android pre-1.6. | Angus Lees | |
Add a boolean for disabling the "no plugins found" warning. svn-id: r50494 | |||
2010-06-11 | Add support for setFocusRectangle - enabled on 'small' Android screens. | Angus Lees | |
svn-id: r49594 | |||
2010-06-06 | whitespace corrections | Max Horn | |
svn-id: r49453 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 |