Commit Graph

197 Commits

Author SHA1 Message Date
maverickmishra
f2f2dbde72 rectified Readme 2016-10-17 16:29:20 -07:00
maverickmishra
35f68c985e modified Readme 2016-10-17 16:27:43 -07:00
maverickmishra
5d97d51144 added demo project and modified version 2016-10-17 16:25:16 -07:00
maverickmishra
84b013f17c added comments and formatted code 2016-10-17 11:12:53 -07:00
Shazron Abdullah
fff9124669 CB-11919 - Add github pull request template 2016-10-04 21:44:20 -07:00
maverickmishra
90f5f2531a Added promises to plugin 2016-09-20 10:36:36 -07:00
maverickmishra
f881c95e9a basic tests added 2016-08-30 17:12:46 -07:00
maverickmishra
c00a7c4b85 changed orientation spec and modified Readme 2016-08-30 17:11:10 -07:00
maverickmishra
86a9c8131d removed .DS_Store files 2016-08-29 16:31:24 -07:00
maverickmishra
dd13eb5bdf add gitignore and npmignore files 2016-08-29 16:23:51 -07:00
maverickmishra
2d8500f6a5 One js file for ios, android and windows 2016-08-29 14:33:03 -07:00
Douglas Silva
4b7a573f53 Merge pull request #1 from DouglasHSS/master
Fixing the js modules source path related to windows platform.

 This closes #1
2016-06-08 09:27:19 -04:00
Grant Benvenuti
781a2c1e4a updated readme with release notes 2016-05-23 08:40:35 +10:00
Grant Benvenuti
86fc819e6a version updated and license adjusted 2016-05-23 08:37:54 +10:00
Tony Homer
937577842b support interoperability between Orientation preference and screen-orientation plugin 2016-05-16 15:30:58 -04:00
Tony Homer
a661578b4c fix header file incorrectly set as source-file 2016-05-16 15:30:58 -04:00
Tony Homer
f0d18db90e adding missing files to plugin.xml 2016-05-16 15:30:58 -04:00
Tony Homer
ec3e90dbc8 make iOS rotate as needed when lockOrientation is called 2016-05-16 15:30:58 -04:00
Grant Benvenuti
ff0d1fbfc5 Merge pull request #107 from tony--/switch-license-to-apache
switch license from MIT to Apache 2.0
2016-05-09 13:44:26 +10:00
Tony Homer
dd26708b73 switch license from MIT to Apache 2.0 2016-05-05 14:46:35 -04:00
Grant Benvenuti
63b664a352 1.4.1 2016-03-04 20:09:03 +10:00
Grant Benvenuti
7dc72e05dd Updated version notes 2016-03-04 20:08:51 +10:00
Grant Benvenuti
8790cb2f86 Merge pull request #89 from brenodouglas/master
Fix for cordova >= 3.6.3
2016-02-12 10:22:59 +10:00
Breno Douglas
0708a83716 Fix conflict return type in implementation of 'supportedInterfaceOrientations' 2016-02-11 08:57:43 -02:00
Breno Douglas
2576cc6f23 Cordova 3.6.3 -
'CB-7187 Delete CDVShared.m & remove dependency on CoreLocation
2016-02-11 08:52:48 -02:00
Grant Benvenuti
d89dc2ab41 Merge pull request #78 from mrzmyr/patch-1
Add more readability
2016-02-05 09:46:33 +10:00
Moritz
479c32b67c Add more readability 2015-12-08 18:14:57 +01:00
Grant Benvenuti
bbde995383 v1.4.0 release 2015-08-10 09:57:07 +10:00
Grant Benvenuti
a158cf8bc1 Merge pull request #65 from tokotchd/master
Added Windows 8.1 Support
2015-08-10 09:49:36 +10:00
Grant Benvenuti
c7e3cf423f Merge pull request #54 from orlando-antonino/master
background thread for ios
2015-08-10 09:46:00 +10:00
Grant Benvenuti
0eb6d35fc6 Add portrait upside down to ios default orientations. closes #37 2015-08-10 09:40:42 +10:00
Grant Benvenuti
c8b89002f9 Removed direct reference to screen in addScreenOrientationApi function 2015-08-10 09:37:38 +10:00
Grant Benvenuti
1195b40612 Merge pull request #64 from elitan/master
README events example added and orientation naming bug in orientationChange()
2015-08-10 09:33:36 +10:00
tokotchd
3ccadfdf64 Updated Readme
Updated Readme
2015-08-07 12:18:11 -04:00
tokotchd
9ba4760503 Fix
Fix
2015-08-07 12:14:11 -04:00
tokotchd
7a11a3dd7e Added Windows 8.1 Support
Windows 8.1 has javascript calls, were not be complicated to add.
2015-08-07 12:12:10 -04:00
Johan Eliasson
1f43b5ac9c add screen.orentation vairable update on lockOrientation() 2015-07-20 15:04:18 +02:00
Johan Eliasson
dda55807c7 correct orientation naming 2015-07-20 14:37:52 +02:00
Johan Eliasson
4f36055beb added example on orientationchange 2015-07-20 14:37:27 +02:00
Grant Benvenuti
9244abcbbe Fixed typo in package.json 2015-05-22 08:56:57 +10:00
Grant Benvenuti
79a9ab857f Readme updates 2015-05-20 14:06:51 +10:00
Grant Benvenuti
503a380624 Initial npm plugin support 2015-05-20 13:54:47 +10:00
orlando-antonino
f3d451c72c background thread for ios 2015-05-14 10:57:52 +02:00
Grant Benvenuti
4c86a0d8c6 Readme update 2015-05-14 14:04:03 +10:00
Grant Benvenuti
51a6fc8166 Updated plugin readme to mention WP8 2015-05-14 14:00:29 +10:00
Grant Benvenuti
7b8655e85e Merge pull request #53 from Telerik-Verified-Plugins/master
WP support, attempt 2
2015-05-14 13:59:02 +10:00
EddyVerbruggen
865c81a09e Added WP8 support 2015-05-13 20:30:41 +02:00
EddyVerbruggen
b3aadac6ed Intermediate commit to sync with upstream 2015-05-13 20:28:28 +02:00
EddyVerbruggen
6c975278ea Completed adding WP8 support 2015-05-13 20:17:14 +02:00
Grant Benvenuti
50c122bd90 Merge pull request #51 from yoik/revert-49-master
Revert "Added WP support"
2015-05-12 10:12:31 +10:00