Added different flavors so that ad-unit-id neednt be switched for tests / releases
This commit is contained in:
@ -772,8 +772,8 @@ public final class R {
|
||||
public static final int abc_shareactionprovider_share_with = 0x7f0d001c;
|
||||
public static final int abc_shareactionprovider_share_with_application = 0x7f0d001d;
|
||||
public static final int abc_toolbar_collapse_description = 0x7f0d001e;
|
||||
public static final int search_menu_title = 0x7f0d0065;
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0d0072;
|
||||
public static final int search_menu_title = 0x7f0d0067;
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0d0074;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int AlertDialog_AppCompat = 0x7f0e0000;
|
||||
|
File diff suppressed because one or more lines are too long
@ -7,8 +7,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.frajul.endlessroll"
|
||||
android:versionCode="8"
|
||||
android:versionName="0.7.1" >
|
||||
android:versionCode="9"
|
||||
android:versionName="1.0" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
@ -27,6 +27,7 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:testOnly="true"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:name="de.frajul.endlessroll.main.GameActivity"
|
||||
|
@ -1071,128 +1071,130 @@ int string abc_searchview_description_voice 0x7f0d001b
|
||||
int string abc_shareactionprovider_share_with 0x7f0d001c
|
||||
int string abc_shareactionprovider_share_with_application 0x7f0d001d
|
||||
int string abc_toolbar_collapse_description 0x7f0d001e
|
||||
int string app_name 0x7f0d001f
|
||||
int string bounty_message_resource_format_s 0x7f0d0020
|
||||
int string bounty_message_shape_unlocked 0x7f0d0021
|
||||
int string bounty_message_tool_format_s 0x7f0d0022
|
||||
int string bounty_message_tool_slot 0x7f0d0023
|
||||
int string common_google_play_services_unknown_issue 0x7f0d0024
|
||||
int string confirm_dialog_button_no 0x7f0d0025
|
||||
int string confirm_dialog_button_yes 0x7f0d0026
|
||||
int string confirm_dialog_exit 0x7f0d0027
|
||||
int string confirm_dialog_finish_world_1 0x7f0d0028
|
||||
int string confirm_dialog_placeholder 0x7f0d0029
|
||||
int string confirm_dialog_reset 0x7f0d002a
|
||||
int string credits_art 0x7f0d002b
|
||||
int string credits_art_title 0x7f0d002c
|
||||
int string credits_author 0x7f0d002d
|
||||
int string credits_music 0x7f0d002e
|
||||
int string credits_music_title 0x7f0d002f
|
||||
int string credits_sounds 0x7f0d0030
|
||||
int string credits_sounds_title 0x7f0d0031
|
||||
int string credits_testers 0x7f0d0032
|
||||
int string credits_testers_title 0x7f0d0033
|
||||
int string credits_title 0x7f0d0034
|
||||
int string game_bomb_error_message 0x7f0d0035
|
||||
int string game_fps_format_d 0x7f0d0036
|
||||
int string game_fps_placeholder 0x7f0d0037
|
||||
int string game_playerprogress_format_d 0x7f0d0038
|
||||
int string game_playerprogress_placeholder 0x7f0d0039
|
||||
int string goal_message_next_level_format_d 0x7f0d003a
|
||||
int string goal_message_next_world_format_s 0x7f0d003b
|
||||
int string goal_message_restart_format_d 0x7f0d003c
|
||||
int string level_button_format_d 0x7f0d003d
|
||||
int string levelup 0x7f0d003e
|
||||
int string message_game_over 0x7f0d003f
|
||||
int string message_level_finished 0x7f0d0040
|
||||
int string message_restart 0x7f0d0041
|
||||
int string message_to_menu 0x7f0d0042
|
||||
int string message_try_again 0x7f0d0043
|
||||
int string placeholder_button 0x7f0d0044
|
||||
int string placeholder_number 0x7f0d0045
|
||||
int string placeholder_textview 0x7f0d0046
|
||||
int string playershape_description_ball 0x7f0d0047
|
||||
int string playershape_description_blue 0x7f0d0048
|
||||
int string playershape_description_clock 0x7f0d0049
|
||||
int string playershape_description_hypno_spiral 0x7f0d004a
|
||||
int string playershape_description_locked 0x7f0d004b
|
||||
int string playershape_description_pacman 0x7f0d004c
|
||||
int string playershape_description_smiley 0x7f0d004d
|
||||
int string playershape_description_soccer 0x7f0d004e
|
||||
int string playershape_description_sun 0x7f0d004f
|
||||
int string playershape_description_wheel 0x7f0d0050
|
||||
int string playershape_name_ball 0x7f0d0051
|
||||
int string playershape_name_blue 0x7f0d0052
|
||||
int string playershape_name_clock 0x7f0d0053
|
||||
int string playershape_name_hypno_spiral 0x7f0d0054
|
||||
int string playershape_name_locked 0x7f0d0055
|
||||
int string playershape_name_pacman 0x7f0d0056
|
||||
int string playershape_name_smiley 0x7f0d0057
|
||||
int string playershape_name_soccer 0x7f0d0058
|
||||
int string playershape_name_sun 0x7f0d0059
|
||||
int string playershape_name_wheel 0x7f0d005a
|
||||
int string pre_start_screen_loading 0x7f0d005b
|
||||
int string price_button_buy 0x7f0d005c
|
||||
int string price_button_upgrade 0x7f0d005d
|
||||
int string s1 0x7f0d005e
|
||||
int string s2 0x7f0d005f
|
||||
int string s3 0x7f0d0060
|
||||
int string s4 0x7f0d0061
|
||||
int string s5 0x7f0d0062
|
||||
int string s6 0x7f0d0063
|
||||
int string s7 0x7f0d0064
|
||||
int string search_menu_title 0x7f0d0065
|
||||
int string settings_credits 0x7f0d0066
|
||||
int string settings_music 0x7f0d0067
|
||||
int string settings_reset 0x7f0d0068
|
||||
int string settings_show_fps 0x7f0d0069
|
||||
int string settings_sounds 0x7f0d006a
|
||||
int string short_menu_continue 0x7f0d006b
|
||||
int string short_menu_exit 0x7f0d006c
|
||||
int string start_screen_finish_world_1 0x7f0d006d
|
||||
int string start_screen_gain_90_ep 0x7f0d006e
|
||||
int string start_screen_play 0x7f0d006f
|
||||
int string start_screen_to_gl_test_screen 0x7f0d0070
|
||||
int string start_screen_unlock_all_levels 0x7f0d0071
|
||||
int string status_bar_notification_info_overflow 0x7f0d0072
|
||||
int string task_collect_energy_format_d 0x7f0d0073
|
||||
int string task_collect_energy_progress_format_ddd 0x7f0d0074
|
||||
int string task_collect_stars_format_d 0x7f0d0075
|
||||
int string task_collect_stars_progress_format_ddd 0x7f0d0076
|
||||
int string task_complete_world_format_d 0x7f0d0077
|
||||
int string task_empty 0x7f0d0078
|
||||
int string tool_description_bomb 0x7f0d0079
|
||||
int string tool_description_locked_format_d 0x7f0d007a
|
||||
int string tool_description_magnet 0x7f0d007b
|
||||
int string tool_description_power_mushroom 0x7f0d007c
|
||||
int string tool_description_ramp 0x7f0d007d
|
||||
int string tool_description_spring 0x7f0d007e
|
||||
int string tool_description_stasis 0x7f0d007f
|
||||
int string tool_level_format_d 0x7f0d0080
|
||||
int string tool_name_bomb 0x7f0d0081
|
||||
int string tool_name_locked 0x7f0d0082
|
||||
int string tool_name_magnet 0x7f0d0083
|
||||
int string tool_name_power_mushroom 0x7f0d0084
|
||||
int string tool_name_ramp 0x7f0d0085
|
||||
int string tool_name_spring 0x7f0d0086
|
||||
int string tool_name_stasis 0x7f0d0087
|
||||
int string topbar_level_format_d 0x7f0d0088
|
||||
int string topbar_level_placeholder 0x7f0d0089
|
||||
int string tutorial_leveled_up_to_toolshop 0x7f0d008a
|
||||
int string tutorial_place_ramp_air 0x7f0d008b
|
||||
int string tutorial_place_ramp_air_2 0x7f0d008c
|
||||
int string tutorial_place_ramp_gap 0x7f0d008d
|
||||
int string tutorial_place_ramp_obstacle 0x7f0d008e
|
||||
int string tutorial_place_tools 0x7f0d008f
|
||||
int string tutorial_placeholder 0x7f0d0090
|
||||
int string tutorial_spring_equipped 0x7f0d0091
|
||||
int string tutorial_switch_tools_switch 0x7f0d0092
|
||||
int string tutorial_switch_tools_two_neccessary 0x7f0d0093
|
||||
int string tutorial_welcome 0x7f0d0094
|
||||
int string unlock_message_placeholder 0x7f0d0095
|
||||
int string world_button_count_format_dd 0x7f0d0096
|
||||
int string world_button_progress_placeholder 0x7f0d0097
|
||||
int string world_button_title_placeholder 0x7f0d0098
|
||||
int string ad_unit_id_levels 0x7f0d001f
|
||||
int string ad_unit_id_test 0x7f0d0020
|
||||
int string app_name 0x7f0d0021
|
||||
int string bounty_message_resource_format_s 0x7f0d0022
|
||||
int string bounty_message_shape_unlocked 0x7f0d0023
|
||||
int string bounty_message_tool_format_s 0x7f0d0024
|
||||
int string bounty_message_tool_slot 0x7f0d0025
|
||||
int string common_google_play_services_unknown_issue 0x7f0d0026
|
||||
int string confirm_dialog_button_no 0x7f0d0027
|
||||
int string confirm_dialog_button_yes 0x7f0d0028
|
||||
int string confirm_dialog_exit 0x7f0d0029
|
||||
int string confirm_dialog_finish_world_1 0x7f0d002a
|
||||
int string confirm_dialog_placeholder 0x7f0d002b
|
||||
int string confirm_dialog_reset 0x7f0d002c
|
||||
int string credits_art 0x7f0d002d
|
||||
int string credits_art_title 0x7f0d002e
|
||||
int string credits_author 0x7f0d002f
|
||||
int string credits_music 0x7f0d0030
|
||||
int string credits_music_title 0x7f0d0031
|
||||
int string credits_sounds 0x7f0d0032
|
||||
int string credits_sounds_title 0x7f0d0033
|
||||
int string credits_testers 0x7f0d0034
|
||||
int string credits_testers_title 0x7f0d0035
|
||||
int string credits_title 0x7f0d0036
|
||||
int string game_bomb_error_message 0x7f0d0037
|
||||
int string game_fps_format_d 0x7f0d0038
|
||||
int string game_fps_placeholder 0x7f0d0039
|
||||
int string game_playerprogress_format_d 0x7f0d003a
|
||||
int string game_playerprogress_placeholder 0x7f0d003b
|
||||
int string goal_message_next_level_format_d 0x7f0d003c
|
||||
int string goal_message_next_world_format_s 0x7f0d003d
|
||||
int string goal_message_restart_format_d 0x7f0d003e
|
||||
int string level_button_format_d 0x7f0d003f
|
||||
int string levelup 0x7f0d0040
|
||||
int string message_game_over 0x7f0d0041
|
||||
int string message_level_finished 0x7f0d0042
|
||||
int string message_restart 0x7f0d0043
|
||||
int string message_to_menu 0x7f0d0044
|
||||
int string message_try_again 0x7f0d0045
|
||||
int string placeholder_button 0x7f0d0046
|
||||
int string placeholder_number 0x7f0d0047
|
||||
int string placeholder_textview 0x7f0d0048
|
||||
int string playershape_description_ball 0x7f0d0049
|
||||
int string playershape_description_blue 0x7f0d004a
|
||||
int string playershape_description_clock 0x7f0d004b
|
||||
int string playershape_description_hypno_spiral 0x7f0d004c
|
||||
int string playershape_description_locked 0x7f0d004d
|
||||
int string playershape_description_pacman 0x7f0d004e
|
||||
int string playershape_description_smiley 0x7f0d004f
|
||||
int string playershape_description_soccer 0x7f0d0050
|
||||
int string playershape_description_sun 0x7f0d0051
|
||||
int string playershape_description_wheel 0x7f0d0052
|
||||
int string playershape_name_ball 0x7f0d0053
|
||||
int string playershape_name_blue 0x7f0d0054
|
||||
int string playershape_name_clock 0x7f0d0055
|
||||
int string playershape_name_hypno_spiral 0x7f0d0056
|
||||
int string playershape_name_locked 0x7f0d0057
|
||||
int string playershape_name_pacman 0x7f0d0058
|
||||
int string playershape_name_smiley 0x7f0d0059
|
||||
int string playershape_name_soccer 0x7f0d005a
|
||||
int string playershape_name_sun 0x7f0d005b
|
||||
int string playershape_name_wheel 0x7f0d005c
|
||||
int string pre_start_screen_loading 0x7f0d005d
|
||||
int string price_button_buy 0x7f0d005e
|
||||
int string price_button_upgrade 0x7f0d005f
|
||||
int string s1 0x7f0d0060
|
||||
int string s2 0x7f0d0061
|
||||
int string s3 0x7f0d0062
|
||||
int string s4 0x7f0d0063
|
||||
int string s5 0x7f0d0064
|
||||
int string s6 0x7f0d0065
|
||||
int string s7 0x7f0d0066
|
||||
int string search_menu_title 0x7f0d0067
|
||||
int string settings_credits 0x7f0d0068
|
||||
int string settings_music 0x7f0d0069
|
||||
int string settings_reset 0x7f0d006a
|
||||
int string settings_show_fps 0x7f0d006b
|
||||
int string settings_sounds 0x7f0d006c
|
||||
int string short_menu_continue 0x7f0d006d
|
||||
int string short_menu_exit 0x7f0d006e
|
||||
int string start_screen_finish_world_1 0x7f0d006f
|
||||
int string start_screen_gain_90_ep 0x7f0d0070
|
||||
int string start_screen_play 0x7f0d0071
|
||||
int string start_screen_to_gl_test_screen 0x7f0d0072
|
||||
int string start_screen_unlock_all_levels 0x7f0d0073
|
||||
int string status_bar_notification_info_overflow 0x7f0d0074
|
||||
int string task_collect_energy_format_d 0x7f0d0075
|
||||
int string task_collect_energy_progress_format_ddd 0x7f0d0076
|
||||
int string task_collect_stars_format_d 0x7f0d0077
|
||||
int string task_collect_stars_progress_format_ddd 0x7f0d0078
|
||||
int string task_complete_world_format_d 0x7f0d0079
|
||||
int string task_empty 0x7f0d007a
|
||||
int string tool_description_bomb 0x7f0d007b
|
||||
int string tool_description_locked_format_d 0x7f0d007c
|
||||
int string tool_description_magnet 0x7f0d007d
|
||||
int string tool_description_power_mushroom 0x7f0d007e
|
||||
int string tool_description_ramp 0x7f0d007f
|
||||
int string tool_description_spring 0x7f0d0080
|
||||
int string tool_description_stasis 0x7f0d0081
|
||||
int string tool_level_format_d 0x7f0d0082
|
||||
int string tool_name_bomb 0x7f0d0083
|
||||
int string tool_name_locked 0x7f0d0084
|
||||
int string tool_name_magnet 0x7f0d0085
|
||||
int string tool_name_power_mushroom 0x7f0d0086
|
||||
int string tool_name_ramp 0x7f0d0087
|
||||
int string tool_name_spring 0x7f0d0088
|
||||
int string tool_name_stasis 0x7f0d0089
|
||||
int string topbar_level_format_d 0x7f0d008a
|
||||
int string topbar_level_placeholder 0x7f0d008b
|
||||
int string tutorial_leveled_up_to_toolshop 0x7f0d008c
|
||||
int string tutorial_place_ramp_air 0x7f0d008d
|
||||
int string tutorial_place_ramp_air_2 0x7f0d008e
|
||||
int string tutorial_place_ramp_gap 0x7f0d008f
|
||||
int string tutorial_place_ramp_obstacle 0x7f0d0090
|
||||
int string tutorial_place_tools 0x7f0d0091
|
||||
int string tutorial_placeholder 0x7f0d0092
|
||||
int string tutorial_spring_equipped 0x7f0d0093
|
||||
int string tutorial_switch_tools_switch 0x7f0d0094
|
||||
int string tutorial_switch_tools_two_neccessary 0x7f0d0095
|
||||
int string tutorial_welcome 0x7f0d0096
|
||||
int string unlock_message_placeholder 0x7f0d0097
|
||||
int string world_button_count_format_dd 0x7f0d0098
|
||||
int string world_button_progress_placeholder 0x7f0d0099
|
||||
int string world_button_title_placeholder 0x7f0d009a
|
||||
int style AlertDialog_AppCompat 0x7f0e0000
|
||||
int style AlertDialog_AppCompat_Light 0x7f0e0001
|
||||
int style Animation_AppCompat_Dialog 0x7f0e0002
|
||||
|
Reference in New Issue
Block a user