Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jellybean #63

Open
wants to merge 4 commits into
base: jellybean
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.classpath
.gradle
.idea
.project
.settings
*.iml
bin
*gradle*
build
gen
*.properties
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion res/layout/activity_helper.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<ScrollView
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView1"
android:layout_width="match_parent"
Expand Down
32 changes: 18 additions & 14 deletions res/layout/preference_icon.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->

<LinearLayout
Expand Down
45 changes: 32 additions & 13 deletions res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
<resources>
<string name="app_name">HALO)))</string>
<string name="tap_to_launch">اضغط للانطلاق</string>
<string name="start">البدء</string>
<string name="stop">ايقاف</string>
<string name="add">اضافة</string>
<string name="choose_app">اختيار التطبيق</string>
<string name="icon_picker_type">نوع ايقونة الاختيار</string>
<string name="icon_default">الايقونة الافتراضيه</string>
<string name="icon_custom">تعديل الايقونة</string>
<string name="unknown">غير معلوم</string>
<string name="stop_to_remove">وقف الازالة</string>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="app_name">HALO)))</string>
<string name="tap_to_launch">اضغط للانطلاق</string>
<string name="start">البدء</string>
<string name="stop">ايقاف</string>
<string name="add">اضافة</string>
<string name="choose_app">اختيار التطبيق</string>
<string name="icon_picker_type">نوع ايقونة الاختيار</string>
<string name="icon_default">الايقونة الافتراضيه</string>
<string name="icon_custom">تعديل الايقونة</string>
<string name="unknown">غير معلوم</string>
<string name="stop_to_remove">وقف الازالة</string>
</resources>
20 changes: 19 additions & 1 deletion res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
20 changes: 19 additions & 1 deletion res/values-da/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
26 changes: 25 additions & 1 deletion res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down Expand Up @@ -30,4 +48,10 @@
<string name="nopa_content">"Halo))) ist speziell für ParanoidAndroid ROMs entwickelt worden. Sie werden unter Umständen nicht dazu in der Lage sein, alle Funktionen dieser App zu nutzen."</string>
<string name="nopa_ok">"OK"</string>
<string name="nopa_download">PA Installieren</string>

<string name="description_1">Assistent 1</string>
<string name="description_2">Assistent 2</string>
<string name="description_3">Assistent 3</string>
<string name="preferenceicon_imageview">preferenceiconImageView</string>

</resources>
20 changes: 19 additions & 1 deletion res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
57 changes: 57 additions & 0 deletions res/values-fi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
<string name="tap_to_launch">Näpäytä käynnistääksesi sovelluksen</string>
<string name="start">Aloita</string>
<string name="stop">Lopeta</string>
<string name="add">Kiinnitä</string>
<string name="choose_app">Kiinnitä sovellus</string>
<string name="icon_picker_type">Valitse Ikonin tyyppi:</string>
<string name="icon_default">Oletus</string>
<string name="icon_custom">Muokattu</string>
<string name="unknown">Tuntematon</string>

<string name="stop_to_remove">Ole hyvä ja lopeta palvelu ennen kuin poistat sovelluksen listasta, koska sen jättämättä tekeminen aiheuttaa pakkosulkeutumisia, pontentiaalisesti pakottaen sinut asentamaan ROMisi uudestaan.</string>

<string name="ext_notes">Muistiot</string>
<string name="ext_note1">Muistio 1</string>
<string name="ext_note2">Muistio 2</string>
<string name="ext_note3">Muistio 3</string>
<string name="ext_note4">Muistio 4</string>
<string name="extensions">Lisäosat</string>

<string name="helper_static_2">HALO))):n käyttäminen</string>
<string name="helper_static_3">HALO))):n ymmärtäminen on erittäin helppoa. Näpäytä vain kiinnitys-nappia tehtäväpalkillasi. Huomioi että se voi olla näyttösi ylä- tai alakulmassa.</string>
<string name="helper_static_4">Seuraavaksi, Valitse sovellus jonka haluaisit kiinnittää Haloon listasta.</string>
<string name="helper_static_5">Lopuksi, klikkaa Aloitus-nappia ja olet valmis. Jos haluat ottaa HALO))):n pois käytöstä, klikkaa Lopeta-nappia.</string>

<string name="nopa_title">Onko ParanoidAndroid asennettu?</string>
<string name="nopa_content">Halo))) On suunniteltu toimimaan ParanoidAndroid ROMeilla. Et ehkä voi käyttää HALO:n täyttä potentiaalia ja kaikkia toimintoja.</string>
<string name="nopa_ok">Selvä</string>
<string name="nopa_download">Asenna ParanoidAndroid</string>

<string name="description_1">Avustaja 1</string>
<string name="description_2">Avustaja 2</string>
<string name="description_3">Avustaja 3</string>
<string name="preferenceicon_imageview">preferenceiconImageView</string>

</resources>
20 changes: 19 additions & 1 deletion res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
20 changes: 19 additions & 1 deletion res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
38 changes: 28 additions & 10 deletions res/values-ko/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="tap_to_launch">클릭하여 앱을 실행합니다.</string>
<string name="start">시작</string>
<string name="stop">중지</string>
<string name="add">추가</string>
<string name="choose_app">애플리케이션 선택</string>
<string name="unknown">알 수 없음</string>
<string name="stop_to_remove">목록에 있는 앱을 제거하기 전에 서비스를 중지해야 합니다.</string>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="tap_to_launch">클릭하여 앱을 실행합니다.</string>
<string name="start">시작</string>
<string name="stop">중지</string>
<string name="add">추가</string>
<string name="choose_app">애플리케이션 선택</string>
<string name="unknown">알 수 없음</string>
<string name="stop_to_remove">목록에 있는 앱을 제거하기 전에 서비스를 중지해야 합니다.</string>
</resources>
20 changes: 19 additions & 1 deletion res/values-nl/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2013 ParanoidAndroid Project

This file is part of Paranoid OTA.

Paranoid OTA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Paranoid OTA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Paranoid OTA. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>

<string name="app_name">HALO)))</string>
Expand Down
Loading