github-actions
c32345beee
CI: Update gl4es
2022-05-07 05:23:59 +00:00
Duy Tran Khanh
5b47625f57
Internal Runtime installer condition changes
...
Install the Internal JRE8 if there isn't any JRE8 installed (update Internal JRE8 remains unchanged)
2022-05-07 12:20:10 +07:00
github-actions
de01253928
CI: Update gl4es
2022-04-28 08:02:33 +00:00
Duy Tran Khanh
3edf30fc7c
Merge pull request #3147 from itsnebulalol/patch-1
...
Change Arc Capes title to Cosmetica Capes
2022-04-28 10:43:17 +07:00
Nebula
56d0fcea0c
Update strings.xml
2022-04-27 20:36:11 -04:00
github-actions
eba94ca592
CI: Update gl4es
2022-04-27 20:00:46 +00:00
github-actions
1d4df6d78e
CI: Update gl4es
2022-04-26 16:51:32 +00:00
ArtDev
f1a18a3947
Merge pull request #3144 from PojavLauncherTeam/new-drawers
...
New drawers
2022-04-26 19:47:51 +03:00
github-actions
f72a211005
CI: Update gl4es
2022-04-26 15:47:08 +00:00
artdeell
bd3d83d2e3
Removed all NavigationViews, replaced with ListViews...
...
... which allowed me to remove the Google Material dependency once and for all!
2022-04-26 18:42:28 +03:00
Boulay Mathias
6afc22e474
Proper resize when hoping back into the app
2022-04-24 17:47:24 +02:00
Boulay Mathias
5eec6989fb
Add the ability to unpack .pack files
2022-04-23 16:01:26 +02:00
ArtDev
6e449dcde1
Removed the color selector dependency
2022-04-23 07:45:32 +03:00
ArtDev
a433d4a5de
Remove the old color picker method
2022-04-23 07:43:22 +03:00
ArtDev
d89a8325d7
Merge pull request #3120 from PojavLauncherTeam/color-selector
2022-04-23 07:41:34 +03:00
ArtDev
b3ebb73078
CI: add run_id into JRE download to fix runs
2022-04-23 07:35:27 +03:00
artdeell
d78b396ea7
Changes for Serpent
...
Added access modifiers (why :despair:)
Moved the cast
Added error reporting if the tex in the HEX edit box is not a valid HEX value (by making the text red)
2022-04-22 23:15:33 +03:00
artdeell
cfae15c680
Finally. The color selector is at home.
...
Other changes:
The ColorSelectionListener is back!
Now ColorSelector.runColor(int) is used for unified initialization
Added invalidate flag into SVRectangleView.setColor() to avoid a useless invalidation in runColor()
Moved repeating Color.HSVtoColor into ColorSelector.dispatchColorChange()
Fixed a bug: mAlphaSelected wasn't set to the appropriate value by runColor, leading to the Color Preview and HEX edit breaking in some cases
2022-04-22 22:08:40 +03:00
artdeell
393e24a90b
We're almost there!
...
Added side by side (alpha, non-alpha color view)
Removed "tapping" from all listeners (since it became pointless)
Now all listeners don't fire events when the values are set programmatically
Remove unneeded logging
Clean up typos
2022-04-22 17:11:59 +03:00
Boulay Mathias
75ae53575c
Remove the need for reflection
2022-04-21 22:25:08 +02:00
artdeell
9937413d24
Changes
...
Changed up layout (again)
Removed ColorSelectionListener for now
Added AlphaView and AlphaSelectionListener for selecting alpha (transparency)
Removed all divisions from onDraw() calls
2022-04-21 23:08:46 +03:00
artdeell
8590786d1f
Changes
...
Changed up the layout
Now both sliders return color events
Made the luminosity/intensity square actually represent what will be selected
Added the ability for hue/lim/int listeners to check if the event was generated by tapping, or by setting the value.
2022-04-19 23:05:01 +03:00
artdeell
d1a7fd11e0
Start implementing the new color selector
2022-04-18 23:56:54 +03:00
Boulay Mathias
a41826a167
Aggressive reduction of the dependencies, part 1/?
2022-04-18 21:36:47 +02:00
github-actions
84074885d3
CI: Update gl4es
2022-04-18 16:21:17 +00:00
Boulay Mathias
46c682da6b
Fix migration related bug
2022-04-18 18:17:35 +02:00
github-actions
eb01e750e5
CI: Update gl4es
2022-04-17 07:41:19 +00:00
ArtDev
7b705200ac
Re-trigger CI
2022-04-17 10:38:37 +03:00
github-actions
a254fdbd5b
CI: Update gl4es
2022-04-17 07:34:36 +00:00
artdeell
e733d1d53b
Changes
...
Fixed a bug where the folder from a previously edited profile would stay in the editor even though the profile has no folders assigned
Added a JVM arguments editor
2022-04-17 08:53:04 +03:00
Boulay Mathias
6e4340f025
Fix old settings when migrating from older builds
2022-04-16 21:52:14 +02:00
artdeell
8b5efa9a6f
Decouple selected profile from the Minecraft account
2022-04-16 20:59:46 +03:00
github-actions
c21e945e7c
CI: Update gl4es
2022-04-16 17:37:03 +00:00
artdeell
6c6ff35500
mVariableNamingFixed = true
2022-04-16 20:34:00 +03:00
github-actions
1a3729b061
CI: Update gl4es
2022-04-16 17:29:41 +00:00
ArtDev
ab6df38dbf
GL4ES: HOLY EDITION
...
merge #3019
2022-04-16 20:26:49 +03:00
github-actions
7951e71910
CI: Update gl4es
2022-04-16 17:17:38 +00:00
Boulay Mathias
d05b321b48
Merge branch 'v3_openjdk' into holy_gl4es_extra
2022-04-16 19:14:31 +02:00
artdeell
6060e8bdcd
Add the ability to change the Minecraft folder for a profile
2022-04-12 22:00:05 +03:00
SerpentSpirale
a8f2444569
Use time instead of releaseTime
2022-04-11 21:36:26 +02:00
artdeell
45751ed37d
Fix Pojav crashing while starting the screen recorder
2022-04-11 16:23:50 +03:00
ArtDev
9923f83454
Change Paths 5: The Return of GL4ES
2022-04-10 18:51:08 +03:00
ArtDev
4dfa3f2c20
Delete arm64 gl4es to test cache
2022-04-10 18:36:43 +03:00
ArtDev
13a8fbbd4b
Added the microphone permission for VC mods
2022-04-10 12:17:54 +03:00
SerpentSpirale
959d3e6d1c
try{}catch wrapping when setting os env vars
2022-04-09 22:01:34 +02:00
SerpentSpirale
1be67a8c27
Change the way the screen is mesured for notchless fullscreen
2022-04-09 20:21:53 +02:00
SerpentSpirale
0876d9825e
Fix notch setting appearing while being useless
2022-04-09 20:21:11 +02:00
SerpentSpirale
7b756a1925
Add automatic OpenGL 1 selection for older versions
2022-04-09 18:37:09 +02:00
github-actions
e1a47e504b
CI: Update gl4es
2022-04-09 14:26:39 +02:00
LegacyGamerHD
1e2efb22d6
fix virgl
2022-04-09 14:26:39 +02:00