Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Gorilla 1.1.0.4 with support for Localization!

Compare
Choose a tag to compare
@jpbrocca jpbrocca released this 05 Oct 23:16
· 2 commits to master since this release

Overview

We are glad to announce the release of Gorilla Player 1.1.0.4.
This release includes several improvements, features and bug fixes.

Most of the effort was in the following areas:

  • Support RESX files preview from XAML!
    • This is particularly amazing when working with multilingual Xamarin Forms Apps!
    • Gorilla allows previewing both languages and regions, so if your project is localized you will be able to preview any of the available files.
      • RESX Files preview
    • We have made very easy to preview not only application resources but also sample data, i.e. following the same convention used by RESX files you can localized DesignTimeData.json files, like DesignTimeData.ar.json for Arabic sample data.
  • Switch language within UI previewed
    • This allows previewing directly from the view you are currently previewing in Gorilla
      • Optimized workflow
    • On iOS
      • this is available through long press
    • On Android
      • this is available through long press
      • this is available through menu button and volume buttons
    • In both cases you will be able to select from a list all your RESX apps available for your App.
  • Now Gorilla allows to customize how is instantiated the NavigationPage within a page to be previewed

Bug fixes

  • Fixed issues related to NavigationPage rendering.

Nuget Packages

UXDivers.GorillaPlayer.SDK version 1.1.0.4.

Enjoy!