Skip to content

Commit

Permalink
Fixes #71: Remove unneeded resources from Android
Browse files Browse the repository at this point in the history
  • Loading branch information
sisbell committed Feb 1, 2019
1 parent 0001433 commit 59cb27c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 23 deletions.
5 changes: 1 addition & 4 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application android:allowBackup="false"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">
<application android:allowBackup="false">
</application>
</manifest>
Binary file removed android/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions android/src/main/res/values-v11/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>

</resources>
3 changes: 0 additions & 3 deletions android/src/main/res/values-v14/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 theme customizations can go here. -->
</style>

</resources>
4 changes: 1 addition & 3 deletions android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<resources>
<string name="app_name">TorOnionProxyAndroid</string>
</resources>
<resources></resources>
10 changes: 0 additions & 10 deletions android/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>

</resources>

0 comments on commit 59cb27c

Please sign in to comment.