Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Releases: alibaba/Tangram-Android

Tangram-Android 3.3.6

12 Mar 11:47
Compare
Choose a tag to compare

Fix resolver of margin、padding and wrap cell card on tangram3. Update vlayout version.

Tangram-Android 3.3.3

01 Mar 09:33
Compare
Choose a tag to compare

Fix some bugs on tangram3.

Tangram-Android 3.3.2

01 Mar 09:10
Compare
Choose a tag to compare

Add listener for sticky status and fix some bug.

Tangram-Android 3.3.1

20 Feb 08:02
Compare
Choose a tag to compare

Update some interface for tangram3 and update version of virtual view.

Tangram-Android 3.3.0

31 Jan 06:59
Compare
Choose a tag to compare

Support loading template data of virtualview concurrently.

Using API:

  • public void setVirtualViewTemplateAsync(String type, byte[] data)
  • public void registerVirtualViewTemplateAsync(String type, byte[] data)
    in TangramEngine.

com.alibaba.android:tangram:3.3.0@aar

Tangram-Android 3.2.0.0

28 Jan 07:57
Compare
Choose a tag to compare

Tangram 3.0 is developing, we add tangram3 package and reserve tangram package for compatible. Warning tangram3 is on beta and use on official app is not recommend.

Tangram-Android 3.1.9.5

08 Jan 08:15
Compare
Choose a tag to compare

Revert some public interface to ArrayMap.

Tangram-Android 3.1.9.3

02 Jan 06:54
Compare
Choose a tag to compare

Update version of UltraViewPager.

Tangram-Android 3.1.9.2

02 Jan 05:57
Compare
Choose a tag to compare

Use ConcurrentHashMap instead of ArrayMap to avoid thread safe problem.

Tangram-Android 3.1.9.1

26 Dec 03:44
Compare
Choose a tag to compare

Use ConcurrentHashMap instead of ArrayMap to avoid thread safe problem.