Michael Gangolf

Results 231 issues of Michael Gangolf

Ti SDK 7 support

Would it be possible to keep an existing resources/fonts folder when doing an app update? app/server : 2.8.1

Is it possible to use the Ti.App.version of my app in a Tishadow app? It always gives me 1.0 because it displays the TiShadow App version. TiShadow 2.7.6 iOS

building went fine but at the end I got: ``` ... Packaging version (5.0.0) complete scons: done building targets. fs.js:555 return binding.rename(pathModule._makeLong(oldPath), ^ Error: EXDEV, cross-device link not permitted '/tmp/tisdk_24606DZwGRPgpe5hL/dist/mobilesdk-5.0.0-linux.zip'...

as before: Untested! I've just rebuild the version - feedback appreciated :smile: * build for Ti * use Parse 4.0.0 * updated the readme * added `Parse.registerToken(e.fcmToken);` download in dist...

**don't merge yet** only built the module. Still needs to be tested! [ti.collectionview-android-4.0.0.zip](https://github.com/nuno/TiCollectionView/files/5518311/ti.collectionview-android-4.0.0.zip)

:warning: **Do not merge yet!** :warning: Starting with 1.6.0 it requires minSdk 34! Titanium doesn't support that yet. It's just so we have the PR already and know about the...

Just a crosslink to a ticket of ViewDeck: https://github.com/ViewDeck/ViewDeck/issues/542 "Add a transition that moves the center view controller instead of the side view controllers" Would be great to update NappSlideMenu...

For testing Example: ``` var file = Ti.Filesystem.getFile("example.kml"); if (file.exists()) { mapView.loadKml({ file: file.read() }) } ``` [ti.map-android-5.7.0.zip](https://github.com/tidev/ti.map/files/14883687/ti.map-android-5.7.0.zip)