Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cfa621c
fix(README): Outdated nightly.link link
alexytomi Mar 31, 2026
d72c19b
Merge pull request #216 from AngelAuraMC/update/readme
alexytomi Mar 31, 2026
20b37b9
change(MobileGlues): Remove GL43 option
alexytomi Apr 1, 2026
aace6b3
bump(MobileGlues): 1.3.2 to 1.3.4
alexytomi Apr 1, 2026
76fb500
change(version): use semver as part of version string
alexytomi Apr 1, 2026
2215904
change(app): Add `(Debug)` to app display name if debug build (#219)
alexytomi Apr 1, 2026
4b4fc63
feat: Replace HolyGL4ES with Krypton Wrapper (#163)
alexytomi Apr 1, 2026
34bcb34
fix(gl4es): Remove unused holygl4es libs
alexytomi Apr 1, 2026
c5c2ace
fix(app): Shortname for app typo!
alexytomi Apr 1, 2026
055d298
fix(GLFW): Crash when early loading screens are used
alexytomi Apr 1, 2026
1eb0841
rework(Tools): Make `hasMods()` not case sensitive
alexytomi Apr 2, 2026
32d987c
feat: Add common sodium fixes
alexytomi Apr 2, 2026
afaa9bd
feat: Download JREs from github
alexytomi Apr 2, 2026
5ce3158
feat: Manual JRE downloads
alexytomi Apr 3, 2026
8e22693
Merge pull request #227 from AngelAuraMC/feat/misc
alexytomi Apr 4, 2026
627a91d
I love puh
alexytomi Apr 1, 2026
751e58d
Add files via upload
MaxJubayerYT Apr 9, 2026
6800750
Add files via upload
MaxJubayerYT Apr 9, 2026
9fe9ba5
I can do any kind of shit but can't do simple fuking xml files
MaxJubayerYT Apr 9, 2026
37ab31c
What the f*** is wrong with me
MaxJubayerYT Apr 9, 2026
5331a82
shits should work now
MaxJubayerYT Apr 9, 2026
3fc6a3c
this should fix shit
MaxJubayerYT Apr 9, 2026
1c3a218
Merge remote-tracking branch 'upstream/v3_openjdk' into new-branch
MaxJubayerYT Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ android {
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.customDebug
resValue "string", "app_name", "Copper (Debug)"
resValue "string", "app_short_name", "Copper (Debug)"
resValue 'string', 'application_package', 'com.maxjubayeryt.copper.debug'
resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.scoped.gamefolder.debug'
resValue 'string', 'shareProviderAuthority', 'com.maxjubayeryt.copper.scoped.controlfolder.debug'
Expand All @@ -144,7 +146,9 @@ android {
// defaultConfig already set
// multiDexEnabled = true
// debuggable = true
resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.scoped.gamefolder'
resValue "string", "app_name", "Copper"
resValue "string", "app_short_name", "Copper (Debug)"
resValue 'string', 'storageProviderAuthorities', 'com.maxjubayeryt.copper.gamefolder'
resValue 'string', 'application_package', 'com.maxjubayeryt.copper'
}
gplay {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFF"
android:pathData="M13.05,42q-1.2,0 -2.1,-0.9 -0.9,-0.9 -0.9,-2.1L10.05,10.5L9.5,10.5q-0.65,0 -1.07,-0.42Q8,9.64 8,9q0,-0.65 0.42,-1.07 0.43,-0.43 1.08,-0.43h7.9q0,-0.65 0.42,-1.07Q18.25,6 18.9,6h10.2q0.65,0 1.07,0.42 0.43,0.43 0.43,1.08h7.9q0.65,0 1.07,0.42Q40,8.36 40,9q0,0.65 -0.42,1.07 -0.43,0.43 -1.08,0.43h-0.55L37.95,39q0,1.2 -0.9,2.1 -0.9,0.9 -2.1,0.9ZM13.05,10.5L13.05,39h21.9L34.95,10.5ZM13.05,10.5L13.05,39 13.05,10.5ZM24,27l4.8,4.85q0.55,0.5 1.23,0.5t1.17,-0.5q0.5,-0.5 0.53,-1.2 0.02,-0.7 -0.53,-1.15l-4.8,-4.9 4.8,-4.9q0.5,-0.5 0.53,-1.2 0.02,-0.7 -0.53,-1.15 -0.5,-0.5 -1.2,-0.5t-1.2,0.5L24,22.2l-4.75,-4.85q-0.45,-0.55 -1.15,-0.53 -0.7,0.03 -1.25,0.53t-0.53,1.18q0.03,0.67 0.53,1.22l4.8,4.85 -4.8,4.85q-0.5,0.5 -0.5,1.18t0.5,1.22q0.55,0.5 1.23,0.5t1.17,-0.5Z"/>
android:pathData="M16,2v4h6v2h-2v14L4,22L4,8L2,8L2,6h6L8,2zM14,4h-4v2h4zM14,8L6,8v12h12L18,8zM9,10h2v8L9,18zM15,10h-2v8h2z"
android:fillColor="#FFF"/>
</vector>
6 changes: 3 additions & 3 deletions app_pojavlauncher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- App name part -->
<string name="app_name">Copper</string>
<string name="app_name" translatable="false">Copper</string>

<!-- Action bar part -->

Expand Down Expand Up @@ -471,7 +471,7 @@
<string name="mg_renderer_summary_computeShaderext">May help with shaderpack glitches. Disable if not needed, can cause crashes.</string>
<string name="mg_renderer_title_multidrawCompute">Use Compute Multidraw Emulation</string>
<string name="mg_renderer_summary_multidrawCompute">Uses compute shaders for multidraw emulation</string>
<string name="app_short_name">Copper</string>
<string name="app_short_name" translatable="false">Copper</string>
<string name="demo_versions_supported">Only Vanilla 1.3.1 and above are supported on demo accounts</string>
<string name="demo_unsupported">Demo Profile not supported</string>
<string name="change_account">Please change accounts to use this function</string>
Expand Down Expand Up @@ -504,7 +504,7 @@
<string name="autorendererselectfailed">Auto-renderer select failed, defaulting to HolyGL4ES</string>
<string name="sodium_warning_title">Sodium detected!</string>
<string name="sodium_warning_message">It appears you are using sodium, this is unsupported and may lead to graphical issues or crashes. Please remove it and all dependent mods.</string>
<string name="delete_sodium">Delete Sodium and Launch</string>
<string name="delete_sodium">Delete Sodium and Launch report this if you see this it should have been removed</string>
<string name="sodium_override_title">Run sodium forcefully</string>
<string name="sodium_override_summaryOff">Using sodium may cause visual bugs and crashes. You have been warned.</string>
<string name="sodium_override_summaryOn">Sodium is not supported. No help will be given if you encounter any issues.</string>
Expand Down
Loading