Virtualview Android Versions Save

A light way to build UI in custom XML.

v1.4.6

5 years ago

Add support for FastJson.

v1.4.5

5 years ago

Log on debug status only. Use BuildConfig.DEBUG to open it.

v1.4.3

5 years ago

Remove some log and optimize loader.

v1.4.1

5 years ago
  • Make loading template thread-safe

com.alibaba.android:virtualview:1.4.1@aar

v1.4.0

5 years ago

Support loading template data concurrently.

Using API:

  • public void loadBinBufferAsync(String type, byte[] buffer)
  • public void loadBinBufferAsync(String type, byte[] buffer, boolean override) in ViewManager.

com.alibaba.android:virtualview:1.4.0@aar

v1.3.8.4

5 years ago

Use ConcurrentHashMap instead of ArrayMap to avoid thread safe problem.

v1.3.8.3

5 years ago

Use ConcurrentHashMap instead of ArrayMap to avoid thread safe problem.

v1.3.8

5 years ago

Fix get touchSlop from ViewConfiguration may cause exception.

v1.3.7

5 years ago
  • 优化表达式解析,屏蔽 Exception 抛出;

com.alibaba.android:virtualview:1.3.7@aar

v1.3.5

5 years ago
  • 修复表达式判断时的潜在的数组越界问题;

com.alibaba.android:virtualview:1.3.5@aar