- 简体中文: Click here for the Simplified Chinese version of this document.
- QQ Group: 603327362
The latest version updates will be released in the group. Suggestions and feedback are also welcome.
- Added NeLuaJ_Theme configuration in
init.lua
, allowing direct setup of built-in editor themes.
- The
setContentView
method now supports two types of parameters:- Passing a layout table.
- Using a preloaded view object.
LuaActivity
:- Improved inheritance of
AppCompatActivity
, supporting more new features.
- Improved inheritance of
LuaFragment
:- Added more methods.
- Migrated to the AndroidX framework.
-
Permission Request Logic Update:
Welcome
no longer automatically requests all permissions, aligning with Android runtime permission requirements.- Developers are responsible for implementing permission requests and callback logic.
-
Multithreading Optimization:
Welcome
uses multithreading for decompression and sets alldex
files inassets
to read-only during the process.
-
Feature Removal:
- Removed the built-in
android.widget
package. - Removed adapters related to
PageView
.
- Removed the built-in
Moved some adapters to the com.androlua.adapter
package and introduced Coil for image loading, providing enhanced image processing capabilities.
Implemented an import analysis feature similar to FusionApp2, enabling more efficient resource management.
- Author Info: QQ: 3070320289.
- Author Info: QQ: 2241056127.