funksft / mobbler

Automatically exported from code.google.com/p/mobbler
0 stars 0 forks source link

Share tracks and artist with email addresses from phonebook #390

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We can currently share tracks and artists with the user's Last.fm friends.

Through the Last.fm API it is possible to share a tracks and artists with
email addresses.  We should add the ability in Mobbler to share a tracks
and email addresses with email addresses fetched from the phone user's
phonebook.

Original issue reported on code.google.com by eartle@gmail.com on 19 Apr 2009 at 3:28

GoogleCodeExporter commented 8 years ago
If you're doing this with the Send UI, it's easy to include send via SMS and 
MMS as 
well.

Original comment by hugovk@gmail.com on 20 Apr 2009 at 7:37

GoogleCodeExporter commented 8 years ago
Last.fm will take care of the email sending for us.  This issue is a case of 
loading
the email addresses from the phonebook and selecting one (or many) in stead of 
just a
list of Last.fm users.

The Send UI API looks quite nice and simple though.  Would be nice to send SMS 
and
MMS from Mobbler.  Perhaps we should create another issue to deal with that.

Original comment by eartle@gmail.com on 20 Apr 2009 at 8:12

GoogleCodeExporter commented 8 years ago

Original comment by hugovk@gmail.com on 13 Jul 2009 at 6:15

GoogleCodeExporter commented 8 years ago
The class that does the phonebook fetching has been added, and I am half way 
through
integrating it into the share feature.

Original comment by eartle@gmail.com on 13 Jul 2009 at 7:48

GoogleCodeExporter commented 8 years ago
I did some minor code review things in the phonebook fetching class in r751:

 * Moved the system include headers from mobblercontacts.h to mobblercontacts.cpp.
 * Removed some unneeded system include headers.
 * Initialise automatic variables instead of assigning, for smaller and faster code.
 * Some minor cosmetic stuff.

Original comment by hugovk@gmail.com on 13 Jul 2009 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by hugovk@gmail.com on 16 Oct 2009 at 7:13