Skip to content

Commit

Permalink
Added Spanish language support, removed unused strings/xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
thunsaker committed Oct 1, 2015
1 parent 7387ec5 commit c9e342a
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 551 deletions.
3 changes: 2 additions & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 20
versionName "2.0.11"
versionName "2.0"
resConfigs "en", "es"
}

buildTypes {
Expand Down
3 changes: 1 addition & 2 deletions mobile/src/debug/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="placeholder_nav_drawer_item_title">Item</string>
<string name="app_name">Rapido</string>
<string name="app_name">Rapido Debug</string>
</resources>
10 changes: 0 additions & 10 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@
<activity
android:name=".ui.BitlyAuthActivity"
android:theme="@style/Theme.Rapido.Bitly" />
<activity
android:name=".ui.SettingsActivity"
android:label="@string/title_activity_settings"
android:parentActivityName=".ui.MainActivity"
android:theme="@style/Theme.Rapido.Orange"
tools:ignore="UnusedAttribute" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.thunsaker.rapido.ui.MainActivity" />
</activity>
<activity
android:name=".ui.LocationPicker"
android:theme="@style/Theme.Rapido.Full" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.thunsaker.rapido.ui.LocationPicker;
import com.thunsaker.rapido.ui.MainActivity;
import com.thunsaker.rapido.ui.MainFragment;
import com.thunsaker.rapido.ui.SettingsActivity;
import com.twitter.sdk.android.Twitter;
import com.twitter.sdk.android.core.TwitterAuthConfig;

Expand All @@ -47,7 +46,6 @@
GooglePlusAuthActivity.class,
TwitterTasks.class,
NotificationFactory.class,
SettingsActivity.class,
BitlyAuthActivity.class,
LocationPicker.class
}
Expand Down
279 changes: 0 additions & 279 deletions mobile/src/main/java/com/thunsaker/rapido/ui/SettingsActivity.java

This file was deleted.

30 changes: 0 additions & 30 deletions mobile/src/main/res/layout/nav_drawer_item.xml

This file was deleted.

Loading

0 comments on commit c9e342a

Please sign in to comment.