Back

Beautiful Apps Engine: Update #551

on 

Changelog for this Tuesday update :

- It's now possible to detach images and background colors in Detail pages (Settings API).
- Smarter display of large thumbnail in articles and videos : when the large thumbnail is not available, we use standard thumbnail.
- Two new methods in the Plugin section :
        - setPreference for storing a variable in user preferences.
        - getPreference for getting a variable stored in user preferences.
- iTunes outgoing links are now supported in Custom and Plugin sections.
- Bug fix : In the Plugin section, the gbViewWillAppear method is also called for main plugin view.
- Bug fix : In the Plugin section, the return type of the gbRequest's callback is now String instead of Data.
- Bug fix : Error fix in the gbRequest fail callback.
- Bug fix : when getPreference is called on a non-defined preference, the method returns an empty String instead of a null object.
- Bug fix : the artist name is now displayed correctly in SoundCloud lists.
- Bug fix : the banners in detail views ads are now clickable.
- Bug fix : the backgroung of the swipe menu is now displayed correctly.
- Bug fix : no download for some thumbnails is now fixed.
- Bug fix : Missing article (or video) in case of an odd number of items in template 3 is fixed.


Don't forget to re-build your app to apply these changes!