Skip to content
Snippets Groups Projects
  1. May 16, 2016
  2. May 15, 2016
  3. May 14, 2016
    • est31's avatar
      Android: Re-add button to remove singleplayer world · c65e7a9b
      est31 authored
      Fixes #4120.
      c65e7a9b
    • est31's avatar
      Fix android build by fixing patch line endings · b25554c8
      est31 authored
      b25554c8
    • MoNTE48's avatar
      Fix locked hardware buttons on Android · b906ed4e
      MoNTE48 authored
      Fixes #2122
      Fixes #1454
      
      Addendum (est31)
      According from its docs in android_native_app_glue.h (from the NDK), the
      onInputEvent should "Return 1 if you have handled the event, 0 for any
      default dispatching". Before, we always returned 1, meaning we blocked
      all hardware keys to be given to the OS.
      This broke the volume keys and has caused #2122 and #1454.
      
      Although it bases on lots of guesswork, it can probably safely be said that
      CGUIEnvironment::postEventFromUser returns true if the event was handled,
      and false if not. Therefore, set the status variable depending on what
      postEventFromUser returned.
      b906ed4e
  4. May 13, 2016
    • est31's avatar
      Mainmenu: don't show change keys dialog on android · ec15e35a
      est31 authored
      The change keys dialog can't be left. It doesn't make
      much sense to show it on Android in the first place,
      therefore disable it, just like commit
      
      aed70cb0 'Disable sound and key binding settings in "pause" menu on android'
      
      has disabled it for the esc menu.
      
      Fixes #4115.
      ec15e35a
  5. May 12, 2016
  6. May 11, 2016
  7. May 10, 2016
  8. May 09, 2016
  9. May 08, 2016
  10. May 07, 2016
Loading