Brandon Shelley

Results 87 issues of Brandon Shelley

Currently you can only execute a variable utility on a variable, which requires setting a variable first. Should be able to support utils directly on strings, like: ``` "text": "[[aControl.dollarValue+'...

enhancement
docs

Currently the Xcode product scheme must be set manually, making having this in the JSON a little superfluous. Can we create a pre-build script that will read `$app.mode` and modify...

enhancement

$session should become ephemeral across app launches, we will create a new property ($settings? or $config?) for persistent settings. During development mode, these settings would be saved to a local...

enhancement

TSMessage is a great OSS project for top-device notifications. Should be implemented.

enhancement

Currently $session uses NSUserDefaults which is inherently not a secure place to store sensitive credentials. OAuth should also be updated to store tokens in KC.

enhancement

Instead of having to write out the font-awesome icons as a Text control, create an Icon control that takes the size and icon name as parameters.

enhancement

Currently you can only reference images by path. The camera control has to save the image to assets in order to have the photo accessed, and the multipart uploading only...

enhancement

View transitions do not have modal presentation styles; implement slide down ("blinds") style and slide up options.

enhancement

Map control doesn't have the ability to define datarow.basepath - as Table/Collection can do now, this should be done for Map so that you can have a single data provider...

enhancement
docs

Currently in order to have an event, you need to specify it in the `actions` array of a control or datasource. Let's look at allowing you to define an event...

enhancement