Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove old Android files | Struan Donald | 2015-08-28 | -8155/+0 |
| | | | | No longer required as it should all be generated by cordova commands | |||
* | bump version numbers for release | Struan Donald | 2014-07-14 | -2/+2 |
| | ||||
* | bump android version numbers for release | Struan Donald | 2014-06-03 | -2/+2 |
| | ||||
* | bump build and version number for release | Struan Donald | 2014-06-03 | -2/+2 |
| | ||||
* | Bump build and version numbers for release | Struan Donald | 2014-01-09 | -2/+2 |
| | ||||
* | make available on Android 4.1+ (JellyBean) | Struan Donald | 2014-01-09 | -1/+1 |
| | ||||
* | bump Android build number | Struan Donald | 2013-09-27 | -1/+1 |
| | ||||
* | Update minimum android version to Jelly Bean | Struan Donald | 2013-09-27 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-09-25 | -1/+1 |
| | ||||
* | update android white list | Struan Donald | 2013-09-25 | -1/+1 |
| | ||||
* | Restrict to latest version of android | Struan Donald | 2013-09-25 | -2/+2 |
| | | | | For soft launch strategy | |||
* | Make latest Android version the target version | Struan Donald | 2013-09-25 | -1/+1 |
| | ||||
* | Give main class a better name for neatness | Struan Donald | 2013-09-25 | -2/+2 |
| | ||||
* | Fully qualify android activity name | Struan Donald | 2013-09-25 | -1/+1 |
| | ||||
* | Target an up to date version of android | Struan Donald | 2013-09-24 | -1/+1 |
| | ||||
* | put uses-feature camera in correct place | Struan Donald | 2013-09-24 | -1/+1 |
| | ||||
* | Update android manifest in line with phonegap recommendations | Struan Donald | 2013-09-24 | -1/+2 |
| | | | | Mostly to prevent restarts on returning from the camera | |||
* | bump build numbers | Struan Donald | 2013-09-18 | -1/+1 |
| | ||||
* | Limit to Android 3.0 and above | Struan Donald | 2013-09-18 | -1/+1 |
| | | | | | At the moment there's a lot of glitches on Android 2 so initially restrict to Android 3+ as that seems reasonably stable | |||
* | remove example android config for tidyness | Struan Donald | 2013-09-18 | -7/+0 |
| | ||||
* | Add an android error page | Struan Donald | 2013-09-18 | -0/+1 |
| | | | | | Slightly less jarring than a dialog if something goes wrong during app startup | |||
* | Remove android splash screen | Struan Donald | 2013-09-18 | -3/+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 2 | Struan Donald | 2013-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 Android | Struan Donald | 2013-09-11 | -1/+50 |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | bump build numbers | Struan Donald | 2013-09-10 | -1/+1 |
| | ||||
* | use 9 patch png for android splash screen | Struan Donald | 2013-08-22 | -0/+0 |
| | | | | | Results in much neater scaling For #115 | |||
* | Changes for beta testing | Struan Donald | 2013-08-20 | -2/+2 |
| | | | | | | Bump build numbers Restrict to iPhone only Add test site to whitelist | |||
* | bump version numbers | Struan Donald | 2013-08-20 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-08-16 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-08-12 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-08-08 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-07-19 | -1/+1 |
| | ||||
* | bump build numberers | Struan Donald | 2013-07-16 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-07-16 | -1/+1 |
| | ||||
* | display splash screen on android | Struan Donald | 2013-07-15 | -2/+4 |
| | ||||
* | bump build numbers | Struan Donald | 2013-07-15 | -1/+1 |
| | ||||
* | replace config.xml standard app info with our own details | Struan Donald | 2013-07-15 | -5/+5 |
| | ||||
* | Android uses regexp rather than bash style globbing. Fixes #41 | Struan Donald | 2013-07-15 | -5/+4 |
| | ||||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -3/+6951 |
| | | | | | | | | | | 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 | |||
* | update android to phonegap 2.9 | Struan Donald | 2013-07-12 | -56/+942 |
| | ||||
* | update classpaths for eclipse/android SDK update | Struan Donald | 2013-07-05 | -2/+3 |
| | ||||
* | bump version numbers | Struan Donald | 2013-06-28 | -1/+1 |
| | ||||
* | bump version numbers | Struan Donald | 2013-06-21 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-06-13 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-06-13 | -1/+1 |
| | ||||
* | Pan the screen rather than resize it when the soft keyboard appears on | Struan Donald | 2013-06-13 | -1/+1 |
| | | | | | Android as this resolves bugs with the screen not resizing correctly on transition. Fixes #465. | |||
* | bump build numbers | Struan Donald | 2013-06-07 | -1/+1 |
| | ||||
* | bump build numbers | Struan Donald | 2013-06-06 | -1/+1 |
| | ||||
* | clicking on pins to get more detail of report now works. Fixes #428 | Struan Donald | 2013-05-31 | -0/+1 |
| | ||||
* | update app to be android 2.2+ compatible | Struan Donald | 2013-05-31 | -1/+1 |
| |