shankari / cordova-connection-settings

Plugin to store connection settings in a plist or .xml file and to load them on demand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We technically don't need this plugin anymore, since we store the settings as local storage in the usercache, and can directly access it from both native code and javascript. BUT the server communication currently does not use the usercache, and there might be places that still use this code (e.g. to display the server that we are connected to) for debugging.

This also provides a convenient place to provide the format for the user settings.

So let's extend this plugin for now, but soon we should remove it and use the JSON directly.

About

Plugin to store connection settings in a plist or .xml file and to load them on demand

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 41.4%Language:JavaScript 29.9%Language:Objective-C 28.6%