From: Keith Packard Date: Wed, 27 Apr 2016 01:01:44 +0000 (-0400) Subject: altosdroid: Split setup functions to separate dialog X-Git-Tag: 1.6.3~2^2~17 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d81f94fd5339d513de9bde5a2e19f8eca526344f altosdroid: Split setup functions to separate dialog Remove them from the options menu, handle all preferences through listeners. Signed-off-by: Keith Packard --- diff --git a/altosdroid/.gitignore b/altosdroid/.gitignore index 7f0858ea..cf7ad5a8 100644 --- a/altosdroid/.gitignore +++ b/altosdroid/.gitignore @@ -5,3 +5,4 @@ libs google-play-services_lib src/org/altusmetrum/AltosDroid/BuildInfo.java res/drawable/*led.png +AndroidManifest.xml diff --git a/altosdroid/AndroidManifest.xml.in b/altosdroid/AndroidManifest.xml.in index 15b04445..488a6766 100644 --- a/altosdroid/AndroidManifest.xml.in +++ b/altosdroid/AndroidManifest.xml.in @@ -92,6 +92,11 @@ android:theme="@android:style/Theme.Dialog" android:configChanges="orientation|keyboardHidden" /> + + + + + + + + + + + + + + + + + + + + + + + +