maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] EasyList for N9/N950 (https://talk.maemo.org/showthread.php?t=75894)

Willem Liu 2012-02-24 15:30

Re: [Announce] EasyList for N9/N950
 
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.

itsnotabigtruck 2012-04-25 03:24

Re: [Announce] EasyList for N9/N950
 
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.

Willem Liu 2012-04-26 09:18

Re: [Announce] EasyList for N9/N950
 
Quote:

Originally Posted by itsnotabigtruck (Post 1197303)
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

Willem Liu 2012-04-26 14:59

Re: [Announce] EasyList for N9/N950
 
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!

itsnotabigtruck 2012-04-26 16:20

Re: [Announce] EasyList for N9/N950
 
Quote:

Originally Posted by Willem Liu (Post 1197809)
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.

ajalkane 2012-04-28 20:44

Re: [Announce] EasyList for N9/N950
 
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?

nichael 2012-05-05 01:08

Re: [Announce] EasyList for N9/N950
 
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).

munozferna 2012-05-05 01:34

Re: [Announce] EasyList for N9/N950
 
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();
  }


Willem Liu 2012-05-05 07:32

Re: [Announce] EasyList for N9/N950
 
Quote:

Originally Posted by munozferna (Post 1202080)
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.

Willem Liu 2012-05-07 18:15

Re: [Announce] EasyList for N9/N950
 
Quote:

Originally Posted by nichael (Post 1202074)
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


All times are GMT. The time now is 17:11.

vBulletin® Version 3.8.8