The Following User Says Thank You to Berserk For This Useful Post: | ||
|
2010-07-20
, 18:54
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#62
|
Nicolai, great work. As far as searching emails - that would probably be prohibitive without indexing. Tracker is capable of indexing emails, but that seems to be disabled (at compile time?) on the N900.
And of course, there's search over file contents, too (.doc, .pdf, etc.)
|
2010-07-20
, 20:45
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#63
|
|
2010-07-20
, 22:57
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#64
|
|
2010-07-21
, 01:49
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#65
|
libgettextlib-0.17.so to libgettextlib-0.14.4.so
|
2010-07-21
, 04:29
|
Posts: 26 |
Thanked: 3 times |
Joined on Nov 2007
|
#66
|
|
2010-07-21
, 05:43
|
Posts: 195 |
Thanked: 16 times |
Joined on Feb 2010
@ Switzerland
|
#67
|
Next try. (version 0.5)
Fixed a minor bug with icon cache, but
I am sure this doesn't fix the program crash.
regards
nicolai
|
2010-07-21
, 05:48
|
Posts: 8 |
Thanked: 0 times |
Joined on May 2010
|
#68
|
|
2010-07-21
, 07:28
|
Posts: 113 |
Thanked: 26 times |
Joined on Oct 2009
|
#69
|
Hi,
here is my new Application.
Scout - Search Contacts, Conversations and Calendars.
You can search for text in Contacts for names, nicknames
usernames, addresses or phone numbers.
Calenderentries with summary or description text.
And text in your conversations.
It is currently in extras-devel. It may crash sometimes
but is mostly useable.
An example is shown in the screenshot for searchtext "test".
The search result category is indicated by the different icons
on the left side (contacts, calender, sms). I use two different
kind of icons for sms and chat conversations and for each
two different icons (with and without the blue arrow)
to distinguish received and outgoing messages.
Selecting a search result has different actions:
-opens a contact details dialog for contacts
-opens the calendar app for calendar entries (agenda view)
-opens a new window with the full message text for
conversations.
I wished I could open the conversation app for the conversation
search result, but I couldn't find a way to do so.
This is my entry for the coding competition. I want to announce it
here and now, first, to collect some feedback and second, because
I know there is a some demand for such an app.
Enjoy,
test and
give feedback.
regards
nicolai
|
2010-07-21
, 10:06
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#70
|
The idea is GREAT but IMO it needs to go alot further. BTW, Im not sure why you choose NOT to index things (space?)
Besides that, thanks for the great application.
Note: I just noticed that the event ends today. Oh well. Hope you win and that gives you the will to see the points I pointed out
The Following User Says Thank You to nicolai For This Useful Post: | ||
My reports:
Contacts, Calendar, searched existing name:
It showed contact and birthday (calendar), no crash
Contacts, Calendar, searched 'flurk' (nonsense):
No results, empty screen, no crash
Contacts, Conversations, Calendar, searched existing text:
Crash after result screen filled up (which is after 5 results)
Contacts, Conversations, Calendar, searched 'flurk':
No results, app crashes after a few seconds (it does look like it's searching before crash, load animation circle is shown in top bar)
Case sensitivity had no influence on the above
Hope it helps!