Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
8a6b2547
Commit
8a6b2547
authored
Dec 29, 2016
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version code and ready for release
parent
94562cb5
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
7 additions
and
25 deletions
+7
-25
build.gradle
app/build.gradle
+2
-2
proguard-rules.pro
app/proguard-rules.pro
+3
-0
InstallFragment.java
app/src/main/java/com/topjohnwu/magisk/InstallFragment.java
+0
-2
MainActivity.java
app/src/main/java/com/topjohnwu/magisk/MainActivity.java
+0
-1
ModulesFragment.java
app/src/main/java/com/topjohnwu/magisk/ModulesFragment.java
+0
-2
ReposFragment.java
app/src/main/java/com/topjohnwu/magisk/ReposFragment.java
+0
-2
StatusFragment.java
app/src/main/java/com/topjohnwu/magisk/StatusFragment.java
+0
-3
Async.java
app/src/main/java/com/topjohnwu/magisk/utils/Async.java
+0
-3
activity_about.xml
app/src/main/res/layout/activity_about.xml
+2
-2
strings.xml
app/src/main/res/values-ar/strings.xml
+0
-1
strings.xml
app/src/main/res/values-de/strings.xml
+0
-1
strings.xml
app/src/main/res/values-es/strings.xml
+0
-1
strings.xml
app/src/main/res/values-it/strings.xml
+0
-1
strings.xml
app/src/main/res/values-nl/strings.xml
+0
-1
strings.xml
app/src/main/res/values-pt/strings.xml
+0
-1
strings.xml
app/src/main/res/values-zh-rCN/strings.xml
+0
-1
strings.xml
app/src/main/res/values/strings.xml
+0
-1
No files found.
app/build.gradle
View file @
8a6b2547
...
@@ -8,8 +8,8 @@ android {
...
@@ -8,8 +8,8 @@ android {
applicationId
"com.topjohnwu.magisk"
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
25
targetSdkVersion
25
versionCode
7
versionCode
10
versionName
"
2.5
"
versionName
"
3.0
"
jackOptions
{
jackOptions
{
enabled
true
enabled
true
}
}
...
...
app/proguard-rules.pro
View file @
8a6b2547
...
@@ -41,3 +41,6 @@
...
@@ -41,3 +41,6 @@
-
keep
interface
android
.
support
.
v7
.
internal
.
**
{
*
;
}
-
keep
interface
android
.
support
.
v7
.
internal
.
**
{
*
;
}
-
keep
class
android
.
support
.
v7
.
**
{
*
;
}
-
keep
class
android
.
support
.
v7
.
**
{
*
;
}
-
keep
interface
android
.
support
.
v7
.
**
{
*
;
}
-
keep
interface
android
.
support
.
v7
.
**
{
*
;
}
# SpongyCastle
-
keep
class
org
.
spongycastle
.
**
{
*
;}
app/src/main/java/com/topjohnwu/magisk/InstallFragment.java
View file @
8a6b2547
...
@@ -14,8 +14,6 @@ import android.widget.Spinner;
...
@@ -14,8 +14,6 @@ import android.widget.Spinner;
import
android.widget.TextView
;
import
android.widget.TextView
;
import
com.topjohnwu.magisk.receivers.MagiskDlReceiver
;
import
com.topjohnwu.magisk.receivers.MagiskDlReceiver
;
import
com.topjohnwu.magisk.receivers.RepoDlReceiver
;
import
com.topjohnwu.magisk.utils.Async
;
import
com.topjohnwu.magisk.utils.CallbackHandler
;
import
com.topjohnwu.magisk.utils.CallbackHandler
;
import
com.topjohnwu.magisk.utils.Utils
;
import
com.topjohnwu.magisk.utils.Utils
;
...
...
app/src/main/java/com/topjohnwu/magisk/MainActivity.java
View file @
8a6b2547
...
@@ -9,7 +9,6 @@ import android.content.pm.PackageManager;
...
@@ -9,7 +9,6 @@ import android.content.pm.PackageManager;
import
android.os.Build
;
import
android.os.Build
;
import
android.os.Bundle
;
import
android.os.Bundle
;
import
android.os.Handler
;
import
android.os.Handler
;
import
android.preference.Preference
;
import
android.preference.PreferenceManager
;
import
android.preference.PreferenceManager
;
import
android.support.annotation.IdRes
;
import
android.support.annotation.IdRes
;
import
android.support.annotation.NonNull
;
import
android.support.annotation.NonNull
;
...
...
app/src/main/java/com/topjohnwu/magisk/ModulesFragment.java
View file @
8a6b2547
...
@@ -3,10 +3,8 @@ package com.topjohnwu.magisk;
...
@@ -3,10 +3,8 @@ package com.topjohnwu.magisk;
import
android.app.Activity
;
import
android.app.Activity
;
import
android.app.Fragment
;
import
android.app.Fragment
;
import
android.content.Intent
;
import
android.content.Intent
;
import
android.content.SharedPreferences
;
import
android.net.Uri
;
import
android.net.Uri
;
import
android.os.Bundle
;
import
android.os.Bundle
;
import
android.preference.PreferenceManager
;
import
android.support.annotation.Nullable
;
import
android.support.annotation.Nullable
;
import
android.support.v4.widget.SwipeRefreshLayout
;
import
android.support.v4.widget.SwipeRefreshLayout
;
import
android.support.v7.widget.RecyclerView
;
import
android.support.v7.widget.RecyclerView
;
...
...
app/src/main/java/com/topjohnwu/magisk/ReposFragment.java
View file @
8a6b2547
package
com
.
topjohnwu
.
magisk
;
package
com
.
topjohnwu
.
magisk
;
import
android.app.Fragment
;
import
android.app.Fragment
;
import
android.content.SharedPreferences
;
import
android.os.Bundle
;
import
android.os.Bundle
;
import
android.preference.PreferenceManager
;
import
android.support.annotation.Nullable
;
import
android.support.annotation.Nullable
;
import
android.support.v4.view.MenuItemCompat
;
import
android.support.v4.view.MenuItemCompat
;
import
android.support.v4.widget.SwipeRefreshLayout
;
import
android.support.v4.widget.SwipeRefreshLayout
;
...
...
app/src/main/java/com/topjohnwu/magisk/StatusFragment.java
View file @
8a6b2547
...
@@ -2,12 +2,9 @@ package com.topjohnwu.magisk;
...
@@ -2,12 +2,9 @@ package com.topjohnwu.magisk;
import
android.app.Fragment
;
import
android.app.Fragment
;
import
android.app.FragmentTransaction
;
import
android.app.FragmentTransaction
;
import
android.content.SharedPreferences
;
import
android.os.Bundle
;
import
android.os.Bundle
;
import
android.preference.PreferenceManager
;
import
android.support.annotation.Nullable
;
import
android.support.annotation.Nullable
;
import
android.support.v4.widget.SwipeRefreshLayout
;
import
android.support.v4.widget.SwipeRefreshLayout
;
import
android.support.v7.app.AlertDialog
;
import
android.view.LayoutInflater
;
import
android.view.LayoutInflater
;
import
android.view.View
;
import
android.view.View
;
import
android.view.ViewGroup
;
import
android.view.ViewGroup
;
...
...
app/src/main/java/com/topjohnwu/magisk/utils/Async.java
View file @
8a6b2547
...
@@ -2,13 +2,10 @@ package com.topjohnwu.magisk.utils;
...
@@ -2,13 +2,10 @@ package com.topjohnwu.magisk.utils;
import
android.app.ProgressDialog
;
import
android.app.ProgressDialog
;
import
android.content.Context
;
import
android.content.Context
;
import
android.content.SharedPreferences
;
import
android.database.Cursor
;
import
android.database.Cursor
;
import
android.net.Uri
;
import
android.net.Uri
;
import
android.os.AsyncTask
;
import
android.os.AsyncTask
;
import
android.preference.PreferenceManager
;
import
android.provider.OpenableColumns
;
import
android.provider.OpenableColumns
;
import
android.support.v7.app.AlertDialog
;
import
android.util.Log
;
import
android.util.Log
;
import
android.widget.Toast
;
import
android.widget.Toast
;
...
...
app/src/main/res/layout/activity_about.xml
View file @
8a6b2547
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
android:padding=
"16dp"
>
android:padding=
"16dp"
>
<ImageView
<ImageView
android:layout_width=
"
48dp
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
48dp
"
android:layout_height=
"
match_parent
"
android:layout_gravity=
"center_vertical"
android:layout_gravity=
"center_vertical"
android:src=
"@mipmap/ic_launcher"
/>
android:src=
"@mipmap/ic_launcher"
/>
...
...
app/src/main/res/values-ar/strings.xml
View file @
8a6b2547
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
أن هذه الميزة لا تعمل دون الحصول على إذن الكتابة على التخزين الخارجي.
</string>
<string
name=
"permissionNotGranted"
>
أن هذه الميزة لا تعمل دون الحصول على إذن الكتابة على التخزين الخارجي.
</string>
<string
name=
"no_root_access"
>
لا يوجد أذونات الروت، الوظائف محدودة
</string>
<string
name=
"no_thanks"
>
لا شكراً
</string>
<string
name=
"no_thanks"
>
لا شكراً
</string>
<string
name=
"repo_install_title"
>
تثبيت %1$s
</string>
<string
name=
"repo_install_title"
>
تثبيت %1$s
</string>
<string
name=
"repo_install_msg"
>
هل تريد تثبيت %1$s ?
</string>
<string
name=
"repo_install_msg"
>
هل تريد تثبيت %1$s ?
</string>
...
...
app/src/main/res/values-de/strings.xml
View file @
8a6b2547
...
@@ -58,7 +58,6 @@
...
@@ -58,7 +58,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
Diese Funktion wird ohne erlaubnis auf den externen Speicher zu schreiben nicht funktionieren.
</string>
<string
name=
"permissionNotGranted"
>
Diese Funktion wird ohne erlaubnis auf den externen Speicher zu schreiben nicht funktionieren.
</string>
<string
name=
"no_root_access"
>
Kein root Zugriff, Funktion eingeschränkt
</string>
<string
name=
"no_thanks"
>
Nein Danke
</string>
<string
name=
"no_thanks"
>
Nein Danke
</string>
<string
name=
"repo_install_title"
>
Installiere %1$s
</string>
<string
name=
"repo_install_title"
>
Installiere %1$s
</string>
<string
name=
"repo_install_msg"
>
Wollen Sie %1$s installieren?
</string>
<string
name=
"repo_install_msg"
>
Wollen Sie %1$s installieren?
</string>
...
...
app/src/main/res/values-es/strings.xml
View file @
8a6b2547
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
Esta opción no funcionará sin permiso de escritura en la memoria externa
</string>
<string
name=
"permissionNotGranted"
>
Esta opción no funcionará sin permiso de escritura en la memoria externa
</string>
<string
name=
"no_root_access"
>
No hay acceso a root, funcionalidad limitada
</string>
<string
name=
"no_thanks"
>
No gracias
</string>
<string
name=
"no_thanks"
>
No gracias
</string>
<string
name=
"repo_install_title"
>
Instalar %1$s
</string>
<string
name=
"repo_install_title"
>
Instalar %1$s
</string>
<string
name=
"repo_install_msg"
>
¿ Quieres instalar %1$s ?
</string>
<string
name=
"repo_install_msg"
>
¿ Quieres instalar %1$s ?
</string>
...
...
app/src/main/res/values-it/strings.xml
View file @
8a6b2547
...
@@ -58,7 +58,6 @@
...
@@ -58,7 +58,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
Questa funzione non funziona senza il permesso di scrivere sulla memoria di archiviazione esterna
</string>
<string
name=
"permissionNotGranted"
>
Questa funzione non funziona senza il permesso di scrivere sulla memoria di archiviazione esterna
</string>
<string
name=
"no_root_access"
>
Accesso Root non trovato, funzionalità limitate
</string>
<string
name=
"no_thanks"
>
No grazie
</string>
<string
name=
"no_thanks"
>
No grazie
</string>
<string
name=
"repo_install_title"
>
Installazione %1$s
</string>
<string
name=
"repo_install_title"
>
Installazione %1$s
</string>
<string
name=
"repo_install_msg"
>
Vuoi installare %1$s ?
</string>
<string
name=
"repo_install_msg"
>
Vuoi installare %1$s ?
</string>
...
...
app/src/main/res/values-nl/strings.xml
View file @
8a6b2547
...
@@ -58,7 +58,6 @@
...
@@ -58,7 +58,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
Deze feature zal niet werken zonder permissie om op de externe opslag te schrijven.
</string>
<string
name=
"permissionNotGranted"
>
Deze feature zal niet werken zonder permissie om op de externe opslag te schrijven.
</string>
<string
name=
"no_root_access"
>
Geen root, functionaliteit beperkt
</string>
<string
name=
"no_thanks"
>
Nee bedankt
</string>
<string
name=
"no_thanks"
>
Nee bedankt
</string>
<string
name=
"repo_install_title"
>
Installeer %1$s
</string>
<string
name=
"repo_install_title"
>
Installeer %1$s
</string>
<string
name=
"repo_install_msg"
>
Wilt u %1$s installeren?
</string>
<string
name=
"repo_install_msg"
>
Wilt u %1$s installeren?
</string>
...
...
app/src/main/res/values-pt/strings.xml
View file @
8a6b2547
...
@@ -56,7 +56,6 @@
...
@@ -56,7 +56,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
Este recurso não funcionará sem permissão de escrita do armazenamento externo.
</string>
<string
name=
"permissionNotGranted"
>
Este recurso não funcionará sem permissão de escrita do armazenamento externo.
</string>
<string
name=
"no_root_access"
>
Sem acesso ao root, funcionalidade limitada
</string>
<string
name=
"no_thanks"
>
Não, Obrigado
</string>
<string
name=
"no_thanks"
>
Não, Obrigado
</string>
<string
name=
"repo_install_title"
>
Instalar %1$s
</string>
<string
name=
"repo_install_title"
>
Instalar %1$s
</string>
<string
name=
"repo_install_msg"
>
Você deseja instalar%1$s ?
</string>
<string
name=
"repo_install_msg"
>
Você deseja instalar%1$s ?
</string>
...
...
app/src/main/res/values-zh-rCN/strings.xml
View file @
8a6b2547
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
未授予写入外置存储权限,此功能无法正常工作。
</string>
<string
name=
"permissionNotGranted"
>
未授予写入外置存储权限,此功能无法正常工作。
</string>
<string
name=
"no_root_access"
>
没有 ROOT 权限,功能受限
</string>
<string
name=
"no_thanks"
>
不,谢谢
</string>
<string
name=
"no_thanks"
>
不,谢谢
</string>
<string
name=
"repo_install_title"
>
安装 %1$s
</string>
<string
name=
"repo_install_title"
>
安装 %1$s
</string>
<string
name=
"repo_install_msg"
>
你想要安装 %1$s 吗?
</string>
<string
name=
"repo_install_msg"
>
你想要安装 %1$s 吗?
</string>
...
...
app/src/main/res/values/strings.xml
View file @
8a6b2547
...
@@ -81,7 +81,6 @@
...
@@ -81,7 +81,6 @@
<!--Toasts, Dialogs-->
<!--Toasts, Dialogs-->
<string
name=
"permissionNotGranted"
>
This feature will not work without permission to write external storage.
</string>
<string
name=
"permissionNotGranted"
>
This feature will not work without permission to write external storage.
</string>
<string
name=
"no_root_access"
>
No root access, functionality limited
</string>
<string
name=
"no_thanks"
>
No thanks
</string>
<string
name=
"no_thanks"
>
No thanks
</string>
<string
name=
"repo_install_title"
>
Install %1$s
</string>
<string
name=
"repo_install_title"
>
Install %1$s
</string>
<string
name=
"repo_install_msg"
>
Do you want to install %1$s ?
</string>
<string
name=
"repo_install_msg"
>
Do you want to install %1$s ?
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment