From a6407a52b49977c4443cb9c6d12ff8d4bbcb0c50 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Mon, 3 Mar 2014 20:20:47 -0500 Subject: [PATCH 1/4] Relocate the entire logging process to prevent any issues --- .../android/res/layout/configure_fragment.xml | 13 ---- shell/android/res/values-da/strings.xml | 7 -- shell/android/res/values-de/strings.xml | 4 - shell/android/res/values-el/strings.xml | 75 ------------------- shell/android/res/values-es/strings.xml | 4 - shell/android/res/values-fr/strings.xml | 9 +-- shell/android/res/values-jp/strings.xml | 4 - shell/android/res/values-ko/strings.xml | 14 ---- shell/android/res/values-pl/strings.xml | 2 - shell/android/res/values-pt/strings.xml | 2 - shell/android/res/values-ru/strings.xml | 6 -- shell/android/res/values-sv/strings.xml | 75 ------------------- shell/android/res/values-zh-rCN/strings.xml | 7 +- shell/android/res/values-zh/strings.xml | 7 +- shell/android/res/values/strings.xml | 5 +- .../com/reicast/emulator/MainActivity.java | 28 +------ .../com/reicast/emulator/config/Config.java | 29 +++++++ .../emulator/config/ConfigureFragment.java | 27 ------- shell/debug/res/layout/dialog_message.xml | 13 ++++ shell/debug/res/values-da/strings.xml | 7 ++ shell/debug/res/values-de/strings.xml | 7 ++ shell/debug/res/values-el/strings.xml | 5 ++ shell/debug/res/values-es/strings.xml | 7 ++ shell/debug/res/values-fr/strings.xml | 7 ++ shell/debug/res/values-jp/strings.xml | 7 ++ shell/debug/res/values-ko/strings.xml | 7 ++ shell/debug/res/values-pl/strings.xml | 5 ++ shell/debug/res/values-pt/strings.xml | 7 ++ shell/debug/res/values-ru/strings.xml | 8 ++ shell/debug/res/values-zh-rCN/strings.xml | 6 ++ shell/debug/res/values-zh/strings.xml | 6 ++ shell/debug/res/values/donottranslate.xml | 8 ++ shell/debug/res/values/strings.xml | 4 + .../src/com/reicast/emulator/debug/Debug.java | 21 ++++++ .../reicast/emulator/debug/GenerateLogs.java | 2 - .../reicast/emulator/debug/UploadLogs.java | 2 - 36 files changed, 161 insertions(+), 286 deletions(-) delete mode 100644 shell/android/res/values-el/strings.xml delete mode 100644 shell/android/res/values-sv/strings.xml create mode 100644 shell/debug/res/values-da/strings.xml create mode 100644 shell/debug/res/values-de/strings.xml create mode 100644 shell/debug/res/values-el/strings.xml create mode 100644 shell/debug/res/values-es/strings.xml create mode 100644 shell/debug/res/values-fr/strings.xml create mode 100644 shell/debug/res/values-jp/strings.xml create mode 100644 shell/debug/res/values-ko/strings.xml create mode 100644 shell/debug/res/values-pl/strings.xml create mode 100644 shell/debug/res/values-pt/strings.xml create mode 100644 shell/debug/res/values-ru/strings.xml create mode 100644 shell/debug/res/values-zh-rCN/strings.xml create mode 100644 shell/debug/res/values-zh/strings.xml create mode 100644 shell/debug/res/values/donottranslate.xml rename shell/{android => debug}/src/com/reicast/emulator/debug/GenerateLogs.java (99%) rename shell/{android => debug}/src/com/reicast/emulator/debug/UploadLogs.java (99%) diff --git a/shell/android/res/layout/configure_fragment.xml b/shell/android/res/layout/configure_fragment.xml index fdf642e97..2df510fae 100644 --- a/shell/android/res/layout/configure_fragment.xml +++ b/shell/android/res/layout/configure_fragment.xml @@ -323,19 +323,6 @@ - - -