diff options
| -rwxr-xr-x | StoneIsland/config.xml | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate | bin | 41616 -> 41637 bytes | |||
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 4 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js | 1 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/products/CollectionView.js | 14 | ||||
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/BlogView.js | 1 | ||||
| -rwxr-xr-x | StoneIsland/www/js/lib/products/CollectionView.js | 14 |
8 files changed, 20 insertions, 18 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index d3fabd0e..564a1e40 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex 72972403..5663d30f 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate +++ b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 2e46028b..eff93491 100755 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -57,7 +57,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.5.1</string> + <string>0.5.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> @@ -70,7 +70,7 @@ </dict> </array> <key>CFBundleVersion</key> - <string>0.5.1</string> + <string>0.5.2</string> <key>LSApplicationQueriesSchemes</key> <array> <string>youtube</string> diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index cb14d4fd..7131bd7d 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="us.okfoc.stoneisland" version="0.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <preference name="AllowInlineMediaPlayback" value="false" /> <preference name="BackupWebStorage" value="cloud" /> <preference name="DisallowOverscroll" value="false" /> diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js index c1daf656..64a65b09 100755 --- a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js @@ -47,6 +47,7 @@ var BlogView = View.extend({ app.gallery_id = data.store[0].CollectionId app.department_id = data.store[0].DepartmentId app.collection.setCollectionName( data.store[0].collection ) + app.collection.loaded = false app.collection.fetch() } diff --git a/StoneIsland/platforms/ios/www/js/lib/products/CollectionView.js b/StoneIsland/platforms/ios/www/js/lib/products/CollectionView.js index 033992a6..1c50c80d 100755 --- a/StoneIsland/platforms/ios/www/js/lib/products/CollectionView.js +++ b/StoneIsland/platforms/ios/www/js/lib/products/CollectionView.js @@ -88,15 +88,15 @@ var CollectionView = ScrollableView.extend({ this.$loader.hide() this.$content.empty() // DefaultCode10 - data.SearchResponseFull.Results.Items.length = 1 +// data.SearchResponseFull.Results.Items.length = 1 this.$content.toggleClass("single", (data.SearchResponseFull.Results.Items.length == 1)) - if (data.SearchResponseFull.Results.Items.length == 1) { - app.footer.hide() - } - else { - app.footer.show("FILTER") - } +// if (data.SearchResponseFull.Results.Items.length == 1) { +// app.footer.hide() +// } +// else { +// app.footer.show("FILTER") +// } data.SearchResponseFull.Results.Items.forEach(this.append.bind(this)) this.deferScrollToTop() diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index c1daf656..64a65b09 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -47,6 +47,7 @@ var BlogView = View.extend({ app.gallery_id = data.store[0].CollectionId app.department_id = data.store[0].DepartmentId app.collection.setCollectionName( data.store[0].collection ) + app.collection.loaded = false app.collection.fetch() } diff --git a/StoneIsland/www/js/lib/products/CollectionView.js b/StoneIsland/www/js/lib/products/CollectionView.js index 033992a6..1c50c80d 100755 --- a/StoneIsland/www/js/lib/products/CollectionView.js +++ b/StoneIsland/www/js/lib/products/CollectionView.js @@ -88,15 +88,15 @@ var CollectionView = ScrollableView.extend({ this.$loader.hide() this.$content.empty() // DefaultCode10 - data.SearchResponseFull.Results.Items.length = 1 +// data.SearchResponseFull.Results.Items.length = 1 this.$content.toggleClass("single", (data.SearchResponseFull.Results.Items.length == 1)) - if (data.SearchResponseFull.Results.Items.length == 1) { - app.footer.hide() - } - else { - app.footer.show("FILTER") - } +// if (data.SearchResponseFull.Results.Items.length == 1) { +// app.footer.hide() +// } +// else { +// app.footer.show("FILTER") +// } data.SearchResponseFull.Results.Items.forEach(this.append.bind(this)) this.deferScrollToTop() |
