diff options
19 files changed, 359 insertions, 10 deletions
@@ -156,13 +156,19 @@ Special thanks to the following awesome people for translating significant porti | Language | Contributors | |----------|--------------| +| Chinese (Simplified) | | | French | [Vincent Kulak](https://github.com/VonOx) • [Jean-Philippe Gravel](https://crowdin.com/profile/wokija) | | Galician | [Xesús M. Mosquera](https://twitter.com/xesusmmc?lang=en) | | German | [Bushido1992](https://forum.xda-developers.com/member.php?u=5179246) • [Marcel Soehnchen](https://crowdin.com/profile/msoehnchen) • [3LD0mi HA](https://forum.xda-developers.com/member.php?u=5860523) | +| Indonesian | | | Italian | [Bonnee](https://github.com/Bonnee) | | Korean | [잇스테이크](https://crowdin.com/profile/bexco2010) | +| Norwegian | | +| Polish | | | Portuguese | [TheusKhan](https://crowdin.com/profile/TheusKhan) | | Spanish | [Jahir Fiquitiva](https://jahirfiquitiva.me/) • [Nefi Salazar](https://plus.google.com/u/0/105547968033551087431)| +| Thai | | +| Turkish | | | Vietnamese | [Alienz](https://crowdin.com/profile/alienyd) | The full activity stream for the translations can be found [here](https://crowdin.com/project/kotlin-android-utils/activity_stream) diff --git a/about/src/main/res/values-in-rID/strings_about.xml b/about/src/main/res/values-in-rID/strings_about.xml new file mode 100644 index 0000000..8eed948 --- /dev/null +++ b/about/src/main/res/values-in-rID/strings_about.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_libraries_intro">Aplikasi ini tidak mungkin dilakukan tanpa perpustakaan besar berikut ini.</string> + <string name="kau_about_faq_intro">FAQ</string> +</resources> diff --git a/about/src/main/res/values-pl-rPL/strings_about.xml b/about/src/main/res/values-pl-rPL/strings_about.xml new file mode 100644 index 0000000..4b25bff --- /dev/null +++ b/about/src/main/res/values-pl-rPL/strings_about.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_faq_intro">FAQ</string> +</resources> diff --git a/about/src/main/res/values-th-rTH/strings_about.xml b/about/src/main/res/values-th-rTH/strings_about.xml new file mode 100644 index 0000000..2e2d278 --- /dev/null +++ b/about/src/main/res/values-th-rTH/strings_about.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_libraries_intro">แอพนี้จะไม่สามารถเกิดขึ้นได้ถ้าไม่ได้ไลบาลี้เหล่านี้</string> + <string name="kau_about_faq_intro">ถามตอบ</string> +</resources> diff --git a/about/src/main/res/values-tr-rTR/strings_about.xml b/about/src/main/res/values-tr-rTR/strings_about.xml new file mode 100644 index 0000000..d8c26db --- /dev/null +++ b/about/src/main/res/values-tr-rTR/strings_about.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_about_libraries_intro">Bu uygulama aşağıdaki büyük kütüphaneler olmadan mümkün olmayacaktır.</string> + <string name="kau_about_faq_intro">SSS</string> +</resources> diff --git a/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml b/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml new file mode 100644 index 0000000..13e9716 --- /dev/null +++ b/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Palet warna</string> + <string name="kau_md_presets">Preset</string> +</resources> diff --git a/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml b/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml new file mode 100644 index 0000000..289dc3e --- /dev/null +++ b/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Paleta kolorów</string> + <string name="kau_md_presets">Zdefiniowane</string> +</resources> diff --git a/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml b/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml new file mode 100644 index 0000000..27ffb4d --- /dev/null +++ b/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">ชุดสี</string> + <string name="kau_md_presets">ค่าที่ตั้งไว้</string> +</resources> diff --git a/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml b/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml new file mode 100644 index 0000000..cb07b8f --- /dev/null +++ b/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Renk paleti</string> + <string name="kau_md_presets">Hazır ayarlar</string> +</resources> diff --git a/core/src/main/res-public/values-in-rID/strings_commons.xml b/core/src/main/res-public/values-in-rID/strings_commons.xml new file mode 100644 index 0000000..dc8d46a --- /dev/null +++ b/core/src/main/res-public/values-in-rID/strings_commons.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<!-- +A collection of common string values +Most resources are verbatim and x represents a formatted item +--> +<resources> + <string name="kau_about_app">Tentang Aplikasi</string> + <string name="kau_about_x">Tentang %s</string> + <string name="kau_add_account">Tambahkan Akun</string> + <string name="kau_back">Kembali</string> + <string name="kau_cancel">Batal</string> + <string name="kau_changelog">Log perubahan</string> + <string name="kau_close">Tutup</string> + <string name="kau_contact_us">Hubungi Kami</string> + <string name="kau_copy">Salin</string> + <string name="kau_custom">Adat</string> + <string name="kau_dark">Gelap</string> + <string name="kau_default">Standar</string> + <string name="kau_do_not_show_again">Jangan tampilkan lagi</string> + <string name="kau_done">Selesai</string> + <string name="kau_error">Kesalahan</string> + <string name="kau_exit">Keluar</string> + <string name="kau_exit_confirmation">Anda yakin ingin keluar?</string> + <string name="kau_exit_confirmation_x">Anda yakin ingin keluar %s?</string> + <string name="kau_glass">Kaca</string> + <string name="kau_got_it">Mengerti</string> + <string name="kau_great">Hebat</string> + <string name="kau_hide">Sembunyikan</string> + <string name="kau_light">Terang</string> + <string name="kau_login">Masuk</string> + <string name="kau_logout">Keluar</string> + <string name="kau_logout_confirm_as_x">Anda yakin ingin keluar sebagai %s?</string> + <string name="kau_manage_account">Kelola Akun</string> + <string name="kau_maybe">Mungkin</string> + <string name="kau_menu">Menu</string> + <string name="kau_no">Tidak</string> + <string name="kau_no_results_found">Tidak ada hasil yang ditemukan</string> + <string name="kau_none">Tidak ada</string> + <string name="kau_ok">Oke</string> + <string name="kau_play_store">Play Store</string> + <string name="kau_rate">Menilai</string> + <string name="kau_report_bug">Laporkan bug</string> + <string name="kau_search">Pencarian</string> + <string name="kau_send_feedback">Kirim Umpan balik</string> + <string name="kau_send_via">Kirim melalui</string> + <string name="kau_settings">Pengaturan</string> + <string name="kau_share">Bagikan</string> + <string name="kau_text_copied">Salin teks ke papan tulis.</string> + <string name="kau_thank_you">Terima Kasih</string> + <string name="kau_uh_oh">Uh Oh</string> + <string name="kau_warning">Peringatan</string> + <plurals name="kau_x_days"> + <item quantity="other">%d hari</item> + </plurals> + <plurals name="kau_x_hours"> + <item quantity="other">%d jam</item> + </plurals> + <plurals name="kau_x_minutes"> + <item quantity="other">%d menit</item> + </plurals> + <plurals name="kau_x_seconds"> + <item quantity="other">%d detik</item> + </plurals> + <string name="kau_yes">Iya</string> + <string name="kau_permission_denied">Izin ditolak</string> +</resources> diff --git a/core/src/main/res-public/values-pl-rPL/strings_commons.xml b/core/src/main/res-public/values-pl-rPL/strings_commons.xml new file mode 100644 index 0000000..caac77f --- /dev/null +++ b/core/src/main/res-public/values-pl-rPL/strings_commons.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<!-- +A collection of common string values +Most resources are verbatim and x represents a formatted item +--> +<resources> + <string name="kau_about_app">O aplikacji</string> + <string name="kau_about_x">O %s</string> + <string name="kau_add_account">Dodaj konto</string> + <string name="kau_back">Wstecz</string> + <string name="kau_cancel">Anuluj</string> + <string name="kau_changelog">Lista zmian</string> + <string name="kau_close">Zamknij</string> + <string name="kau_contact_us">Skontaktuj się z nami</string> + <string name="kau_copy">Kopiuj</string> + <string name="kau_custom">Własny</string> + <string name="kau_dark">Ciemny</string> + <string name="kau_default">Domyślnie</string> + <string name="kau_do_not_show_again">Nie pokazuj ponownie</string> + <string name="kau_done">Gotowe</string> + <string name="kau_error">Błąd</string> + <string name="kau_exit">Wyjdź</string> + <string name="kau_exit_confirmation">Czy na pewno chcesz wyjść?</string> + <string name="kau_exit_confirmation_x">Czy na pewno chcesz wyjść %s?</string> + <string name="kau_glass">Szkło</string> + <string name="kau_got_it">Rozumiem</string> + <string name="kau_great">Świetnie</string> + <string name="kau_hide">Ukryj</string> + <string name="kau_light">Jasny</string> + <string name="kau_login">Zaloguj się</string> + <string name="kau_logout">Wyloguj się</string> + <string name="kau_logout_confirm_as_x">Czy na pewno chcesz się wylogować jako %s?</string> + <string name="kau_manage_account">Zarządzaj kontem</string> + <string name="kau_maybe">Może</string> + <string name="kau_menu">Menu</string> + <string name="kau_no">Nie</string> + <string name="kau_no_results_found">Nie znaleziono wyników</string> + <string name="kau_none">Żadne</string> + <string name="kau_ok">OK</string> + <string name="kau_play_store">Sklep Google Play</string> + <string name="kau_rate">Oceń</string> + <string name="kau_report_bug">Zgłoś błąd</string> + <string name="kau_search">Szukaj</string> + <string name="kau_send_feedback">Prześlij opinię</string> + <string name="kau_send_via">Wyślij przez</string> + <string name="kau_settings">Ustawienia</string> + <string name="kau_share">Udostępnij</string> + <string name="kau_text_copied">Tekst skopiowano do schowka.</string> + <string name="kau_thank_you">Dziękuję</string> + <string name="kau_uh_oh">Uh Oh</string> + <string name="kau_warning">Ostrzeżenie</string> + <string name="kau_yes">Tak</string> + <string name="kau_permission_denied">Odmowa uprawnienia</string> +</resources> diff --git a/core/src/main/res-public/values-th-rTH/strings_commons.xml b/core/src/main/res-public/values-th-rTH/strings_commons.xml new file mode 100644 index 0000000..33a54e0 --- /dev/null +++ b/core/src/main/res-public/values-th-rTH/strings_commons.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<!-- +A collection of common string values +Most resources are verbatim and x represents a formatted item +--> +<resources> + <string name="kau_about_app">เกี่ยวกับแอพ</string> + <string name="kau_about_x">เกี่ยวกับ%s</string> + <string name="kau_add_account">เพิ่มบัญชี</string> + <string name="kau_back">กลับ</string> + <string name="kau_cancel">ยกเลิก</string> + <string name="kau_changelog">บันทึกการเปลี่ยนแปลง</string> + <string name="kau_close">ปิด</string> + <string name="kau_contact_us">ติดต่อเรา</string> + <string name="kau_copy">คัดลอก</string> + <string name="kau_custom">กำหนดเอง</string> + <string name="kau_dark">สีเข้ม</string> + <string name="kau_default">ค่าเริ่มต้น</string> + <string name="kau_do_not_show_again">ไม่ต้องแสดงอีก</string> + <string name="kau_done">เสร็จ</string> + <string name="kau_error">ข้อผิดพลาด</string> + <string name="kau_exit">ออก</string> + <string name="kau_exit_confirmation">แน่ใจหรือไม่ว่าคุณต้องการจะออก?</string> + <string name="kau_exit_confirmation_x">แน่ใจหรือไม่ว่าคุณต้องการจะออกจาก%s?</string> + <string name="kau_glass">แก้ว</string> + <string name="kau_got_it">เข้าใจแล้ว</string> + <string name="kau_great">ดีมาก</string> + <string name="kau_hide">ซ่อน</string> + <string name="kau_light">สว่าง</string> + <string name="kau_login">เข้าสู่ระบบ</string> + <string name="kau_logout">ออกจากระบบ</string> + <string name="kau_logout_confirm_as_x">คุณแน่ใจว่าต้องการให้%sออกจากระบบ?</string> + <string name="kau_manage_account">จัดการบัญชี</string> + <string name="kau_maybe">บางที</string> + <string name="kau_menu">เมนู</string> + <string name="kau_no">ไม่</string> + <string name="kau_no_results_found">ไม่พบผลลัพธ์</string> + <string name="kau_none">ไม่มี</string> + <string name="kau_ok">ตกลง</string> + <string name="kau_play_store">Play Store</string> + <string name="kau_rate">ให้คะแนน</string> + <string name="kau_report_bug">รายงานข้อบกพร่อง</string> + <string name="kau_search">ค้นหา</string> + <string name="kau_send_feedback">ส่งข้อเสนอแนะ</string> + <string name="kau_send_via">ส่งผ่านทาง</string> + <string name="kau_settings">ตั้งค่า</string> + <string name="kau_share">แชร์</string> + <string name="kau_text_copied">คัดลอกข้อความไปยังคลิปบอร์ดแล้ว</string> + <string name="kau_thank_you">ขอบคุณ</string> + <string name="kau_uh_oh">โอ้โห!</string> + <string name="kau_warning">คำเตือน</string> + <plurals name="kau_x_days"> + <item quantity="other">%d วัน</item> + </plurals> + <plurals name="kau_x_hours"> + <item quantity="other">%d ชั่วโมง</item> + </plurals> + <plurals name="kau_x_minutes"> + <item quantity="other">%d นาที</item> + </plurals> + <plurals name="kau_x_seconds"> + <item quantity="other">%d วินาที</item> + </plurals> + <string name="kau_yes">ใช่</string> + <string name="kau_permission_denied">สิทธิ์การใช้งานถูกปฏิเสธ!</string> +</resources> diff --git a/core/src/main/res-public/values-tr-rTR/strings_commons.xml b/core/src/main/res-public/values-tr-rTR/strings_commons.xml new file mode 100644 index 0000000..d74981f --- /dev/null +++ b/core/src/main/res-public/values-tr-rTR/strings_commons.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<!-- +A collection of common string values +Most resources are verbatim and x represents a formatted item +--> +<resources> + <string name="kau_about_app">App Hakkında</string> + <string name="kau_about_x">Hakkında%s</string> + <string name="kau_add_account">Hesap eklemek</string> + <string name="kau_back">Geri</string> + <string name="kau_cancel">İptal etmek</string> + <string name="kau_changelog">Değişiklikler</string> + <string name="kau_close">Kapat</string> + <string name="kau_contact_us">Bize ulaşın</string> + <string name="kau_copy">Kopyala</string> + <string name="kau_custom">Özel</string> + <string name="kau_dark">Koyu</string> + <string name="kau_default">Varsayılan</string> + <string name="kau_do_not_show_again">Bir daha gösterme</string> + <string name="kau_done">Bitti</string> + <string name="kau_error">Hata</string> + <string name="kau_exit">Çıkış</string> + <string name="kau_exit_confirmation">Çıkmak istediğine emin misin?</string> + <string name="kau_exit_confirmation_x">Çıkmak istediğine emin misin? %s?</string> + <string name="kau_glass">Cam</string> + <string name="kau_got_it">Anladım</string> + <string name="kau_great">Güzel</string> + <string name="kau_hide">Gizle</string> + <string name="kau_light">Açık</string> + <string name="kau_login">Giriş yap</string> + <string name="kau_logout">Çıkış yap</string> + <string name="kau_logout_confirm_as_x">Çıkış yapmak istediğine emin misin %s?</string> + <string name="kau_manage_account">Hesabını yönet</string> + <string name="kau_maybe">Belki</string> + <string name="kau_menu">Menü</string> + <string name="kau_no">Hayır</string> + <string name="kau_no_results_found">Hiç bir sonuç bulunamadı</string> + <string name="kau_none">Hiçbir</string> + <string name="kau_ok">Tamam</string> + <string name="kau_play_store">Play Store</string> + <string name="kau_rate">Oran</string> + <string name="kau_report_bug">Bir hatayı bildir</string> + <string name="kau_search">Araştır</string> + <string name="kau_send_feedback">Geri bildirim gönder</string> + <string name="kau_send_via">Yoluyla Gönder</string> + <string name="kau_settings">Ayarlar</string> + <string name="kau_share">Paylaş</string> + <string name="kau_text_copied">Metin panoya kopyalandı.</string> + <string name="kau_thank_you">Teşekkür ederim</string> + <string name="kau_uh_oh">Ah ah</string> + <string name="kau_warning">Uyarı</string> + <plurals name="kau_x_days"> + <item quantity="one">%d gün</item> + <item quantity="other">%d gün</item> + </plurals> + <plurals name="kau_x_hours"> + <item quantity="one">Saat %d</item> + <item quantity="other">Saat %d</item> + </plurals> + <plurals name="kau_x_minutes"> + <item quantity="one">%d dakika</item> + <item quantity="other">%d dakika</item> + </plurals> + <plurals name="kau_x_seconds"> + <item quantity="one">%d saniye</item> + <item quantity="other">%d saniye</item> + </plurals> + <string name="kau_yes">Evet</string> + <string name="kau_permission_denied">İzin reddedildi</string> +</resources> diff --git a/docs/Changelog.md b/docs/Changelog.md index 88931e7..a9b2178 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,8 @@ # Changelog ## v3.6.2 +* :core: Pass null instead of bundle if bundle is empty for startActivity +* :core: Support sending attachments for email * :core: Create more bundle utils to help with shared transition elements * :searchview: Add better encapsulation and use view location * :searchview: Add textClearedCallback diff --git a/files/translation_migration.sh b/files/translation_migration.sh index 0b26250..9adfdc4 100644 --- a/files/translation_migration.sh +++ b/files/translation_migration.sh @@ -8,13 +8,10 @@ current=${PWD##*/} if [ "$current" != "$MODULE" ]; then echo "Not in $MODULE"; - return; +else + # DANGEROUS! Removes all files matching regex + egrep -lir --include="*.xml" "<resources.*></resources>" "./" | tr '\n' '\0' | xargs -0 -n1 rm + # Delete empty directories + find . -type d -empty -delete fi -# DANGEROUS! Removes all files matching regex - -egrep -lir --include="*.xml" "<resources.*></resources>" "./" | tr '\n' '\0' | xargs -0 -n1 rm - -# Delete empty directories - -find . -type d -empty -delete
\ No newline at end of file diff --git a/mediapicker/src/main/res/values-in-rID/strings_mediapicker.xml b/mediapicker/src/main/res/values-in-rID/strings_mediapicker.xml new file mode 100644 index 0000000..2414c75 --- /dev/null +++ b/mediapicker/src/main/res/values-in-rID/strings_mediapicker.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_no_items_found">Item tidak ditemukan</string> + <string name="kau_no_items_selected">Tidak ada item yang dipilih</string> + <string name="kau_no_items_loaded">Tidak ada item yang dimuat</string> + <string name="kau_no_camera_found">Kamera tidak ditemukan</string> + <string name="kau_no_camera_found_content">Mohon pasang aplikasi kamera dan coba lagi.</string> + <string name="kau_temp_file_creation_failed">Gagal membuat file sementara.</string> + <string name="kau_select_media">Pilih Media</string> +</resources> diff --git a/mediapicker/src/main/res/values-th-rTH/strings_mediapicker.xml b/mediapicker/src/main/res/values-th-rTH/strings_mediapicker.xml new file mode 100644 index 0000000..3c5340b --- /dev/null +++ b/mediapicker/src/main/res/values-th-rTH/strings_mediapicker.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_no_items_found">ไม่พบรายการ</string> + <string name="kau_no_items_selected">ยังไม่ได้เลือกรายการ</string> + <string name="kau_no_items_loaded">ไม่มีรายการ</string> + <string name="kau_no_camera_found">ไม่พบกล้อง</string> + <string name="kau_no_camera_found_content">กรุณาติดตั้งแอพกล้องแล้วลองอีกครั้ง</string> + <string name="kau_temp_file_creation_failed">ไม่สามารถสร้างไฟล์ชั่วคราวได้</string> + <string name="kau_select_media">เลือกสื่อ</string> +</resources> diff --git a/mediapicker/src/main/res/values-tr-rTR/strings_mediapicker.xml b/mediapicker/src/main/res/values-tr-rTR/strings_mediapicker.xml new file mode 100644 index 0000000..19114fe --- /dev/null +++ b/mediapicker/src/main/res/values-tr-rTR/strings_mediapicker.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="kau_no_items_found">Hiç bir öge bulunamadı</string> + <string name="kau_no_items_selected">Hiç bir öge seçilmemişti</string> + <string name="kau_no_items_loaded">Hiç bir öge yüklenmedi</string> + <string name="kau_no_camera_found">Kamera bulunamadı</string> + <string name="kau_no_camera_found_content">Lütfen bir kamera uygulaması yükleyin ve tekrar deneyin.</string> + <string name="kau_temp_file_creation_failed">Geçici bir dosya oluşturulamadı.</string> + <string name="kau_select_media">Medya Seç</string> +</resources> diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 8a3f011..2b78784 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,12 @@ <item text="" /> --> + <version title="v3.6.3" /> + <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v3.6.2" /> <item text=":core: Pass null instead of bundle if bundle is empty for startActivity" /> @@ -13,8 +19,6 @@ <item text=":core: Create more bundle utils to help with shared transition elements" /> <item text=":searchview: Add better encapsulation and use view location" /> <item text=":searchview: Add textClearedCallback" /> - <item text="" /> - <item text="" /> <version title="v3.6.1" /> <item text=":core: [Breaking] Removed private text field and introduced lazy logging functions" /> |