Commit Graph

196 Commits

Author SHA1 Message Date
RandyMcMillan
cbdfc970bd README.md update 2012-07-31 03:06:50 -04:00
RandyMcMillan
31082f2cdd README.md update 2012-07-31 02:51:42 -04:00
tommy-carlos williams
5693f19892 Update VolumeSlider for Cordova 2.0 2012-07-31 09:51:47 +10:00
tommy-carlos williams
6dce9ec27c Update VolumeSlider for Cordova 2.0 2012-07-31 09:50:54 +10:00
tommy-carlos williams
46f7d41ee0 Update VolumeSlider for Cordova 2.0 2012-07-31 09:50:10 +10:00
RandyMcMillan
7765b54ffc ChildBrowser (iOS) basic index.html update
<script type="text/javascript" charset="utf-8"
src="cordova-2.0.0.js"></script>

<script type="text/javascript" charset="utf-8"
src="ChildBrowser.js"></script>
2012-07-30 16:44:34 -04:00
RandyMcMillan
e95952aca7 README.md update for 2.0 2012-07-30 16:40:25 -04:00
RandyMcMillan
34e8e862de Comply with 2.0 CORDOVA_FRAMEWORK header
4. Change in import header use: in 2.0.0, Cordova projects use the
CordovaLib project as a subproject, it now uses the CORDOVA_FRAMEWORK
styled import like this:
#import <Cordova/CDV.h>
instead of like this:
#import "CDV.h"
So now in 2.0.0, Cordova import headers are unified.
2012-07-30 16:34:53 -04:00
tommy-carlos williams
07fcdaf7d3 Merge pull request #693 from AndiDog/master
Port to Cordova 2.0 and backwards compatibility iOS < 5.0
2012-07-28 03:09:52 -07:00
Jesse MacFadyen
c31263c17e updates for ChildBrowser in iOS 2.0 2012-07-27 14:05:36 -07:00
Andreas Sommer
27a3c4a3d5 Fixed background image stretching with iOS < 5.0 2012-07-27 11:51:48 +01:00
Andreas Sommer
cbd7b6760b Ported to Cordova 2.0 2012-07-27 11:38:17 +01:00
Rodrigo Moyle
52a64c7ff6 Correct typo on foreground notification parameter 2012-07-24 11:44:35 -03:00
tommy-carlos williams
fb6b516fa4 Merge pull request #678 from AndiDog/master
Fix issue with changing type of navigation bar buttons
2012-07-21 15:11:26 -07:00
Andreas Sommer
2ff0468085 Fix changing from button with background image to normal button, simplified code 2012-07-20 12:22:00 +01:00
Andreas Sommer
a1c2adaea2 Fixed memory release issue 2012-07-20 12:04:04 +01:00
tommy-carlos williams
9ffa759e8c Merge pull request #667 from AndiDog/master
Navigation bar buttons with custom background (-> allows creating back button at runtime)
2012-07-12 19:26:38 -07:00
Rob Colburn
108246ea6d Add (JSDuck) inline documentation 2012-07-12 11:59:44 -07:00
Andreas Sommer
37de3d3c8a Added example screenshot 2012-07-12 11:31:02 +01:00
Andreas Sommer
6c4cba0d5b Added example screenshot 2012-07-12 11:30:26 +01:00
Andreas Sommer
960648cf8a Implemented custom button background functionality (e.g. for back button) 2012-07-12 11:30:07 +01:00
Andreas Sommer
2958b5a695 Suppress warning 2012-07-12 11:28:02 +01:00
tommy-carlos williams
07b1f7c08f Merge pull request #661 from AndiDog/master
Fix tab bar plugin README
2012-07-10 03:36:27 -07:00
Andreas Sommer
96731c3119 Fixed example code 2012-07-09 21:40:16 +01:00
shazron
2ebe35a7c7 Ported Keychain plugin to Cordova. 2012-07-09 10:47:53 -07:00
tommy-carlos williams
6f17a8b427 Merge pull request #658 from AndiDog/master
Tab / navigation bar plugins: Allow tab bar to be positioned on top
2012-07-09 03:36:29 -07:00
Andreas Sommer
44014ab983 Fixed example code 2012-07-09 11:22:38 +01:00
Andreas Sommer
bdf30fe8c2 Tab bar can now be positioned on top (compatible with navigation bar plugin) 2012-07-09 11:22:24 +01:00
RandyMcMillan
b2adead8c7 Retina Image Correction
Tested on 1st Gen iPad
Tested on 3rd Gen iPad
Tesed on iPhone 4
2012-07-08 15:55:22 -04:00
tommy-carlos williams
e79d22b8c7 Merge pull request #650 from AndiDog/master
New tab bar plugin,  plus fixes to make layouting work together with navigation bar plugin
2012-07-05 19:48:49 -07:00
Andreas Sommer
7645731129 Added iOS tab bar plugin 2012-07-05 14:26:59 +01:00
Andreas Sommer
9f3329f582 Fix layouting to work with new tab bar plugin 2012-07-05 12:55:28 +01:00
tommy-carlos williams
f1253b9c9d Removed redundant ( and possibly now missing) hasResource() and addResource() calls. 2012-07-05 11:31:09 +10:00
tommy-carlos williams
3e605f4fce Merge pull request #647 from AndiDog/master
New navigation bar plugin (separated this time ;)
2012-07-04 17:28:09 -07:00
Andreas Sommer
9f8a1fbd1e Support for navigation bar styles 2012-07-04 23:05:26 +01:00
Andreas Sommer
7b61afc7d6 Corrected method names in example code 2012-07-04 22:48:44 +01:00
Andreas Sommer
c306d69d74 Final fixes for NavigationBar plugin 2012-07-04 22:48:26 +01:00
Andreas Sommer
70ae4001ff Change only top of web view bounds to be compatible with a future tab bar plugin 2012-07-04 22:47:37 +01:00
Andreas Sommer
727d7e52d7 Added iOS navigation bar plugin 2012-07-04 16:12:57 +01:00
Josemando Sobral
4882c09cbb readme file for ios/screenshot 2012-07-03 02:08:18 -03:00
Josemando Sobral
59382f4535 updated cordava.exec call 2012-07-03 02:07:02 -03:00
@RandyMcMillan
b0981f8072 Merge pull request #600 from josemando/master
Updated Screenshot plugin to Cordova 1.6.1
2012-07-02 12:13:31 -07:00
RandyMcMillan
e0b44deeb8 ChildBrowser (iOS) retina images at correct size 2012-06-27 15:22:25 -04:00
Shazron Abdullah
6b43f925ac Merge pull request #566 from saleemshafi/master
Issue 562: Fixing ad orientation and placement issues for iOS AdPlugin
2012-06-22 11:40:46 -07:00
Shazron Abdullah
baa7949d67 Merge pull request #594 from mgcrea/ios-securedeviceidentifier
Added new `iOS/SecureDeviceIdentifier` plugin.
2012-06-22 11:39:47 -07:00
Julio Cesar
6074c24622 added OCRPlugin for iOS 2012-06-13 23:29:52 +02:00
Julien Chaumond
c2c82d3684 Remove duplicate definition of setToolBarTitle 2012-06-11 16:51:51 +03:00
tommy-carlos williams
f2d7fa879f Merge pull request #497 from danjordan/Cordova-MapKitPlug
Upgraded MapKit to Cordova 1.6.0+ - README still needs updating
2012-06-09 16:58:31 -07:00
tommy-carlos williams
85ab940fad Merge pull request #542 from mdreeling/master
getTwitterUserName switched to performCallbackOnMainThreadforJS
2012-06-09 02:11:11 -07:00
tommy-carlos williams
1d057fdf63 Updated README to make use of Cordova instead of PhoneGap 2012-06-09 19:09:17 +10:00