Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d919a0 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'lineage-16.0' into v1-pie

parents 808b0944 bda7a95b
Loading
Loading
Loading
Loading
+11 −13
Original line number Original line Diff line number Diff line
apply plugin: 'com.android.application'
apply plugin: 'com.android.application'


android {
android {
    compileSdkVersion 25
    compileSdkVersion 27


    defaultConfig {
    defaultConfig {
        applicationId "org.lineageos.openweathermapprovider"
        applicationId "org.lineageos.openweathermapprovider"
        minSdkVersion 23
        minSdkVersion 27
        targetSdkVersion 25
        targetSdkVersion 27
        versionCode 1
        versionCode 1
        versionName "1.0"
        versionName "1.0"
    }
    }
@@ -20,19 +20,17 @@ android {
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    lintOptions {
    lintOptions {
        // These depend on translations
        disable 'MissingTranslation'
            abortOnError false
            abortOnError false
    }
    }
}
}


dependencies {
dependencies {
    compile files('libs/lineage-sdk.jar')
    implementation fileTree(dir: 'libs', include: ['lineage-sdk.jar'])
    compile 'com.google.code.gson:gson:2.7'
    implementation 'com.google.code.gson:gson:2.7'
    compile 'com.squareup.retrofit2:retrofit:2.0.1'
    implementation 'com.squareup.retrofit2:retrofit:2.0.1'
    compile 'com.squareup.retrofit2:converter-gson:2.0.1'
    implementation 'com.squareup.retrofit2:converter-gson:2.0.1'
    compile 'com.squareup.okhttp3:okhttp:3.2.0'
    implementation 'com.squareup.okhttp3:okhttp:3.2.0'
}
}
+34 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2016 The CyanogenMod Project
     Copyright (C) 2016 The LineageOS 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="prefscreen_category_authentication_title">الإعدادات</string>
    <string name="prefscreen_category_about_title">حول</string>
    <string name="prefscreen_api_key_title">مفتاح API</string>
    <string name="prefscreen_api_key_summary">مفتاح API الخاص بك للوصول إلى%1$s بيانات الطقس</string>
    <string name="prefscreen_create_key_title">إنشاء حساب</string>
    <string name="prefscreen_create_key_summary">إنشاء حساب جديد وإنشاء مفتاح API الخاص بك</string>
    <string name="api_key_not_set_message">يجب تعيين مفتاح API لاستخدام %1$s</string>
    <string name="api_key_changed_verification_warning">سيتم التحقق من مفتاح API في التحديث التالي من تحديثات الطقس</string>
    <string name="api_key_state_verified">تم التحقق</string>
    <string name="api_key_state_invalid">غير صالح</string>
    <string name="api_key_state_pending_verification">في انتظار التحقق</string>
    <string name="prefscreen_disclaimer_title">إخلاء المسؤولية</string>
    <string name="prefscreen_disclaimer_summary">يتم توفير المعلومات المقدمة من قبل هذا التطبيق لأغراض المعلومات العامة فقط</string>
    <string name="copyright_title">حقوق النشر</string>
    <string name="copyright_summary">OpenWeatherMap هي علامة تجارية مسجلة لشركة OpenWeatherMap، في الولايات المتحدة ودوليا على حد سواء</string>
</resources>
+22 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2016 The CyanogenMod Project
     Copyright (C) 2016 The LineageOS 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Authentication strings -->
    <!-- Copyright and disclaimers -->
</resources>
+34 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2016 The CyanogenMod Project
     Copyright (C) 2016 The LineageOS 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="prefscreen_category_authentication_title">Axustes</string>
    <string name="prefscreen_category_about_title">Tocante a</string>
    <string name="prefscreen_api_key_title">Clave API</string>
    <string name="prefscreen_api_key_summary">La to clave privada API p\'acceder a los datos meteorolóxicos %1$s</string>
    <string name="prefscreen_create_key_title">Creación de cuenta</string>
    <string name="prefscreen_create_key_summary">Crea una cuenta y xenera una clave d\'API</string>
    <string name="api_key_not_set_message">Has afitar una clave d\'API pa usar %1$s</string>
    <string name="api_key_changed_verification_warning">La to llave API verificaráse nel siguiente anovamientu meteorolóxicu</string>
    <string name="api_key_state_verified">Verificóse</string>
    <string name="api_key_state_invalid">Nun val</string>
    <string name="api_key_state_pending_verification">Verificación pendiente</string>
    <string name="prefscreen_disclaimer_title">Cláusula de non responsabilidá</string>
    <string name="prefscreen_disclaimer_summary">La información apurrida por esta aplicación apúrrese namái a efeutos informativos xenerales</string>
    <string name="copyright_title">Copyright</string>
    <string name="copyright_summary">OpenWeatherMap ye una marca rexistrada d\'OpenWeatherMap Inc, n\'Estaos Xuníos ya internacionalmente</string>
</resources>
+34 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2016 The CyanogenMod Project
     Copyright (C) 2016 The LineageOS 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="prefscreen_category_authentication_title">Tənzimləmələr</string>
    <string name="prefscreen_category_about_title">Haqqında</string>
    <string name="prefscreen_api_key_title">API açarı</string>
    <string name="prefscreen_api_key_summary">%1$s hava verilənlərinə müraciət etmək üçün özəl API açarınız</string>
    <string name="prefscreen_create_key_title">Hesab yarat</string>
    <string name="prefscreen_create_key_summary">Bir hesab açın və API açarınızı yaradın</string>
    <string name="api_key_not_set_message">%1$s istifadə etmək üçün özəl API açarınızı tənzimləməlisiniz</string>
    <string name="api_key_changed_verification_warning">API açarınız növbəti hava yeniləməsində təsdiqlənəcək</string>
    <string name="api_key_state_verified">Təsdiqləndi</string>
    <string name="api_key_state_invalid">Etibarsız</string>
    <string name="api_key_state_pending_verification">Təsdiqləmə gözləyir</string>
    <string name="prefscreen_disclaimer_title">Məsuliyyətdən imtina</string>
    <string name="prefscreen_disclaimer_summary">Bu tətbiq tərəfindən təmin edilən məlumatlar yalnız ümumi məlumat məqsədi daşıyır</string>
    <string name="copyright_title">Müəllif hüquqları</string>
    <string name="copyright_summary">OpenWeatherMap, həm Amerika Birləşmiş Ştatlarında, həm də beynəlxalq səviyyədə OpenWeatherMap Inc. tərəfindən qeydiyyata alınmış ticarət nişanıdır</string>
</resources>
Loading