2.9 KiB
2.9 KiB
5.2.3
- Added
on_load()callback - Added
on_resume_when_foldingmeta tag
5.2.1
- Added support for complex UIs
- Added
ui:set_progress()function
5.2.0
- Added
widgetsmodule to app widgets interaction
5.1.0
- Added
add_purchaseaction - Added
on_contacts_loaded()callback
4.9.4
- The
aio:actions()function now also returns arguments format for each action - Added function
system:format_date_localized()
4.9.2
- The
appsmodule now has anapp()function that returns selected app table - You can use
%%fa:ICON_NAME%%tag in the any text to show FontAwesome icon inside the text
4.9.0
- The
appsmodule now has anapps()function that returns a table with app details, including the app icon; - The
phone:contacts()function now returns an icon that can be used in the side menu; - The
apps:request_icons()andphone:request_icons()functions are deprecated.
4.8.0
- Side menu scripts support;
- New modules:
tasksandnotes; - The
ui:colors()can be called asaio:colors(); - The
appsandphonemodules now returns icons; - The
appsmodules now returns also Android for Work and cloned apps; - The
appsmodule now allows you to sort apps by category; - The
phoneandcalendarmodules now have functions for requesting access rights; - Added `phone:open_contact() function;
- Added
aio:actions()function that returns a table of AIO Launcher actions; - Added
calendar:open_new_event()function that shows the system calendar with the new event. - Added
aio:settings()andaio:open_settings()functions
Older versions
- 4.0.0 - first version with scripts support;
- 4.1.0 - added
weatherandcloudmodules; - 4.1.3 - added
notify,filesandutilsmodules; - 4.1.5 - extended
notifymodule, addedfolded_stringarg toui:show_lines; - 4.3.0 - search scripts support;
- 4.4.0 - markdown support;
- 4.4.1 - rich text editor support;
- 4.4.2 - added
fmtandhtmlutility modules; - 4.4.4 - added
taskermodule; - 4.4.6 - added
csvmodule; - 4.4.7 - added
intentmodule; - 4.5.0 - the
aiomodule has been significantly expanded, also addedsystem:currency()andui:show_list_dialog(); - 4.5.2 - added
animandmorphpackages, addedcalendar:open_event()function; - 4.5.3 - removed get_ prefixes where they are not needed while maintaining backward compatibility;
- 4.5.5 - added
on_actioncallback andcalendar:add_eventfunction; - 4.5.6 -
aio:active_widgets()now returns also widgetlabel, addedchecksmodule; - 4.5.7 - added "fold" and "unfold" actions to the
on_actioncallback; - 4.6.0 - added
system:request_location()andtasker:send_command()functions; - 4.7.0 - added
ui:build()and functions to display search results in different formats; - 4.7.1 - fontawesome updated to version 6.3.0;
- 4.7.4 - added
prefsmodule,settingsmodule is deprecated.