December, 2017
now browsing by month
Can I by script close a folder without triggering the animation?
Can I by script close a folder without triggering the animation?
Is it possible to link an event to an Item (shortcut, Panel, Folder, …) in a script ?
For example: I’m creating shortcuts in a script and I would like to associate an event (eg. call another script with specific parameters) when the shortcut is ‘long tapped’. Is this possible ?
Thanks in advance for your help!
]]>How do I change the animation used to enter the App Drawer?
Hi
I’m looking for help.
I would like to create shortcuts to my recent contacts in a script. Using tasker and AutoContact, I’m able to build a JSON array containing the contact ID and contact name of the 10 last recent contacts.
The goal is to iterate this JSON array in a script that would build a list of shortcuts to open these contacts and add them in a Panel.
Part of the script I’m using to create the shortcut based on the contact ID:
var contactID = “207”; //to be iterated
var contactName = “My Contact”; //to be iterated
var intent = Intent.parseUri(“content://com.android.contacts/contacts/” + contactID + “#Intent;action=android.provider.action.QUICK_CONTACT;type=vnd.android.cursor.item/contact;launchFlags=0x10018000;B.com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION=true;end”,0);
var addedShortcut = myPanel.getContainer().addShortcut(contactName ,intent,0,0);
It works fine: the shortcut is created and it opens the contact but I need help to retrieve the icon that corresponds to the contact: sometimes it is a picture, somtimes it is a material icon representing the first letter of the contact name. Any idea how I could achieve this ?
Any hint/idea is welcome!
]]>Adding icon from Chrome to home screen does not work on Oreo.
Window layout got broken with latest release 14.2:
Following code doesn’t pan the screen anymore (when entering an edit text within a custom view on focus change), but did prior to the update:
GetActiveScreen().getContext().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
]]>Last little Bug i found in 2017.
Last little Bug i found in 2017.
The “copy style” option in “editer mode” doesn’t “stick” if one restart LLX. See video.
The “Target” items are on another desktop in a 3×1 Pannel.
]]>