aboutsummaryrefslogtreecommitdiffstats
path: root/Android/src/org/mysociety/FixMyStreet/AndroidActivity.java
Commit message (Collapse)AuthorAgeLines
* Give main class a better name for neatnessStruan Donald2013-09-25-28/+0
|
* 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
* 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