Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-7196] Completed implementation of Ti.UI.EmailDialog. Fixed small ... #1387

Merged
merged 2 commits into from Feb 10, 2012
Merged

[TIMOB-7196] Completed implementation of Ti.UI.EmailDialog. Fixed small ... #1387

merged 2 commits into from Feb 10, 2012

Conversation

cb1kenobi
Copy link
Contributor

...bug with lang.urlEncode() that also affected Ti.Network.HttpClient. Also added Ti+ modules to cached builds and added better compile time display.

…ll bug with lang.urlEncode() that also affected Ti.Network.HttpClient. Also added Ti+ modules to cached builds and added better compile time display.
@patrickseda
Copy link

Code reviewed and tested. Request accepted.

@@ -24,6 +26,7 @@ methods:
events:
- name: complete
summary: fired when the email dialog has completed sending the email
description: On Mobile Web, `complete` fires immediately after calling open() and will always succeed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not quite right to say that the event succeeds, but I can't think of better wording offhand. Maybe something like:

On Mobile Web, the platform cannot determine if the message was sent or not. The complete call fires immediately after calling open(),
and always reports success.

@arthurevans
Copy link
Contributor

Reviewed docs. 1 niggle, take it or leave it. approved

In the future, I recommend wrapping YAML docs to 100 characters--they're a lot easier to review in github.

@cb1kenobi
Copy link
Contributor Author

Fixed verbiage as Arthur's was better than mine.

cb1kenobi added a commit that referenced this pull request Feb 10, 2012
[TIMOB-7196] Completed implementation of Ti.UI.EmailDialog. Fixed small ...
@cb1kenobi cb1kenobi merged commit ede23eb into tidev:master Feb 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants