Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

[WP7] Sprout SMS

  • 15-11-2010 8:44pm
    #1
    Registered Users, Registered Users 2 Posts: 338 ✭✭


    Hi all,

    Allow me to introduce sprout SMS please see the FAQ below for more details. Briefly Sprout SMS is an open source version of cabbage for WP7. I invite anyone who is interested in cabbage or wants to gain experience with WP7 development to grab a copy of the code from the repo or get in contact with me.

    1: What is Sprout SMS?
    Sprout SMS is an open source web texting application designed for windows phone 7 series with the aim of sending web text from provides that supply them.

    2: Where can I find this application?

    Sprout SMS has its own codeplex site URL]http://sproutsms.codeplex.com/[/URL were the source is held in SVN.

    3: Is it not on the marketplace?
    Not yet the code is not in a "go live" state and as such has not been placed on the market place.

    4: Open Source you say?
    100% The code was developed using an open source project and therefore it is only fair that Sprout SMS' code is also open source.

    5: How much will it cost on the market place?
    Since it is an open source project the final application will be free on the market place. There are no future plans to charge for it what so over.

    6: What project did the source originally come from?
    Cabbage by another member of this board. The name Sprout SMS is a nod to this fact.

    7: I develop in .NET, can I help?

    Of course, in fact this is why I put this thread up. I don't know a huge amount about HTTP request and so I am trucking on at a slower pace than I would like. Any help from members is more than welcome.

    8: I would like to help but I'm only a newbie?
    We were all newbies once, I will provide email and skype details below once they are set up to help anyone who would like to work on the code base.

    9: Can I just commit code changes at will?
    No, in order to maintain parity I would prefer if you submitted patches first. Once your patch is succesfully implemented into the code base you will be invited to be part of the Sprout SMS team.

    10: What does being part of the team mean?

    It means you get to bask in the glory of your peers...... and commit to the code base.

    11: I have Ideas, what do I to tell you?
    Email them to the address provided or more preferably create a discussion on codeplex.


    email: sproutsms@gmail.com
    skype: sproutsms


«1

Comments

  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Just as a note the code is uncommented as I have spent about 13 hours converting it to C# and putting some structure to it. This will be changed in the next day or too. Also the async stuff may look a bit funky due to a third party class being used. All it does is allow the async code to be written in a top to bottom style, it is still called asyncrhonusly as it is the only way the micro framework will allow.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Now sends SMS from O2. Funtionality is brittle but it works!


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    As a HD7 user I look forward to the inaugural release of Sprout SMS! Also, delighted to hear that it will be free.

    I've had a bash at developing bits and bobs for WP7 but my beginners level of C# knowledge has seriously left me down, so unfortunately I can't help.

    Good luck, and thanks!


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Cheers for the support. I am concentrating getting an O2 version out asap as it is what most people will have. I will update as soon as I have the forst release ready. You can also check the codeplex website for more fine grained updates.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Tasty, Tasty Screenshots:

    http://sproutsms.codeplex.com/


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,127 ✭✭✭smcelhinney


    On a more general note, whats WP7 like to develop for?

    Kudos on the app by the way.


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Dean_Mc wrote: »
    Tasty, Tasty Screenshots:

    http://sproutsms.codeplex.com/

    Very Very nice is that Win7 generic styling? Looks incredible!


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Cheers guys, yeah that's the default theming you can bind your windows to the phones theme so it changes by default. The app also supports landscape mode.

    The progress bars are third party and support default theming. In general aside from some hiccups wp7 is a treat to work with. The emulator is nippy and solid and the libraries are full featured.


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Dean_Mc wrote: »
    Cheers guys, yeah that's the default theming you can bind your windows to the phones theme so it changes by default. The app also supports landscape mode.

    The progress bars are third party and support default theming. In general aside from some hiccups wp7 is a treat to work with. The emulator is nippy and solid and the libraries are full featured.

    Any pointers on how to get started? beginners tutorials? setup tutorials?


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    It all really depends on your experience as a .net developer. If you tell me your experience level I will sort you out with some relevent resources.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    PS: if anyone would like to hire a .net developer who is self taught and pretty good looking let me know!


  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Dean_Mc wrote: »
    It all really depends on your experience as a .net developer. If you tell me your experience level I will sort you out with some relevent resources.

    Only 6 months in college, one semester using .net, but have 4 years experience in Java and another 6 months in C/C++.

    Only really looking at how to get the basics in W7, the hello world app and then some info on the API's available.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Cool so you know enough general programming to jump in easy enough. I've found that WP7 is broken down into the following:

    50% General .Net using C#
    25% Silverlight or XNA
    25% Phone specific API's

    As for getting started first off MS released a free book: http://chriskoenig.net/2010/10/28/free-wp7-ebook-now-available/

    After skimming that I would go download the tools. They come in one download and are available on the MS apphub website.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Closer and closer we get. The app is now being tested on the dev phone. There are a couple of BIG kinks to work out but on a whole we are about 75% there.

    For those of you who use twitter please go to @sproutsms and show your support.


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    Cheers guys, yeah that's the default theming you can bind your windows to the phones theme so it changes by default. The app also supports landscape mode.

    The progress bars are third party and support default theming. In general aside from some hiccups wp7 is a treat to work with. The emulator is nippy and solid and the libraries are full featured.

    That's what I really like about WP7; the strong design ethic of Metro is easily adoptible, and it means that most 3rd party apps have a common look and feel.
    draffodx wrote: »
    Any pointers on how to get started? beginners tutorials? setup tutorials?

    I've been trying to self-teach (based on 6 months of asp and .net development in college a few years ago) and found the following helpful:
    reddit wp7 development subreddit
    free ebook from microsoft press
    Dean_Mc wrote: »
    Closer and closer we get. The app is now being tested on the dev phone. There are a couple of BIG kinks to work out but on a whole we are about 75% there.

    Looking forward to this, can it access the address book easily enough?


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Yup. They made it a "task" so read access to th phonebook is a breeze


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Sprout SMS has gone BETA!!

    After a period of intensive testing it will be submitted to the market place!

    Artwork is currently being looked at and also some final teaks

    Some displayed features did not make the cut as they took away from the current fluidity.


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    Sprout SMS has gone BETA!!

    After a period of intensive testing it will be submitted to the market place!

    Artwork is currently being looked at and also some final teaks

    Some displayed features did not make the cut as they took away from the current fluidity.

    Jolly good! Will be keeping an eye on the marketplace. We need more Irish apps on there!

    As for the artwork / graphics, can I suggest a 2d basic metro-style icon rather than a 3d or colour picture of, say, a sprout? Just to keep everything consistent with metro (for example) :D


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Yeah I've decided the same on the artwork. Its done now. Cheers for the link :-]


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Market submission has gone to MS, if they give me the all clear a launch date will be planned soon!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Show your love! support SproutSMS on facebook :)

    http://on.fb.me/dFiWG3


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Unless MS finds a show stopper of a bug we should be ready to launch in under two weeks. Please take the time to review the much improved codeplex website:

    http://sproutsms.codeplex.com/


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Just to let everyone know where were at:

    Sprout has gone for second approval to Microsoft. The first submission was rejected for low res screenshots and no way to test (they are based in the uk). I have supplied new tasty screenshots and a dummy testing account.

    The turn around averaged 5 days so I should have an answer by Friday. If I do I will look to publish for monday.

    Do bear in mind as they could not test functionality they still could find a runtime error. I have been extensively testing on my HD7 but as the creator I am biased to the usage so I am unsure how the submission will run.

    As always you can follow SproutSMS on facebook and twitter for realtime updates.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Sprout has been approved! It should appear on the marketplace in the next 24 hours! Search the marketplace for Sprout SMS.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc




  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    APP IS NOW LIVE ON THE HANDSET MARKETPLACE [Social - New]


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Just got sprout off the marketplace and, happily, it works! And very well indeed too. The access to the contact list, and the search option, is very impressive.

    Some things struck me immediately when I started using the app:

    1. There perhaps should be a recent contacts list (only the last 2 or 3) in the white space underneath the message box?
    2. If you start typing a message, but then let the phone screen turn off, the incomplete message disappears when you return / unlock
    3. If you write a message and hit the send button without first selecting a contact, then the app seems to go ahead and send the text message anyway... but to who? Quelle mystere! From a usability aspect, hitting the send button without first selecting a contact should bring you straight to the contacts screen, and then automatically send the message once the contact is selected. The contacts button in the main menu should remain as a way of adding one or more contacts, but without the action of sending the message immediately once a contact has been sent
    4. I feel there should be an option somewhere to allow you to manually type in a phone number, without first creating a contact

    But a great first version, and needless to say sprout will have the honour of being pinned to my start screen! It's a very exclusive club you know!


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Yay Feeback!

    This is the best part!

    1. There perhaps should be a recent contacts list (only the last 2 or 3) in the white space underneath the message box?

    This is a great idea. I have been trying to work out what to put here. I will check out the feesablity of this over the next few weeks and see if I can add it in without taking away from the ui.


    2. If you start typing a message, but then let the phone screen turn off, the incomplete message disappears when you return / unlock


    I wasn't aware of this but I think I know how to fix it. Ill work this into the next update as now that I am aware of it, it is annoying.



    3. If you write a message and hit the send button without first selecting a contact, then the app seems to go ahead and send the text message anyway... but to who? Quelle mystere! From a usability aspect, hitting the send button without first selecting a contact should bring you straight to the contacts screen, and then automatically send the message once the contact is selected. The contacts button in the main menu should remain as a way of adding one or more contacts, but without the action of sending the message immediately once a contact has been sent

    This is currently fixed in the local revision of the code and will be ready for submission on Tuesday. As for the message. Technically it has sent as O2 accepts the message (hence no fail) but after a few days of it pending they refund the spent message. As multiple contacts, it wont be in the next version but it is being worked on. Timing is an issue here as I am not allowed to hog the phones thread too long. Its top priority though.

    4. I feel there should be an option somewhere to allow you to manually type in a phone number, without first creating a contact

    I actually wanted this to be available day one. The honest answer as to why it hasn't been implemented is I am having trouble working out how the control should look. From a UI perspective if there is an editable text box there it could confuse the users as to where to select for contacts. I have a few mock ups in the works and I should have this feature fully implemented in line with multiple contacts. In the mean time I might look at enabling the textbox for editing in the next release.


    All in all fantastic feedback and I am glad you are happy so far. I am working on a maintenance release for Tuesday to fix some of the issues found as well as increase the amount of chars that can be sent (From 160 to 1000). I will be adding this feedback to the issue list on codeplex over the next few days so others are aware of what is being done. Thanks again for your points!

    If you find anything else strange or if you notice slowdowns or even have more suggestions I would be delighted if you post them here.

    PS: Do you like the logo? :)


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    4. I feel there should be an option somewhere to allow you to manually type in a phone number, without first creating a contact

    I actually wanted this to be available day one. The honest answer as to why it hasn't been implemented is I am having trouble working out how the control should look. From a UI perspective if there is an editable text box there it could confuse the users as to where to select for contacts. I have a few mock ups in the works and I should have this feature fully implemented in line with multiple contacts. In the mean time I might look at enabling the textbox for editing in the next release.

    Great to hear there are updates on the way. The problem with many many apps on the Marketplace now are that they are just dumped there and never looked at again. No updates, nada.

    For the above issue of manually entering a number, because this is something that would use fairly rarely (eg when first trying the app, you want to send a text to yourself to see if it works!) maybe it could be an entry under the app bar (alongside Support and Settings) such as "Enter number manually"?

    As for the idea of having recently used contacts in the white space below the text box, perhaps a better approach would be a Recent Contacts button that pops up a short list of the last 5 contacts used? This button wouldn't take up as much space and could perhaps even be located above the text box.
    Dean_Mc wrote: »
    PS: Do you like the logo? :)

    I like the logo, but my initial impression was "that reminds me of something", and that was confirmed for me when my wife glanced at the icon on the start screen last night and asked if that was a vagina. Anyone else seeing this or is it just us??


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Ha ha, I think that might just be you and the missus.

    One of the issues with updates for free apps revolves around the testing fee (€20) after 5 submissions. Since I built SproutSMS to use its not an issue for me. Funny this only affects free apps though, paid apps are free to test.

    Anyhow, regarding the next update. For definite the blank sending will be fixed. Also the increase in characters too. The other stuff is on a list and if I get the time I will have the implemented.

    As I work in Retail and it is the silly season this may be the last update of the year but I have booked a week of after Xmas to look at meteor / voda sending.

    I will provide a link on Wednesday morning to the change log which will essentially be those features plus anything else I can code in my 48 hour development marathon on Monday / Tuesday.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Also guys if you could take the time to write up a review on the market place, I would be delighted. There seems to be review enimia on the marketplace as a whole so If you could take 2 mins to do this you would be helping the overall standing of the apps there. Cheers :)


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Aside from the button down the end that I need to remove. What do you think of the UI refresh?

    5251908029_dfe5f0c7e9.jpg
    New Compose by Dean McDonnell, on Flickr


    The To: box is now editible. If you click the button you get contacts. If you click the box you get a blank edit box.


  • Moderators, Home & Garden Moderators, Technology & Internet Moderators Posts: 24,789 Mod ✭✭✭✭KoolKid


    Is that your own mobile number your displaying?
    Looks good.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Removed by author


  • Moderators, Home & Garden Moderators, Technology & Internet Moderators Posts: 24,789 Mod ✭✭✭✭KoolKid


    I thought that .:D
    However it is a live number. I would suggest editing the pic.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Oops, cant have that, Ive edited the source pic so it should be fine now. Cheers for pointing that out!


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    Aside from the button down the end that I need to remove. What do you think of the UI refresh?

    5251908029_dfe5f0c7e9.jpg
    New Compose by Dean McDonnell, on Flickr


    The To: box is now editible. If you click the button you get contacts. If you click the box you get a blank edit box.

    Looks good. Might there be another button besides the Contacts button for recently used contacts? Could be a little heart icon?

    With regards the number of reviews on the Irish WP7 marketplace, there are very few reviews for any app and most seem to be from the same 2 or 3 people. Makes me wonder how many people are actually using WP7 in Ireland so far. Have the "hardcore" or techy group ignored it and are sticking with android instead? Have to say I've found WP7 a fantastic platform so far...


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Yeah this has me wondering too. I wont get any anaylitics from MS until late next week . I'm really hoping this platform takes hold. I've kind of bet my career on .Net development. Ah early adoption eh! I am just hoping MS put the fire under this in the same way they did the 360.

    Ok the app. Right my honest opinion. I don't like the button there. I have a weird thing about minimalism and it now looks too busy now. I'm going to take it out. I know I forsake an editable textbox but the new design doesn't sit right with me.

    In terms of the favourites. There is no problem adding the button but there is a catch... The SDK doesn't allow me to view the names of contacts only the number / email addy. So I can add it but it will just show a list of numbers.


    EDIT: maybe I need to stop working on this after a long days work. :)


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    So...

    After a few UI iterations, some sleep and a beer I think I have come up with the concept design for sprout that will be available in the next release. Drum roll please...... (Please bear in mind the UI would be much sharper on the phone than this)

    5254786597_71ce22e475.jpg
    NuDesign by Dean McDonnell, on Flickr


    What this adds is:

    1: An editable textbox
    2: Contact chooser in the correct possition
    3: 3 Fav contacts (Will change to recent once the api allows it)
    4: Theme consistancy.

    Honest opinions are always welcome!


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    So...

    After a few UI iterations, some sleep and a beer I think I have come up with the concept design for sprout that will be available in the next release. Drum roll please...... (Please bear in mind the UI would be much sharper on the phone than this)

    5254786597_71ce22e475.jpg
    NuDesign by Dean McDonnell, on Flickr


    What this adds is:

    1: An editable textbox
    2: Contact chooser in the correct possition
    3: 3 Fav contacts (Will change to recent once the api allows it)
    4: Theme consistancy.

    Honest opinions are always welcome!

    Honesty: this is quite a departure from the Metro UI; the "bubble" boxes around the contact box and the message box are a big no-no from my point of view, as is the background with the blue gradient...

    Essentially, the UI from the current Sprout release, with only the addition of the contacts box at the top and 3 or so configurable fav contacts underneath (no need for the number listing either I'd say) is just perfect!

    And as a suggestion, something I've noticed from a couple of other apps that I thought was consistent with metro and visually pleasing was the idea of placing an in-app notification bar at the top of the screen, for example for displaying the status of sending a message in sprout. To see what I mean, try out the "Alien News" reddit app on the marketplace (free trial available). When you logon, you get the status ("logging in", "connected" etc) display in a solid bar along the top with white text (the bar being in the colour of the current theme accent). Seems like this approach might be appropriate for future versions of sprout since the white space under the message text box is going to be used for fav contacts?

    Ok sorry for the editorial but I'm all about the metro theme!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Ok, I just wanted to let everyone know where I am on this project:

    1: After speaking with the author of cabbage we have come to an agreement that allows me to use every network available for cabbage through sprout. This means that the next version will be delayed slightly but I think this vast improvement in functionality is worth an extra week or two of waiting.

    2: Long texts will be available for all networks that support them from V2.0. I have come up with a solution to allow for different limits that gives the same amount of chars as the providers service would through their own site.

    3: Only one account can be used at a time. I will be adding the ability to select multiple accounts but for now its a feature that no one has asked for and would take a lot of time to get right so its off the list for the mean time.

    4: The editable contact box. This will not be a feature. After countless iterations and trying to get this right there is just way to have this feature without impacting the performance. To use an editable text box means I either have to assume you have entered the number in the correct format or check that you did. Both are not full proof as the server only reports that the message has send from the server. It does not tell sprout if you entered an incorrect number. Honestly judging by the scripts (cabbage) I have gone through I doubt the networks will ever implement such a feature to hook into. By making people select the contacts from their phone book the chances of these dud messages happening drops dramatically.

    5: The UI. The new UI + some minor changes (Square Boxes) stays. Why have I moved from the metro themes. Currently themeing based on prefrences is a pain in the arse. In order for everything to be themed correctly I need to hold references to different colour themes and apply them on the fly. This is not true of all controls but this adds up and will cause performance hits down the road. I believe MS are looking at this issue down the road so it can be revisited.

    6: All messages will now pass through a central server ran by cabbage. This is important. This is currently how other versions of cabbage work. It was not a decision I made lightly but the feature gains far out way the losses. The fact of the matter is your data could be harvested by sprout currently so I would be surprised if this really bothered anyone too much. The gains of course are all networks active from the next release, tiny data usage (1 or 2 kb) and the most important, out of app updates. This means if a provider changes their website it can be fixed without updating the app. This would cut a two week turnaround down to a day or less.

    8: I wanted to talk a little more about the UI. Metro is not a theme is a style guide. While I am not a designer and have two left hands in this regard I do take style guides very seriously. I have also chatted to many WP7 designers regarding theming and here is what we came up with.

    The idea of metro is to have consistency across applications. This does not mean that they are themed the same but that they follow the same guidelines as set out in the metro documents. I have been careful to follow these guidelines while at the same time inject a bit of personality into the application. I have no wish to have all the applications on my phone themed the same but I do appreciate them having personality while at the same time following the metro mantra.

    9: wheresmybeaver suggested 3 most recent contacts which is a fantastic idea but as I have said it is not possible to show the name of these contacts. For the moment you will be able to select 3 favourites, I will be keeping a close eye on other projects to see if there is a way around this as I feel the 3 recent contacts would be a much better function than 3 favourites.

    So I think I have covered everything. Feedback, as always, is much appreciated.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    .... Oh and by the way,

    I was kidding about the theme :)

    5257624255_cb55fc228c.jpg 5258248488_e181d6e6f1.jpg
    V2 Dark by Dean McDonnell, on Flickr

    It's now much more refined, How could I not do metro. Good laugh all the same :)


  • Registered Users, Registered Users 2 Posts: 1,120 ✭✭✭wheresmybeaver


    Dean_Mc wrote: »
    .... Oh and by the way,

    I was kidding about the theme :)

    5257624255_cb55fc228c.jpg 5258248488_e181d6e6f1.jpg
    V2 Dark by Dean McDonnell, on Flickr

    It's now much more refined, How could I not do metro. Good laugh all the same :)

    Chancer! Yeah that's how it should look!

    Good news on the new developments, I didn't realise sprout was self contained in version 1. I was assuming it connected to cabbage servers somewhere. And you're correct, an update to the app everytime O2 change their website (which happens a LOT) would not work. Best to have that stuff processed in the cloud (which is where all the action happens these days.

    And I think I mentioned previously, a heart icon for the favourite contacts list would probably be ideal? I've seen metro heart icons in other apps as far as I can recall.

    Finally, would love to hear feedback from anybody else on boards, this is a bit two-sided as it is! :rolleyes:

    Best of luck with the work on the new updates.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Ha ha, It may turn out you are my only customer!

    Yeah V1 was self contained. The idea was to build it in app and then develop the server but its such a waste of time to be reinventing the wheel. Besides I have other apps I would like to get to work on and my current pace would not allow that.

    As for the favourates. They are coming but I need to be happy about where they are or what the app looks like. I know I sound egotistical about the layout but thats because I am. I am talking to another developer who says we may be able to get around using the recent contacts with names but no promises.

    Anyway I still have lots to do, I will update when I have more, Cheers!


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Where no 10 in the free social marketplace! I presume the figs are for Ireland only but delighted never the less. Working pretty hard to get V2 out although I've had some issues with my right wrist which have me away from heavy typing.

    In terms of the update. To be honest it looks like after christmas. I have set aside a week in january to push out the update. Based on the state of my wrist and the fact that I have no days off until christmas day it's just not possible to get the app tested and out before then.


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    SproutSMS V2.0.0 Feature Set: http://bit.ly/hTBVvu

    Release slated for 10/01/2011


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    For those who are following along, don't panic sprout v2.0 will be released very shortly only I need a bit extra time with some of the changes made, oh and by the way: http://sproutsms.codeplex.com/ see here for more info!


  • Registered Users, Registered Users 2 Posts: 6,277 ✭✭✭evolutionqy7


    cool cant wait :)


  • Registered Users, Registered Users 2 Posts: 6,277 ✭✭✭evolutionqy7


    so found the app just a few issues

    not sure does it pick it up cause my HD7 is o2 branded or is it still limited to o2 but i cant change to meteor :S also if you press back it keeps throwing you back to settings screen rather than back to homescreen :S


  • Registered Users, Registered Users 2 Posts: 338 ✭✭Dean_Mc


    Essentially the functionality is correct, it wont allow you to do anything without having settings entered. Having said that this is not the best way to handle this sort of thing and it will be fixed in version two.

    Remember version one only does O2.


  • Advertisement
Advertisement