diff --git a/.all-contributorsrc b/.all-contributorsrc
index 927b5cba..b625a54a 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -130,6 +130,15 @@
"translation"
]
},
+ {
+ "login": "fouze555",
+ "name": "fouze555",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/71935341?v=4",
+ "profile": "https://github.com/fouze555",
+ "contributions": [
+ "translation"
+ ]
+ },
{
"login": "kernoeb",
"name": "kernoeb",
@@ -199,4 +208,4 @@
}
},
"commitConvention": "none"
-}
\ No newline at end of file
+}
diff --git a/README.md b/README.md
index cf06c689..1bee0798 100755
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
-## Barinsta
+# Barinsta
[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
[![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/austinhuang0131/instagrabber.svg?style=social&label=Star)](https://GitHub.com/austinhuang0131/barinsta/stargazers/)
-[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg)](#contributors)
+[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg)](#contributors)
-We're previously known as InstaGrabber and still in process of rebranding. For documentation, visit [InstaGrabber.AustinHuang.me](https://instagrabber.austinhuang.me).
+We're previously known as InstaGrabber and still in process of rebranding. For documentation, visit [Barinsta.AustinHuang.me](https://barinsta.austinhuang.me).
-### Download
+## Download
**By installing, you indicate your acceptance of [Disclosure and Privacy Policy](https://instagrabber.austinhuang.me/disclosure).**
@@ -28,13 +28,13 @@ Version status: ![F-Droid](https://img.shields.io/f-droid/v/me.austinhuang.insta
-### Contact us
+## Contact us
* Use [GitHub issues](https://github.com/austinhuang0131/instagrabber/issues) when possible.
* Email: [InstaGrabber@AustinHuang.me](mailto:instagrabber@austinhuang.me) (Synced to GitHub issues)
* Chat (Bridged to each other): [![Matrix](https://img.shields.io/badge/Matrix-@Barinsta:matrix.org-000000?logo=matrix)](https://matrix.to/#/#barinsta:matrix.org) [![Telegram](https://img.shields.io/badge/Telegram-@Grabber__App-2CA5E0?logo=telegram)](https://t.me/grabber_app) [![Discord](https://img.shields.io/badge/Discord-YtEDzN2-7289da?logo=discord&logoColor=white)](https://discord.gg/YtEDzN2) [![Gitter](https://img.shields.io/badge/Gitter-InstaGrabber/General-ed1965?logo=gitter)](https://gitter.im/instagrabber/general)
-### Contributors
+## Contributors
Prominent contributors are listed here in the [all-contributors](https://allcontributors.org/) specifications, see [emoji key](https://allcontributors.org/docs/en/emoji-key). [Want to contribute to Barinsta?](https://github.com/austinhuang0131/barinsta/blob/master/.github/CONTRIBUTING.md)
@@ -59,11 +59,14 @@ Prominent contributors are listed here in the [all-contributors](https://allcont
Fatih Aydın 🌍 |
+ fouze555 🌍 |
kernoeb 🌍 |
Ten_Lego 🌍 |
MoaufmKlo 🌍 |
peterge1998 🌍 |
RAMAR-RAR 🌍 |
+
+
wagnim 🌍 |
@@ -72,7 +75,7 @@ Prominent contributors are listed here in the [all-contributors](https://allcont
-### License
+## License
This app is originally made by [@AwaisKing](https://github.com/AwaisKing) on [GitLab](https://gitlab.com/AwaisKing/instagrabber).
diff --git a/app/src/main/java/awais/instagrabber/utils/LocaleUtils.java b/app/src/main/java/awais/instagrabber/utils/LocaleUtils.java
index cb743c55..5ddd7bdc 100755
--- a/app/src/main/java/awais/instagrabber/utils/LocaleUtils.java
+++ b/app/src/main/java/awais/instagrabber/utils/LocaleUtils.java
@@ -71,6 +71,7 @@ public final class LocaleUtils {
if (appLanguageIndex == 10) return "pt";
if (appLanguageIndex == 11) return "fa";
if (appLanguageIndex == 12) return "mk";
+ if (appLanguageIndex == 13) return "vi";
return null;
}
diff --git a/app/src/main/res/layout/dialog_quick_access.xml b/app/src/main/res/layout/dialog_quick_access.xml
deleted file mode 100755
index 52555364..00000000
--- a/app/src/main/res/layout/dialog_quick_access.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/layout_dm_media_share.xml b/app/src/main/res/layout/layout_dm_media_share.xml
index d173a206..02c082bc 100644
--- a/app/src/main/res/layout/layout_dm_media_share.xml
+++ b/app/src/main/res/layout/layout_dm_media_share.xml
@@ -23,7 +23,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
- android:maxHeight="@dimen/dm_media_img_max_height" />
+ android:maxHeight="@dimen/dm_media_img_max_height"
+ app:actualImageScaleType="fitCenter" />
-
-
-
- Der ursprüngliche Maintainer, AWAiS, entwickelte InstaGrabber als kleine und einfache App mit dem Ziel, Beiträge vom Instagram herunterzuladen. Leider wurde das Projekt aufgegeben und ich, Austin Huang, übernahm die Entwicklung. Die App ist vollständig Open Source, Werbe- und Trackerfrei [abgesehen von dem, was Instagram weiß]. Auch wenn Dir die Downloadfunktion egal ist, [genau so wie mir], ist es immer noch ein großartiger Instagram-Client!\n\nHast du Fragen, [oder andere Anmerkungen]? Kontaktiere mich unter instagrabber@austinhuang.me oder klicke auf einen der Buttons.
- Schnellzugriff
Über
Direktnachrichten
- Einstellungen (v%s)
Einstellungen
Herunterladen
Benutzernamen suchen…
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 00ed4bc3..5820fcff 100755
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -1,10 +1,7 @@
- El mantenedor original, AWAiS, hizo de InstaGrabber una pequeña y básica aplicación personal con intenciones de [robar] descargar posts fuera de Instagram. Desafortunadamente lo abandonó, y yo, Austin Huang, me apoderé del proyecto. Esperemos que haya alguna ayuda económica. Después de todo, esta aplicación es completamente de código abierto, sin anuncios y sin seguimiento [aparte de lo que Instagram ya conoce]. Incluso si te da igual la función de descargar cosas [como yo], ¡sigue siendo un gran cliente Instagram para usar!\n\n¿Tienes preguntas [o simplemente quieres hablar]? Contacta con instagrabber@austinhuang. o haga clic en uno de los botones de abajo.
- Acceso rápido
Acerca de
Mensajes Directos
- Ajustes (v%s)
Ajustes
Descarga
Buscar usuario…
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index 50157064..d4c3f95c 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -1,10 +1,7 @@
- نگهدارنده اصلی ، AWAiS ، ساخت InstaGrabber را بعنوان یک برنامه کوچک و ساده شخصی به منظور [steali-] دانلود پست های اینستاگرام. متأسفانه ، این کار رها شد و من ، آستین هوانگ ، کشتی را تحویل گرفتم.[بیایید امیدواریم باشیم که این حداقل یکم پول نقد باشد.] از این گذشته ، این برنامه کاملا منبع باز ، بدون تبلیغات و بدون ردیابی است (جدا از آنچه اینستاگرام می داند).حتی اگر دانلود کردن پست ها برای شما مهم نیست [مثل من] ، باز هم این یک کلاینت خوب اینستاگرام برای استفاده است!\n\n سوالی دارید ؟ [ یا فقط میخواهید گفتگو کنید ] تماس بگیرید با instagrabber@austinhuang.me یا بر روی یکی از دکمه های زیر کلیک کنید
- دسترسی سریع
درباره
پیامهای خصوصی
- تنظیمات (v%s)
تنظیمات
دانلود
جستجوی نام کاربری…
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index ec27f1fd..0f24d8c5 100755
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -1,10 +1,7 @@
- Le mainteneur original, AWAiS, a fait d\'InstaGrabber une petite application personnelle de base avec l\'intention de \"voler\" les messages d\'Instagram. Très malheureusement, elle a été abandonnée et moi, Austin Huang, j\'ai repris le navire. Après tout, cette application est entièrement open source, sans publicité, et sans suivi (en dehors de ce que sait Instagram). Même si vous ne vous souciez pas de télécharger des choses (comme moi), ça reste un excellent client Instagram à utiliser ! Contactez instagrabber@austinhuang.me ou cliquez sur l\'un des boutons ci-dessous.
- Accès rapide
À propos
Messages privés
- Paramètres (v%s)
Paramètres
Téléchargement
Rechercher par nom d\'utilisateur…
diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml
index 7f3e6f04..f884d008 100644
--- a/app/src/main/res/values-hi/strings.xml
+++ b/app/src/main/res/values-hi/strings.xml
@@ -1,10 +1,7 @@
- The original maintainer, AWAiS, made InstaGrabber as a small and basic little personal app with intentions of [steali-]downloading posts off Instagram. Very unfortunately, this was abandoned and me, Austin Huang, took over the ship. [Let\'s hope that\'s at least a lil\' bit cash money.] After all, this app is fully open source, ad-less, and tracking-less [aside from what Instagram knows]. Even if you don\'t care about downloading stuff [like me], it\'s still a great Instagram client to use!\n\nGot questions [or just wanna talk]? Contact instagrabber@austinhuang.me or click one of the buttons below.
- Quick Access
About
Direct Messages
- Settings (v%s)
Settings
Download
Search username…
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index e0dfba5e..5f28ec39 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -1,10 +1,7 @@
- Pengembang original, AWAiS, membuat InstaGrabber sebagai aplikasi personal yang kecil dan sederhana untuk men[cu-]ngunduh kiriman di Instagram. Sayangnya, dia pergi dan saya, Austin Huang, mengambil alih kendali. [Mari berharap paling nggak sedikit uang.] Toh, aplikasi ini sepenuhnya bersumber terbuka, tanpa iklan, dan tanpa pelacak [disamping apa yang diketahui Instagram]. Meski anda tidak peduli dengan mengunduh kiriman [seperti saya], aplikasi ini masih menjadi klien Instagram yang bagus untuk digunakan!\n\nAda pertanyaan [atau mau ngobrol]? Hubungi instagrabber@austinhuang.me atau klik salah satu tombol di bawah ini.
- Akses Cepat
Tentang
Pesan Langsung
- Pengaturan (v%s)
Pengaturan
Unduh
Cari Pengguna…
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 878d8b19..a18c7d34 100755
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -1,10 +1,7 @@
- Il manutentore originale, AWAiS, ha reso InstaGrabber una piccola e semplice app personale con le intenzioni di [rub-] scaricare post da Instagram. Sfortunatamente, questo è stato abbandonato e io, Austin Huang, ho preso il timone. [Speriamo che sia almeno un po \'di denaro contante.] Dopotutto, questa app è completamente open source, senza pubblicità e senza tracciamento [a parte ciò che Instagram sa]. Anche se non ti importa di scaricare roba [come me], è comunque un ottimo client Instagram da usare! \n\nFai domande [o vuoi solo parlare]? Contatta instagrabber@austinhuang.me o fai clic su uno dei pulsanti di seguito.
- Accesso rapido
Riguardo
Messaggi Direct
- Impostazioni (v%s)
Impostazioni
Scarica
Cerca utente…
diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml
index 83facda6..c37f3e8f 100644
--- a/app/src/main/res/values-mk/strings.xml
+++ b/app/src/main/res/values-mk/strings.xml
@@ -1,10 +1,7 @@
- Оригиналниот програмер и одржувач, AWAiS,го создаде InstaGrabber (сега познат како Barinsta) како мал проект и алатка за со намера да \"украде\" т.е да ги превзема содржините од Инстаграм. За жал оригиналниот програмер го напуште и јас, Остин Хуанг, го превзедов прокетот во мој раце.[Се надевам дека ќе направам некој динар].Оваа апликација е целосно со отворен изворен код, без реклами и без tracking (освен тоа што Инстаграм го знае).Покрај тоа што е за превземање слики и видеа, Barinsta е одличен Инстаграм клиент за користење!\n\n Ако имате прашање или сте за зборување? Конактирајте instagrabber@austinhuang.me или кликнете од едно од копчињеата подолу.
- Брз Пристап
За Прокетот
Директни Пораки
- Опции (v%s)
Опции
Превземи
Пребарај username…
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 141f5527..51143375 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -1,10 +1,7 @@
- Pierwotny opiekun projektu, AWAiS, stworzył InstaGrabber jako małą i podstawową, osobistą aplikację z zamiarem [kradzieży-]pobierania postów z Instagrama. Niestety, projekt został porzucony, a ja, Austin Huang, przejąłem statek. [Miejmy nadzieję, że przyniesie to trochę gotówki.] W końcu ta aplikacja jest w pełni open source, bez reklam i bez śledzenia [poza tym, co wie już o Tobie Instagram]. Nawet jeśli nie zależy ci na pobieraniu rzeczy, nadal jest to świetny klient Instagrama!\n\nMasz pytania [lub po prostu chcesz porozmawiać]? Skontaktuj się ze mną drogą mailową: instagrabber@austinhuang.me lub kliknij jeden z poniższych przycisków.
- Szybki dostęp
O aplikacji
Prywatne wiadomości
- Ustawienia (v%s)
Ustawienia
Pobierz
Szukaj użytkownika…
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index a2e7ffa7..f7b9da94 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -1,10 +1,7 @@
- O mantenedor original, AWAiS, fez do InstaGrabber um pequeno e básico aplicativo pessoal com intenções de [roubar] baixar postagens do Instagram. Infelizmente, isso foi abandonado e eu, Austin Huang, assumi o navio. [Vamos torcer para que seja pelo menos um pouco de dinheiro em espécie.] Afinal, este aplicativo é totalmente de código aberto, sem anúncios e sem rastreamento [além do que o Instagram sabe]. Mesmo que você não se importe em baixar coisas [como eu], ainda é um ótimo cliente do Instagram para usar!Tem dúvidas [ou apenas quer conversar]? Entre em contato com instagrabber@austinhuang ou clique em um dos botões abaixo.
- Acesso rápido
Sobre
Mensagens diretas
- Configurações (v%s)
Configurações
Download
Pesquisar nome de usuário ...
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 2021acec..439730e4 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -1,10 +1,7 @@
- The original maintainer, AWAiS, made InstaGrabber as a small and basic little personal app with intentions of [steali-]downloading posts off Instagram. Very unfortunately, this was abandoned and me, Austin Huang, took over the ship. [Let\'s hope that\'s at least a lil\' bit cash money.] After all, this app is fully open source, ad-less, and tracking-less [aside from what Instagram knows]. Even if you don\'t care about downloading stuff [like me], it\'s still a great Instagram client to use!\n\nGot questions [or just wanna talk]? Contact instagrabber@austinhuang.me or click one of the buttons below.
- Quick Access
About
Direct Messages
- Settings (v%s)
Settings
Download
Search username…
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 11b6c0dd..bc59c3c3 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -1,10 +1,7 @@
- İlk geliştiricisi olan AWAIS, InstaGrabber adında küçük ve basit bir uygulama yaptı. Amacı Instagram paylaşımlarını [çalma-] indirmekti. Ne yazık ki bir süre sonra projeyi bıraktı ve ben, Austin Huang, devraldım. [Umarım biraz para da kazanırım.] Her şeyden önce bu uygulama tamamen açık kaynak kodlu, reklamsız ve gizliliğe önem veriyor [Instagram\'ın zaten bildikleri ayrı konu]. Eğer paylaşım indirmek amacınız olmasa bile [benim gibi], bir Instagram alternatifi olarak kullanmak için bile harika bir uygulama!\n\nSorun varsa ya da sadece konuşmak istiyorsan instagrabber@austinhuang.me üzerinden ulaşabilir ya da aşağıdaki butonlara tıklayabilirsin. Hatırlatmakta fayda var, Türkçe bilmiyorum.
- Hızlı Erişim
Hakkında
Direkt Mesajlar
- Ayarlar (v%s)
Ayarlar
İndir
Kullanıcı adı ara…
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index 755fab69..47916632 100644
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -1,10 +1,7 @@
- Người bảo trì ban đầu, AWAiS, tạo ra InstaGrabber như một ứng dụng nhỏ và đơn giản cá nhân nhằm tải về những bài đăng trên Instagram. Không may, nó đã bị bỏ rơi và tôi, Austin Huang, đã tiếp quản con thuyền này. Dù sao đi nữa, ứng dụng này hoàn toàn mã nguồn mở, không quảng cáo và không có theo dõi (ngoại trừ những gì Instagram biết ra). Dù cho bạn không quan tâm đến việc tải về (như tôi), nó vẫn là một ứng Instagram rất đáng dể dùng! Bạn có câu hỏi (hoặc chỉ muốn nói chuyện)? Liên hệ instagrabber@austinhuang.me hoặc click vào một trong những nút phía dưới đây.
- Truy cập nhanh
Giới thiệu
Tin nhắn trực tiếp
- Cài đặt
Cài đặt
Tải xuống
Tìm tên người dùng…
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index c4024278..502b3307 100755
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -1,10 +1,7 @@
- 原作者 AWAiS 将 InstaGrabber 做成了一个小巧玲珑的 Instagram 帖子下载 [写作下载读作剽窃] 程序,不过他跳槽了,所以我(Austin Huang)就把它接了下来。 [希望此举有所值得。] 不管怎样,InstaGrabber 完全开源,无广告,无跟踪 [Instagram 原生跟踪除外],998都不要,你还等啥???\n有问题 [或者只是想谈谈心] ?请联系 instagrabber@austinhuang.me 或点击下方各按钮。
- 快捷通道
关于
私聊
- 设定 (v%s)
设定
下载
搜索用户名…
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 3ddc20ba..4662c405 100755
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -14,6 +14,7 @@
- Brazilian Portuguese [Thanks to @wagnim]
- Persian [Thanks to @farzadx]
- Macedonian [Thanks to @snajdovski]
+ - Vietnamese [Thanks to @fouze555]
- 0
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fe5c3d78..f84c980a 100755
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,11 +1,8 @@
Barinsta
- The original maintainer, AWAiS, made InstaGrabber as a small and basic little personal app with intentions of [steali-]downloading posts off Instagram. Very unfortunately, this was abandoned and me, Austin Huang, took over the ship. [Let\'s hope that\'s at least a lil\' bit cash money.] After all, this app is fully open source, ad-less, and tracking-less [aside from what Instagram knows]. Even if you don\'t care about downloading stuff [like me], it\'s still a great Instagram client to use!\n\nGot questions [or just wanna talk]? Contact instagrabber@austinhuang.me or click one of the buttons below.
- Quick Access
About
Direct Messages
- Settings (v%s)
Settings
Download
GitHub
@@ -278,7 +275,7 @@
See our source code on GitHub
Audit, star, report bugs, contribute, and have fun (again)!
Send feedback by email
- instagrabber@austinhuang.me
+ barinsta@austinhuang.me
Third-Party Attributions
The following third-party open-source libraries are used:
Reminder