[android] Whats new for 8.6.0

This commit is contained in:
Александр Зацепин 2018-12-17 19:17:02 +03:00 committed by Vladimir Byko-Ianko
parent 18e6751e1d
commit 1a10b99875
32 changed files with 24 additions and 8 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

View file

@ -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>