diff --git a/app/src/main/java/com/xc3fff0e/xmanager/MainActivity.java b/app/src/main/java/com/xc3fff0e/xmanager/MainActivity.java index f69c745..7247667 100644 --- a/app/src/main/java/com/xc3fff0e/xmanager/MainActivity.java +++ b/app/src/main/java/com/xc3fff0e/xmanager/MainActivity.java @@ -135,6 +135,7 @@ public class MainActivity extends AppCompatActivity { private LinearLayout main_box_12; private LinearLayout main_box_7; private LinearLayout main_box_5; + private LinearLayout main_box_14; private LinearLayout main_box_9; private LinearLayout main_box_10; private LinearLayout main_box_13; @@ -195,6 +196,59 @@ public class MainActivity extends AppCompatActivity { private TextView gray_theme; private LinearLayout box_gray_switch; private Switch gray_switch; + private LinearLayout box_14_sub_1; + private LinearLayout box_14_sub_2; + private TextView language; + private LinearLayout box_language_switch; + private Switch language_switch; + private LinearLayout box_lang_0; + private LinearLayout box_lang_1; + private LinearLayout box_lang_2; + private LinearLayout box_lang_3; + private LinearLayout box_lang_4; + private LinearLayout box_lang_5; + private LinearLayout box_lang_6; + private LinearLayout box_lang_7; + private LinearLayout box_lang_8; + private LinearLayout box_lang_9; + private LinearLayout box_lang_10; + private LinearLayout box_lang_11; + private TextView lang_1; + private LinearLayout lang_1_switch_box; + private Switch lang_1_switch; + private TextView lang_2; + private LinearLayout lang_2_switch_box; + private Switch lang_2_switch; + private TextView lang_3; + private LinearLayout lang_3_switch_box; + private Switch lang_3_switch; + private TextView lang_4; + private LinearLayout lang_4_switch_box; + private Switch lang_4_switch; + private TextView lang_5; + private LinearLayout lang_5_switch_box; + private Switch lang_5_switch; + private TextView lang_6; + private LinearLayout lang_6_switch_box; + private Switch lang_6_switch; + private TextView lang_7; + private LinearLayout lang_7_switch_box; + private Switch lang_7_switch; + private TextView lang_8; + private LinearLayout lang_8_switch_box; + private Switch lang_8_switch; + private TextView lang_9; + private LinearLayout lang_9_switch_box; + private Switch lang_9_switch; + private TextView lang_10; + private LinearLayout lang_10_switch_box; + private Switch lang_10_switch; + private TextView lang_11; + private LinearLayout lang_11_switch_box; + private Switch lang_11_switch; + private TextView lang_12; + private LinearLayout lang_12_switch_box; + private Switch lang_12_switch; private LinearLayout box_9_sub_1; private LinearLayout box_9_sub_2; private TextView apk_location; @@ -231,9 +285,32 @@ public class MainActivity extends AppCompatActivity { private TextView support_1; private TextView mod_testers_1; private TextView testers_1; - private LinearLayout box_about_4_sub_1; private TextView mod_testers_2; private TextView testers_2; + private LinearLayout box_about_4_sub_1; + private TextView manager_translator; + private TextView manager_lang_1; + private TextView translator_1; + private TextView manager_lang_2; + private TextView translator_2; + private TextView manager_lang_3; + private TextView translator_3; + private TextView manager_lang_4; + private TextView translator_4; + private TextView manager_lang_5; + private TextView translator_5; + private TextView manager_lang_6; + private TextView translator_6; + private TextView manager_lang_7; + private TextView translator_7; + private TextView manager_lang_8; + private TextView translator_8; + private TextView manager_lang_9; + private TextView translator_9; + private TextView manager_lang_10; + private TextView translator_10; + private TextView manager_lang_11; + private TextView translator_11; private TextView mobilism_team; private TextView mobilism_1; private TextView forum_team; @@ -349,6 +426,7 @@ public class MainActivity extends AppCompatActivity { private SharedPreferences COPY_URL_MODE; private AlertDialog.Builder Directory; private SharedPreferences VERSIONS; + private SharedPreferences LANGUAGE; @Override protected void onCreate(Bundle _savedInstanceState) { super.onCreate(_savedInstanceState); @@ -417,6 +495,7 @@ public class MainActivity extends AppCompatActivity { main_box_12 = (LinearLayout) findViewById(R.id.main_box_12); main_box_7 = (LinearLayout) findViewById(R.id.main_box_7); main_box_5 = (LinearLayout) findViewById(R.id.main_box_5); + main_box_14 = (LinearLayout) findViewById(R.id.main_box_14); main_box_9 = (LinearLayout) findViewById(R.id.main_box_9); main_box_10 = (LinearLayout) findViewById(R.id.main_box_10); main_box_13 = (LinearLayout) findViewById(R.id.main_box_13); @@ -477,6 +556,59 @@ public class MainActivity extends AppCompatActivity { gray_theme = (TextView) findViewById(R.id.gray_theme); box_gray_switch = (LinearLayout) findViewById(R.id.box_gray_switch); gray_switch = (Switch) findViewById(R.id.gray_switch); + box_14_sub_1 = (LinearLayout) findViewById(R.id.box_14_sub_1); + box_14_sub_2 = (LinearLayout) findViewById(R.id.box_14_sub_2); + language = (TextView) findViewById(R.id.language); + box_language_switch = (LinearLayout) findViewById(R.id.box_language_switch); + language_switch = (Switch) findViewById(R.id.language_switch); + box_lang_0 = (LinearLayout) findViewById(R.id.box_lang_0); + box_lang_1 = (LinearLayout) findViewById(R.id.box_lang_1); + box_lang_2 = (LinearLayout) findViewById(R.id.box_lang_2); + box_lang_3 = (LinearLayout) findViewById(R.id.box_lang_3); + box_lang_4 = (LinearLayout) findViewById(R.id.box_lang_4); + box_lang_5 = (LinearLayout) findViewById(R.id.box_lang_5); + box_lang_6 = (LinearLayout) findViewById(R.id.box_lang_6); + box_lang_7 = (LinearLayout) findViewById(R.id.box_lang_7); + box_lang_8 = (LinearLayout) findViewById(R.id.box_lang_8); + box_lang_9 = (LinearLayout) findViewById(R.id.box_lang_9); + box_lang_10 = (LinearLayout) findViewById(R.id.box_lang_10); + box_lang_11 = (LinearLayout) findViewById(R.id.box_lang_11); + lang_1 = (TextView) findViewById(R.id.lang_1); + lang_1_switch_box = (LinearLayout) findViewById(R.id.lang_1_switch_box); + lang_1_switch = (Switch) findViewById(R.id.lang_1_switch); + lang_2 = (TextView) findViewById(R.id.lang_2); + lang_2_switch_box = (LinearLayout) findViewById(R.id.lang_2_switch_box); + lang_2_switch = (Switch) findViewById(R.id.lang_2_switch); + lang_3 = (TextView) findViewById(R.id.lang_3); + lang_3_switch_box = (LinearLayout) findViewById(R.id.lang_3_switch_box); + lang_3_switch = (Switch) findViewById(R.id.lang_3_switch); + lang_4 = (TextView) findViewById(R.id.lang_4); + lang_4_switch_box = (LinearLayout) findViewById(R.id.lang_4_switch_box); + lang_4_switch = (Switch) findViewById(R.id.lang_4_switch); + lang_5 = (TextView) findViewById(R.id.lang_5); + lang_5_switch_box = (LinearLayout) findViewById(R.id.lang_5_switch_box); + lang_5_switch = (Switch) findViewById(R.id.lang_5_switch); + lang_6 = (TextView) findViewById(R.id.lang_6); + lang_6_switch_box = (LinearLayout) findViewById(R.id.lang_6_switch_box); + lang_6_switch = (Switch) findViewById(R.id.lang_6_switch); + lang_7 = (TextView) findViewById(R.id.lang_7); + lang_7_switch_box = (LinearLayout) findViewById(R.id.lang_7_switch_box); + lang_7_switch = (Switch) findViewById(R.id.lang_7_switch); + lang_8 = (TextView) findViewById(R.id.lang_8); + lang_8_switch_box = (LinearLayout) findViewById(R.id.lang_8_switch_box); + lang_8_switch = (Switch) findViewById(R.id.lang_8_switch); + lang_9 = (TextView) findViewById(R.id.lang_9); + lang_9_switch_box = (LinearLayout) findViewById(R.id.lang_9_switch_box); + lang_9_switch = (Switch) findViewById(R.id.lang_9_switch); + lang_10 = (TextView) findViewById(R.id.lang_10); + lang_10_switch_box = (LinearLayout) findViewById(R.id.lang_10_switch_box); + lang_10_switch = (Switch) findViewById(R.id.lang_10_switch); + lang_11 = (TextView) findViewById(R.id.lang_11); + lang_11_switch_box = (LinearLayout) findViewById(R.id.lang_11_switch_box); + lang_11_switch = (Switch) findViewById(R.id.lang_11_switch); + lang_12 = (TextView) findViewById(R.id.lang_12); + lang_12_switch_box = (LinearLayout) findViewById(R.id.lang_12_switch_box); + lang_12_switch = (Switch) findViewById(R.id.lang_12_switch); box_9_sub_1 = (LinearLayout) findViewById(R.id.box_9_sub_1); box_9_sub_2 = (LinearLayout) findViewById(R.id.box_9_sub_2); apk_location = (TextView) findViewById(R.id.apk_location); @@ -513,9 +645,32 @@ public class MainActivity extends AppCompatActivity { support_1 = (TextView) findViewById(R.id.support_1); mod_testers_1 = (TextView) findViewById(R.id.mod_testers_1); testers_1 = (TextView) findViewById(R.id.testers_1); - box_about_4_sub_1 = (LinearLayout) findViewById(R.id.box_about_4_sub_1); mod_testers_2 = (TextView) findViewById(R.id.mod_testers_2); testers_2 = (TextView) findViewById(R.id.testers_2); + box_about_4_sub_1 = (LinearLayout) findViewById(R.id.box_about_4_sub_1); + manager_translator = (TextView) findViewById(R.id.manager_translator); + manager_lang_1 = (TextView) findViewById(R.id.manager_lang_1); + translator_1 = (TextView) findViewById(R.id.translator_1); + manager_lang_2 = (TextView) findViewById(R.id.manager_lang_2); + translator_2 = (TextView) findViewById(R.id.translator_2); + manager_lang_3 = (TextView) findViewById(R.id.manager_lang_3); + translator_3 = (TextView) findViewById(R.id.translator_3); + manager_lang_4 = (TextView) findViewById(R.id.manager_lang_4); + translator_4 = (TextView) findViewById(R.id.translator_4); + manager_lang_5 = (TextView) findViewById(R.id.manager_lang_5); + translator_5 = (TextView) findViewById(R.id.translator_5); + manager_lang_6 = (TextView) findViewById(R.id.manager_lang_6); + translator_6 = (TextView) findViewById(R.id.translator_6); + manager_lang_7 = (TextView) findViewById(R.id.manager_lang_7); + translator_7 = (TextView) findViewById(R.id.translator_7); + manager_lang_8 = (TextView) findViewById(R.id.manager_lang_8); + translator_8 = (TextView) findViewById(R.id.translator_8); + manager_lang_9 = (TextView) findViewById(R.id.manager_lang_9); + translator_9 = (TextView) findViewById(R.id.translator_9); + manager_lang_10 = (TextView) findViewById(R.id.manager_lang_10); + translator_10 = (TextView) findViewById(R.id.translator_10); + manager_lang_11 = (TextView) findViewById(R.id.manager_lang_11); + translator_11 = (TextView) findViewById(R.id.translator_11); mobilism_team = (TextView) findViewById(R.id.mobilism_team); mobilism_1 = (TextView) findViewById(R.id.mobilism_1); forum_team = (TextView) findViewById(R.id.forum_team); @@ -610,6 +765,7 @@ public class MainActivity extends AppCompatActivity { COPY_URL_MODE = getSharedPreferences("COPY_URL_MODE", Activity.MODE_PRIVATE); Directory = new AlertDialog.Builder(this); VERSIONS = getSharedPreferences("VERSIONS", Activity.MODE_PRIVATE); + LANGUAGE = getSharedPreferences("LANGUAGE", Activity.MODE_PRIVATE); box_switch.setOnClickListener(new View.OnClickListener() { @Override @@ -1036,7 +1192,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1162,7 +1318,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1288,7 +1444,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1414,7 +1570,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1540,7 +1696,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1666,7 +1822,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(true); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1792,7 +1948,7 @@ public class MainActivity extends AppCompatActivity { gray_switch.setChecked(false); } else { - if (!(green_switch.isChecked() && (purple_switch.isChecked() && red_switch.isChecked()))) { + if (!_isChecked) { THEME.edit().putString("THEME", "0").commit(); @@ -1816,6 +1972,15863 @@ public class MainActivity extends AppCompatActivity { } }); + language_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + box_14_sub_2.setVisibility(View.VISIBLE); + version_switch_1.setChecked(false); + version_switch_2.setChecked(false); + changelogs_switch.setChecked(false); + _Animation_6(); + } + else { + box_14_sub_2.setVisibility(View.GONE); + } + } + }); + + lang_1_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_2_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_3_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_4_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_5_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_6_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_7_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_8_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_9_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_10_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_11_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_12_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + + lang_12_switch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(CompoundButton _param1, boolean _param2) { + final boolean _isChecked = _param2; + if (_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "12").commit(); + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + else { + if (lang_2_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "2").commit(); + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_3_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "3").commit(); + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_4_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "4").commit(); + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_5_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "5").commit(); + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_6_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "6").commit(); + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_7_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "7").commit(); + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_8_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "8").commit(); + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_9_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "9").commit(); + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_10_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "10").commit(); + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (lang_11_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "11").commit(); + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (lang_1_switch.isChecked()) { + LANGUAGE.edit().putString("LANGUAGE", "1").commit(); + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (!_isChecked) { + LANGUAGE.edit().putString("LANGUAGE", "0").commit(); + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + + } + } + } + } + } + } + } + } + } + } + } + } + } + COUNTER = 1; + } + }); + apk_path_location.addTextChangedListener(new TextWatcher() { @Override public void onTextChanged(CharSequence _param1, int _param2, int _param3, int _param4) { @@ -1853,6 +17866,19 @@ public class MainActivity extends AppCompatActivity { orange_switch.setChecked(false); yellow_switch.setChecked(false); gray_switch.setChecked(false); + language_switch.setChecked(false); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); apk_path_location.setText("/storage/emulated/0/xManager/"); if (COUNTER == 1) { @@ -2823,7 +18849,6 @@ public class MainActivity extends AppCompatActivity { _Informations(); _Animation_0(); _Model_UI(); - _Translations(); } catch(Exception e) { } @@ -3204,6 +19229,7 @@ public class MainActivity extends AppCompatActivity { developer_spotify.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); support_team.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); mod_testers_1.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + mod_testers_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); mobilism_team.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); forum_team.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); manager_team.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); @@ -3231,8 +19257,43 @@ public class MainActivity extends AppCompatActivity { copy_url_mode.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); copy_file_url_mode_info.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); clear_directory_folders_info.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); - mod_testers_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); - testers_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + language.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + lang_1.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_3.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_4.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_5.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_6.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_7.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_8.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_9.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_10.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_11.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + lang_12.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 0); + manager_translator.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_1.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_3.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_4.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_5.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_6.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_7.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_8.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_9.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_10.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + manager_lang_11.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_1.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_2.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_3.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_4.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_5.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_6.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_7.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_8.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_9.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_10.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + translator_11.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_font.ttf"), 1); + @@ -3248,6 +19309,7 @@ public class MainActivity extends AppCompatActivity { list_menu_2.setVisibility(View.GONE); box_5_sub_2.setVisibility(View.GONE); box_6_sub_2.setVisibility(View.GONE); + box_14_sub_2.setVisibility(View.GONE); list_menu_1.smoothScrollToPosition((int)(0)); list_menu_2.smoothScrollToPosition((int)(0)); @@ -3696,6 +19758,7 @@ public class MainActivity extends AppCompatActivity { _Animation_5(); _List_Updater(); _Theme_UI(); + _Language_UI(); _Effects(); _Url_Mode(); _Switch_Checker(); @@ -4462,15 +20525,15 @@ public class MainActivity extends AppCompatActivity { z = null; Animation hh; hh = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); - hh.setDuration(800); main_box_9.startAnimation(hh); + hh.setDuration(900); main_box_9.startAnimation(hh); hh = null; Animation ii; ii = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); - ii.setDuration(900); main_box_10.startAnimation(ii); + ii.setDuration(1000); main_box_10.startAnimation(ii); ii = null; Animation jj; jj = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); - jj.setDuration(1000); main_box_13.startAnimation(jj); + jj.setDuration(1100); main_box_13.startAnimation(jj); jj = null; Animation kk; kk = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); @@ -4480,6 +20543,10 @@ public class MainActivity extends AppCompatActivity { ll = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); ll.setDuration(500); main_box_12.startAnimation(ll); ll = null; + Animation mm; + mm = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + mm.setDuration(800); main_box_14.startAnimation(mm); + mm = null; } @@ -5668,91 +21735,1357 @@ public class MainActivity extends AppCompatActivity { } - private void _Translations () { - title_1.setText(""); - title_2.setText(""); - sub_text_2.setText(""); - sub_text_4.setText(""); - sub_text_1.setText(""); - sub_text_3.setText(""); - version_switch_1.setText(""); - version_switch_2.setText(""); - changelogs.setText(""); - title_sub.setText(""); - device_cpu.setText(""); - source.setText(""); - support.setText(""); - donate.setText(""); - about.setText(""); - list_auto_refresh.setText(""); - list_auto_refresh_info.setText(""); - force_auto_install.setText(""); - force_auto_install_info.setText(""); - copy_url_mode.setText(""); - copy_file_url_mode_info.setText(""); - navigation_bar.setText(""); - theme.setText(""); - apk_location.setText(""); - apk_location_info.setText(""); - clear_directory_folders.setText(""); - clear_directory_folders_info.setText(""); - reset_settings.setText(""); - green_theme.setText(""); - purple_theme.setText(""); - red_theme.setText(""); - blue_theme.setText(""); - orange_theme.setText(""); - yellow_theme.setText(""); - gray_theme.setText(""); - sub_title.setText(""); - developer_manager.setText(""); - developer_spotify.setText(""); - support_team.setText(""); - mod_testers_1.setText(""); - mod_testers_2.setText(""); - mobilism_team.setText(""); - forum_team.setText(""); - manager_team.setText(""); - contributors_1.setText(""); - download_selected.setText(""); - download_ready.setText(""); - download_ready_desc.setText(""); - downloading_file.setText(""); - download_success.setText(""); - copy_url_desc.setText(""); - file_directory.setText(""); - new_update.setText(""); - download_selected_0 = download_selected.getText().toString(); - download_ready_0 = download_ready.getText().toString(); - download_ready_desc_0 = download_ready_desc.getText().toString(); - downloading_file_0 = downloading_file.getText().toString(); - download_success_0 = download_success.getText().toString(); - copy_url_desc_0 = copy_url_desc.getText().toString(); - file_directory_0 = file_directory.getText().toString(); - continue_1.setText(""); - cancel.setText(""); - download.setText(""); - later.setText(""); - directory.setText(""); - install_now.setText(""); - install_update.setText(""); - go_back.setText(""); - download_update.setText(""); - not_now.setText(""); - show_support.setText(""); - show_support_desc.setText(""); - copy_url_0 = copy_url.getText().toString(); - download_0 = download.getText().toString(); - continue_0 = continue_1.getText().toString(); - cancel_0 = cancel.getText().toString(); - later_0 = later.getText().toString(); - directory_0 = directory.getText().toString(); - install_now_0 = install_now.getText().toString(); - go_back_0 = go_back.getText().toString(); - install_update_0 = install_update.getText().toString(); - main_title.setText(""); - settings_title.setText(""); - about_title.setText(""); + private void _Language_UI () { + if (LANGUAGE.getString("LANGUAGE", "").equals("0")) { + title_1.setText(R.string.spotify_regular); + title_2.setText(R.string.spotify_amoled); + sub_text_2.setText(R.string.installed); + sub_text_4.setText(R.string.installed); + sub_text_1.setText(R.string.latest); + sub_text_3.setText(R.string.latest); + version_switch_1.setText(R.string.versions); + version_switch_2.setText(R.string.versions); + changelogs.setText(R.string.changelogs); + title_sub.setText(R.string.manager_tools); + device_cpu.setText(R.string.device_cpu); + source.setText(R.string.source); + support.setText(R.string.support); + donate.setText(R.string.donate); + about.setText(R.string.about); + list_auto_refresh.setText(R.string.list_auto_refresh); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc); + force_auto_install.setText(R.string.force_auto_install); + force_auto_install_info.setText(R.string.force_auto_install_desc); + copy_url_mode.setText(R.string.copy_url_mode); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc); + navigation_bar.setText(R.string.hide_navigation_bar); + theme.setText(R.string.show_themes); + apk_location.setText(R.string.apk_location); + apk_location_info.setText(R.string.apk_location_desc); + clear_directory_folders.setText(R.string.clear_directory_folders); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc); + reset_settings.setText(R.string.reset_settings); + green_theme.setText(R.string.green); + purple_theme.setText(R.string.purple); + red_theme.setText(R.string.red); + blue_theme.setText(R.string.blue); + orange_theme.setText(R.string.orange); + yellow_theme.setText(R.string.yellow); + gray_theme.setText(R.string.gray); + sub_title.setText(R.string.about_sub); + developer_manager.setText(R.string.xmanager_dev); + developer_spotify.setText(R.string.spotify_mod_devs); + support_team.setText(R.string.telegram_support_team); + mod_testers_1.setText(R.string.manager_testers); + mod_testers_2.setText(R.string.manager_hosting); + mobilism_team.setText(R.string.mobilism_team); + forum_team.setText(R.string.forum_team); + manager_team.setText(R.string.xspotify_team); + contributors_1.setText(R.string.contributors); + download_selected.setText(R.string.download_selected); + download_ready.setText(R.string.download_ready); + download_ready_desc.setText(R.string.download_ready_desc); + downloading_file.setText(R.string.downloading_file); + download_success.setText(R.string.download_success); + copy_url_desc.setText(R.string.copy_url_desc); + file_directory.setText(R.string.file_directory); + new_update.setText(R.string.new_update); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1); + cancel.setText(R.string.cancel); + download.setText(R.string.download); + later.setText(R.string.later); + directory.setText(R.string.directory); + install_now.setText(R.string.install_now); + install_update.setText(R.string.install_update); + go_back.setText(R.string.go_back); + download_update.setText(R.string.download_update); + not_now.setText(R.string.not_now); + show_support.setText(R.string.show_support); + show_support_desc.setText(R.string.show_support_desc); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title); + settings_title.setText(R.string.settings_title); + about_title.setText(R.string.about_title); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("1")) { + title_1.setText(R.string.spotify_regular_01); + title_2.setText(R.string.spotify_amoled_01); + sub_text_2.setText(R.string.installed_01); + sub_text_4.setText(R.string.installed_01); + sub_text_1.setText(R.string.latest_01); + sub_text_3.setText(R.string.latest_01); + version_switch_1.setText(R.string.versions_01); + version_switch_2.setText(R.string.versions_01); + changelogs.setText(R.string.changelogs_01); + title_sub.setText(R.string.manager_tools_01); + device_cpu.setText(R.string.device_cpu_01); + source.setText(R.string.source_01); + support.setText(R.string.support_01); + donate.setText(R.string.donate_01); + about.setText(R.string.about_01); + list_auto_refresh.setText(R.string.list_auto_refresh_01); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_01); + force_auto_install.setText(R.string.force_auto_install_01); + force_auto_install_info.setText(R.string.force_auto_install_desc_01); + copy_url_mode.setText(R.string.copy_url_mode_01); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_01); + navigation_bar.setText(R.string.hide_navigation_bar_01); + theme.setText(R.string.show_themes_01); + apk_location.setText(R.string.apk_location_01); + apk_location_info.setText(R.string.apk_location_desc_01); + clear_directory_folders.setText(R.string.clear_directory_folders_01); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_01); + reset_settings.setText(R.string.reset_settings_01); + green_theme.setText(R.string.green_01); + purple_theme.setText(R.string.purple_01); + red_theme.setText(R.string.red_01); + blue_theme.setText(R.string.blue_01); + orange_theme.setText(R.string.orange_01); + yellow_theme.setText(R.string.yellow_01); + gray_theme.setText(R.string.gray_01); + sub_title.setText(R.string.about_sub_01); + developer_manager.setText(R.string.xmanager_dev_01); + developer_spotify.setText(R.string.spotify_mod_devs_01); + support_team.setText(R.string.telegram_support_team_01); + mod_testers_1.setText(R.string.manager_testers_01); + mod_testers_2.setText(R.string.manager_hosting_01); + mobilism_team.setText(R.string.mobilism_team_01); + forum_team.setText(R.string.forum_team_01); + manager_team.setText(R.string.xspotify_team_01); + contributors_1.setText(R.string.contributors_01); + download_selected.setText(R.string.download_selected_01); + download_ready.setText(R.string.download_ready_01); + download_ready_desc.setText(R.string.download_ready_desc_01); + downloading_file.setText(R.string.downloading_file_01); + download_success.setText(R.string.download_success_01); + copy_url_desc.setText(R.string.copy_url_desc_01); + file_directory.setText(R.string.file_directory_01); + new_update.setText(R.string.new_update_01); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_01); + cancel.setText(R.string.cancel_01); + download.setText(R.string.download_01); + later.setText(R.string.later_01); + directory.setText(R.string.directory_01); + install_now.setText(R.string.install_now_01); + install_update.setText(R.string.install_update_01); + go_back.setText(R.string.go_back_01); + download_update.setText(R.string.download_update_01); + not_now.setText(R.string.not_now_01); + show_support.setText(R.string.show_support_01); + show_support_desc.setText(R.string.show_support_desc_01); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_01); + settings_title.setText(R.string.settings_title_01); + about_title.setText(R.string.about_title_01); + lang_1_switch.setChecked(true); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("2")) { + title_1.setText(R.string.spotify_regular_02); + title_2.setText(R.string.spotify_amoled_02); + sub_text_2.setText(R.string.installed_02); + sub_text_4.setText(R.string.installed_02); + sub_text_1.setText(R.string.latest_02); + sub_text_3.setText(R.string.latest_02); + version_switch_1.setText(R.string.versions_02); + version_switch_2.setText(R.string.versions_02); + changelogs.setText(R.string.changelogs_02); + title_sub.setText(R.string.manager_tools_02); + device_cpu.setText(R.string.device_cpu_02); + source.setText(R.string.source_02); + support.setText(R.string.support_02); + donate.setText(R.string.donate_02); + about.setText(R.string.about_02); + list_auto_refresh.setText(R.string.list_auto_refresh_02); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_02); + force_auto_install.setText(R.string.force_auto_install_02); + force_auto_install_info.setText(R.string.force_auto_install_desc_02); + copy_url_mode.setText(R.string.copy_url_mode_02); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_02); + navigation_bar.setText(R.string.hide_navigation_bar_02); + theme.setText(R.string.show_themes_02); + apk_location.setText(R.string.apk_location_02); + apk_location_info.setText(R.string.apk_location_desc_02); + clear_directory_folders.setText(R.string.clear_directory_folders_02); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_02); + reset_settings.setText(R.string.reset_settings_02); + green_theme.setText(R.string.green_02); + purple_theme.setText(R.string.purple_02); + red_theme.setText(R.string.red_02); + blue_theme.setText(R.string.blue_02); + orange_theme.setText(R.string.orange_02); + yellow_theme.setText(R.string.yellow_02); + gray_theme.setText(R.string.gray_02); + sub_title.setText(R.string.about_sub_02); + developer_manager.setText(R.string.xmanager_dev_02); + developer_spotify.setText(R.string.spotify_mod_devs_02); + support_team.setText(R.string.telegram_support_team_02); + mod_testers_1.setText(R.string.manager_testers_02); + mod_testers_2.setText(R.string.manager_hosting_02); + mobilism_team.setText(R.string.mobilism_team_02); + forum_team.setText(R.string.forum_team_02); + manager_team.setText(R.string.xspotify_team_02); + contributors_1.setText(R.string.contributors_02); + download_selected.setText(R.string.download_selected_02); + download_ready.setText(R.string.download_ready_02); + download_ready_desc.setText(R.string.download_ready_desc_02); + downloading_file.setText(R.string.downloading_file_02); + download_success.setText(R.string.download_success_02); + copy_url_desc.setText(R.string.copy_url_desc_02); + file_directory.setText(R.string.file_directory_02); + new_update.setText(R.string.new_update_02); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_02); + cancel.setText(R.string.cancel_02); + download.setText(R.string.download_02); + later.setText(R.string.later_02); + directory.setText(R.string.directory_02); + install_now.setText(R.string.install_now_02); + install_update.setText(R.string.install_update_02); + go_back.setText(R.string.go_back_02); + download_update.setText(R.string.download_update_02); + not_now.setText(R.string.not_now_02); + show_support.setText(R.string.show_support_02); + show_support_desc.setText(R.string.show_support_desc_02); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_02); + settings_title.setText(R.string.settings_title_02); + about_title.setText(R.string.about_title_02); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(true); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("3")) { + title_1.setText(R.string.spotify_regular_03); + title_2.setText(R.string.spotify_amoled_03); + sub_text_2.setText(R.string.installed_03); + sub_text_4.setText(R.string.installed_03); + sub_text_1.setText(R.string.latest_03); + sub_text_3.setText(R.string.latest_03); + version_switch_1.setText(R.string.versions_03); + version_switch_2.setText(R.string.versions_03); + changelogs.setText(R.string.changelogs_03); + title_sub.setText(R.string.manager_tools_03); + device_cpu.setText(R.string.device_cpu_03); + source.setText(R.string.source_03); + support.setText(R.string.support_03); + donate.setText(R.string.donate_03); + about.setText(R.string.about_03); + list_auto_refresh.setText(R.string.list_auto_refresh_03); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_03); + force_auto_install.setText(R.string.force_auto_install_03); + force_auto_install_info.setText(R.string.force_auto_install_desc_03); + copy_url_mode.setText(R.string.copy_url_mode_03); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_03); + navigation_bar.setText(R.string.hide_navigation_bar_03); + theme.setText(R.string.show_themes_03); + apk_location.setText(R.string.apk_location_03); + apk_location_info.setText(R.string.apk_location_desc_03); + clear_directory_folders.setText(R.string.clear_directory_folders_03); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_03); + reset_settings.setText(R.string.reset_settings_03); + green_theme.setText(R.string.green_03); + purple_theme.setText(R.string.purple_03); + red_theme.setText(R.string.red_03); + blue_theme.setText(R.string.blue_03); + orange_theme.setText(R.string.orange_03); + yellow_theme.setText(R.string.yellow_03); + gray_theme.setText(R.string.gray_03); + sub_title.setText(R.string.about_sub_03); + developer_manager.setText(R.string.xmanager_dev_03); + developer_spotify.setText(R.string.spotify_mod_devs_03); + support_team.setText(R.string.telegram_support_team_03); + mod_testers_1.setText(R.string.manager_testers_03); + mod_testers_2.setText(R.string.manager_hosting_03); + mobilism_team.setText(R.string.mobilism_team_03); + forum_team.setText(R.string.forum_team_03); + manager_team.setText(R.string.xspotify_team_03); + contributors_1.setText(R.string.contributors_03); + download_selected.setText(R.string.download_selected_03); + download_ready.setText(R.string.download_ready_03); + download_ready_desc.setText(R.string.download_ready_desc_03); + downloading_file.setText(R.string.downloading_file_03); + download_success.setText(R.string.download_success_03); + copy_url_desc.setText(R.string.copy_url_desc_03); + file_directory.setText(R.string.file_directory_03); + new_update.setText(R.string.new_update_03); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_03); + cancel.setText(R.string.cancel_03); + download.setText(R.string.download_03); + later.setText(R.string.later_03); + directory.setText(R.string.directory_03); + install_now.setText(R.string.install_now_03); + install_update.setText(R.string.install_update_03); + go_back.setText(R.string.go_back_03); + download_update.setText(R.string.download_update_03); + not_now.setText(R.string.not_now_03); + show_support.setText(R.string.show_support_03); + show_support_desc.setText(R.string.show_support_desc_03); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_03); + settings_title.setText(R.string.settings_title_03); + about_title.setText(R.string.about_title_03); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(true); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("4")) { + title_1.setText(R.string.spotify_regular_04); + title_2.setText(R.string.spotify_amoled_04); + sub_text_2.setText(R.string.installed_04); + sub_text_4.setText(R.string.installed_04); + sub_text_1.setText(R.string.latest_04); + sub_text_3.setText(R.string.latest_04); + version_switch_1.setText(R.string.versions_04); + version_switch_2.setText(R.string.versions_04); + changelogs.setText(R.string.changelogs_04); + title_sub.setText(R.string.manager_tools_04); + device_cpu.setText(R.string.device_cpu_04); + source.setText(R.string.source_04); + support.setText(R.string.support_04); + donate.setText(R.string.donate_04); + about.setText(R.string.about_04); + list_auto_refresh.setText(R.string.list_auto_refresh_04); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_04); + force_auto_install.setText(R.string.force_auto_install_04); + force_auto_install_info.setText(R.string.force_auto_install_desc_04); + copy_url_mode.setText(R.string.copy_url_mode_04); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_04); + navigation_bar.setText(R.string.hide_navigation_bar_04); + theme.setText(R.string.show_themes_04); + apk_location.setText(R.string.apk_location_04); + apk_location_info.setText(R.string.apk_location_desc_04); + clear_directory_folders.setText(R.string.clear_directory_folders_04); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_04); + reset_settings.setText(R.string.reset_settings_04); + green_theme.setText(R.string.green_04); + purple_theme.setText(R.string.purple_04); + red_theme.setText(R.string.red_04); + blue_theme.setText(R.string.blue_04); + orange_theme.setText(R.string.orange_04); + yellow_theme.setText(R.string.yellow_04); + gray_theme.setText(R.string.gray_04); + sub_title.setText(R.string.about_sub_04); + developer_manager.setText(R.string.xmanager_dev_04); + developer_spotify.setText(R.string.spotify_mod_devs_04); + support_team.setText(R.string.telegram_support_team_04); + mod_testers_1.setText(R.string.manager_testers_04); + mod_testers_2.setText(R.string.manager_hosting_04); + mobilism_team.setText(R.string.mobilism_team_04); + forum_team.setText(R.string.forum_team_04); + manager_team.setText(R.string.xspotify_team_04); + contributors_1.setText(R.string.contributors_04); + download_selected.setText(R.string.download_selected_04); + download_ready.setText(R.string.download_ready_04); + download_ready_desc.setText(R.string.download_ready_desc_04); + downloading_file.setText(R.string.downloading_file_04); + download_success.setText(R.string.download_success_04); + copy_url_desc.setText(R.string.copy_url_desc_04); + file_directory.setText(R.string.file_directory_04); + new_update.setText(R.string.new_update_04); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_04); + cancel.setText(R.string.cancel_04); + download.setText(R.string.download_04); + later.setText(R.string.later_04); + directory.setText(R.string.directory_04); + install_now.setText(R.string.install_now_04); + install_update.setText(R.string.install_update_04); + go_back.setText(R.string.go_back_04); + download_update.setText(R.string.download_update_04); + not_now.setText(R.string.not_now_04); + show_support.setText(R.string.show_support_04); + show_support_desc.setText(R.string.show_support_desc_04); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_04); + settings_title.setText(R.string.settings_title_04); + about_title.setText(R.string.about_title_04); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(true); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("5")) { + title_1.setText(R.string.spotify_regular_05); + title_2.setText(R.string.spotify_amoled_05); + sub_text_2.setText(R.string.installed_05); + sub_text_4.setText(R.string.installed_05); + sub_text_1.setText(R.string.latest_05); + sub_text_3.setText(R.string.latest_05); + version_switch_1.setText(R.string.versions_05); + version_switch_2.setText(R.string.versions_05); + changelogs.setText(R.string.changelogs_05); + title_sub.setText(R.string.manager_tools_05); + device_cpu.setText(R.string.device_cpu_05); + source.setText(R.string.source_05); + support.setText(R.string.support_05); + donate.setText(R.string.donate_05); + about.setText(R.string.about_05); + list_auto_refresh.setText(R.string.list_auto_refresh_05); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_05); + force_auto_install.setText(R.string.force_auto_install_05); + force_auto_install_info.setText(R.string.force_auto_install_desc_05); + copy_url_mode.setText(R.string.copy_url_mode_05); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_05); + navigation_bar.setText(R.string.hide_navigation_bar_05); + theme.setText(R.string.show_themes_05); + apk_location.setText(R.string.apk_location_05); + apk_location_info.setText(R.string.apk_location_desc_05); + clear_directory_folders.setText(R.string.clear_directory_folders_05); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_05); + reset_settings.setText(R.string.reset_settings_05); + green_theme.setText(R.string.green_05); + purple_theme.setText(R.string.purple_05); + red_theme.setText(R.string.red_05); + blue_theme.setText(R.string.blue_05); + orange_theme.setText(R.string.orange_05); + yellow_theme.setText(R.string.yellow_05); + gray_theme.setText(R.string.gray_05); + sub_title.setText(R.string.about_sub_05); + developer_manager.setText(R.string.xmanager_dev_05); + developer_spotify.setText(R.string.spotify_mod_devs_05); + support_team.setText(R.string.telegram_support_team_05); + mod_testers_1.setText(R.string.manager_testers_05); + mod_testers_2.setText(R.string.manager_hosting_05); + mobilism_team.setText(R.string.mobilism_team_05); + forum_team.setText(R.string.forum_team_05); + manager_team.setText(R.string.xspotify_team_05); + contributors_1.setText(R.string.contributors_05); + download_selected.setText(R.string.download_selected_05); + download_ready.setText(R.string.download_ready_05); + download_ready_desc.setText(R.string.download_ready_desc_05); + downloading_file.setText(R.string.downloading_file_05); + download_success.setText(R.string.download_success_05); + copy_url_desc.setText(R.string.copy_url_desc_05); + file_directory.setText(R.string.file_directory_05); + new_update.setText(R.string.new_update_05); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_05); + cancel.setText(R.string.cancel_05); + download.setText(R.string.download_05); + later.setText(R.string.later_05); + directory.setText(R.string.directory_05); + install_now.setText(R.string.install_now_05); + install_update.setText(R.string.install_update_05); + go_back.setText(R.string.go_back_05); + download_update.setText(R.string.download_update_05); + not_now.setText(R.string.not_now_05); + show_support.setText(R.string.show_support_05); + show_support_desc.setText(R.string.show_support_desc_05); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_05); + settings_title.setText(R.string.settings_title_05); + about_title.setText(R.string.about_title_05); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(true); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("6")) { + title_1.setText(R.string.spotify_regular_06); + title_2.setText(R.string.spotify_amoled_06); + sub_text_2.setText(R.string.installed_06); + sub_text_4.setText(R.string.installed_06); + sub_text_1.setText(R.string.latest_06); + sub_text_3.setText(R.string.latest_06); + version_switch_1.setText(R.string.versions_06); + version_switch_2.setText(R.string.versions_06); + changelogs.setText(R.string.changelogs_06); + title_sub.setText(R.string.manager_tools_06); + device_cpu.setText(R.string.device_cpu_06); + source.setText(R.string.source_06); + support.setText(R.string.support_06); + donate.setText(R.string.donate_06); + about.setText(R.string.about_06); + list_auto_refresh.setText(R.string.list_auto_refresh_06); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_06); + force_auto_install.setText(R.string.force_auto_install_06); + force_auto_install_info.setText(R.string.force_auto_install_desc_06); + copy_url_mode.setText(R.string.copy_url_mode_06); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_06); + navigation_bar.setText(R.string.hide_navigation_bar_06); + theme.setText(R.string.show_themes_06); + apk_location.setText(R.string.apk_location_06); + apk_location_info.setText(R.string.apk_location_desc_06); + clear_directory_folders.setText(R.string.clear_directory_folders_06); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_06); + reset_settings.setText(R.string.reset_settings_06); + green_theme.setText(R.string.green_06); + purple_theme.setText(R.string.purple_06); + red_theme.setText(R.string.red_06); + blue_theme.setText(R.string.blue_06); + orange_theme.setText(R.string.orange_06); + yellow_theme.setText(R.string.yellow_06); + gray_theme.setText(R.string.gray_06); + sub_title.setText(R.string.about_sub_06); + developer_manager.setText(R.string.xmanager_dev_06); + developer_spotify.setText(R.string.spotify_mod_devs_06); + support_team.setText(R.string.telegram_support_team_06); + mod_testers_1.setText(R.string.manager_testers_06); + mod_testers_2.setText(R.string.manager_hosting_06); + mobilism_team.setText(R.string.mobilism_team_06); + forum_team.setText(R.string.forum_team_06); + manager_team.setText(R.string.xspotify_team_06); + contributors_1.setText(R.string.contributors_06); + download_selected.setText(R.string.download_selected_06); + download_ready.setText(R.string.download_ready_06); + download_ready_desc.setText(R.string.download_ready_desc_06); + downloading_file.setText(R.string.downloading_file_06); + download_success.setText(R.string.download_success_06); + copy_url_desc.setText(R.string.copy_url_desc_06); + file_directory.setText(R.string.file_directory_06); + new_update.setText(R.string.new_update_06); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_06); + cancel.setText(R.string.cancel_06); + download.setText(R.string.download_06); + later.setText(R.string.later_06); + directory.setText(R.string.directory_06); + install_now.setText(R.string.install_now_06); + install_update.setText(R.string.install_update_06); + go_back.setText(R.string.go_back_06); + download_update.setText(R.string.download_update_06); + not_now.setText(R.string.not_now_06); + show_support.setText(R.string.show_support_06); + show_support_desc.setText(R.string.show_support_desc_06); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_06); + settings_title.setText(R.string.settings_title_06); + about_title.setText(R.string.about_title_06); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(true); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("7")) { + title_1.setText(R.string.spotify_regular_07); + title_2.setText(R.string.spotify_amoled_07); + sub_text_2.setText(R.string.installed_07); + sub_text_4.setText(R.string.installed_07); + sub_text_1.setText(R.string.latest_07); + sub_text_3.setText(R.string.latest_07); + version_switch_1.setText(R.string.versions_07); + version_switch_2.setText(R.string.versions_07); + changelogs.setText(R.string.changelogs_07); + title_sub.setText(R.string.manager_tools_07); + device_cpu.setText(R.string.device_cpu_07); + source.setText(R.string.source_07); + support.setText(R.string.support_07); + donate.setText(R.string.donate_07); + about.setText(R.string.about_07); + list_auto_refresh.setText(R.string.list_auto_refresh_07); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_07); + force_auto_install.setText(R.string.force_auto_install_07); + force_auto_install_info.setText(R.string.force_auto_install_desc_07); + copy_url_mode.setText(R.string.copy_url_mode_07); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_07); + navigation_bar.setText(R.string.hide_navigation_bar_07); + theme.setText(R.string.show_themes_07); + apk_location.setText(R.string.apk_location_07); + apk_location_info.setText(R.string.apk_location_desc_07); + clear_directory_folders.setText(R.string.clear_directory_folders_07); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_07); + reset_settings.setText(R.string.reset_settings_07); + green_theme.setText(R.string.green_07); + purple_theme.setText(R.string.purple_07); + red_theme.setText(R.string.red_07); + blue_theme.setText(R.string.blue_07); + orange_theme.setText(R.string.orange_07); + yellow_theme.setText(R.string.yellow_07); + gray_theme.setText(R.string.gray_07); + sub_title.setText(R.string.about_sub_07); + developer_manager.setText(R.string.xmanager_dev_07); + developer_spotify.setText(R.string.spotify_mod_devs_07); + support_team.setText(R.string.telegram_support_team_07); + mod_testers_1.setText(R.string.manager_testers_07); + mod_testers_2.setText(R.string.manager_hosting_07); + mobilism_team.setText(R.string.mobilism_team_07); + forum_team.setText(R.string.forum_team_07); + manager_team.setText(R.string.xspotify_team_07); + contributors_1.setText(R.string.contributors_07); + download_selected.setText(R.string.download_selected_07); + download_ready.setText(R.string.download_ready_07); + download_ready_desc.setText(R.string.download_ready_desc_07); + downloading_file.setText(R.string.downloading_file_07); + download_success.setText(R.string.download_success_07); + copy_url_desc.setText(R.string.copy_url_desc_07); + file_directory.setText(R.string.file_directory_07); + new_update.setText(R.string.new_update_07); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_07); + cancel.setText(R.string.cancel_07); + download.setText(R.string.download_07); + later.setText(R.string.later_07); + directory.setText(R.string.directory_07); + install_now.setText(R.string.install_now_07); + install_update.setText(R.string.install_update_07); + go_back.setText(R.string.go_back_07); + download_update.setText(R.string.download_update_07); + not_now.setText(R.string.not_now_07); + show_support.setText(R.string.show_support_07); + show_support_desc.setText(R.string.show_support_desc_07); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_07); + settings_title.setText(R.string.settings_title_07); + about_title.setText(R.string.about_title_07); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(true); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("8")) { + title_1.setText(R.string.spotify_regular_08); + title_2.setText(R.string.spotify_amoled_08); + sub_text_2.setText(R.string.installed_08); + sub_text_4.setText(R.string.installed_08); + sub_text_1.setText(R.string.latest_08); + sub_text_3.setText(R.string.latest_08); + version_switch_1.setText(R.string.versions_08); + version_switch_2.setText(R.string.versions_08); + changelogs.setText(R.string.changelogs_08); + title_sub.setText(R.string.manager_tools_08); + device_cpu.setText(R.string.device_cpu_08); + source.setText(R.string.source_08); + support.setText(R.string.support_08); + donate.setText(R.string.donate_08); + about.setText(R.string.about_08); + list_auto_refresh.setText(R.string.list_auto_refresh_08); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_08); + force_auto_install.setText(R.string.force_auto_install_08); + force_auto_install_info.setText(R.string.force_auto_install_desc_08); + copy_url_mode.setText(R.string.copy_url_mode_08); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_08); + navigation_bar.setText(R.string.hide_navigation_bar_08); + theme.setText(R.string.show_themes_08); + apk_location.setText(R.string.apk_location_08); + apk_location_info.setText(R.string.apk_location_desc_08); + clear_directory_folders.setText(R.string.clear_directory_folders_08); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_08); + reset_settings.setText(R.string.reset_settings_08); + green_theme.setText(R.string.green_08); + purple_theme.setText(R.string.purple_08); + red_theme.setText(R.string.red_08); + blue_theme.setText(R.string.blue_08); + orange_theme.setText(R.string.orange_08); + yellow_theme.setText(R.string.yellow_08); + gray_theme.setText(R.string.gray_08); + sub_title.setText(R.string.about_sub_08); + developer_manager.setText(R.string.xmanager_dev_08); + developer_spotify.setText(R.string.spotify_mod_devs_08); + support_team.setText(R.string.telegram_support_team_08); + mod_testers_1.setText(R.string.manager_testers_08); + mod_testers_2.setText(R.string.manager_hosting_08); + mobilism_team.setText(R.string.mobilism_team_08); + forum_team.setText(R.string.forum_team_08); + manager_team.setText(R.string.xspotify_team_08); + contributors_1.setText(R.string.contributors_08); + download_selected.setText(R.string.download_selected_08); + download_ready.setText(R.string.download_ready_08); + download_ready_desc.setText(R.string.download_ready_desc_08); + downloading_file.setText(R.string.downloading_file_08); + download_success.setText(R.string.download_success_08); + copy_url_desc.setText(R.string.copy_url_desc_08); + file_directory.setText(R.string.file_directory_08); + new_update.setText(R.string.new_update_08); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_08); + cancel.setText(R.string.cancel_08); + download.setText(R.string.download_08); + later.setText(R.string.later_08); + directory.setText(R.string.directory_08); + install_now.setText(R.string.install_now_08); + install_update.setText(R.string.install_update_08); + go_back.setText(R.string.go_back_08); + download_update.setText(R.string.download_update_08); + not_now.setText(R.string.not_now_08); + show_support.setText(R.string.show_support_08); + show_support_desc.setText(R.string.show_support_desc_08); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_08); + settings_title.setText(R.string.settings_title_08); + about_title.setText(R.string.about_title_08); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(true); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("9")) { + title_1.setText(R.string.spotify_regular_09); + title_2.setText(R.string.spotify_amoled_09); + sub_text_2.setText(R.string.installed_09); + sub_text_4.setText(R.string.installed_09); + sub_text_1.setText(R.string.latest_09); + sub_text_3.setText(R.string.latest_09); + version_switch_1.setText(R.string.versions_09); + version_switch_2.setText(R.string.versions_09); + changelogs.setText(R.string.changelogs_09); + title_sub.setText(R.string.manager_tools_09); + device_cpu.setText(R.string.device_cpu_09); + source.setText(R.string.source_09); + support.setText(R.string.support_09); + donate.setText(R.string.donate_09); + about.setText(R.string.about_09); + list_auto_refresh.setText(R.string.list_auto_refresh_09); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_09); + force_auto_install.setText(R.string.force_auto_install_09); + force_auto_install_info.setText(R.string.force_auto_install_desc_09); + copy_url_mode.setText(R.string.copy_url_mode_09); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_09); + navigation_bar.setText(R.string.hide_navigation_bar_09); + theme.setText(R.string.show_themes_09); + apk_location.setText(R.string.apk_location_09); + apk_location_info.setText(R.string.apk_location_desc_09); + clear_directory_folders.setText(R.string.clear_directory_folders_09); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_09); + reset_settings.setText(R.string.reset_settings_09); + green_theme.setText(R.string.green_09); + purple_theme.setText(R.string.purple_09); + red_theme.setText(R.string.red_09); + blue_theme.setText(R.string.blue_09); + orange_theme.setText(R.string.orange_09); + yellow_theme.setText(R.string.yellow_09); + gray_theme.setText(R.string.gray_09); + sub_title.setText(R.string.about_sub_09); + developer_manager.setText(R.string.xmanager_dev_09); + developer_spotify.setText(R.string.spotify_mod_devs_09); + support_team.setText(R.string.telegram_support_team_09); + mod_testers_1.setText(R.string.manager_testers_09); + mod_testers_2.setText(R.string.manager_hosting_09); + mobilism_team.setText(R.string.mobilism_team_09); + forum_team.setText(R.string.forum_team_09); + manager_team.setText(R.string.xspotify_team_09); + contributors_1.setText(R.string.contributors_09); + download_selected.setText(R.string.download_selected_09); + download_ready.setText(R.string.download_ready_09); + download_ready_desc.setText(R.string.download_ready_desc_09); + downloading_file.setText(R.string.downloading_file_09); + download_success.setText(R.string.download_success_09); + copy_url_desc.setText(R.string.copy_url_desc_09); + file_directory.setText(R.string.file_directory_09); + new_update.setText(R.string.new_update_09); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_09); + cancel.setText(R.string.cancel_09); + download.setText(R.string.download_09); + later.setText(R.string.later_09); + directory.setText(R.string.directory_09); + install_now.setText(R.string.install_now_09); + install_update.setText(R.string.install_update_09); + go_back.setText(R.string.go_back_09); + download_update.setText(R.string.download_update_09); + not_now.setText(R.string.not_now_09); + show_support.setText(R.string.show_support_09); + show_support_desc.setText(R.string.show_support_desc_09); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_09); + settings_title.setText(R.string.settings_title_09); + about_title.setText(R.string.about_title_09); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(true); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("10")) { + title_1.setText(R.string.spotify_regular_10); + title_2.setText(R.string.spotify_amoled_10); + sub_text_2.setText(R.string.installed_10); + sub_text_4.setText(R.string.installed_10); + sub_text_1.setText(R.string.latest_10); + sub_text_3.setText(R.string.latest_10); + version_switch_1.setText(R.string.versions_10); + version_switch_2.setText(R.string.versions_10); + changelogs.setText(R.string.changelogs_10); + title_sub.setText(R.string.manager_tools_10); + device_cpu.setText(R.string.device_cpu_10); + source.setText(R.string.source_10); + support.setText(R.string.support_10); + donate.setText(R.string.donate_10); + about.setText(R.string.about_10); + list_auto_refresh.setText(R.string.list_auto_refresh_10); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_10); + force_auto_install.setText(R.string.force_auto_install_10); + force_auto_install_info.setText(R.string.force_auto_install_desc_10); + copy_url_mode.setText(R.string.copy_url_mode_10); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_10); + navigation_bar.setText(R.string.hide_navigation_bar_10); + theme.setText(R.string.show_themes_10); + apk_location.setText(R.string.apk_location_10); + apk_location_info.setText(R.string.apk_location_desc_10); + clear_directory_folders.setText(R.string.clear_directory_folders_10); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_10); + reset_settings.setText(R.string.reset_settings_10); + green_theme.setText(R.string.green_10); + purple_theme.setText(R.string.purple_10); + red_theme.setText(R.string.red_10); + blue_theme.setText(R.string.blue_10); + orange_theme.setText(R.string.orange_10); + yellow_theme.setText(R.string.yellow_10); + gray_theme.setText(R.string.gray_10); + sub_title.setText(R.string.about_sub_10); + developer_manager.setText(R.string.xmanager_dev_10); + developer_spotify.setText(R.string.spotify_mod_devs_10); + support_team.setText(R.string.telegram_support_team_10); + mod_testers_1.setText(R.string.manager_testers_10); + mod_testers_2.setText(R.string.manager_hosting_10); + mobilism_team.setText(R.string.mobilism_team_10); + forum_team.setText(R.string.forum_team_10); + manager_team.setText(R.string.xspotify_team_10); + contributors_1.setText(R.string.contributors_10); + download_selected.setText(R.string.download_selected_10); + download_ready.setText(R.string.download_ready_10); + download_ready_desc.setText(R.string.download_ready_desc_10); + downloading_file.setText(R.string.downloading_file_10); + download_success.setText(R.string.download_success_10); + copy_url_desc.setText(R.string.copy_url_desc_10); + file_directory.setText(R.string.file_directory_10); + new_update.setText(R.string.new_update_10); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_10); + cancel.setText(R.string.cancel_10); + download.setText(R.string.download_10); + later.setText(R.string.later_10); + directory.setText(R.string.directory_10); + install_now.setText(R.string.install_now_10); + install_update.setText(R.string.install_update_10); + go_back.setText(R.string.go_back_10); + download_update.setText(R.string.download_update_10); + not_now.setText(R.string.not_now_10); + show_support.setText(R.string.show_support_10); + show_support_desc.setText(R.string.show_support_desc_10); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_10); + settings_title.setText(R.string.settings_title_10); + about_title.setText(R.string.about_title_10); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(true); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("11")) { + title_1.setText(R.string.spotify_regular_11); + title_2.setText(R.string.spotify_amoled_11); + sub_text_2.setText(R.string.installed_11); + sub_text_4.setText(R.string.installed_11); + sub_text_1.setText(R.string.latest_11); + sub_text_3.setText(R.string.latest_11); + version_switch_1.setText(R.string.versions_11); + version_switch_2.setText(R.string.versions_11); + changelogs.setText(R.string.changelogs_11); + title_sub.setText(R.string.manager_tools_11); + device_cpu.setText(R.string.device_cpu_11); + source.setText(R.string.source_11); + support.setText(R.string.support_11); + donate.setText(R.string.donate_11); + about.setText(R.string.about_11); + list_auto_refresh.setText(R.string.list_auto_refresh_11); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_11); + force_auto_install.setText(R.string.force_auto_install_11); + force_auto_install_info.setText(R.string.force_auto_install_desc_11); + copy_url_mode.setText(R.string.copy_url_mode_11); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_11); + navigation_bar.setText(R.string.hide_navigation_bar_11); + theme.setText(R.string.show_themes_11); + apk_location.setText(R.string.apk_location_11); + apk_location_info.setText(R.string.apk_location_desc_11); + clear_directory_folders.setText(R.string.clear_directory_folders_11); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_11); + reset_settings.setText(R.string.reset_settings_11); + green_theme.setText(R.string.green_11); + purple_theme.setText(R.string.purple_11); + red_theme.setText(R.string.red_11); + blue_theme.setText(R.string.blue_11); + orange_theme.setText(R.string.orange_11); + yellow_theme.setText(R.string.yellow_11); + gray_theme.setText(R.string.gray_11); + sub_title.setText(R.string.about_sub_11); + developer_manager.setText(R.string.xmanager_dev_11); + developer_spotify.setText(R.string.spotify_mod_devs_11); + support_team.setText(R.string.telegram_support_team_11); + mod_testers_1.setText(R.string.manager_testers_11); + mod_testers_2.setText(R.string.manager_hosting_11); + mobilism_team.setText(R.string.mobilism_team_11); + forum_team.setText(R.string.forum_team_11); + manager_team.setText(R.string.xspotify_team_11); + contributors_1.setText(R.string.contributors_11); + download_selected.setText(R.string.download_selected_11); + download_ready.setText(R.string.download_ready_11); + download_ready_desc.setText(R.string.download_ready_desc_11); + downloading_file.setText(R.string.downloading_file_11); + download_success.setText(R.string.download_success_11); + copy_url_desc.setText(R.string.copy_url_desc_11); + file_directory.setText(R.string.file_directory_11); + new_update.setText(R.string.new_update_11); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_11); + cancel.setText(R.string.cancel_11); + download.setText(R.string.download_11); + later.setText(R.string.later_11); + directory.setText(R.string.directory_11); + install_now.setText(R.string.install_now_11); + install_update.setText(R.string.install_update_11); + go_back.setText(R.string.go_back_11); + download_update.setText(R.string.download_update_11); + not_now.setText(R.string.not_now_11); + show_support.setText(R.string.show_support_11); + show_support_desc.setText(R.string.show_support_desc_11); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_11); + settings_title.setText(R.string.settings_title_11); + about_title.setText(R.string.about_title_11); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(true); + lang_12_switch.setChecked(false); + } + else { + if (LANGUAGE.getString("LANGUAGE", "").equals("12")) { + title_1.setText(R.string.spotify_regular_12); + title_2.setText(R.string.spotify_amoled_12); + sub_text_2.setText(R.string.installed_12); + sub_text_4.setText(R.string.installed_12); + sub_text_1.setText(R.string.latest_12); + sub_text_3.setText(R.string.latest_12); + version_switch_1.setText(R.string.versions_12); + version_switch_2.setText(R.string.versions_12); + changelogs.setText(R.string.changelogs_12); + title_sub.setText(R.string.manager_tools_12); + device_cpu.setText(R.string.device_cpu_12); + source.setText(R.string.source_12); + support.setText(R.string.support_12); + donate.setText(R.string.donate_12); + about.setText(R.string.about_12); + list_auto_refresh.setText(R.string.list_auto_refresh_12); + list_auto_refresh_info.setText(R.string.list_auto_refresh_desc_12); + force_auto_install.setText(R.string.force_auto_install_12); + force_auto_install_info.setText(R.string.force_auto_install_desc_12); + copy_url_mode.setText(R.string.copy_url_mode_12); + copy_file_url_mode_info.setText(R.string.copy_url_mode_desc_12); + navigation_bar.setText(R.string.hide_navigation_bar_12); + theme.setText(R.string.show_themes_12); + apk_location.setText(R.string.apk_location_12); + apk_location_info.setText(R.string.apk_location_desc_12); + clear_directory_folders.setText(R.string.clear_directory_folders_12); + clear_directory_folders_info.setText(R.string.clear_directory_folders_desc_12); + reset_settings.setText(R.string.reset_settings_12); + green_theme.setText(R.string.green_12); + purple_theme.setText(R.string.purple_12); + red_theme.setText(R.string.red_12); + blue_theme.setText(R.string.blue_12); + orange_theme.setText(R.string.orange_12); + yellow_theme.setText(R.string.yellow_12); + gray_theme.setText(R.string.gray_12); + sub_title.setText(R.string.about_sub_12); + developer_manager.setText(R.string.xmanager_dev_12); + developer_spotify.setText(R.string.spotify_mod_devs_12); + support_team.setText(R.string.telegram_support_team_12); + mod_testers_1.setText(R.string.manager_testers_12); + mod_testers_2.setText(R.string.manager_hosting_12); + mobilism_team.setText(R.string.mobilism_team_12); + forum_team.setText(R.string.forum_team_12); + manager_team.setText(R.string.xspotify_team_12); + contributors_1.setText(R.string.contributors_12); + download_selected.setText(R.string.download_selected_12); + download_ready.setText(R.string.download_ready_12); + download_ready_desc.setText(R.string.download_ready_desc_12); + downloading_file.setText(R.string.downloading_file_12); + download_success.setText(R.string.download_success_12); + copy_url_desc.setText(R.string.copy_url_desc_12); + file_directory.setText(R.string.file_directory_12); + new_update.setText(R.string.new_update_12); + download_selected_0 = download_selected.getText().toString(); + download_ready_0 = download_ready.getText().toString(); + download_ready_desc_0 = download_ready_desc.getText().toString(); + downloading_file_0 = downloading_file.getText().toString(); + download_success_0 = download_success.getText().toString(); + copy_url_desc_0 = copy_url_desc.getText().toString(); + file_directory_0 = file_directory.getText().toString(); + continue_1.setText(R.string.continue_1_12); + cancel.setText(R.string.cancel_12); + download.setText(R.string.download_12); + later.setText(R.string.later_12); + directory.setText(R.string.directory_12); + install_now.setText(R.string.install_now_12); + install_update.setText(R.string.install_update_12); + go_back.setText(R.string.go_back_12); + download_update.setText(R.string.download_update_12); + not_now.setText(R.string.not_now_12); + show_support.setText(R.string.show_support_12); + show_support_desc.setText(R.string.show_support_desc_12); + copy_url_0 = copy_url.getText().toString(); + download_0 = download.getText().toString(); + continue_0 = continue_1.getText().toString(); + cancel_0 = cancel.getText().toString(); + later_0 = later.getText().toString(); + directory_0 = directory.getText().toString(); + install_now_0 = install_now.getText().toString(); + go_back_0 = go_back.getText().toString(); + install_update_0 = install_update.getText().toString(); + main_title.setText(R.string.main_title_12); + settings_title.setText(R.string.settings_title_12); + about_title.setText(R.string.about_title_12); + lang_1_switch.setChecked(false); + lang_2_switch.setChecked(false); + lang_3_switch.setChecked(false); + lang_4_switch.setChecked(false); + lang_5_switch.setChecked(false); + lang_6_switch.setChecked(false); + lang_7_switch.setChecked(false); + lang_8_switch.setChecked(false); + lang_9_switch.setChecked(false); + lang_10_switch.setChecked(false); + lang_11_switch.setChecked(false); + lang_12_switch.setChecked(true); + } + } + } + } + } + } + } + } + } + } + } + } + } + } + + + private void _Animation_6 () { + Animation nn; + nn = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + nn.setDuration(200); box_lang_0.startAnimation(nn); + nn = null; + Animation oo; + oo = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + oo.setDuration(300); box_lang_1.startAnimation(oo); + oo = null; + Animation pp; + pp = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + pp.setDuration(400); box_lang_2.startAnimation(pp); + pp = null; + Animation qq; + qq = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + qq.setDuration(500); box_lang_3.startAnimation(qq); + qq = null; + Animation rr; + rr = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + rr.setDuration(600); box_lang_4.startAnimation(rr); + rr = null; + Animation ss; + ss = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + ss.setDuration(700); box_lang_5.startAnimation(ss); + ss = null; + Animation tt; + tt = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + tt.setDuration(800); box_lang_6.startAnimation(tt); + tt = null; + Animation uu; + uu = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + uu.setDuration(900); box_lang_7.startAnimation(uu); + uu = null; + Animation vv; + vv = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + vv.setDuration(1000); box_lang_8.startAnimation(vv); + vv = null; + Animation ww; + ww = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + ww.setDuration(1100); box_lang_9.startAnimation(ww); + ww = null; + Animation xx; + xx = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + xx.setDuration(1200); box_lang_10.startAnimation(xx); + xx = null; + Animation yy; + yy = AnimationUtils.loadAnimation(getApplicationContext(), android.R.anim.slide_in_left); + yy.setDuration(1300); box_lang_11.startAnimation(yy); + yy = null; }