Skip to content

Commit

Permalink
Move to Module
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan-kareem committed Sep 12, 2024
1 parent 3eafcb8 commit cdf8a4b
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 16 deletions.
Binary file added Images/Banner2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Non-Rooted.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
33 changes: 33 additions & 0 deletions Module/alternative/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/sbin/sh

#################
# Initialization
#################

umask 022

# echo before loading util_functions
ui_print() { echo "$1"; }

require_new_magisk() {
ui_print "*******************************"
ui_print " Please install Magisk v20.4+! "
ui_print "*******************************"
exit 1
}

#########################
# Load util_functions.sh
#########################

OUTFD=$2
ZIPFILE=$3

mount /data 2>/dev/null

[ -f /data/adb/magisk/util_functions.sh ] || require_new_magisk
. /data/adb/magisk/util_functions.sh
[ $MAGISK_VER_CODE -lt 20400 ] && require_new_magisk

install_module
exit 0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#MAGISK
6 changes: 6 additions & 0 deletions Module/alternative/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
I have a YouTube Channel! If you have any questions, use the following link to comment:

https://www.youtube.com/@HassansTechInsights

# v1
- Initial Release
4 changes: 2 additions & 2 deletions alternative/module.prop → Module/alternative/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=Mehr_Nastaliq-alt
name=Mehr_Nastaliq-alt
version=1.0
versionCode=60
versionCode=100
author=Hassan-karim
description=Mehr Nastaliq Urdu Alt Font for Urdu language
updateJson=https://raw.githubusercontent.com/Hassan-kareem/Nastaliq-Urdu_font/MehrNastaliq/alternative/update.json
updateJson=https://raw.githubusercontent.com/Hassan-kareem/Nastaliq-Urdu_font/MehrNastaliq/Module/alternative/update.json
2 changes: 2 additions & 0 deletions Module/alternative/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Mehr Nastaliq Urdu Alternative
### it's for alternative module if your device doesn't suppprt multi language then use it
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions alternative/update.json → Module/alternative/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"versionCode": 60,
"versionCode": 100,
"zipUrl": "https://github.com/Hassan-kareem/Nastaliq-Urdu_font/releases/download/MehrNastaliq-alt/Mehr_Nastaliq-alt-v1.zip",
"changelog": "https://raw.githubusercontent.com/Hassan-kareem/Nastaliq-Urdu_font/MehrNastaliq/changelog.md"
"changelog": "https://raw.githubusercontent.com/Hassan-kareem/Nastaliq-Urdu_font/MehrNastaliq/Module/alternative/changelog.md"
}
4 changes: 2 additions & 2 deletions module.prop → Module/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=MehrNastaliq
name=Mehr Nastaliq Urdu
version=1.0
versionCode=100
version=2.0
versionCode=200
author=Hassan-karim
description=Mehr Nastaliq Urdu Font for Urdu
updateJson=https://raw.githubusercontent.com/Hassan-kareem/Nastaliq-Urdu_font/MehrNastaliq/update.json
File renamed without changes.
Binary file added Module/system/fonts/NotoNastaliqUrdu-Bold.ttf
Binary file not shown.
Binary file added Module/system/fonts/NotoNastaliqUrdu-Regular.ttf
Binary file not shown.
File renamed without changes.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Mehr Nastaliq Urdu

![Urdu Banner](https://github.com/Hassan-kareem/Nastaliq-Urdu_font/assets/144518310/a9b355df-e1f5-49ee-92ec-91a9be99aa38)
![Urdu Banner](Images/Banner2.png)
## Mehr Nastaliq Font Module for Urdu Users

* Tested on Android 7 and 13,14, it will work on every Android device that has secondary and primary language options. Watch the [video](https://youtu.be/2xI-Kagl1yI?si=ja5x8huKUiWJnF9J&t=46) to learn how to check, including OneUI, OxygenOS, and all AOSP-based ROMs.

> [!Important]
>
>[![Image](Images/Non-Rooted.jpg)](https://github.com/Hassan-kareem/Nastaliq-Urdu_font/tree/Non-Rooted)
> If you want to use Nastaliq on a Non-Rooted Device, click [here](https://github.com/Hassan-kareem/Nastaliq-Urdu_font/tree/Non-Rooted)
## Installation
Expand Down
1 change: 0 additions & 1 deletion alternative/changelog.md

This file was deleted.

2 changes: 0 additions & 2 deletions alternative/readme.md

This file was deleted.

Binary file removed alternative/system/fonts/NotoNaskhArabic-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed alternative/system/fonts/NotoNaskhArabicUI-Bold.ttf
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion alternative/system/fonts/place-holder

This file was deleted.

5 changes: 2 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
We have a Telegram group!
If you want to join, use the following link:
I have a YouTube Channel! If you have any questions, use the following link to comment:

https://t.me/HassansTechInsights
https://www.youtube.com/@HassansTechInsights

# v2
- Resolved text cutting issue (نقتہ) at the top

0 comments on commit cdf8a4b

Please sign in to comment.