Minor changes to allow building within Replicant

(supplied by Paul Kocialkowski)
This commit is contained in:
Ciaran Gultnieks 2011-06-07 08:55:39 +01:00
parent a6a33c9424
commit 7b33ffb5c5
4 changed files with 17 additions and 6 deletions

8
Android.mk Normal file
View File

@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := FDroid
LOCAL_SRC_FILES := $(call all-java-files-under,src)
include $(BUILD_PACKAGE)

View File

@ -23,7 +23,7 @@
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:textSize="16px" android:textColor="#ffffff" />
<TextView android:id="@+id/sitec" android:text="http://f-droid.org"
<TextView android:id="@+id/sitec" android:text="@string/about_sitec"
android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
@ -36,13 +36,13 @@
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:textSize="16px" android:textColor="#ffffff" />
<TextView android:id="@+id/mailc" android:text="admin@f-droid.org"
<TextView android:id="@+id/mailc" android:text="@string/about_mailc"
android:autoLink="email" android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<TextView android:id="@+id/not" android:text=" "
<TextView android:id="@+id/not" android:text="@string/about_not"
android:layout_width="wrap_content" android:layout_height="wrap_content" />
<TextView android:text="@string/about_desc"

View File

@ -15,7 +15,7 @@
android:layout_width="wrap_content"
android:ems="20"
android:layout_height="wrap_content"
android:text="http://"/>
android:text="@string/repo_add_http"/>
</LinearLayout>
<!--
* Copyright (C) 2009 Roberto Jacinto
@ -34,4 +34,4 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
-->

View File

@ -25,10 +25,12 @@
GNU GPLv2
license.</string>
<string name="about_site">Website: </string>
<string name="about_sitec">http://f-droid.org</string>
<string name="about_mail">Email: </string>
<string name="about_mailc">admin@f-droid.org</string>
<string name="about_version">Version: </string>
<string name="about_website">Website</string>
<string name="about_not"> </string>
<string name="no_repo">You don\'t have any repositories configured!\n\nA
repository is a source of applications. To add one, press the MENU
@ -67,6 +69,7 @@
<string name="download_server">Getting application from</string>
<string name="repo_add_url">Repository address</string>
<string name="repo_add_http">http://</string>
<string name="isinst">Installed: </string>