github-actions
4d396ba51e
CI: Update gl4es
2022-05-15 03:07:52 +00:00
github-actions
e46003766a
CI: Update gl4es
2022-05-14 20:57:56 +00:00
ArtDev
ec8a6643b2
CI: remove run_id
2022-05-14 14:37:42 +03:00
ArtDev
18888221cb
Create PRIVACY_POLICY_ru
2022-05-13 16:40:44 +03:00
ArtDev
9a79678c9d
Merge pull request #3227 from PojavLauncherTeam/jre17-autounpack-u
...
Jre17 autounpack u
2022-05-13 14:48:25 +03:00
ArtDev
36747ec15e
CI: Switch branch to buildjre17
2022-05-13 14:40:18 +03:00
artDev
00806ea142
Set the runtime path after installing
2022-05-12 23:04:14 +03:00
artDev
dc7794b64a
Add the "0" to fix a crash when unpacking
2022-05-12 22:47:22 +03:00
ArtDev
c29ede10cd
CI: Also delete New JRE for noruntime build
2022-05-12 22:43:17 +03:00
ArtDev
363a8feff4
CI: Download JRE17 from the size testing branch
2022-05-12 22:35:19 +03:00
artDev
e06c6f9fea
JRE17 auto-unpacker on new source
2022-05-12 22:32:27 +03:00
ArtDev
40aa51f78f
Forge 1.17 support
2022-05-12 22:17:48 +03:00
artdeell
a8a3843bb6
Forgor 💀 to remove unnecessary logging
2022-05-12 17:18:06 +03:00
artdeell
7657004486
Remove TODO in setClass, remove a nested continue
2022-05-12 17:05:56 +03:00
artdeell
52243eff92
Make CallbackBridge static again for more performance
2022-05-10 21:10:32 +03:00
artdeell
dd63c7e242
Remove excessive call
2022-05-09 23:10:44 +03:00
artdeell
61d12f4a34
Re-add all libraries to Git
2022-05-09 22:41:05 +03:00
artdeell
d9c4d91d14
Make CallbackBridge indirect input pipe non-static
...
It made the input work!!!
2022-05-09 22:32:06 +03:00
artdeell
ab0ff09950
Move fat jar build step to gradle build file
2022-05-09 18:38:05 +03:00
khanhduytran0
3888ddf2e1
Merge branch 'v3_openjdk' into forge-1.17-wip
2022-05-09 09:44:13 +07:00
khanhduytran0
051b6e456b
LWJGL3 repacker
...
Since the Java module system doesn't allow multiple JARs to declare the same module, it has to be packed into one in order for Forge 1.17+ to work.
By this way, Forge started working but there's no input for some reasons.
2022-05-09 09:43:30 +07:00
khanhduytran0
97d95d9ef4
Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk
2022-05-07 15:51:25 +07:00
khanhduytran0
199b0562c2
Merge branch 'forge-1.17-wip' into v3_openjdk
2022-05-07 13:36:53 +07:00
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