This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +43
-22
lines changed
src/main/java/com/ahmedjazzar/rosetta Expand file tree Collapse file tree 6 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 1+ # LEGALS
2+
3+ ## Fox's Magisk Module Manager
4+ - Maintained: Yes
5+ - Maintainers
6+ - [ Fox2Code] ( https://github.com/Fox2Code )
7+ - [ androidacybot] ( https://github.com/androidacybot )
8+ - License: [<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-law mr-2"><path fill-rule="evenodd" d="M8.75.75a.75.75 0 00-1.5 0V2h-.984c-.305 0-.604.08-.869.23l-1.288.737A.25.25 0 013.984 3H1.75a.75.75 0 000 1.5h.428L.066 9.192a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.514 3.514 0 00.686.45A4.492 4.492 0 003 11c.88 0 1.556-.22 2.023-.454a3.515 3.515 0 00.686-.45l.045-.04.016-.015.006-.006.002-.002.001-.002L5.25 9.5l.53.53a.75.75 0 00.154-.838L3.822 4.5h.162c.305 0 .604-.08.869-.23l1.289-.737a.25.25 0 01.124-.033h.984V13h-2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-2.5V3.5h.984a.25.25 0 01.124.033l1.29.736c.264.152.563.231.868.231h.162l-2.112 4.692a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.517 3.517 0 00.686.45A4.492 4.492 0 0013 11c.88 0 1.556-.22 2.023-.454a3.512 3.512 0 00.686-.45l.045-.04.01-.01.006-.005.006-.006.002-.002.001-.002-.529-.531.53.53a.75.75 0 00.154-.838L13.823 4.5h.427a.75.75 0 000-1.5h-2.234a.25.25 0 01-.124-.033l-1.29-.736A1.75 1.75 0 009.735 2H8.75V.75zM1.695 9.227c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327l-1.305 2.9zm10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327l-1.305 2.9z"></path></svg> LGPL-3.0 license](https://github.com/Fox2Code/FoxMagiskModuleManager/blob/master/LICENCE)
9+
10+ ## Rosetta ([ Fork] ( https://github.com/iamjazzar/rosetta ) )
11+ - Maintained: No
12+ - Maintainers
13+ - [ iamjazzar] ( https://github.com/iamjazzar )
14+ - Others unknown
15+ - License: [<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-law mr-2"><path fill-rule="evenodd" d="M8.75.75a.75.75 0 00-1.5 0V2h-.984c-.305 0-.604.08-.869.23l-1.288.737A.25.25 0 013.984 3H1.75a.75.75 0 000 1.5h.428L.066 9.192a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.514 3.514 0 00.686.45A4.492 4.492 0 003 11c.88 0 1.556-.22 2.023-.454a3.515 3.515 0 00.686-.45l.045-.04.016-.015.006-.006.002-.002.001-.002L5.25 9.5l.53.53a.75.75 0 00.154-.838L3.822 4.5h.162c.305 0 .604-.08.869-.23l1.289-.737a.25.25 0 01.124-.033h.984V13h-2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-2.5V3.5h.984a.25.25 0 01.124.033l1.29.736c.264.152.563.231.868.231h.162l-2.112 4.692a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.517 3.517 0 00.686.45A4.492 4.492 0 0013 11c.88 0 1.556-.22 2.023-.454a3.512 3.512 0 00.686-.45l.045-.04.01-.01.006-.005.006-.006.002-.002.001-.002-.529-.531.53.53a.75.75 0 00.154-.838L13.823 4.5h.427a.75.75 0 000-1.5h-2.234a.25.25 0 01-.124-.033l-1.29-.736A1.75 1.75 0 009.735 2H8.75V.75zM1.695 9.227c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327l-1.305 2.9zm10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327l-1.305 2.9z"></path></svg> MIT license](https://github.com/iamjazzar/rosetta/blob/master/LICENSE)
Original file line number Diff line number Diff line change @@ -71,7 +71,10 @@ android {
7171}
7272
7373aboutLibraries {
74- additionalLicenses = [" LGPL_3_0_only" ]
74+ additionalLicenses = [
75+ " LGPL_3_0_only" ,
76+ " rosetta"
77+ ]
7578}
7679
7780configurations {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33ext {
4- // Legal uses
5- groupIdBase = " com.ahmedjazzar.rosetta"
6-
7- POM_INCEPTION_YEAR = " 2016"
8- POM_PACKAGING = " aar"
9-
10- POM_URL = " https://github.com/iamjazzar/rosetta"
11- POM_SCM_URL = " https://github.com/iamjazzar/rosetta"
12- POM_SCM_CONNECTION = " scm:git@github.com:iamjazzar/rosetta.git"
13- POM_SCM_DEV_CONNECTION = " scm:git@github.com:iamjazzar/rosetta.git"
14-
15- POM_LICENCE_NAME = " MIT License"
16- POM_LICENCE_URL = " https://github.com/iamjazzar/rosetta/blob/master/LICENSE"
17- POM_LICENCE_DIST = " repo"
18-
19- POM_DEVELOPER_ID = " ahmedaljazzar"
20- POM_DEVELOPER_NAME = " Ahmed Jazzar"
21- POM_DEVELOPER_URL = " https://github.com/iamjazzar"
22-
234 bintrayRepo = ' maven'
245 bintrayName = ' Rosetta'
256
Original file line number Diff line number Diff line change 1+ # Project-wide Gradle settings.
2+ # IDE (e.g. Android Studio) users:
3+ # Gradle settings configured through the IDE *will override*
4+ # any settings specified in this file.
5+ # For more details on how to configure your build environment visit
6+ # http://www.gradle.org/docs/current/userguide/build_environment.html
7+ # Specifies the JVM arguments used for the daemon process.
8+ # The setting is particularly useful for tweaking memory settings.
9+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
10+ # When configured, Gradle will run in incubating parallel mode.
11+ # This option should only be used with decoupled projects. More details, visit
12+ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13+ # org.gradle.parallel=true
14+ # AndroidX package structure to make it clearer which packages are bundled with the
15+ # Android operating system, and which are packaged with your app"s APK
16+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
17+ android.useAndroidX =true
18+ # Automatically convert third-party libraries to use AndroidX
19+ android.enableJetifier =true
20+
21+ # Fox builds props mods
22+ org.gradle.parallel =true
23+ android.enableR8.fullMode =true
Original file line number Diff line number Diff line change 1-
21package com .ahmedjazzar .rosetta ;
32
43import android .app .Dialog ;
Original file line number Diff line number Diff line change 99
1010class Logger {
1111
12- private String mTag ;
12+ private final String mTag ;
1313
1414 Logger (String tag ) {
1515 this .mTag = tag ;
You can’t perform that action at this time.
0 commit comments