Skip to content

Commit d40b709

Browse files
Merge branch 'master' into beta
Conflicts: Android/src/org/droidplanner/android/activities/ConfigurationActivity.java
2 parents 59b8c5c + 6b25237 commit d40b709

File tree

99 files changed

+1140
-1442
lines changed

Some content is hidden

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

99 files changed

+1140
-1442
lines changed

Android/AndroidManifest.xml

Lines changed: 2 additions & 15 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="100"
5+
android:versionCode="101"
66
android:versionName="please run version.sh to get the version name">
77

88
<uses-sdk
@@ -102,14 +102,7 @@
102102
android:label="@string/editor"
103103
android:launchMode="singleTop"
104104
android:theme="@style/CustomActionBarTheme.Transparent"
105-
android:parentActivityName=".android.activities.FlightActivity"
106105
android:windowSoftInputMode="adjustNothing">
107-
108-
<!-- Parent activity meta-data to support API level 7+ -->
109-
<meta-data
110-
android:name="android.support.PARENT_ACTIVITY"
111-
android:value=".android.activities.FlightActivity" />
112-
113106
<!-- Intent for opening mission files -->
114107
<intent-filter>
115108
<action android:name="android.intent.action.VIEW" />
@@ -124,14 +117,8 @@
124117
android:windowSoftInputMode="adjustPan"
125118
android:launchMode="singleTop"
126119
android:theme="@style/Theme.PageIndicatorDefaults"
127-
android:label="@string/menu_drone_setup"
128-
android:parentActivityName=".android.activities.SettingsActivity" >
120+
android:label="@string/menu_drone_setup" />
129121

130-
<!-- Parent activity meta-data to support API level 7+ -->
131-
<meta-data
132-
android:name="android.support.PARENT_ACTIVITY"
133-
android:value=".android.activities.SettingsActivity" />
134-
</activity>
135122
<activity android:name=".android.activities.SettingsActivity"
136123
android:launchMode="singleTop"
137124
android:label="@string/settings"/>
1.58 KB
1.47 KB
624 Bytes
629 Bytes
-2.3 KB
Binary file not shown.
-2.12 KB
Binary file not shown.

Android/res/drawable-land/mission_control_bg.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
971 Bytes
906 Bytes

0 commit comments

Comments
 (0)