forked from Tornaco/Thanox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
827 additions
and
1,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,27 +73,13 @@ static void showLicenseDialog(Activity activity) { | |
" Copyright (C) 2016 Tim Malseed", | ||
new ApacheSoftwareLicense20())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"MPAndroidChart", | ||
"https://github.com/PhilJay/MPAndroidChart", | ||
"Copyright 2019 Philipp Jahoda", | ||
new ApacheSoftwareLicense20())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"easy-rules", | ||
"https://github.com/j-easy/easy-rules", | ||
"Copyright (c) 2019 Mahmoud Ben Hassine ([email protected])", | ||
new MITLicense())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"Timber", | ||
"https://github.com/JakeWharton/timber", | ||
"Copyright 2013 Jake Wharton", | ||
new ApacheSoftwareLicense20())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"Xposed", | ||
|
@@ -136,13 +122,6 @@ static void showLicenseDialog(Activity activity) { | |
null, | ||
new MozillaPublicLicense20())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"android_native_code_view", | ||
"https://github.com/vic797/android_native_code_view", | ||
"Copyright 2017 Victor Campos", | ||
new ApacheSoftwareLicense20())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"ApkBuilder", | ||
|
@@ -185,6 +164,13 @@ static void showLicenseDialog(Activity activity) { | |
null, | ||
new MITLicense())); | ||
|
||
notices.addNotice( | ||
new Notice( | ||
"CodeView", | ||
"https://github.com/AmrDeveloper/CodeView", | ||
"Copyright (c) 2020 - Present Amr Hesham", | ||
new MITLicense())); | ||
|
||
new LicensesDialog.Builder(Objects.requireNonNull(activity)) | ||
.setNotices(notices) | ||
.setIncludeOwnLicense(true) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+199 KB
android/modules/module_common/src/main/assets/fonts/google/jetbrains/JetBrainsMonoMedium.ttf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.