1. 25 Jun, 2015 - 3 commits
  2. 23 Jun, 2015 - 1 commit
  3. 22 Jun, 2015 - 7 commits
  4. 17 Jun, 2015 - 4 commits
  5. 16 Jun, 2015 - 2 commits
  6. 14 Jun, 2015 - 2 commits
  7. 11 Jun, 2015 - 4 commits
  8. 10 Jun, 2015 - 5 commits
  9. 09 Jun, 2015 - 3 commits
  10. 05 Jun, 2015 - 3 commits
  11. 04 Jun, 2015 - 2 commits
  12. 03 Jun, 2015 - 3 commits
  13. 02 Jun, 2015 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      Android: Fix resuming app after locale change · eea10943
      Eskil Abrahamsen Blomfeldt authored
      
      The default reaction to configuration changes in Android
      is to destroy the activity. To avoid this happening for
      locale changes, we had the "locale" configuration change
      registered in the default AndroidManifest.xml, however,
      you also need to register that you are handling the
      layoutDirection change, otherwise Android will not
      call onConfigurationChange() for language changes, but
      tear down the activity instead.
      
      [ChangeLog][Android] Fixed bug where application was not
      resumable after user changed language in system settings.
      
      Change-Id: I3fe84a9332217b062b5352b2c977e2dbeacd5239
      Task-number: QTBUG-45430
      Reviewed-by: default avatarBogDan Vatra <bogdan@kde.org>
      eea10943