Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions clients/android-new/.idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion clients/android-new/navigator/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
android:name="com.google.android.gms.version"
android:value="${BuildConfig.SERVER_GOOGLE_OAUTH_CLIENT_ID}"
tools:replace="android:value"/>
<!--TODO:ATH Delete tools:replace when local.properties are deleted-->
</application>

</manifest>
10 changes: 10 additions & 0 deletions clients/android-new/smas/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
android:theme="@style/AppTheme.Compat.ObjectDetection"
android:exported="true">
</activity>
<activity
android:name=".utils.IMU.MapsActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.Compat.ObjectDetection"
android:exported="true">
</activity>
<activity
android:name=".ui.chat.SmasChatActivity"
android:screenOrientation="portrait"
Expand Down Expand Up @@ -78,5 +84,9 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<!--Use the microphone to record audio permission-->
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<!--Permissions and features for IMU -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />
<uses-feature android:name="android.hardware.sensor.stepcounter" />

</manifest>
2,175 changes: 2,175 additions & 0 deletions clients/android-new/smas/src/main/assets/connections.json

Large diffs are not rendered by default.

Loading