Skip to content

Commit 3f70841

Browse files
update name
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 4d336de commit 3f70841

34 files changed

Lines changed: 165 additions & 167 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
### Developed by Androidacy. Find us on the web [here](https://www.androidacy.com/?utm_source=fox-readme&utm_medium=web&utm_campagin=github).
44

5-
_If you're seeing this at the Fox2Code repo, the new repo is at [Androidacy/AndroidacyModuleManager](https://github.com/Androidacy/AndroidacyModuleManager)! The old repo may not receive consistent updates anymore!_
5+
<sub>We'd like to thank Fox2Code for his initial work on the app. This app was previously known as Fox's Magisk Module Manager (FoxMMM) and may still be referred to as that. Androidacy thanks Fox2Code for their initial work on this app, and wishes him the best in his future endeavours.</sub>
6+
7+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Androidacy/AndroidacyModuleManager?color=neon&label=Latest%20release&style=for-the-badge)](
68

79
## About
810

911
The official Magisk Manager app has dropped it's support for downloading online modules, leaving users without a way to easily search for and download them. This app was created to help users download and install modules, and manage their own modules.
1012

11-
**This app is not officially supported by Magisk or its developers**
13+
**This app is not officially supported by Magisk or its developers, nor by Google**
1214

1315
**The modules shown in this app are not affiliated with this app or Magisk**.
1416

@@ -26,15 +28,11 @@ The official Magisk Manager app has dropped it's support for downloading online
2628

2729
## Community
2830

29-
[![Telegram Group](https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
31+
[![Telegram Group](https://img.shields.io/endpoint?color=neon&style=for-the-badge&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
3032
<a href="https://translate.nift4.org/engage/foxmmm/">
3133
<img src="https://translate.nift4.org/widgets/foxmmm/-/foxmmm/svg-badge.svg" alt="Translation status" />
3234
</a>
3335

34-
### We'd like to thank Fox2Code for his initial work on the app.
35-
36-
This app was previously known as Fox's Magisk Module Manager (FoxMMM) and may still be referred to as that. Androidacy thanks Fox2Code for their initial work on this app, and wishes him the best in his future endeavours.
37-
3836
## Screenshots
3937

4038
Main activity:
@@ -72,7 +70,7 @@ installing from them is at the user's own risk. Default repos can be enabled or
7270
modules [here](https://www.androidacy.com/module-repository-applications/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
7371
- Modules downloadable easily outside the app
7472
- Rigorously reviewed and tested modules
75-
- Officially supported by Fox's mmm
73+
- Officially supported by AMM
7674
- May show ads to help cover infrastructure costs.
7775
- [Read more](https://www.androidacycom/doing-it-alone-the-what-the-how-and-the-why/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
7876
| [Privacy policy](https://www.androidacy.com/privacy/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
@@ -81,15 +79,15 @@ installing from them is at the user's own risk. Default repos can be enabled or
8179

8280
**Support:**
8381

84-
&emsp; [![Telegram Group](https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
82+
&emsp; [![Telegram Group](https://img.shields.io/endpoint?color=neon&style=for-the-badge&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
8583

8684
#### [Magisk Alt Repo](https://github.com/Magisk-Modules-Alt-Repo)
8785

8886
- Accepting new modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission)
8987
- Less restrictive than the original repo
9088
- May have lower quality, untested, or otherwise broken modules due to their policies or lack
9189
thereof.
92-
- Officially supported by Fox's mmm
90+
- Officially supported by AMM
9391
- Disabled by default and no longer recommended. Kept as an alternative for those who want it
9492

9593
**Support:**
@@ -162,7 +160,7 @@ whatsoever for them, outside of direct implementation bugs.
162160

163161
## License
164162

165-
Fox's Magisk Module Manager, the icon, and names are copyright
163+
Androidacy Module Manager, the icon, and names are copyright
166164
2021-present [Fox2Code](https://github.com/Fox2Code). The Androidacy name(s), logo, integration, and
167165
later portions of the code are copyright
168166
2022-present [Androidacy](https://www.androidacy.com/?utm_source=fox-repo&utm_medium=web). See

app/src/main/java/com/fox2code/mmm/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected void onCreate(Bundle savedInstanceState) {
125125
realm.close();
126126
// hide this behind a buildconfig flag for now, but crash the app if it's not an official build and not debug
127127
if (BuildConfig.ENABLE_PROTECTION && !o && !BuildConfig.DEBUG) {
128-
throw new RuntimeException("This is not an official build of FoxMMM");
128+
throw new RuntimeException("This is not an official build of AMM");
129129
} else if (!o && !BuildConfig.DEBUG) {
130130
Timber.w("You may be running an untrusted build.");
131131
// Show a toast to warn the user

app/src/main/java/com/fox2code/mmm/MainApplication.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public void onCreate() {
390390
SentryMain.initialize(this);
391391
// Initialize Timber
392392
TimberUtils.configTimber();
393-
Timber.i("Starting FoxMMM version %s (%d) - commit %s", BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE, BuildConfig.COMMIT_HASH);
393+
Timber.i("Starting AMM version %s (%d) - commit %s", BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE, BuildConfig.COMMIT_HASH);
394394
// Update SSL Ciphers if update is possible
395395
GMSProviderInstaller.installIfNeeded(this);
396396
// get intent. if isCrashing is not present or false, call FileUtils.ensureCacheDirs and FileUtils.ensureURLHandler
@@ -400,9 +400,9 @@ public void onCreate() {
400400
fileUtils.ensureCacheDirs();
401401
fileUtils.ensureURLHandler(this);
402402
}
403-
Timber.d("Initializing FoxMMM");
403+
Timber.d("Initializing AMM");
404404
Timber.d("Started from background: %s", !isInForeground());
405-
Timber.d("FoxMMM is running in debug mode");
405+
Timber.d("AMM is running in debug mode");
406406
Timber.d("Initializing Realm");
407407
Realm.init(this);
408408
Timber.d("Initialized Realm");

app/src/main/res/values-ar/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<string name="pref_category_contributors">الداعمون</string>
256256
<string name="fox2code_thanks">تم الإنشاء بواسطة Fox2Code</string>
257257
<string name="error_saving_logs">تعذر حفظ السجلات</string>
258-
<string name="share_logs">مشاركة سجلات FoxMMM</string>
258+
<string name="share_logs">مشاركة سجلات AMM</string>
259259
<string name="downloading_update">جاري تنزيل التحديث... %1$d%%</string>
260260
<string name="update_debug_download_pref">آلية تنزيل التحديثات الاختبارية</string>
261261
<string name="reset_api_key">إعادة تعيين مفاتيح API</string>
@@ -285,7 +285,7 @@
285285
<string name="invalid_excludes">إدخال غير صالح</string>
286286
<string name="title_activity_update">المحدث داخل التطبيق</string>
287287
<string name="update_title">تحديث التطبيق</string>
288-
<string name="update_message">يرجى الانتظار بينما نتحقق من وجود تحديثات ل FoxMMM وتثبيتها. قد يستغرق هذا بضع دقائق</string>
288+
<string name="update_message">يرجى الانتظار بينما نتحقق من وجود تحديثات ل AMM وتثبيتها. قد يستغرق هذا بضع دقائق</string>
289289
<string name="update_button">الرجاء الانتظار…</string>
290290
<string name="update_cancel_button">إلغاء التحديث</string>
291291
<string name="notification_update_summary">يمكن تحديث الإضافات التالية:</string>
@@ -311,7 +311,7 @@
311311
<string name="upgrade_androidacy_promo_desc">ستؤدي الترقية إلى الإصدار المميز إلى إزالة الإعلانات ورموز التحقق والتنزيلات للريبو الخاص ب Androidacy ودعم Androidacy وصناع الإضافات.</string>
312312
<string name="fox2code_thanks_desc">Fox2Code هو المنشئ الأصلي للتطبيق. بدونه ، لم يكن هذا ممكنا أبدا.</string>
313313
<string name="save_logs">حفظ السجلات في مساحة التخزين و مشاركتها</string>
314-
<string name="not_official_build">هذا الإصدار من FoxMMM غير رسمي.</string>
314+
<string name="not_official_build">هذا الإصدار من AMM غير رسمي.</string>
315315
<string name="crash_text">أوه-لا، لقد تعثرنا!</string>
316316
<string name="feedback_message">أعطنا المزيد من التفاصيل حول ما كنت تفعله عندما حدث هذا. أكثر ، وأكثر مرحا!</string>
317317
<string name="sentry_dialogue_disabled">‌تم تعطيل الإبلاغ عن الأعطال. أعد تشغيله لإرسال الملاحظات.</string>
@@ -329,7 +329,7 @@
329329
<string name="changelog_none">لا تغييرات حتى الآن!</string>
330330
<string name="invalid_repo_url">عنوان URL الذي أدخلته للريبو غير صالح</string>
331331
<string name="add_repo_message">يجب تقديم الريبوز عبر HTTPS ، ويجب أن تتبع المواصفات الموضحة في الوثائق.</string>
332-
<string name="notification_channel_background_update_description">يقوم FoxMMM بالتحقق من وجود تحديثات في الخلفية.</string>
332+
<string name="notification_channel_background_update_description">يقوم AMM بالتحقق من وجود تحديثات في الخلفية.</string>
333333
<string name="notification_channel_category_background_update_description">عرض إشعار أثناء التحقق من وجود تحديثات حتى لا يتم قتلها بواسطة النظام</string>
334334
<string name="yer_a_wizard_harry">يا ساحر ، هاري!</string>
335335
<string name="keep_tapping_to_enter_hogwarts">استمر في النقر للقبول في هوجورتس!</string>
@@ -341,7 +341,7 @@
341341
<string name="notification_update_app_pref">تحقق من وجود تحديثات للتطبيق</string>
342342
<string name="notification_channel_category_app_update">تحديثات التطبيق</string>
343343
<string name="notification_channel_background_update_app">تحديث التطبيق متاح!</string>
344-
<string name="notification_channel_background_update_app_description">يتوفر تحديث لـ FoxMMM. انقر هنا للتحديث.</string>
344+
<string name="notification_channel_background_update_app_description">يتوفر تحديث لـ AMM. انقر هنا للتحديث.</string>
345345
<string name="setup_update_check_headline">تحقق من التحديث</string>
346346
<string name="setup_app_analytics">السماح بتحليلات التطبيق</string>
347347
<string name="cache_cleared">تم مسح ذاكرة التخزين المؤقت بنجاح</string>
@@ -369,7 +369,7 @@
369369
<string name="clear_app_cache">مسح ذاكرة التخزين المؤقت للتطبيق</string>
370370
<string name="clear_app_cache_desc">هذا لا يجب أن يكون ضروريًا بالعادة ولكنه قد يساعد في إصلاح بعض المشاكل.</string>
371371
<string name="clear_cache_dialogue_message">سيؤدي هذا إلى مسح ذاكرة التخزين المؤقت للتطبيق. سيتم حفظ خصائصك، ولكن قد يستغرق التطبيق وقتًا أطول لإجراء بعض العمليات مؤقتًا.</string>
372-
<string name="certificate_error">تعذر التحقق من شهادة الخادم. الرجاء التأكد من عدم وجود شيء يعترض اتصالات HTTPS لـ FoxMMM.</string>
372+
<string name="certificate_error">تعذر التحقق من شهادة الخادم. الرجاء التأكد من عدم وجود شيء يعترض اتصالات HTTPS لـ AMM.</string>
373373
<string name="crash_reporting_pii_desc">السماح بإرسال معلومات إضافية في تقارير الأعطال ، والتي قد يحتوي بعضها على معلومات تعريف شخصية مثل عنوان IP ومعرفات الجهاز.</string>
374374
<string name="setup_crash_reporting_pii_summary">قد يشمل ذلك معرفات الجهاز وعناوين IP. لن يتم استخدام أي بيانات لأي غرض آخر بخلاف تحليل الأعطال وتحسين الأداء.</string>
375375
<string name="error_creating_cookie_database">خطأ في الوصول إلى WebView. قد تتأثر الوظيفة.</string>
@@ -399,5 +399,5 @@
399399
<string name="background_update_check_excludes_version_summary">‍حدد إصدارا من تحديثات الإضافة التي ترغب في تجاهلها. الرجاء استخدام رمز الإصدار فقط. يمكنك العثور على هذا عن طريق الضغط باستمرار على الإصدار في قائمة الإضافات. استخدم ^ في البداية لمطابقة هذا الإصدار والأحدث. استخدم $ في النهاية للمطابقة حتى هذا الإصدار.</string>
400400
<string name="androidacy_thanks_up">شكرا للترقية! لن تعرض تنزيلات الإضافات و ملفات القراءة (README) إعلانات، وسيتم إلغاء تقييد التنزيلات. في المستقبل. ستتمكن من تنزيل الإضافات مباشرة بنقرة واحدة.</string>
401401
<string name="crash_details_suggestion">يمكن العثور على تتبع المكدس أدناه. ومع ذلك ، نوصيك <b>بشدة</b> باستخدام نموذج الملاحظات أدناه لإرسال التعليقات بدلا من ذلك. بهذه الطريقة ، بدلا من نسخ تتبع المكدس يدويا ، سيرسله إلينا تلقائيا. كما يتم إزالة التعتيم بهذه الطريقة ويتم الإبلاغ عن تفاصيل إضافية تلقائياً</string>
402-
<string name="reinstall_warning">معظم الإضافات يجب إلغاء تثبيتها، ثم إعادة تثبيتها من جديد بشكل نظيف. لهذا السبب ، لا يدعم FoxMMM إعادة تثبيت الإضافات ان كانت مثبته حالياً على هذا الجهاز.</string>
402+
<string name="reinstall_warning">معظم الإضافات يجب إلغاء تثبيتها، ثم إعادة تثبيتها من جديد بشكل نظيف. لهذا السبب ، لا يدعم AMM إعادة تثبيت الإضافات ان كانت مثبته حالياً على هذا الجهاز.</string>
403403
</resources>

app/src/main/res/values-cs/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<string name="fox2code_thanks">Vytvořil Fox2Code</string>
253253
<string name="save_logs">Ukládat protokoly do úložiště a sdílet je</string>
254254
<string name="error_saving_logs">Protokoly se nedají uložit</string>
255-
<string name="share_logs">Sdílet protokoly FoxMMM</string>
255+
<string name="share_logs">Sdílet protokoly AMM</string>
256256
<string name="keep_tapping_to_enter_hogwarts">Pokračujte v klikání, aby vás přijali do Bradavic!</string>
257257
<string name="modules">Moduly</string>
258258
<string name="search">Hledat</string>
@@ -269,7 +269,7 @@
269269
<string name="no_file_found">ERROR: Nelze najít aktualizační balíček.</string>
270270
<string name="check_for_updates">Skontrolovat aktualizace aplikace</string>
271271
<string name="update_debug_download_pref">Testovat mechanismus stahování aktualizací</string>
272-
<string name="not_official_build">Tato aplikace není oficiální build FoxMMM.</string>
272+
<string name="not_official_build">Tato aplikace není oficiální build AMM.</string>
273273
<string name="repo_update_failed_message">Následující repozitáře se nepovedlo aktualizovat:
274274
\n
275275
\n%s</string>
@@ -326,7 +326,7 @@
326326
<string name="add_repo_message">Repozitáře musí být poskytována přes HTTPS a musí splňovat specifikace uvedené v dokumentaci.</string>
327327
<string name="notification_update_summary">Následující moduly mohou být aktualizovány:</string>
328328
<string name="notification_update_module_template">%1$s na verzi %2$s</string>
329-
<string name="notification_channel_background_update_description">FoxMMM kontroluje aktualizace na pozadí.</string>
329+
<string name="notification_channel_background_update_description">AMM kontroluje aktualizace na pozadí.</string>
330330
<string name="notification_channel_category_background_update">Stav aktualizací na pozadí</string>
331331
<string name="notification_channel_category_background_update_description">Zobrazuje upozornění při kontrole aktualizací, aby je systém nezabil</string>
332332
<string name="notification_update_wifi_desc">Kontrolovat pouze přes WiFi</string>
@@ -343,7 +343,7 @@
343343
<string name="notification_channel_category_app_update">Aktualizace aplikace</string>
344344
<string name="notification_channel_category_app_update_description">Upozornit je-li dostupná aktualizace aplikace</string>
345345
<string name="notification_channel_background_update_app">Je dostupná aktualizace aplikace!</string>
346-
<string name="notification_channel_background_update_app_description">Je dostupná aktualizace FoxMMM. Klikněte zde pro aktualizaci.</string>
346+
<string name="notification_channel_background_update_app_description">Je dostupná aktualizace AMM. Klikněte zde pro aktualizaci.</string>
347347
<string name="crash_reporting_headline">Hlášení o selhání</string>
348348
<string name="setup_update_check_headline">Kontroly aktualizací</string>
349349
<string name="update_button">Čekejte prosím…</string>
@@ -353,7 +353,7 @@
353353
\nUjisti se, že věříš zdroji tohoto modulu, neboť moduly jsou velice mocné a mohou udělat skoro cokoli.</string>
354354
<string name="androidacy_thanks_desc">Obrovské poděkování patří společnosti Androidacy za její integraci a příspěvky do aplikace.</string>
355355
<string name="reset_app_message">Tím se zcela odstraní všechna data aplikace a aplikaci se zavře. Moduly nebudou odinstalovány.</string>
356-
<string name="update_message">Počkejte prosím, než zkontrolujeme a nainstalujeme aktualizace FoxMMM. Může to trvat pár minut</string>
356+
<string name="update_message">Počkejte prosím, než zkontrolujeme a nainstalujeme aktualizace AMM. Může to trvat pár minut</string>
357357
<string name="error_download_update">Při stahování informací o aktualizaci došlo k chybě.</string>
358358
<string name="low_quality_module_desc">Tento modul obsahuje metadata, která jsou buď neplatná, nebo jsou považována za označení modulu nízké kvality. Doporučuje se odinstalace.</string>
359359
<string name="yer_a_wizard_harry">Jsi čaroděj, Harry!</string>
@@ -367,7 +367,7 @@
367367
<string name="cache_clear_failed">Chyba pri mazání cache</string>
368368
<string name="clear_cache_dialogue_title">Smazat cache aplikace\?</string>
369369
<string name="clear_cache_dialogue_message">Tím se vymaže cache aplikace. Vaše předvolby budou uloženy, ale aplikace se může dočasně spomalit.</string>
370-
<string name="certificate_error">Certifikát serveru se nepodařilo ověřit. Ujistěte se, že nic nezachycuje připojení HTTPS pro FoxMMM.</string>
370+
<string name="certificate_error">Certifikát serveru se nepodařilo ověřit. Ujistěte se, že nic nezachycuje připojení HTTPS pro AMM.</string>
371371
<string name="pref_category_privacy">Soukromí</string>
372372
<string name="crash_reporting_pii_desc">Umožňuje odesílání dalších informací ve zprávách o selhání, z nichž některé mohou obsahovat osobní údaje, jako je IP adresa nebo identifikátory zařízení.</string>
373373
<string name="crash_reporting_pii">Zaslat další informace</string>

0 commit comments

Comments
 (0)