Skip to content

Commit 92348e5

Browse files
Merge branch 'master' into beta
2 parents 3a776a6 + a73d8b2 commit 92348e5

File tree

112 files changed

+4981
-1229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+4981
-1229
lines changed

Android/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.droidplanner"
5-
android:versionCode="98"
5+
android:versionCode="99"
66
android:versionName="please run version.sh to get the version name">
77

88
<uses-sdk
@@ -102,7 +102,8 @@
102102
android:label="@string/editor"
103103
android:launchMode="singleTop"
104104
android:theme="@style/CustomActionBarTheme.Transparent"
105-
android:parentActivityName=".android.activities.FlightActivity" >
105+
android:parentActivityName=".android.activities.FlightActivity"
106+
android:windowSoftInputMode="adjustNothing">
106107

107108
<!-- Parent activity meta-data to support API level 7+ -->
108109
<meta-data

Android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies {
88
compile 'com.android.support:support-v4:20.0.0'
99
compile files('libs/droneapi-java.jar')
1010
compile 'com.google.android.gms:play-services:5.0.89'
11-
compile 'com.google.guava:guava:17.0'
1211

1312
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:0.4.0@aar'){
1413
transitive=true

Android/libs/guava-17.0.jar

-2.14 MB
Binary file not shown.
14.9 KB
Loading
1.31 KB
Loading
1.31 KB
Loading
1.92 KB
Loading
2 KB
Loading
1.88 KB
Loading
2.03 KB
Loading

0 commit comments

Comments
 (0)