Minor changes to allow building within Replicant
(supplied by Paul Kocialkowski)
This commit is contained in:
parent
a6a33c9424
commit
7b33ffb5c5
8
Android.mk
Normal file
8
Android.mk
Normal 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)
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
-->
|
||||
-->
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user