Skip to content

Offline

Latest
Compare
Choose a tag to compare
@gliechtenstein gliechtenstein released this 14 Jul 00:20
· 137 commits to master since this release
New Release (#140)

* Allow html container video autoplay + gradle upgrade + api min version upgrade to 17

* Support html video inline play for background html container

* Correct data-uri handling for images

* Fix $geo.get -> Should be only triggered once

* readme update

* Replace useless “Error” messages with more informative warning messages

* Fix Map component event handling for render

* Fixes OAuth action doubling up on some query params

* Add “title” attribute to $util.picker

* Support JSONArray when reading JSON

* Local Mixin + Local $require

* Local Image Support + Menu Image fix + Gif fix

1. Local image support

- Image/Button component
- background
- layer
- menu
- tabs

2. fixed the bug where an image menu item was not being displayed when there's a badge.

3. Gif fix
Glide doesn't handle Gifs properly when not using disk cache strategy. With this fix, Gif images load properly

* $audio.play should trigger pause if already playing

* Add $back action

* $global.set + $global.reset

* $env

* Added $env.device.language

* Template engine fix. See iOS counterpart: https://github.com/Jasonette/JASONETTE-iOS/pull/224

* support data-url scheme for images (only normal cases)

* Support loading.json

* Support loading.json (continued)

* Support $env.view.url

* background color fix

* offline.json support

* Bug fix

* Updated policy for $show and $load

* Only trigger if an action is not empty

* Fix #104: Crop background

When you put a background image to your view, it is streched to fit screen
dimensions.
With this patch, image is cropped to keep the aspect ratio.

Moreover, this patch fix GIF background and it is now played.

* Fix #127 Background image is no more displayed

Background of sectionLayout should always be transparent.

* Add .idea/codeStyleSettings.xml in .gitignore

* Handle behavior when layers is null

* Check that backgroundImageView is not created

This patch avoids multiple ImageView creation (like fof webview)