now browsing by category
On display off, if a lock screen is enabled.
I am missing:
1. The menu key in the nav-bar
(an option to enable it)
2. Events (tap and long tap) for the recent apps Button in the nav-bar
]]>API Suggestion
int getCurrentRotation()
returns rotation degree hopefully or just land/port mode(0/1).
We can deduce phone’s orientation by comparing desktop.getHeight()/getWidth().
But in the strict sence, it is not rotation index. For example, most of Android watch has the same width/height(LLx in watch???) I think this phenomenon can be happend in any other devices.
And can’t LL app know some infos like device’s resoltion, current navbar on/off state/navbar height, statusbar transparency/overlapping, which are all about screen sizes.
If LL itself knows those infos, please support LL or Android object can provide those infos directly.
]]>I’d like a function under LL.getEvent() that returns the action that called the event.
The idea being so we can use the same script for related actions rather than creating multiple scripts
if(LL.getEvent().getType()==”tap”) {
functionA();
}
else{
functionB();
}
You get the idea
]]>I would really love to see dynamic text set by a script
I know I can edit a label, but that’s only a workaround
D5 Creation