aboutsummaryrefslogtreecommitdiffstats
path: root/Android/src
Commit message (Collapse)AuthorAgeLines
* Remove old Android filesStruan Donald2015-08-28-74/+0
| | | | No longer required as it should all be generated by cordova commands
* Give main class a better name for neatnessStruan Donald2013-09-25-1/+1
|
* Remove android splash screenStruan Donald2013-09-18-1/+0
| | | | | It doesn't add anything other than a moment of possibly distorted logo so we might as well get rid of it
* Resolve details screen scrolling issues on Android 2Struan Donald2013-09-13-0/+15
| | | | | | | | | Set Android 2 to use adjustPan when the soft keyboard is visible as this stops the details screen scrolling in such a way that the cursor is off the top of the screen. Leave the default for other versions as then the screen is scrollable. Fixes #128
* Allow details screen to scroll on AndroidStruan Donald2013-09-11-0/+46
| | | | | | | | | | | | | | | | | | | | | This fixes #113 in that it means the user can move the screen to see what fields are available. Previously this was prevented by setting the adjustPan mode for the soft input mode which had fixed a bug with the keyboard not dismissing on transition. This has been resolved by adding a plugin for Android to control display of the soft keyboard and hiding the keyboard before navigation in the navigate method of FMSView. Sadly this then meant that the screen size was being measured *before* the keyboard was dismissed with the result that the screen transitioned too was incorrectly displayed. This was resolved by taking the screen height on start up, storing that as a property of the FMS global object and then using this property instead of measuring the screen size at the time of transition. The map has also been expanded to fill the whole screen rather than stopping at the bottom of the navigation bar as on Android when you scroll the screen the map does not scroll and the gap at the top was visible.
* display splash screen on androidStruan Donald2013-07-15-1/+2
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-1/+1
| | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode
* initial android phonegap appStruan Donald2012-03-13-0/+13