So i think we are feature complete enough for the first release of the universal app. I'm currently doing cleanup, bug fixes and also doing spot checks to make sure i'm bringing over most of the features that preexisted in the original app. A few things that haven't been seen but will show up in the first release
- general setting to make the camera start in live mode when opened
- added refresh button to the camera controls
- added network connectivity check to the service calls. Basically if it detects your not connected it will just return an error with a message regarding that.
- actions created from pinning are now visible and usable for other things. Only limitation is you can't modify the steps
- fixes for devices to make icons render in black or white properly
- location features should now disable properly if you've turned off location services
- optimizations to improve rendering speed of the items list
- button flyout actions text should be properly spaced now
- background timer task and location tasks should now actually run.... guess i must have disabled them at some point.
- when assigning an action to a location it now properly strips actions that have Go To steps since this is designed to be a background only.
- moving encryption of passwords to use the built in PasswordVault functionality in the OS.
- added indicator icon to the pages to show if your device doesn't have a valid connection to the internet.
- added a new combobox control which includes up / down buttons. will be used on long list numeric inputs so you can easily do granular changes. Its a stopgap till i can figure out how to make the combo boxes work the way i want.