Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
removed hardcoded accesory controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rouven0 committed Dec 28, 2021
1 parent 39a6905 commit e5b3075
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 428 deletions.
2 changes: 2 additions & 0 deletions .idea/misc.xml

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

Binary file modified app/release/app-release.apk
Binary file not shown.
5 changes: 3 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 47,
"versionName": "2.9-release",
"attributes": [],
"versionCode": 48,
"versionName": "3.0-release",
"outputFile": "app-release.apk"
}
],
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".ui.ControllerConfigActivity"
android:label="@string/label_activity_controller_config" />

<activity
android:name=".ui.LocoConfigActivity"
android:label="@string/label_activity_loco_config"/>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit e5b3075

Please sign in to comment.