aboutsummaryrefslogtreecommitdiffstats
path: root/Android
Commit message (Collapse)AuthorAgeLines
* Remove old Android filesStruan Donald2015-08-28-8155/+0
| | | | No longer required as it should all be generated by cordova commands
* bump version numbers for releaseStruan Donald2014-07-14-2/+2
|
* bump android version numbers for releaseStruan Donald2014-06-03-2/+2
|
* bump build and version number for releaseStruan Donald2014-06-03-2/+2
|
* Bump build and version numbers for releaseStruan Donald2014-01-09-2/+2
|
* make available on Android 4.1+ (JellyBean)Struan Donald2014-01-09-1/+1
|
* bump Android build numberStruan Donald2013-09-27-1/+1
|
* Update minimum android version to Jelly BeanStruan Donald2013-09-27-1/+1
|
* bump build numbersStruan Donald2013-09-25-1/+1
|
* update android white listStruan Donald2013-09-25-1/+1
|
* Restrict to latest version of androidStruan Donald2013-09-25-2/+2
| | | | For soft launch strategy
* Make latest Android version the target versionStruan Donald2013-09-25-1/+1
|
* Give main class a better name for neatnessStruan Donald2013-09-25-2/+2
|
* Fully qualify android activity nameStruan Donald2013-09-25-1/+1
|
* Target an up to date version of androidStruan Donald2013-09-24-1/+1
|
* put uses-feature camera in correct placeStruan Donald2013-09-24-1/+1
|
* Update android manifest in line with phonegap recommendationsStruan Donald2013-09-24-1/+2
| | | | Mostly to prevent restarts on returning from the camera
* bump build numbersStruan Donald2013-09-18-1/+1
|
* Limit to Android 3.0 and aboveStruan Donald2013-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 tidynessStruan Donald2013-09-18-7/+0
|
* Add an android error pageStruan Donald2013-09-18-0/+1
| | | | | Slightly less jarring than a dialog if something goes wrong during app startup
* Remove android splash screenStruan Donald2013-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 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-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 numbersStruan Donald2013-09-10-1/+1
|
* use 9 patch png for android splash screenStruan Donald2013-08-22-0/+0
| | | | | Results in much neater scaling For #115
* Changes for beta testingStruan Donald2013-08-20-2/+2
| | | | | | Bump build numbers Restrict to iPhone only Add test site to whitelist
* bump version numbersStruan Donald2013-08-20-1/+1
|
* bump build numbersStruan Donald2013-08-16-1/+1
|
* bump build numbersStruan Donald2013-08-12-1/+1
|
* bump build numbersStruan Donald2013-08-08-1/+1
|
* bump build numbersStruan Donald2013-07-19-1/+1
|
* bump build numberersStruan Donald2013-07-16-1/+1
|
* bump build numbersStruan Donald2013-07-16-1/+1
|
* display splash screen on androidStruan Donald2013-07-15-2/+4
|
* bump build numbersStruan Donald2013-07-15-1/+1
|
* replace config.xml standard app info with our own detailsStruan Donald2013-07-15-5/+5
|
* Android uses regexp rather than bash style globbing. Fixes #41Struan Donald2013-07-15-5/+4
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-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.9Struan Donald2013-07-12-56/+942
|
* update classpaths for eclipse/android SDK updateStruan Donald2013-07-05-2/+3
|
* bump version numbersStruan Donald2013-06-28-1/+1
|
* bump version numbersStruan Donald2013-06-21-1/+1
|
* bump build numbersStruan Donald2013-06-13-1/+1
|
* bump build numbersStruan Donald2013-06-13-1/+1
|
* Pan the screen rather than resize it when the soft keyboard appears onStruan Donald2013-06-13-1/+1
| | | | | Android as this resolves bugs with the screen not resizing correctly on transition. Fixes #465.
* bump build numbersStruan Donald2013-06-07-1/+1
|
* bump build numbersStruan Donald2013-06-06-1/+1
|
* clicking on pins to get more detail of report now works. Fixes #428Struan Donald2013-05-31-0/+1
|
* update app to be android 2.2+ compatibleStruan Donald2013-05-31-1/+1
|