Skip to content

Commit

Permalink
Merge pull request #14 from DerGoogler/1.6.1
Browse files Browse the repository at this point in the history
1.6.1
  • Loading branch information
DerGoogler authored Jul 12, 2023
2 parents 69a3551 + b5e275a commit 0d14d04
Show file tree
Hide file tree
Showing 163 changed files with 7,011 additions and 3,877 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
package.json
package-lock.json
node_modules/
__pycache__/
__pycache__/

# Ignore www bundles
www/bundle/*
www/files/*

Browser/*
!Browser/.gitkeep
2 changes: 1 addition & 1 deletion Android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gen/
*.cxx
app/.cxx/*
app/src/main/assets/www/*
!app/src/main/assets/www/index.html
!/app/src/main/assets/**/.gitkeep

# Local configuration file (sdk path, etc)
local.properties
Expand Down
21 changes: 19 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@ android {
applicationId 'com.dergoogler.mmrl'
minSdk 26
targetSdk 33
versionName "1.6.0"
versionCode 160
versionName '1.6.1'
versionCode 161
externalNativeBuild {
cmake {
cppFlags "-llog"
arguments "-DANDROID_STL=c++_shared"
}
}
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}
buildTypes {
release {
Expand All @@ -34,11 +43,19 @@ android {
buildConfigField "String", "BASE_URL", "\"leer\""
}
}
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
packagingOptions {
jniLibs {
keepDebugSymbols += ['*/armeabi/*.so', '*/armeabi-v7a/*.so', '*/arm64-v8a/*.so', '*/mips/*.so', '*/mips64/*.so', '*/x86/*.so', '*/x86_64/*.so']
}
resources {
excludes += ['META-INF/DEPENDENCIES.txt', 'META-INF/DEPENDENCIES', 'META-INF/LICENSE', 'META-INF/LICENSE.txt', 'META-INF/MANIFEST.MF', 'META-INF/NOTICE', 'META-INF/NOTICE.txt', 'META-INF/ASL2.0']
}
Expand Down
5 changes: 4 additions & 1 deletion Android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@

# These clases contain references to cordova webView
-keep class org.apache.cordova.** {*; }
-keep class org.apache.cordova.*
-keep class org.apache.cordova.*

-keep class org.apache.cordova.** { *; }
-keep public class * extends org.apache.cordova.CordovaPlugin
18 changes: 2 additions & 16 deletions Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning"
tools:targetApi="33">
tools:targetApi="q">
<activity
android:name="com.dergoogler.mmrl.MainActivity"
android:configChanges="orientation|screenSize"
Expand All @@ -32,21 +33,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="mmrl" />

<data
android:host="repo.dergoogler.com"
android:scheme="https" />
<data
android:host="repo.dergoogler.com"
android:scheme="http" />
</intent-filter>
</activity>
</application>
</manifest>

This file was deleted.

2 changes: 0 additions & 2 deletions Android/app/src/main/assets/src/activitys/MainActivity.d.ts

This file was deleted.

19 changes: 0 additions & 19 deletions Android/app/src/main/assets/src/activitys/MainApplication.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions Android/app/src/main/assets/src/activitys/NoRootActivity.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions Android/app/src/main/assets/src/activitys/RepoActivity.d.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions Android/app/src/main/assets/src/annotation/Deprecated.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions Android/app/src/main/assets/src/builders/AlertDialog.d.ts

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions Android/app/src/main/assets/src/components/ContentBody.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions Android/app/src/main/assets/src/components/DeviceModule.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions Android/app/src/main/assets/src/components/Disappear.d.ts

This file was deleted.

19 changes: 0 additions & 19 deletions Android/app/src/main/assets/src/components/ErrorBoundary.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions Android/app/src/main/assets/src/components/ExploreModule.d.ts

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions Android/app/src/main/assets/src/components/For.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions Android/app/src/main/assets/src/components/Gesture.d.ts

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions Android/app/src/main/assets/src/components/Icon.d.ts

This file was deleted.

27 changes: 0 additions & 27 deletions Android/app/src/main/assets/src/components/ListPickerItem.d.ts

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions Android/app/src/main/assets/src/components/Markdown/index.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions Android/app/src/main/assets/src/components/Searchbar.d.ts

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions Android/app/src/main/assets/src/components/StyledSection.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions Android/app/src/main/assets/src/components/TabWrapper.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions Android/app/src/main/assets/src/components/dapi/Anchor.d.ts

This file was deleted.

Loading

0 comments on commit 0d14d04

Please sign in to comment.