Push Notification, Native eMails ...

+1 for

  • simple option to create Push Notification from a timer
    newPush = initPush(Timestamp, Message, redirect)
  • Timestamp when the PopUp should appear
  • Message what Info
  • redirect, optional opening part of app when button is pressed
    newPush:cancelPush() to remove that Push
  • native eMail Support
    like sendMail (to, from, subject, body, attachment)
  • nothing more to say …
  • not a real feature request, but 'improvement"
    speeding up the very slow SQL Inserts and reads!!!

  • faster newText () (also very slow)

  • native BitMap Manipulation (Desaturating, pixel manipulation)
    simple newImage = editImage (ImageName, x,y, color)
    would already give a lot of options.

would be great someone from the team would comment on each point
when it may come implement to get a bit a time schedule.

thx
chris
[import]uid: 4795 topic_id: 15757 reply_id: 315757[/import]

Hey guruk,

The link below may help awnser your native email support question (page 2), Joshua and Carlos both posted about it and were quite helpful. Essentially it’s in the to-do list :smiley:

http://developer.anscamobile.com/forum/2011/07/27/i-will-love-you-forever
**edit**
+1 for faster SQL inserts, they can be a little slow if your creating a new database file when you first start up an app. [import]uid: 69826 topic_id: 15757 reply_id: 58250[/import]

I know that the feature 'send email in the background without opening the mailer" is common on iPhone! … often used to send passwords to the original email entered.

as long that are standard feature in iOS/android … i do not see the problem .
Looks i have to look myself now how its done exactly in ios/android …
what should i say… don’t like to arguee around.

about SQL … its not just slow while creating… just make a test with lets say 100 reads
how it does slow down. eg. in a calendar where you read infos for each day (where you can’t just say "info from that month, because you would have to do calculations on each day…)
just wish once someone from the team does have a look how to improve sql requests at all.

greets
chris
[import]uid: 4795 topic_id: 15757 reply_id: 58402[/import]

Notifications in next release as hinted in the Ansca blog

http://blog.anscamobile.com/2011/09/hint/ [import]uid: 31262 topic_id: 15757 reply_id: 58413[/import]

sounds cool :slight_smile: !!!
if it works with a timer… i will immediately implement it

great… step by step we get the ‘important’ stuff :slight_smile:

next:

  • native email support
  • speed up newTEXT
  • speed up SQL :slight_smile:

hugs
chris
[import]uid: 4795 topic_id: 15757 reply_id: 58417[/import]