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

Events #1

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
01ac9a9
Fix directory structure, create plugin.xml, and update readme
Sep 13, 2013
04c99bf
Update readme
Sep 13, 2013
ba40061
Update readme
Sep 13, 2013
55b02ac
Fix readme to show code
Sep 13, 2013
f90dba0
Change java import statements
Sep 13, 2013
f5486e5
Change js file to use cordova.exec
Sep 13, 2013
720212c
Change exec call in js
Sep 14, 2013
7a68a26
Add permission to config.xml
Sep 14, 2013
732a169
Get rid of libs dir.
Sep 16, 2013
2fbd61b
Update name values
Sep 16, 2013
b26d1cd
Change name values
Sep 16, 2013
18e459b
Change plugin id
Sep 16, 2013
4a1b309
Change clobber name
Sep 16, 2013
5d98bd1
Change file names and stuff
Sep 18, 2013
5d2bf77
Change plugin.xml to match new file names
Sep 18, 2013
e8398b1
Fix class not found error
Sep 18, 2013
0208955
Fixed intent, removed alert, and updated readme
Sep 18, 2013
7897d43
Update readme
Sep 19, 2013
4186a47
Add iOS files
Sep 19, 2013
f2b689f
Update plugin.sml for ios
Sep 19, 2013
7be0f3d
Fix Sms.m
Sep 19, 2013
847fcb5
Fix iOS sms, make sms.java uppercase, and update readme
Sep 24, 2013
d941bb6
Add missing MessageUI framework
Sep 25, 2013
e683570
Merge pull request #1 from dieppe/master
Sep 25, 2013
4115eda
Delete lowercase java file
Sep 25, 2013
8e9e9af
Allow to send SMS to a list of numbers
Sep 26, 2013
a587bd5
Check for presence of SMS capabilities for android.
Sep 26, 2013
af84a09
Add backward compatibility with old iOS plugin
Sep 26, 2013
3d51f63
Merge pull request #2 from dieppe/master
Sep 26, 2013
479e613
Revision by Johnny Slagle- Remove deprecated presentModalViewControll…
Oct 15, 2013
b247197
Change plugin id to org.apache.cordova.plugin.sms
Oct 15, 2013
2ce13b9
Update readme- add .git to then end of the install command
Oct 15, 2013
63b57d7
MessageUI framework should be optional, otherwise it won't link
Oct 17, 2013
2e58eba
Merge pull request #3 from dieppe/master
Oct 20, 2013
0df4ceb
Add uses-feature and make it optional so this plugin doesn't make app…
Oct 22, 2013
4fa8608
Added Windows Phone 8 support.
fredrikeldh Jan 15, 2014
64f8495
Merge pull request #7 from fredrikeldh/master
Jan 15, 2014
9bc5323
Attempting compatibility with phonegap build
EddyVerbruggen Jan 18, 2014
8c6759d
Adde Android namespace
EddyVerbruggen Jan 19, 2014
29d1f19
Merge pull request #8 from EddyVerbruggen/master
Jan 19, 2014
287e8e7
Whitespace changes
Apr 9, 2014
6458b3f
Refactor some code to a seperate function
Apr 9, 2014
1723b18
Fix android code
Apr 9, 2014
24e75a0
More whitespace changes
Apr 9, 2014
65218c3
Add support for passing no number in android
Apr 9, 2014
16fa5e2
Remove comments
Apr 10, 2014
e9daef0
Fix problem on android where it always made you pick a contact even i…
Apr 10, 2014
02be54b
Update readme
Apr 10, 2014
031119c
Add faq section to readme
Apr 10, 2014
5d25b7b
Remove lines that show/hide the status bar
Apr 11, 2014
a16ee46
Update iOS code to return callbacks correctly
Apr 11, 2014
003f435
Change callback names in the js
Apr 11, 2014
b81414f
Android success/error callback is not correctly fired for non-Intent …
EddyVerbruggen Apr 29, 2014
22368da
Remove Intellij files from gitignore
Apr 29, 2014
5ec0843
Fix #21 - IOS 7 and later for empty recipient
cedriclombardot May 20, 2014
872d95b
Merge pull request #22 from cedriclombardot/patch-1
May 20, 2014
b2f4782
Method is looking for a NSMutableArray
May 21, 2014
a754f24
Merge pull request #23 from hackfanatic/master
May 21, 2014
5420eed
Add thing to fix to readme
Jul 28, 2014
da3df9c
Use sendMultipartTextMessage() if the message needs to be sent in parts
Oct 3, 2014
0d8946f
Merge pull request #40 from complex857/master
Oct 3, 2014
69a1ee0
Fixed issue with warning thrown by Cordova for iOS. writeJavascript i…
vkeepe Oct 28, 2014
f73344b
Merge pull request #45 from vkeepe/master
Oct 30, 2014
5330a32
android calls the success callback no matter what, if using the defau…
maikueo Nov 10, 2014
caec82e
Merge pull request #46 from ekiw00/master
Nov 11, 2014
4ec7b77
fix callback issue
Lev09 Dec 26, 2014
83581e9
Merge pull request #49 from Lev09/master
Dec 26, 2014
3a7f1e5
Whitespace changes- convert spaces to tabs
Dec 30, 2014
915fe99
Simplify license
Dec 30, 2014
e270023
Whitespce changes- convert spaces to tabs
Dec 31, 2014
8c3db89
Update readme to not use jQuery in example code
Dec 31, 2014
b242915
Update readme to add new maintainers section
Feb 5, 2015
31ef935
Update repo to point to new repo.
Feb 6, 2015
78478d5
Update readme.md
Feb 21, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ local.properties

# Eclipse project files
.classpath
.project
.project
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 javatechig
Copyright (c) 2014 aharris88

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand All @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39 changes: 0 additions & 39 deletions SMSExample/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion SMSExample/assets/www/codiqa.ext.css

This file was deleted.

1 change: 0 additions & 1 deletion SMSExample/assets/www/codiqa.ext.js

This file was deleted.

Loading