Merge branch 'develop' into 'master'
Release See merge request sschueller/peertube!59
This commit is contained in:
commit
064ec44d53
@ -4,11 +4,12 @@
|
||||
2. Locally switch to develop
|
||||
3. Pull github develop
|
||||
4. Pull weblate develop
|
||||
5. Push to develop gitlab and github
|
||||
5. Push to develop gitlab
|
||||
6. Merge develop into master and merge
|
||||
7. Wait for Release Build and release to play store
|
||||
8. Wait for gitlab -> github sync
|
||||
9. Run publishGithub
|
||||
10. Merge master into develop, push to github
|
||||
|
||||
|
||||
## fastlane update
|
||||
|
@ -54,9 +54,10 @@ class VideoPlayActivity : CommonActivity() {
|
||||
val videoPlayerFragment =
|
||||
fragmentManager.findFragmentById(R.id.video_player_fragment) as VideoPlayerFragment?
|
||||
val actions = ArrayList<RemoteAction>()
|
||||
val flags = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) PendingIntent.FLAG_IMMUTABLE else 0
|
||||
var actionIntent = Intent(getString(R.string.app_background_audio))
|
||||
var pendingIntent =
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, 0)
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, flags)
|
||||
@SuppressLint("NewApi", "LocalSuppress") var icon = Icon.createWithResource(
|
||||
applicationContext, android.R.drawable.stat_sys_speakerphone
|
||||
)
|
||||
@ -65,7 +66,7 @@ class VideoPlayActivity : CommonActivity() {
|
||||
actions.add(remoteAction)
|
||||
actionIntent = Intent(PlayerNotificationManager.ACTION_STOP)
|
||||
pendingIntent =
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, 0)
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, flags)
|
||||
icon = Icon.createWithResource(
|
||||
applicationContext,
|
||||
com.google.android.exoplayer2.ui.R.drawable.exo_notification_stop
|
||||
@ -77,7 +78,7 @@ class VideoPlayActivity : CommonActivity() {
|
||||
Log.e(TAG, "setting actions with play button")
|
||||
actionIntent = Intent(PlayerNotificationManager.ACTION_PLAY)
|
||||
pendingIntent =
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, 0)
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, flags)
|
||||
icon = Icon.createWithResource(
|
||||
applicationContext,
|
||||
com.google.android.exoplayer2.ui.R.drawable.exo_notification_play
|
||||
@ -87,7 +88,7 @@ class VideoPlayActivity : CommonActivity() {
|
||||
Log.e(TAG, "setting actions with pause button")
|
||||
actionIntent = Intent(PlayerNotificationManager.ACTION_PAUSE)
|
||||
pendingIntent =
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, 0)
|
||||
PendingIntent.getBroadcast(applicationContext, REQUEST_CODE, actionIntent, flags)
|
||||
icon = Icon.createWithResource(
|
||||
applicationContext,
|
||||
com.google.android.exoplayer2.ui.R.drawable.exo_notification_pause
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
package net.schueller.peertube.service
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.app.Notification
|
||||
import net.schueller.peertube.helper.MetaDataHelper.getMetaString
|
||||
import net.schueller.peertube.model.Video.Companion.getMediaDescription
|
||||
@ -46,6 +47,7 @@ import android.content.BroadcastReceiver
|
||||
import android.content.Context
|
||||
import android.net.Uri
|
||||
import android.os.Binder
|
||||
import android.os.Build
|
||||
import android.util.Log
|
||||
import android.webkit.URLUtil
|
||||
import androidx.core.app.NotificationCompat
|
||||
@ -217,11 +219,15 @@ class VideoPlayerService : Service() {
|
||||
return currentVideo!!.name
|
||||
}
|
||||
|
||||
@SuppressLint("UnspecifiedImmutableFlag")
|
||||
override fun createCurrentContentIntent(player: Player): PendingIntent? {
|
||||
val intent = Intent(context, VideoPlayActivity::class.java)
|
||||
intent.putExtra(VideoListActivity.EXTRA_VIDEOID, currentVideo!!.uuid)
|
||||
return PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT)
|
||||
|
||||
return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M)
|
||||
PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE)
|
||||
else
|
||||
PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT)
|
||||
}
|
||||
|
||||
override fun getCurrentContentText(player: Player): CharSequence {
|
||||
|
@ -364,6 +364,6 @@
|
||||
<string name="pref_title_video_speed">سرعة التشغيل الافتراضية</string>
|
||||
<string name="pref_description_video_speed">حدد سرعة تشغيل الفيديو العامة</string>
|
||||
<string name="action_bar_title_address_book">دفتر العناوين</string>
|
||||
<string name="video_get_full_description_failed">فشل في الحصول على وصف فيديو كامل</string>
|
||||
<string name="video_get_full_description_failed">تعذر جلب وصف الفيديو الكامل</string>
|
||||
<string name="video_description_read_more">اقرأ المزيد</string>
|
||||
</resources>
|
@ -276,7 +276,7 @@
|
||||
<string name="video_login_required_for_service">এই সেবা ব্যবহারের জন্য লগ ইন করো</string>
|
||||
<string name="video_meta_button_share">শেয়ার</string>
|
||||
<string name="video_meta_button_download">ডাউনলোড</string>
|
||||
<string name="video_meta_button_privacy">Privacy</string>
|
||||
<string name="video_meta_button_privacy"></string>
|
||||
<string name="video_meta_button_category">বিভাগ</string>
|
||||
<string name="video_meta_button_license">অনুমতিপত্র</string>
|
||||
<string name="video_meta_button_language">ভাষা</string>
|
||||
@ -295,7 +295,7 @@
|
||||
<string name="account_about_description">বিস্তারিত:</string>
|
||||
<string name="account_about_joined">যুক্ত হয়েছে:</string>
|
||||
<string name="api_error">কিছু সমস্যা হয়েছে, অনুগ্রহ করে পরে চেষ্টা করো!</string>
|
||||
<string name="action_set_url">সার্ভার পছন্দ করো</string>
|
||||
<string name="action_set_url">সার্ভার পছন্দ ক</string>
|
||||
<string name="server_selection_signup_allowed_yes">হ্যা</string>
|
||||
<string name="server_selection_signup_allowed_no">না</string>
|
||||
<string name="server_selection_peertube_server_url">পিয়ারটিউব সার্ভার URL</string>
|
||||
@ -333,7 +333,7 @@
|
||||
<string name="authentication_login_success">লগইন হয়েছে</string>
|
||||
<string name="bn_rBD">বাংলা (বাংলাদেশ)</string>
|
||||
<string name="clear_search_history_prompt">আপনি কি পুরোপুরি সার্চ ইতিহাস মুছে ফেলতে চান\?</string>
|
||||
<string name="clear_search_history">সার্চ ইতিহাস মুছে ফেলো</string>
|
||||
<string name="clear_search_history">সার্চ ইতিহাস মুছে ফেলুন</string>
|
||||
<string name="pref_background_behavior_summary">চালু ভিডিও কি করবে যখন পেছনে যাবে</string>
|
||||
<string name="settings_permissions_error_float">অ্যান্ড্রয়েড সেটিং এ পিকচার ইন পিকচার পারমিশন বন্ধ আছে এই আয়াপ এ</string>
|
||||
<string name="settings_api_error_float">অ্যান্ড্রয়েড ভার্সন ভাসমান ভিডিও সাপোর্ট করে</string>
|
||||
@ -355,7 +355,7 @@
|
||||
<string name="server_selection_filter_hint">ফিল্টার তালিকা</string>
|
||||
<string name="pref_insecure_confirm_message">তুমি থোরিয়াম এর সকল এসএসএল প্রত্যয়ন বৈধতা নিষ্ক্রিয় করতে যাচ্ছ। এটি নিষ্ক্রিয় করা খুবই বিপজ্জনক হতে পারে যদি পিয়ারটিউব সার্ভারটি তোমার নিয়ন্ত্রণে না থাকে, কারণ একটি ম্যান-ইন-দ্য-মিডল আক্রমণ তোমার অজান্তেই অন্য সার্ভারে ট্রাফিক পরিচালনা করতে পারে। একজন আক্রমণকারী পাসওয়ার্ড এবং অন্যান্য ব্যক্তিগত তথ্য রেকর্ড করতে পারে।</string>
|
||||
<string name="pref_description_accept_insecure">অনিরাপদ সংযোগ উপেক্ষা করো। তুমি যে সার্ভারের সাথে সংযুক্ত হচ্ছো তা জানলে তবেই এটি ব্যবহার করো। অ্যাপ পুনর্সূচনা প্রয়োজন।</string>
|
||||
<string name="pref_title_accept_insecure">এসএসএল সার্টিফিকেট চেক নিষ্ক্রিয় করো</string>
|
||||
<string name="pref_title_accept_insecure">এসএসএল সার্টিফিকেট চেক নিষ্ক্রিয় ক</string>
|
||||
<string name="pref_insecure_confirm_yes">হ্যাঁ</string>
|
||||
<string name="pref_insecure_confirm_no">না</string>
|
||||
<string name="pref_insecure_confirm_title">সতর্কতা!</string>
|
||||
@ -365,4 +365,6 @@
|
||||
<string name="action_bar_title_address_book">ঠিকানা বই</string>
|
||||
<string name="pref_title_video_speed">সহজাত গতি</string>
|
||||
<string name="pref_description_video_speed">সর্বজনীন গতি নির্ধারণ করো</string>
|
||||
<string name="video_description_read_more">আরও পড়ুন</string>
|
||||
<string name="video_get_full_description_failed">ভিডিওর বিবরণ খুঁজে পাওয়া যায় নি</string>
|
||||
</resources>
|
@ -359,6 +359,6 @@
|
||||
<string name="pref_title_video_speed">Standard-Wiedergabegeschwindigkeit</string>
|
||||
<string name="pref_description_video_speed">Wählen Sie die globale Videowiedergabegeschwindigkeit</string>
|
||||
<string name="action_bar_title_address_book">Adressbuch</string>
|
||||
<string name="video_get_full_description_failed">Das Abrufen der vollständigen Videobeschreibung ist fehlgeschlagen</string>
|
||||
<string name="video_get_full_description_failed">Die vollständige Videobeschreibung konnte nicht abgerufen werden</string>
|
||||
<string name="video_description_read_more">Mehr lesen</string>
|
||||
</resources>
|
@ -364,6 +364,6 @@
|
||||
<string name="pref_title_video_speed">Vitesse de lecture par défaut</string>
|
||||
<string name="pref_description_video_speed">Sélectionnez la vitesse globale de lecture vidéo</string>
|
||||
<string name="action_bar_title_address_book">Carnet d\'adresses</string>
|
||||
<string name="video_get_full_description_failed">L\'obtention de la description complète de la vidéo a échoué</string>
|
||||
<string name="video_get_full_description_failed">Impossible de récupérer la description complète de la vidéo</string>
|
||||
<string name="video_description_read_more">Lire la suite</string>
|
||||
</resources>
|
@ -297,4 +297,5 @@
|
||||
<string name="api_error">Chaidh rudeigin ceàrr, feuch ris a-rithist an ceann greis!</string>
|
||||
<string name="action_bar_title_server_selection">Tagh frithealaiche</string>
|
||||
<string name="login_current_server_hint">Am frithealaiche làithreach</string>
|
||||
<string name="bottom_nav_title_discover">Foir-shealladh</string>
|
||||
</resources>
|
2
app/src/main/res/values-ia/strings.xml
Normal file
2
app/src/main/res/values-ia/strings.xml
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
@ -359,6 +359,6 @@
|
||||
<string name="action_bar_title_address_book">Rubrica</string>
|
||||
<string name="pref_title_video_speed">Velocità di riproduzione predefinita</string>
|
||||
<string name="pref_description_video_speed">Seleziona la velocità globale di riproduzione video</string>
|
||||
<string name="video_get_full_description_failed">Impossibile ottenere la descrizione completa del video</string>
|
||||
<string name="video_get_full_description_failed">Impossibile recuperare la descrizione completa del video</string>
|
||||
<string name="video_description_read_more">Leggi di più</string>
|
||||
</resources>
|
@ -65,8 +65,8 @@
|
||||
<string name="bottom_nav_title_trending">Populært</string>
|
||||
<string name="meta_data_views">" Visninger"</string>
|
||||
<string name="video_row_video_thumbnail">Video-miniatyrbilde</string>
|
||||
<string name="pref_title_show_nsfw">VOKSENT innhold</string>
|
||||
<string name="pref_description_show_nsfw">Vis VOKSENT innhold</string>
|
||||
<string name="pref_title_show_nsfw">innhold upassende på jobb</string>
|
||||
<string name="pref_description_show_nsfw">Vis innhold som er upassende på jobb</string>
|
||||
<string name="pref_language">Språkfilter</string>
|
||||
<string name="pref_description_language">Velg videospråk, istedenfor å vise alle videoer på alle språk.</string>
|
||||
<string name="title_activity_url_video_play">UrlVideoPlayActivity</string>
|
||||
@ -87,7 +87,7 @@
|
||||
<string name="pref_title_dark_mode">Mørkt modus</string>
|
||||
<string name="pref_description_dark_mode">Start programmet for å ikle mørk drakt.</string>
|
||||
<string name="pref_title_app_theme">Programdrakt</string>
|
||||
<string name="pref_description_app_theme">Start programmet på ny for å ikle drakt.</string>
|
||||
<string name="pref_description_app_theme">Start programmet på nytt for å ikle drakt.</string>
|
||||
<string name="indigo">Indigo</string>
|
||||
<string name="cyan">Turkis</string>
|
||||
<string name="lime">Lime</string>
|
||||
@ -95,7 +95,7 @@
|
||||
<string name="video_speed_05">0,5×</string>
|
||||
<string name="video_speed_15">1,5×</string>
|
||||
<string name="video_speed_20">2×</string>
|
||||
<string name="pref_description_background_play">Hvis påskrudd vil videoer spilles videre i bakgrunnen.</string>
|
||||
<string name="pref_description_background_play">Video spiller videre i bakgrunnen om dette aktiveres.</string>
|
||||
<string name="video_login_required_for_service">Du må logge inn for å bruke denne tjenesten</string>
|
||||
<string name="ko">Koreansk</string>
|
||||
<string name="action_set_url">Velg tjener</string>
|
||||
@ -132,7 +132,7 @@
|
||||
<string name="pref_background_behavior">Oppsett av bakgrunnsavspilling</string>
|
||||
<string name="pref_background_float">Fortsett video|avspilling i flytende vindu</string>
|
||||
<string name="pref_description_back_pause">Opphold i bakgrunnsavspilling når \"Tilbake\" trykkes under videoavspilling.</string>
|
||||
<string name="pref_title_back_pause">Sett på pause med \"Tilbake\"-knapp</string>
|
||||
<string name="pref_title_back_pause">Pause når tilbake-knappen brukes</string>
|
||||
<string name="pref_background_stop">Stopp all avspilling</string>
|
||||
<string name="pref_background_audio">Fortsett som lydstrøm i bakgrunnen</string>
|
||||
<string name="pref_description_language_app">Velg språk for programgrensesnittet. Start programmet på ny for å utføre endringene.</string>
|
||||
@ -185,7 +185,7 @@
|
||||
<string name="gu">gujarati</string>
|
||||
<string name="bn">bengalsk</string>
|
||||
<string name="hy">armensk</string>
|
||||
<string name="server_selection_nsfw_instance">Arbeidsutrygg insans</string>
|
||||
<string name="server_selection_nsfw_instance">jobb-upassende instans</string>
|
||||
<string name="pref_insecure_confirm_yes">Ja</string>
|
||||
<string name="pref_insecure_confirm_no">Nei</string>
|
||||
<string name="pref_insecure_confirm_title">Advarsel!</string>
|
||||
@ -201,4 +201,9 @@
|
||||
<string name="pref_title_video_speed">Forvalgt avspillingshastighet</string>
|
||||
<string name="pref_description_video_speed">Velg videoavspillingshastighet for hele systemet</string>
|
||||
<string name="ab">Abkhasisk</string>
|
||||
<string name="video_description_read_more">Les mer</string>
|
||||
<string name="video_get_full_description_failed">Kunne ikke hente komplett videobeskrivelse</string>
|
||||
<string name="so">Somalisk</string>
|
||||
<string name="sk">Slovakisk</string>
|
||||
<string name="sfs">Sørafrikansk tegnspråk</string>
|
||||
</resources>
|
@ -318,4 +318,9 @@
|
||||
<string name="pref_background_behavior">Ustawienia odtwarzania w tle</string>
|
||||
<string name="pref_background_float">Kontynuuj odtwarzanie w ruchomym oknie</string>
|
||||
<string name="pref_language_app">Język Aplikacji</string>
|
||||
<string name="pref_title_video_speed">Domyślna prędkość odtwarzania</string>
|
||||
<string name="pref_description_video_speed">Wybierz globalną szybkość odtwarzania wideo</string>
|
||||
<string name="pref_title_back_pause">Wstrzymanie po naciśnięciu przycisku wstecz</string>
|
||||
<string name="settings_api_error_float">Android nie wspiera odtwarzania w ruchomym oknie</string>
|
||||
<string name="pref_description_language_app">Wybierz język interfejsu aplikacji. Wymaga restartu, by zmiany nabrały efektu.</string>
|
||||
</resources>
|
@ -359,4 +359,6 @@
|
||||
<string name="pref_title_video_speed">Velocidade de reprodução padrão</string>
|
||||
<string name="pref_description_video_speed">Selecione a velocidade global de reprodução de vídeo</string>
|
||||
<string name="action_bar_title_address_book">Lista de endereços</string>
|
||||
<string name="video_get_full_description_failed">Não foi possível obter a descrição completa do vídeo</string>
|
||||
<string name="video_description_read_more">Leia mais</string>
|
||||
</resources>
|
@ -359,4 +359,6 @@
|
||||
<string name="pref_title_video_speed">Velocidade de reprodução predefinida</string>
|
||||
<string name="pref_description_video_speed">Selecione a velocidade de reprodução de vídeo global</string>
|
||||
<string name="action_bar_title_address_book">Lista de contactos</string>
|
||||
<string name="video_get_full_description_failed">Não foi possível obter a descrição completa do vídeo</string>
|
||||
<string name="video_description_read_more">Leia mais</string>
|
||||
</resources>
|
@ -365,4 +365,6 @@
|
||||
<string name="action_bar_title_address_book">Адресная книга</string>
|
||||
<string name="pref_title_video_speed">Скорость воспроизведения по умолчанию</string>
|
||||
<string name="pref_description_video_speed">Выберите глобальную скорость воспроизведения видео</string>
|
||||
<string name="video_description_read_more">Подробнее</string>
|
||||
<string name="video_get_full_description_failed">Не удалось получить полное описание видео</string>
|
||||
</resources>
|
@ -350,4 +350,11 @@
|
||||
<string name="prompt_server">Shërbyes</string>
|
||||
<string name="title_activity_login">Hyni</string>
|
||||
<string name="title_activity_settings">Rregullime</string>
|
||||
<string name="action_bar_title_address_book">Libër Adresash</string>
|
||||
<string name="video_get_full_description_failed">S’u pru dot përshkrimi i plotë i videos</string>
|
||||
<string name="video_description_read_more">Lexoni Më Tepër</string>
|
||||
<string name="pref_description_video_speed">Përzgjidhni Shpejtësi globale për Luajtje Videosh</string>
|
||||
<string name="pref_title_video_speed">Shpejtësi Parazgjedhje Luajtjeje</string>
|
||||
<string name="rm">Romansh</string>
|
||||
<string name="pref_title_buildtime">Kohë Montimi</string>
|
||||
</resources>
|
@ -12,7 +12,7 @@
|
||||
<string name="bottom_nav_title_discover">Огляд</string>
|
||||
<string name="menu_video_options_quality_automated">Автоматизовано</string>
|
||||
<string name="server_selection_video_totals" formatted="false">Відео: %s, Локальні відео: %s</string>
|
||||
<string name="server_selection_nsfw_instance">Екземпляр NSFW</string>
|
||||
<string name="server_selection_nsfw_instance">Сервер NSFW</string>
|
||||
<string name="settings_activity_video_playback_category_title">Відтворення відео</string>
|
||||
<string name="settings_activity_video_list_category_title">Список відео</string>
|
||||
<string name="title_activity_settings2">SettingsActivity2</string>
|
||||
@ -115,7 +115,7 @@
|
||||
<string name="pink">Рожевий</string>
|
||||
<string name="red">Червоний</string>
|
||||
<string name="zu">зулуська</string>
|
||||
<string name="za">чуанг</string>
|
||||
<string name="za">чжуанська</string>
|
||||
<string name="yo">йоруба</string>
|
||||
<string name="yi">ідиш</string>
|
||||
<string name="xh">коса</string>
|
||||
|
@ -359,6 +359,6 @@
|
||||
<string name="pref_title_video_speed">預設播放速度</string>
|
||||
<string name="pref_description_video_speed">選取全域影片播放速度</string>
|
||||
<string name="action_bar_title_address_book">通訊錄</string>
|
||||
<string name="video_get_full_description_failed">取得完整影片描述失敗</string>
|
||||
<string name="video_get_full_description_failed">無法擷取完整影片描述</string>
|
||||
<string name="video_description_read_more">閱讀更多資訊</string>
|
||||
</resources>
|
@ -364,7 +364,7 @@
|
||||
<string name="pref_insecure_confirm_yes">Yes</string>
|
||||
<string name="pref_insecure_confirm_message">You are about the disable all SSL Certification validation in Thorium. Disabling this can be very dangerous if the peertube server is not under your control, because a man-in-the-middle attack could direct traffic to another server without your knowledge. An attacker could record passwords and other personal data.</string>
|
||||
<string name="video_list_live_marker">LIVE</string>
|
||||
<string name="video_get_full_description_failed">Getting full video description failed</string>
|
||||
<string name="video_get_full_description_failed">Could not fetch the full video description</string>
|
||||
<string name="video_description_read_more">Read More</string>
|
||||
<string name="player_time_seperator">/</string>
|
||||
<string name="video_meta_show_description">Show Description</string>
|
||||
|
11
fastlane/metadata/android/fr-FR/changelogs/1060.txt
Normal file
11
fastlane/metadata/android/fr-FR/changelogs/1060.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# 1.4.0 (2021-02-20)
|
||||
|
||||
|
||||
### Correction
|
||||
|
||||
* Le plantage des appareils avec le sdk 21, 22, 23 et 24 au démarrage a été corrigé [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76
|
||||
|
||||
|
||||
### Fonctionnalité
|
||||
|
||||
* ajout d'un réglage global pour la vitesse de lecture fa79b2d
|
17
fastlane/metadata/android/fr-FR/changelogs/1061.txt
Normal file
17
fastlane/metadata/android/fr-FR/changelogs/1061.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# 1.5.0 (2021-10-05)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* Ajout des fichiers de description requis par fastlane 38eb072
|
||||
* mises à jour android
|
||||
* mises à jour jdk
|
||||
* **lang:** traductions Weblate
|
||||
* versions de node
|
||||
* Mise à jour de gradle dans docker 79c9e97
|
||||
|
||||
|
||||
### Fonctionnalités
|
||||
|
||||
* Mise à jour des bibliothèques Android, et de gradle 5f2847c
|
||||
* **lang:** Ajout de nouvelles tranductions via Weblate
|
6
fastlane/metadata/android/fr-FR/changelogs/1062.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1062.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.5.1 (2021-10-10)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* langues incompatible (android play) b4efa27
|
6
fastlane/metadata/android/fr-FR/changelogs/1063.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1063.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.5.2 (2021-10-11)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* retrait des langues incompatibles (android play) 4fd8ff9
|
6
fastlane/metadata/android/fr-FR/changelogs/1064.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1064.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.6.0 (2021-11-20)
|
||||
|
||||
|
||||
### Fonctionnalités
|
||||
|
||||
* Description complète de chargement 2f89538
|
8
fastlane/metadata/android/fr-FR/changelogs/1065.txt
Normal file
8
fastlane/metadata/android/fr-FR/changelogs/1065.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.7.1 (2021-11-21)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* mise à jour du CI, version android SDK d021919
|
||||
* mise à jour du CI, version android SDK b6d149e
|
||||
* mise à jour du CI, version android SDK be9f5ef
|
6
fastlane/metadata/android/fr-FR/changelogs/1066.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1066.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.8.0 (2021-12-26)
|
||||
|
||||
|
||||
### Fonctionnalités
|
||||
|
||||
* Aperçu 335bbbb
|
6
fastlane/metadata/android/fr-FR/changelogs/1067.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1067.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.1 (2021-12-27)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* mise à jour du lien de la vidéo du play store ffa7d40
|
8
fastlane/metadata/android/fr-FR/changelogs/1068.txt
Normal file
8
fastlane/metadata/android/fr-FR/changelogs/1068.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.8.2 (2021-12-27)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* fastlane mis à jour 0f10497
|
||||
* fastlane mis à jour 110e5da
|
||||
* fastlane mis à jour f75114b
|
6
fastlane/metadata/android/fr-FR/changelogs/1069.txt
Normal file
6
fastlane/metadata/android/fr-FR/changelogs/1069.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.3 (2021-12-27)
|
||||
|
||||
|
||||
### Corrections
|
||||
|
||||
* réduction du nom de l'appli pour répondre aux nouvelles règles du Play Store 37229a0
|
@ -1 +1 @@
|
||||
Thorium a PeerTube client
|
||||
Thorium un client PeerTube
|
||||
|
1
fastlane/metadata/android/fr-FR/video.txt
Normal file
1
fastlane/metadata/android/fr-FR/video.txt
Normal file
@ -0,0 +1 @@
|
||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
1
fastlane/metadata/android/pt-BR/changelogs/1048.txt
Normal file
1
fastlane/metadata/android/pt-BR/changelogs/1048.txt
Normal file
@ -0,0 +1 @@
|
||||
- versão f-droid para corrigir o auto deployment
|
6
fastlane/metadata/android/pt-BR/changelogs/1064.txt
Normal file
6
fastlane/metadata/android/pt-BR/changelogs/1064.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.6.0 (2021-11-20)
|
||||
|
||||
|
||||
### Características
|
||||
|
||||
* Carregar descrição completa 2f89538
|
8
fastlane/metadata/android/pt-BR/changelogs/1065.txt
Normal file
8
fastlane/metadata/android/pt-BR/changelogs/1065.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.7.1 (2021-11-21)
|
||||
|
||||
|
||||
### Correções
|
||||
|
||||
* Atualizações CI, versão do android SDK d021919
|
||||
* Atualizações CI, versão do android SDK b6d149e
|
||||
* Atualizações CI, versão do android SDK be9f5ef
|
6
fastlane/metadata/android/pt-BR/changelogs/1066.txt
Normal file
6
fastlane/metadata/android/pt-BR/changelogs/1066.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.8.0 (2021-12-26)
|
||||
|
||||
|
||||
### Funcionalidades
|
||||
|
||||
* Vista geral 335bbbb
|
6
fastlane/metadata/android/pt-BR/changelogs/1067.txt
Normal file
6
fastlane/metadata/android/pt-BR/changelogs/1067.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.1 (2021-12-27)
|
||||
|
||||
|
||||
### Correções
|
||||
|
||||
* hiperligação do vídeo na play store atualizada ffa7d40
|
8
fastlane/metadata/android/pt-BR/changelogs/1068.txt
Normal file
8
fastlane/metadata/android/pt-BR/changelogs/1068.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.8.2 (2021-12-27)
|
||||
|
||||
|
||||
### Correções
|
||||
|
||||
* fastlane atualizada 0f10497
|
||||
* fastlane atualizada 110e5da
|
||||
* fastlane atualizada f75114b
|
6
fastlane/metadata/android/pt-BR/changelogs/1069.txt
Normal file
6
fastlane/metadata/android/pt-BR/changelogs/1069.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.3 (2021-12-27)
|
||||
|
||||
|
||||
### Correções
|
||||
|
||||
* novo requisito do nome da aplicação mais curto na Play Store 37229a0
|
@ -1 +1 @@
|
||||
Thorium é um reprodutor de PeerTube não oficial
|
||||
Thorium é um reprodutor PeerTube não-oficial
|
||||
|
@ -1 +1 @@
|
||||
Thorium a PeerTube client
|
||||
Thorium, um cliente PeerTube
|
||||
|
1
fastlane/metadata/android/pt-BR/video.txt
Normal file
1
fastlane/metadata/android/pt-BR/video.txt
Normal file
@ -0,0 +1 @@
|
||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
6
fastlane/metadata/android/sq/changelogs/1058.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1058.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.2.0 (7 shkurt, 2021)
|
||||
|
||||
|
||||
### Veçori
|
||||
|
||||
* Tregim i videove të drejtpërdrejta te lista videosh 8518b80
|
12
fastlane/metadata/android/sq/changelogs/1059.txt
Normal file
12
fastlane/metadata/android/sq/changelogs/1059.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# 1.3.0 (13 shkurt, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* U shndërrua listë videosh në Kotlin, për të ndrequr prishje menuje të epërme 06ace0d
|
||||
|
||||
|
||||
### Veçori
|
||||
|
||||
* U shtua vendmbajtëse miniature vidoeje për ngarkim dhe gabime 830b197
|
||||
* U shndërrua në Kotlin ndihmues meta për datat 1c34556
|
11
fastlane/metadata/android/sq/changelogs/1060.txt
Normal file
11
fastlane/metadata/android/sq/changelogs/1060.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# 1.4.0 (20 shkurt, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* Vithisje sdk-je 21,22,23,24 pajisjesh gjatë nisjes, ndreqje [#262](https://git.techdroid.com/sschueller/peertube/issues/262) 5622b76
|
||||
|
||||
|
||||
### Veçori
|
||||
|
||||
* shtim rregullimi shpejtësie luajtjeje të videove globalisht fa79b2d
|
6
fastlane/metadata/android/sq/changelogs/1062.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1062.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.5.1 (10 tetor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* gjuhë të papërputhshme (android play) b4efa27
|
6
fastlane/metadata/android/sq/changelogs/1063.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1063.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.5.2 (11 tetor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* u hoqën gjuhë të papërputhshme (android play) 4fd8ff9
|
6
fastlane/metadata/android/sq/changelogs/1064.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1064.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.6.0 (20 nëntor, 2021)
|
||||
|
||||
|
||||
### Veçori
|
||||
|
||||
* Ngarkim përshkrimi të plotë 2f89538
|
8
fastlane/metadata/android/sq/changelogs/1065.txt
Normal file
8
fastlane/metadata/android/sq/changelogs/1065.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.7.1 (21 nëntor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* Përditësime CI, version SDK-je për android d021919
|
||||
* Përditësime CI, version SDK-je për android b6d149e
|
||||
* Përditësime CI, version SDK-je për android be9f5ef
|
6
fastlane/metadata/android/sq/changelogs/1066.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1066.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 1.8.0 (26 dhjetor, 2021)
|
||||
|
||||
|
||||
### Veçori
|
||||
|
||||
* Përmbledhje 335bbbb
|
6
fastlane/metadata/android/sq/changelogs/1067.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1067.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.1 (27 dhjetor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* u përditësua lidhje për videon në Play Store ffa7d40
|
8
fastlane/metadata/android/sq/changelogs/1068.txt
Normal file
8
fastlane/metadata/android/sq/changelogs/1068.txt
Normal file
@ -0,0 +1,8 @@
|
||||
## 1.8.2 (27 dhjetor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* u përditësua fastlane 0f10497
|
||||
* u përditësua fastlane 110e5da
|
||||
* u përditësua fastlane f75114b
|
6
fastlane/metadata/android/sq/changelogs/1069.txt
Normal file
6
fastlane/metadata/android/sq/changelogs/1069.txt
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.8.3 (27 dhjetor, 2021)
|
||||
|
||||
|
||||
### Ndreqje të Metash
|
||||
|
||||
* domosdoshmëri e re për emër më të shkurtër aplikacioni në Play Store 37229a0
|
@ -1,6 +1,6 @@
|
||||
Thorium është një klient për PeerTube që mund të lidhe me çfarëdo shërbyesi peertube që xhiron versionin v1.1.0-alpha.2 ose më sipër.
|
||||
|
||||
PeerTube është një platformë e federuar transmetimi videosh (ActivityPub) që përdor P2P (BitTorrent) drejt e në shfletues. Për më tepër hollësi dhe një listë shërbyesish, ju lutemi, vizitoni https://joinpeertube.org/.
|
||||
PeerTube është një platformë e federuar transmetimi videosh (ActivityPub) që përdor P2P (BitTorrent) drejt e në shfletues. Për më tepër hollësi, ju lutemi, vizitoni https://joinpeertube.org/.
|
||||
|
||||
Ky klient vjen i paraformësuar me një shërbyes PeerTube nën administrimin e krijuesit të aplikacionit - jo nga vetë projekti PeerTube, i cili ofron më tepër, në http://instances.joinpeertube.org/ - për t’ju lejuar të keni një ide se çështë i zoti të bëjë klienti. Zgjidhni shërbyesin tuaj, që ta bëni punimin si doni!
|
||||
|
||||
@ -30,4 +30,4 @@ Licencuar sipas GNU Affero General Public License v3.0
|
||||
|
||||
Lejet e kësaj licence nga më të fortat e llojit <em>copyleft</em> kushtëzohen me bërjen të passhme të krejt kodit burim të punëve të licencuara dhe të ndryshimeve, çka përfshin punë më të mëdha që përdorin një punë të licencuar, nën të njëjtën licencë. Shënimet mbi të drejta kopjimi dhe licenca duhet të ruhen. Kontribuesit furnizojnë një dhënie shprehimisht të të drejtave mbi patenta. Kur një version i ndryshuar përdoret për të dhënë një shërbim përmes një rrjeti, duhet të bëhet i passhëm kodi i plotë burim i versionit të ndryshuar.
|
||||
|
||||
Source Code at: https://github.com/sschueller/peertube-android/
|
||||
Kod Burim te: https://github.com/sschueller/peertube-android/
|
||||
|
@ -1 +1 @@
|
||||
Thorium a PeerTube client
|
||||
Thorium a PeerTube client
|
||||
|
1
fastlane/metadata/android/sq/video.txt
Normal file
1
fastlane/metadata/android/sq/video.txt
Normal file
@ -0,0 +1 @@
|
||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
Loading…
Reference in New Issue
Block a user