June, 2015

now browsing by month

 

I use Nine from 9folders.com as my Exchange Clint Application and I found that it sends intent to open email items…

I use Nine from 9folders.com as my Exchange Clint Application and I found that it sends intent to open email items when I click on th3 notification. From the logcat, I found below line:

06-15 09:03:20.812 15472 16311 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.ninefolders.hd3.provider/uimessage/1816?appVersion=108021&folderUri=content://com.ninefolders.hd3.provider/uifolder/42 typ=application/nine-email-ls flg=0x1300c000 cmp=com.ninefolders.hd3/.activity.MailActivityEmail (has extras)} from uid 10242 on display 0

How can I use this in intent for shortcuts.

http://9folders.com
]]>

Sorry to dig this one out again, but I haven’t seen an update on this topic for a couple of months now, so thought…

Sorry to dig this one out again, but I haven’t seen an update on this topic for a couple of months now, so thought I’d check it’s being worked on (or if it’s just some weird problem with my ROM).

The problem is “Expand notifications tray” action in gestures, is not working any more since I moved to Lollipop. I’m running a modified stock Samsung 5.0.1 ROM on an N910F (snapdragon Note 4), with root and busybox, it didn’t work on the completely stock version, so I’m assuming it’s not a problem with the modified ROM.

I’ve assigned it to many different gestures (I use swipe down normally), but remember seeing somewhere that swipe gestures might not be picked up correctly in panels, unless I set scrolling restrictions or something, so I tried setting to the home button, but that didn’t work either. I also tried setting the swipe down to do something else and it’s picking up the gesture fine. I also don’t have the status bar hidden (it’s transparent, but I’ve tried turning opacity up to 100% and it makes no difference).

Not sure if this will help, but it appears that many launchers suffer from this issue, the attached link is for NOVA launcher, where they appear to have got a fix using accessibility features.

http://forums.androidcentral.com/samsung-galaxy-note-4/510514-one-lollipop-issue-nova-swipe-expand-notifications-broken.html

I’d like to hear if anyone else has got this and whether it’s being worked on please. I’ve got a massive phone and I really miss this feature. Thanks!

http://forums.androidcentral.com/samsung-galaxy-note-4/510514-one-lollipop-issue-nova-swipe-expand-notifications-broken.html
]]>

Just trying a few things …..

Originally shared by Andy P

Just trying a few things …..

Rod Kucheran for the clocks,osinfo me,embossed icons by phunktastic design, walls tapet….

]]>

Pierre Hébert

Pierre Hébert 

it’s a really crazy question and maybe someone else will agree with me.

It would be possible to run a folder outside the LL context?

e.g.  set the Open Folder shortcut in navbar (or any other thing, for example a gesture or a launchbar)  and the folder windows opens on the curent app in overflow instead of lightning launcher.

This would change everything, we could bring LL everywhere!!

]]>

Hi Pierre Hébert​

Hi Pierre Hébert​

Look on my “sticky note” it’s detached from grid, I see when edit mode but not when displaying my folder. Is it a bug ?

]]>

Not sure if this is a bug report, but at least unexpected action.

Not sure if this is a bug report, but at least unexpected action.

On every container is the “home” icon.

I would expect that to be the first screen.

On my various panels and folders available from my home page, this is not the case.

Upon restart, all containers originate at the top-most, or left-most icon.

In my folders and panels I have stuff to both sides of the “home” page so I should be able to scroll either way from the home position.

No matter what I do, these containers never originate at the home page, after reboot or launcher restart.

Anyone else?

]]>

What am I doing wrong with the script.

What am I doing wrong with the script. Box left alignment is not fixed through the script. However, when I open the editor, I find that left alignment is selected and when I just click on it again, the alignment is fixed. See the short video.

var item = LL.getEvent().getItem();

var editor = item.getProperties().edit();

var box = editor.getBox(“i.box”);

box.setAlignment(“LEFT”,”MIDDLE”);

editor.commit();

]]>

Somehow i did the imposible in b9.

Somehow i did the imposible in b9.

I set a binding to the default.

i’m afraid i can not reproduce, how i did it.

]]>

clipboard viewer

clipboard viewer

This is a small (this time it is small, really) script that will show the content of the clipboard in an editable textbox.

How to add the textbox: add a custom view and set this script in the create event, the resumed event and the paused event (I used a trick to detect the created event that maybe will be broken in the future. If so tell me to fix it)

How to use the textbox: everything is shown in the video but here is the summary

When the textbox is resumed it takes the content of the clipboard, if it is text.

When the textbox is paused:

If the textbox didn’t changed, do nothing

If the textbox changed and the clipboard don’t, the content of the textbox is copied into the clipboard

If the content of the clipboard changed, even if the textbox changed too the clipboard keeps the text, and the textbox is discarded. This is done this way to be able to, for example, copy a part of the current clipboard easily.

It doesn’t use clipboard listeners. I know I can use them to update instantly the content, but in my opinion that’s not necessary in this case. This way the battery impact, if any, should be the minimum.

Note: you can change the color of the text in the first line of he script.

]]>

Is there an option that I can set so pressing the home button closes any open folders.

Is there an option that I can set so pressing the home button closes any open folders. Seems weird having to press back to close folders after I have pressed home button. If there isn’t such an option could one please be introduced in the next update?

On a separate issue I notice that when u press the home button (I’m using a Note 4) I usually don’t get any response the first time and usually have to press like 2 or 3 times before there is a response. I’m using a heavily tweaked setup though (with a number of enlarged shortcut icons) and I am assuming that may have been what has caused the Launcher to become much less responsive and not that this is a typical issue.