[android] Whats new for 8.6.0
|
@ -2,8 +2,8 @@ propMinSdkVersion=15
|
|||
propTargetSdkVersion=26
|
||||
propCompileSdkVersion=26
|
||||
propBuildToolsVersion=27.0.3
|
||||
propVersionCode=854
|
||||
propVersionName=8.5.4
|
||||
propVersionCode=860
|
||||
propVersionName=8.6.0
|
||||
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
|
||||
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
|
||||
|
||||
|
|
BIN
android/res/drawable-hdpi/img_whatsnew_city_overview.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
android/res/drawable-hdpi/img_whatsnew_paid_routes.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
android/res/drawable-hdpi/img_whatsnew_pro_guides.png
Normal file
After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 39 KiB |
BIN
android/res/drawable-hdpi/img_whatsnew_standard_routes.png
Normal file
After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 46 KiB |
BIN
android/res/drawable-mdpi/img_whatsnew_city_overview.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
android/res/drawable-mdpi/img_whatsnew_paid_routes.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
android/res/drawable-mdpi/img_whatsnew_pro_guides.png
Normal file
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 25 KiB |
BIN
android/res/drawable-mdpi/img_whatsnew_standard_routes.png
Normal file
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 29 KiB |
BIN
android/res/drawable-xhdpi/img_whatsnew_city_overview.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
android/res/drawable-xhdpi/img_whatsnew_paid_routes.png
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
android/res/drawable-xhdpi/img_whatsnew_pro_guides.png
Normal file
After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 53 KiB |
BIN
android/res/drawable-xhdpi/img_whatsnew_standard_routes.png
Normal file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 63 KiB |
BIN
android/res/drawable-xxhdpi/img_whatsnew_city_overview.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
android/res/drawable-xxhdpi/img_whatsnew_paid_routes.png
Normal file
After Width: | Height: | Size: 236 KiB |
BIN
android/res/drawable-xxhdpi/img_whatsnew_pro_guides.png
Normal file
After Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 82 KiB |
BIN
android/res/drawable-xxhdpi/img_whatsnew_standard_routes.png
Normal file
After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 100 KiB |
BIN
android/res/drawable-xxxhdpi/img_whatsnew_city_overview.png
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
android/res/drawable-xxxhdpi/img_whatsnew_paid_routes.png
Normal file
After Width: | Height: | Size: 378 KiB |
BIN
android/res/drawable-xxxhdpi/img_whatsnew_pro_guides.png
Normal file
After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 114 KiB |
BIN
android/res/drawable-xxxhdpi/img_whatsnew_standard_routes.png
Normal file
After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 138 KiB |
|
@ -3,42 +3,58 @@
|
|||
|
||||
<!-- What's new -->
|
||||
<integer-array name="news_images">
|
||||
<item>@drawable/img_whatsnew_route</item>
|
||||
<item>@drawable/img_whatsnew_webeditor</item>
|
||||
<item>@drawable/img_whatsnew_paid_routes</item>
|
||||
<item>@drawable/img_whatsnew_standard_routes</item>
|
||||
<item>@drawable/img_whatsnew_city_overview</item>
|
||||
<item>@drawable/img_whatsnew_pro_guides</item>
|
||||
</integer-array>
|
||||
|
||||
<string-array name="news_title_keys">
|
||||
<item>whats_new_ugc_routes_title</item>
|
||||
<item>whats_new_webeditor_title</item>
|
||||
<item>whatsnew_paid_routes_title</item>
|
||||
<item>whatsnew_standard_routes_title</item>
|
||||
<item>whatsnew_city_overview_title</item>
|
||||
<item>whatsnew_pro_guides_title</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_messages_1">
|
||||
<item>@string/whats_new_ugc_routes_subtitle</item>
|
||||
<item>@string/whats_new_ugc_routes_message2</item>
|
||||
<item>@string/whatsnew_paid_routes_message</item>
|
||||
<item>@string/whatsnew_standard_routes_message</item>
|
||||
<item>@string/whatsnew_city_overview_message</item>
|
||||
<item>@string/whatsnew_pro_guides_message</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_messages_2">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_button_labels">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_button_links">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_switch_titles">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_switch_subtitles">
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|