Poll: Do you like EasyList?
Poll Options
Do you like EasyList?

Reply
Thread Tools
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#51
Already more than 300 accounts are activated on http://easylist.willemliu.nl.

This means that more than 300 users are able to sync with their online shopping/todo lists.

Thanks everyone for using my app.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Posts: 245 | Thanked: 915 times | Joined on Feb 2012
#52
Given that EasyList is open source, have you looked into uploading it to Apps for MeeGo? It's in need of polished apps such as this one.
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#53
Originally Posted by itsnotabigtruck View Post
Given that EasyList is open source, have you looked into uploading it to Apps for MeeGo? It's in need of polished apps such as this one.
Hi,

Thanks for the tip. I might give it a try. I hope it's not too complicated to get an app build by the automated builder.
One question though, what is the purpose of apps for meego?

Regards,

Willem Liu
__________________
Please give or donate your 2 cents to help me keep on going.
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#54
EasyList has been downloaded over 10k times from the Nokia Store.
http://easylist.willemliu.nl has over 400 activated accounts now.

Thanks for the support!
__________________
Please give or donate your 2 cents to help me keep on going.
 
Posts: 245 | Thanked: 915 times | Joined on Feb 2012
#55
Originally Posted by Willem Liu View Post
Hi,

Thanks for the tip. I might give it a try. I hope it's not too complicated to get an app build by the automated builder.
One question though, what is the purpose of apps for meego?

Regards,

Willem Liu
It's an alternative app store for open source apps - something sort of like extras, but for Harmattan.

In order to get started, sign up for a meego.com account, then get on IRC (Freenode #meego or #harmattan) and pester lbt or X-Fade to enable your account for Community OBS. Make sure you follow the packaging guidelines, then build a Debian source package out of your project and upload it to your OBS "home project". Once that's done, you can then submit into Apps for MeeGo. (If that sounded really complicated, it isn't actually all that bad)

The tricky part is building the source package, which Qt Creator won't do for you. phako wrote this script, which might be a good starting point - run it from a clean source tree and it should produce the needed package.
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#56
I have one request... this thing drives me occasionally crazy with rage. If I have commas (',') in the item, EasyList creates separate entries for all the comma separated strings. I'd want to be able to create, for example TODOs, which have commas.

I know this comma separation is a user requested feature, but I think it's annoying. How hard can it be to hit enter to separate the entries? Is it possible to put this into settings so that comma separation is optional?
__________________
My N9/N950 projects:
 

The Following 2 Users Say Thank You to ajalkane For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Apr 2012
#57
I really like this app. Would be great if there were possibly an easier way to re-order list items (without needing to cut-and-paste in the edit view).
 
Posts: 203 | Thanked: 538 times | Joined on Oct 2009 @ Colombia
#58
This could be vulnerable to SQL injection (it depends on server settings):

Code:
if(isset($_GET['delete_id']))
  {
    DBConnect();
    $query = "DELETE FROM users WHERE id='" . $_GET['delete_id'] .
    "' AND username='" . $_GET['username'] .
    "' AND password='" . $_GET['password'] .
    "' AND email='" . $_GET['email'] .
    "'";
    DBQuery($query);
    $alertMsg .= "Account deleted.";
    DBDisconnect();
  }
 

The Following User Says Thank You to munozferna For This Useful Post:
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#59
Originally Posted by munozferna View Post
This could be vulnerable to SQL injection (it depends on server settings):

Code:
if(isset($_GET['delete_id']))
  {
    DBConnect();
    $query = "DELETE FROM users WHERE id='" . $_GET['delete_id'] .
    "' AND username='" . $_GET['username'] .
    "' AND password='" . $_GET['password'] .
    "' AND email='" . $_GET['email'] .
    "'";
    DBQuery($query);
    $alertMsg .= "Account deleted.";
    DBDisconnect();
  }
You are right. I'll try to fix this asap.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#60
Originally Posted by nichael View Post
I really like this app. Would be great if there were possibly an easier way to re-order list items (without needing to cut-and-paste in the edit view).
Hi nichael,

Although it's a nice feature to have. I don't know how to implement it. And my constant lack of time prevents me to research the possibility.
I'll leave this to other skilled developers out there who want to add this feature.

Regards,

Willem Liu
__________________
Please give or donate your 2 cents to help me keep on going.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:54.